aboutsummaryrefslogtreecommitdiff
path: root/src/nix
AgeCommit message (Expand)Author
2018-07-02Merge pull request #2158 from Ma27/improve-search-uxEelco Dolstra
2018-07-02search.cc: improve UX for `nix search`Maximilian Bosch
2018-06-18progress-bar: re-draw last update if nothing new for 1sec.Will Dietz
2018-06-13nix: Remove special handling of .drv filesEelco Dolstra
2018-06-12Move EvalState from the stack to the heapEelco Dolstra
2018-05-30Move evaluator-specific settings out of libstoreEelco Dolstra
2018-05-30Modularize config settingsEelco Dolstra
2018-04-18Allow multiple search experssions in nix searchDaniel Poelzleithner
2018-04-17Handle arguments in $EDITOREelco Dolstra
2018-04-16nix repl: Fix multiline SIGINT handling.Félix Baylac-Jacqué
2018-04-11Fix #2057Eelco Dolstra
2018-03-30nix copy: add an example with S3zimbatm
2018-03-29Remove reference to non-existent manpagesEelco Dolstra
2018-03-15Filter ANSI colors when not writing to a terminalEelco Dolstra
2018-03-13Merge pull request #1906 from dtzWill/fix/nix-searchShea Levy
2018-03-02Merge branch 'improve-search-algorithm' of git://github.com/Ma27/nixShea Levy
2018-03-02Merge branch 'write-failure-fixes' of git://github.com/lheckemann/nixShea Levy
2018-02-26nix run: Fix segfault on macOSEelco Dolstra
2018-02-25nix search: explicitly handle empty search string, fixes #1893Will Dietz
2018-02-25nix search: fix bug where we wrote to cache when shouldn't, breakingWill Dietz
2018-02-22Merge branch 'fix/dry-run-partially' of https://github.com/dtzWill/nixEelco Dolstra
2018-02-21Manual: Update chapter on remote buildsEelco Dolstra
2018-02-21nix-copy: fix examplesJörg Thalheim
2018-02-19Update release notesEelco Dolstra
2018-02-13Fix #1762Linus Heckemann
2018-02-13Merge branch 'plugins' of https://github.com/shlevy/nixEelco Dolstra
2018-02-12toBuildables -> buildEelco Dolstra
2018-02-08Add plugins to make Nix more extensible.Shea Levy
2018-02-07nix build: Don't create output links with --dry-run.Will Dietz
2018-02-07Improve filtering of ANSI escape sequences in build logsEelco Dolstra
2018-02-06Update the progress bar at most 20 times per secondEelco Dolstra
2018-02-05Tweak progress bar messageEelco Dolstra
2018-01-31Add 'nix upgrade-nix' commandEelco Dolstra
2018-01-17nix eval: Stop progress bar before printing the resultEelco Dolstra
2018-01-17nix eval: Take only one argumentEelco Dolstra
2018-01-16parseExprFromFile -> evalFileEelco Dolstra
2018-01-12nix log: use pagerWill Dietz
2017-12-26nix repl: use linenoiseKeyType to differentiate ^C and ^DWill Dietz
2017-12-14edit: Catch stoi exceptions from line number parsingBen Gamari
2017-12-12search.cc: sort attribute names with `std::map`Maximilian Bosch
2017-12-11Fix forward-decl of Bindings as "class", match definition.Will Dietz
2017-12-11Merge branch 'feature/linenoise-ng' of git://github.com/dtzWill/nixShea Levy
2017-12-04Fix #1635.Eelco Dolstra
2017-11-27no "linenoiseFree" in linenoise-ngWill Dietz
2017-11-27replace vendored linenoise with linenoise-ngWill Dietz
2017-11-20nix eval --raw: Use coerceToString()Eelco Dolstra
2017-11-20nix run: Fix "flag '--command' requires 2 argument(s)"Eelco Dolstra
2017-11-20nix run: Fix accidental removal of /nix/store existence checkEelco Dolstra
2017-11-20nix run: Ignore non-directories while setting up the chrootEelco Dolstra
2017-11-14nix ls-{nar,store} --json: Respect -REelco Dolstra