aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr
AgeCommit message (Expand)Author
2013-03-08Revert "Prevent config.h from being clobbered"Eelco Dolstra
2013-03-07Prevent config.h from being clobberedEelco Dolstra
2013-02-08Make "${./path} ..." evaluate to a string, not a pathEelco Dolstra
2013-02-08Rename "hash" to "hashString" and handle SHA-1Eelco Dolstra
2013-02-08experimental/hashMarc Weber
2012-12-13fix use-after-free bug in mkString(Value&, Symbol&)Stuart Pernsteiner
2012-12-04Tiny optimisation in the filter primopEelco Dolstra
2012-11-28nix-env -q --out-path: Support multiple outputsEelco Dolstra
2012-11-27Optionally ignore null-valued derivation attributesEelco Dolstra
2012-11-27Add builtin constants ‘langVersion’ and ‘nixVersion’Eelco Dolstra
2012-11-26nix-instantiate: Fix read-only evaluationEelco Dolstra
2012-11-15Revert "prim_toPath: Actually make the string a path"Eelco Dolstra
2012-11-09Fix a segfault when auto-calling a "a@{...}" functionEelco Dolstra
2012-10-23prim_toPath: Actually make the string a pathShea Levy
2012-10-04getDerivation(): Don't always quietly ignore assertion failureEelco Dolstra
2012-10-03Add a ‘--repair’ flag to nix-instantiateEelco Dolstra
2012-09-27Allow dashes in identifiersEelco Dolstra
2012-09-19Templatise tokenizeString()Eelco Dolstra
2012-08-27Merge branch 'master' into no-manifestsEelco Dolstra
2012-08-13Avoid concatenating lists of one stringEelco Dolstra
2012-08-13Don't allocate empty listsEelco Dolstra
2012-08-13Optimise concatenating a list to an empty listEelco Dolstra
2012-08-13Add a primop ‘elemAt’ to get an element from a listEelco Dolstra
2012-08-13Add a primop ‘concatLists’Eelco Dolstra
2012-08-13Provide an efficient implementation of ‘elem’Eelco Dolstra
2012-08-13Add a "filter" primopEelco Dolstra
2012-08-12Add some more evaluations statsEelco Dolstra
2012-08-12Add some basic profiling support to the evaluatorEelco Dolstra
2012-07-30Refactor settings processingEelco Dolstra
2012-07-26Merge branch 'master' into no-manifestsEelco Dolstra
2012-07-25prim_import: When importing .drvs, allocate the intermediate attrset on the h...Shea Levy
2012-07-25import: If the path is a valid .drv file, parse it and generate a derivation ...Shea Levy
2012-07-18Use "#pragma once" to prevent repeated header file inclusionEelco Dolstra
2012-07-18Merge branch 'master' into no-manifestsEelco Dolstra
2012-07-17Remove dead codeEelco Dolstra
2012-07-12builtins.storePath: resolve symlinksEelco Dolstra
2012-07-11nix-env: Determine which paths have substitutes in parallelEelco Dolstra
2012-07-09prim_import(): prefetch substitute info in parallel using queryMissing()Eelco Dolstra
2012-06-27nix-store -r: do substitutions in parallelEelco Dolstra
2012-04-13Use Bison 2.5Eelco Dolstra
2012-03-05Fix compilation on FreeBSDEelco Dolstra
2012-02-09Fix error messageEelco Dolstra
2012-02-04* Inline some functions and get rid of the indirection throughEelco Dolstra
2012-02-04* Print elapsed evaluation time.Eelco Dolstra
2012-01-26* Fix importing a derivation. This gave a segfault.Eelco Dolstra
2012-01-19* Allow comparisons between derivations by comparing the outPathEelco Dolstra
2012-01-19* Add some debug output to print the derivation name once it's known.Eelco Dolstra
2012-01-07* Don't create thunks for simple constants (integers, strings, paths)Eelco Dolstra
2012-01-04* Remove dead code.Eelco Dolstra
2012-01-04* Don't use dynamic_cast, it's very slow. "nix-instantiateEelco Dolstra