about summary refs log tree commit diff
path: root/src/nix
AgeCommit message (Expand)AuthorFilesLines
2018-08-02 s3 binary cache: support specifying an endpointGraham Christensen1-0/+4
2018-07-06 Merge pull request #2250 from dtzWill/feature/repl-progress-bar-buildsEelco Dolstra1-1/+1
2018-07-03 nix why-depends: render output into $PAGERMaximilian Bosch1-0/+2
2018-07-02 Merge pull request #2158 from Ma27/improve-search-uxEelco Dolstra1-10/+20
2018-07-02 search.cc: improve UX for `nix search`Maximilian Bosch1-10/+20
2018-06-23 repl: use `nix build` for building instead of `nix-store -r`Will Dietz1-1/+1
2018-06-18 progress-bar: re-draw last update if nothing new for 1sec.Will Dietz1-2/+3
2018-06-13 nix: Remove special handling of .drv filesEelco Dolstra1-22/+2
2018-06-12 Move EvalState from the stack to the heapEelco Dolstra2-8/+8
2018-05-30 Move evaluator-specific settings out of libstoreEelco Dolstra1-1/+1
2018-05-30 Modularize config settingsEelco Dolstra2-6/+9
2018-04-18 Allow multiple search experssions in nix searchDaniel Poelzleithner1-18/+38
2018-04-17 Handle arguments in $EDITOREelco Dolstra1-2/+2
2018-04-16 nix repl: Fix multiline SIGINT handling.Félix Baylac-Jacqué1-0/+1
2018-04-11 Fix #2057Eelco Dolstra1-0/+1
2018-03-30 nix copy: add an example with S3zimbatm1-0/+6
2018-03-29 Remove reference to non-existent manpagesEelco Dolstra1-0/+2
2018-03-15 Filter ANSI colors when not writing to a terminalEelco Dolstra1-1/+1
2018-03-13 Merge pull request #1906 from dtzWill/fix/nix-searchShea Levy1-1/+6
2018-03-02 Merge branch 'improve-search-algorithm' of git://github.com/Ma27/nixShea Levy1-6/+6
2018-03-02 Merge branch 'write-failure-fixes' of git://github.com/lheckemann/nixShea Levy1-0/+1
2018-02-26 nix run: Fix segfault on macOSEelco Dolstra1-3/+1
2018-02-25 nix search: explicitly handle empty search string, fixes #1893Will Dietz1-0/+5
2018-02-25 nix search: fix bug where we wrote to cache when shouldn't, breakingWill Dietz1-1/+1
2018-02-22 Merge branch 'fix/dry-run-partially' of https://github.com/dtzWill/nixEelco Dolstra1-0/+2
2018-02-21 Manual: Update chapter on remote buildsEelco Dolstra1-0/+35
2018-02-21 nix-copy: fix examplesJörg Thalheim1-3/+3
2018-02-19 Update release notesEelco Dolstra2-0/+24
2018-02-13 Fix #1762Linus Heckemann1-0/+1
2018-02-13 Merge branch 'plugins' of https://github.com/shlevy/nixEelco Dolstra1-0/+2
2018-02-12 toBuildables -> buildEelco Dolstra3-4/+4
2018-02-08 Add plugins to make Nix more extensible.Shea Levy1-0/+2
2018-02-07 nix build: Don't create output links with --dry-run.Will Dietz1-0/+2
2018-02-07 Improve filtering of ANSI escape sequences in build logsEelco Dolstra1-39/+4
2018-02-06 Update the progress bar at most 20 times per secondEelco Dolstra2-14/+31
2018-02-05 Tweak progress bar messageEelco Dolstra1-1/+6
2018-01-31 Add 'nix upgrade-nix' commandEelco Dolstra3-1/+137
2018-01-17 nix eval: Stop progress bar before printing the resultEelco Dolstra1-0/+4
2018-01-17 nix eval: Take only one argumentEelco Dolstra1-15/+11
2018-01-16 parseExprFromFile -> evalFileEelco Dolstra1-4/+2
2018-01-12 nix log: use pagerWill Dietz1-0/+1
2017-12-26 nix repl: use linenoiseKeyType to differentiate ^C and ^DWill Dietz1-1/+10
2017-12-14 edit: Catch stoi exceptions from line number parsingBen Gamari1-1/+6
2017-12-12 search.cc: sort attribute names with `std::map`Maximilian Bosch1-6/+6
2017-12-11 Fix forward-decl of Bindings as "class", match definition.Will Dietz1-1/+1
2017-12-11 Merge branch 'feature/linenoise-ng' of git://github.com/dtzWill/nixShea Levy2-2/+2
2017-12-04 Fix #1635.Eelco Dolstra1-3/+18
2017-11-27 no "linenoiseFree" in linenoise-ngWill Dietz1-1/+1
2017-11-27 replace vendored linenoise with linenoise-ngWill Dietz1-1/+1
2017-11-20 nix eval --raw: Use coerceToString()Eelco Dolstra1-2/+6