aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-15nix-profile.sh: Add the Nixpkgs channel to $NIX_PATHEelco Dolstra
2014-01-14Bare dynamic attrs: Match interpolation semanticsShea Levy
2014-01-14Allow "bare" dynamic attrsShea Levy
2014-01-13Document nullsEelco Dolstra
2014-01-13nix-shell: Don't set NIX_INDENT_MAKEEelco Dolstra
2014-01-13nix-shell: Set $IN_NIX_SHELL before evaluatingEelco Dolstra
2014-01-08Fix signed-binary-caches testEelco Dolstra
2014-01-08Test whether Nix correctly checks the hash of downloaded NARsEelco Dolstra
2014-01-08Fix checking of NAR hashesEelco Dolstra
2014-01-08Support cryptographically signed binary cachesEelco Dolstra
2014-01-06Revert "nix-shell: Set $IN_NIX_SHELL before evaluation"Eelco Dolstra
2014-01-06Merge branch 'dynamic-attrs-no-sugar' of github.com:shlevy/nixEelco Dolstra
2014-01-06wordingDomen Kožar
2014-01-06Disable FreeBSD tests for nowEelco Dolstra
2014-01-06Disable the tail call testEelco Dolstra
2013-12-31Don't use any syntactic sugar for dynamic attrsShea Levy
2013-12-31Fold dynamic binds handling into addAttrShea Levy
2013-12-31Dynamic attrsShea Levy
2013-12-31Add the ExprBuiltin Expr type to the ASTShea Levy
2013-12-30nix-shell --pure: Don't clear IN_NIX_SHELLShea Levy
2013-12-20Revert "Scan /proc/<pid>/cmdline for GC roots"Eelco Dolstra
2013-12-20DohEelco Dolstra
2013-12-20perl: Call loadConfFile() in doInit to avoid screwing sqlite journal mode.Petr Rockai
2013-12-20nix-env --set-flag: Barf if a selector doesn't match any installed packageEelco Dolstra
2013-12-20Scan /proc/<pid>/cmdline for GC rootsEelco Dolstra
2013-12-20nix-shell: Don't warn about the lack of a GC rootEelco Dolstra
2013-12-20nix-shell: Set $IN_NIX_SHELL before evaluationEelco Dolstra
2013-12-20nix-shell: Handle --option correctlyEelco Dolstra
2013-12-17nix-shell --pure: Keep $TERMEelco Dolstra
2013-12-10Bump language version for new storePath featureShea Levy
2013-12-10builtins.storePath: Try to substitute the path if it is not yet validShea Levy
2013-12-10Garbage collector: Release locks on temporary root filesEelco Dolstra
2013-12-05Print a trace message if a build fails due to the platform being unknownEelco Dolstra
2013-11-22Include <cstring> for memsetEelco Dolstra
2013-11-19Bump version numberEelco Dolstra
2013-11-19Check meta values and warn about bad onesEelco Dolstra
2013-11-19Generalise meta attributesEelco Dolstra
2013-11-19Shorter error messageEelco Dolstra
2013-11-19Drop support for user environment manifests in ATerm formatEelco Dolstra
2013-11-19nix-env -q: Add a --json flagEelco Dolstra
2013-11-19Refactor JSON outputEelco Dolstra
2013-11-19Add a toJSON primopEelco Dolstra
2013-11-18Add a primop unsafeGetAttrPos to return the position of an attributeEelco Dolstra
2013-11-18Add a symbol __curPos that expands to the current source locationEelco Dolstra
2013-11-18Support quoted attribute names in -AEelco Dolstra
2013-11-14Remove nix-setuid-helperEelco Dolstra
2013-11-12Make function calls show up in stack traces againEelco Dolstra
2013-11-12Add a test to check that tail calls run in bounded stack spaceEelco Dolstra
2013-11-12Make function calls tail-recursiveEelco Dolstra
2013-11-12Make ifs and asserts tail-recursiveEelco Dolstra