aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/primops.cc
AgeCommit message (Expand)Author
2014-04-08If a .drv cannot be parsed, show its pathEelco Dolstra
2014-04-04Show position info in Boolean operationsEelco Dolstra
2014-04-04Show position info in string concatenation / addition errorsEelco Dolstra
2014-04-04forceString: Show position infoEelco Dolstra
2014-04-04forceAttrs: Show position infoEelco Dolstra
2014-04-04forceList: Show position infoEelco Dolstra
2014-04-04forceInt: Show position infoEelco Dolstra
2014-04-04Pass position information to primop callsEelco Dolstra
2014-04-04Include position info in function applicationEelco Dolstra
2014-01-21Merge branch 'master' into makeEelco 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-11-23Implement basic ‘make install’Eelco Dolstra
2013-11-19Shorter error messageEelco Dolstra
2013-11-19Add a toJSON primopEelco Dolstra
2013-11-18Add a primop unsafeGetAttrPos to return the position of an attributeEelco Dolstra
2013-10-28Fix building without a garbage collectorEelco Dolstra
2013-10-28Fix a segfault in genericClosureEelco Dolstra
2013-10-28Slightly optimize listToAttrsEelco Dolstra
2013-10-24Rename "attribute sets" to "sets"Eelco Dolstra
2013-10-24Add a typeOf primopEelco Dolstra
2013-10-17Fold two stack trace messages in derivationsEelco Dolstra
2013-10-17Don't show <nix/derivation.nix> in stack tracesEelco Dolstra
2013-09-03Get rid of the parse tree cacheEelco Dolstra
2013-09-02Fix whitespaceEelco Dolstra
2013-08-19Store Nix integers as longsEelco Dolstra
2013-08-02Let the ordering operators also work on stringsEelco 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
2012-12-04Tiny optimisation in the filter primopEelco Dolstra
2012-11-27Optionally ignore null-valued derivation attributesEelco Dolstra
2012-11-27Add builtin constants ‘langVersion’ and ‘nixVersion’Eelco Dolstra
2012-11-15Revert "prim_toPath: Actually make the string a path"Eelco Dolstra
2012-10-23prim_toPath: Actually make the string a pathShea Levy
2012-10-03Add a ‘--repair’ flag to nix-instantiateEelco Dolstra
2012-09-19Templatise tokenizeString()Eelco Dolstra
2012-08-27Merge branch 'master' into no-manifestsEelco 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 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-18Merge branch 'master' into no-manifestsEelco Dolstra
2012-07-12builtins.storePath: resolve symlinksEelco Dolstra