aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2014-02-01Remove AutomakefilesEelco Dolstra
2014-02-01Update Makefile variable namesEelco Dolstra
2014-01-30Rename Makefile -> local.mkEelco Dolstra
2014-01-21Merge branch 'master' into makeEelco Dolstra
2014-01-14Allow "bare" dynamic attrsShea Levy
2014-01-08Fix signed-binary-caches testEelco Dolstra
2014-01-08Test whether Nix correctly checks the hash of downloaded NARsEelco Dolstra
2014-01-08Support cryptographically signed binary cachesEelco Dolstra
2014-01-06Merge branch 'dynamic-attrs-no-sugar' of github.com:shlevy/nixEelco Dolstra
2014-01-06Disable the tail call testEelco Dolstra
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-11-25Add support for ‘make installcheck’Eelco 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-12Add a test to check that tail calls run in bounded stack spaceEelco Dolstra
2013-10-24Rename "attribute sets" to "sets"Eelco Dolstra
2013-10-24Add a test of the type primopsEelco Dolstra
2013-10-17Fix testEelco Dolstra
2013-10-17Test string semantics a bit moreEelco Dolstra
2013-10-17Add a test for type correctness of antiquotesEelco Dolstra
2013-10-16Add a regression test for correct path antiquotation behaviorEelco Dolstra
2013-10-11Adjust to the NixOS/Nixpkgs mergeEelco Dolstra
2013-09-02Adda test for build-max-log-sizeEelco Dolstra
2013-08-26Simplify inherited attribute handlingShea Levy
2013-08-26Fix typos, especially those that end up in the Nix manualIvan Kozik
2013-08-02Let the ordering operators also work on stringsEelco Dolstra
2013-08-02Add comparison operators ‘<’, ‘<=’, ‘>’ and ‘>=’Eelco Dolstra
2013-08-02Add integer ‘-’, ‘*’ and ‘/’ operatorsEelco Dolstra
2013-08-02Add a unary integer negation operatorEelco Dolstra
2013-08-02Overload the ‘+’ operator to support integer additionEelco Dolstra
2013-07-31Test the delayed with a bit moreEelco Dolstra
2013-07-31Delay evaulation of `with` attrs until a variable lookup needs themShea Levy
2013-07-01Add support for uncompressed NARs in binary cachesEelco Dolstra
2013-06-20Don't keep "disabled" substituters runningEelco Dolstra
2013-04-23Show that --timeout doesn't work if the build produces log outputEelco Dolstra
2013-04-23Test whether --fallback works if NARS have disappeared from the binary cacheEelco Dolstra
2013-04-23Test NAR info cachingEelco Dolstra
2013-03-08Revert "Prevent config.h from being clobbered"Eelco Dolstra
2013-03-07Prevent config.h from being clobberedEelco Dolstra
2013-02-08Rename "hash" to "hashString" and handle SHA-1Eelco Dolstra
2013-02-08experimental/hashMarc Weber
2013-01-21Fix the VM testsEelco Dolstra
2013-01-02UrggghEelco Dolstra
2013-01-02If a substitute closure is incomplete, build dependencies, then retry the sub...Eelco Dolstra
2013-01-02Add a test for incomplete closures in the binary cacheEelco Dolstra
2012-12-04Test prioritiesEelco Dolstra