summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-04-06add libutil, libexpr include dirsBen Burdette
2020-04-06Merge branch 'master' into error-formatBen Burdette
2020-04-05Don't retry on "unsupported protocol" errorCole Helbling
2020-04-05libexprBen Burdette
2020-04-03move out of tests/Ben Burdette
2020-04-03handle Pos instead of individual file/line/columnrange argsBen Burdette
2020-04-03nix-env: Refuse to operate on a new-style profileEelco Dolstra
2020-04-03variadic args for hint formatBen Burdette
2020-04-02formatted with astyleBen Burdette
2020-04-02indentingBen Burdette
2020-04-02libexpr: remove unused attrErrorAndreas Rammhold
2020-04-01using std:: everywhere; fix a formatting error; add exception flagsBen Burdette
2020-04-01indentingBen Burdette
2020-04-01remove using std::*, switch to include guardBen Burdette
2020-03-31add some explanatory commentsBen Burdette
2020-03-31rename errors/warningsBen Burdette
2020-03-31enum styleBen Burdette
2020-03-31Merge pull request #3460 from NixOS/dev-shellEelco Dolstra
2020-03-31nix shell -> nix dev-shellEelco Dolstra
2020-03-31fix placeholder not substituted in passAsFilemlatus
2020-03-30Backport 'nix dev-shell' from the flakes branchEelco Dolstra
2020-03-30build with makeBen Burdette
2020-03-30Fix macOS buildEelco Dolstra
2020-03-30Remove global -I flagsEelco Dolstra
2020-03-27remove util.hh from depsBen Burdette
2020-03-27more cleanupBen Burdette
2020-03-27camelcase; optional hintBen Burdette
2020-03-25some colorsBen Burdette
2020-03-25programName as static member varBen Burdette
2020-03-24switch to one level of builder function, not subobject functionsBen Burdette
2020-03-24MkNixCode, MkErrLine approachBen Burdette
2020-03-24renamingBen Burdette
2020-03-24Misc changes from the flakes branchEelco Dolstra
2020-03-24Fix --refresh with --no-netEelco Dolstra
2020-03-24nix: Add --refresh as an alias for --tarball-ttl 0Eelco Dolstra
2020-03-24nix path-info --json: Print hash in SRI formatEelco Dolstra
2020-03-24Pretty-print 'nix why-depends' / 'nix-store -q --tree' outputEelco Dolstra
2020-03-24absPath(): Use std::optionalEelco Dolstra
2020-03-24buildenv: Eliminate global variables, other cleanupEelco Dolstra
2020-03-24Fix coverage buildEelco Dolstra
2020-03-24nix edit: Support non-derivation attributesEelco Dolstra
2020-03-24findAlongAttrPath(): Return positionEelco Dolstra
2020-03-24findAlongAttrPath(): Throw AttrPathNotFoundEelco Dolstra
2020-03-24Add function for quoting stringsEelco Dolstra
2020-03-24Use std::string_viewEelco Dolstra
2020-03-24EvalState::allocAttr(): Add convenience methodEelco Dolstra
2020-03-23error testBen Burdette
2020-03-23Merge pull request #3429 from LnL7/darwin-sandboxEelco Dolstra
2020-03-22straightforward port of rust mockup codeBen Burdette
2020-03-20sandbox: fix /bin/sh on catalinaDaiderd Jordan