aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr
AgeCommit message (Expand)Author
2015-03-24Don't rely on __noChroot for corepkgsEelco Dolstra
2015-03-19Disable scanning for interior pointersEelco Dolstra
2015-03-19Fix Boehm API violationEelco Dolstra
2015-03-19Check return values from malloc/strdupEelco Dolstra
2015-03-18Print some Boehm GC statsEelco Dolstra
2015-03-18valueSize(): Take into account list/bindings/env sizeEelco Dolstra
2015-03-06Fix typos: s/the the/the/Daniel Hahler
2015-03-06forceValueDeep: Add to error prefixEelco Dolstra
2015-03-06Improve error messageEelco Dolstra
2015-02-23Add restricted evaluation modeEelco Dolstra
2015-02-19Merge branch 'tilde-paths' of https://github.com/shlevy/nixEelco Dolstra
2015-02-19tilde paths: The rest of the string has to start with a slash anywayShea Levy
2015-02-19tilde paths: construct the entire path at parse timeShea Levy
2015-02-19tilde paths: get HOME at parse timeShea Levy
2015-02-19Remove obsolete reference to ~ operatorEelco Dolstra
2015-02-19ExprConcatStrings: canonicalize concatenated pathsShea Levy
2015-02-19Allow the leading component of a path to be a ~Shea Levy
2015-02-05Remove tabEelco Dolstra
2015-01-29Merge remote-tracking branch 'shlevy/baseNameOf-no-copy'Shea Levy
2015-01-15Fix assertion failure in nix-envEelco Dolstra
2015-01-09Fix builtins.readDir on XFSEelco Dolstra
2015-01-07Show position info for failing <...> lookupsEelco Dolstra
2015-01-07Remove quotes around filenames in position infoEelco Dolstra
2014-12-14PedantryEelco Dolstra
2014-12-12Remove canary stuffEelco Dolstra
2014-12-10builtins.readFile: realise context associated with the pathShea Levy
2014-12-02Make all ExternalValueBase functions constShea Levy
2014-12-02Allow external code using libnixexpr to add typesShea Levy
2014-11-25Add a primop for regular expression pattern matchingEelco Dolstra
2014-11-25forceString(): Accept pos argumentEelco Dolstra
2014-11-20import derivation: cleanupShea Levy
2014-11-15realiseContext: Handle all context typesShea Levy
2014-11-15Add functors (callable attribute sets).Shea Levy
2014-10-31Fix more warningsEelco Dolstra
2014-10-20Fix build on gcc < 4.7Shea Levy
2014-10-20Improve printing of ASTsEelco Dolstra
2014-10-18baseNameOf: Don't copy paths to the store firstShea Levy
2014-10-17Export realiseContext in libnixexprShea Levy
2014-10-09mkList: Scrub betterEelco Dolstra
2014-10-09TypoEelco Dolstra
2014-10-05Get rid of some unnecessary ExprConcatStrings nodes in dynamic attrsEelco Dolstra
2014-10-05Show total allocationsEelco Dolstra
2014-10-04Add primop ‘catAttrs’Eelco Dolstra
2014-10-04Add primop ‘attrValues’Eelco Dolstra
2014-10-04TweakEelco Dolstra
2014-10-03Remove some duplicate codeEelco Dolstra
2014-10-03Add readDir primopShea Levy
2014-10-03Don't recompile the same regex over and overEelco Dolstra
2014-10-03nix-env: Add regular expression support in selectorsEelco Dolstra
2014-10-01printValue(): Don't print <CYCLE> for repeated valuesEelco Dolstra