aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr
AgeCommit message (Expand)Author
2018-10-31Fix typo in commentsJan Path
2018-10-27simplify handling of extra '}'Guillaume Maudoux
2018-09-13Merge branch 'dirOf-relative' of https://github.com/lheckemann/nixEelco Dolstra
2018-09-05Convert NIX_COUNT_CALLS to JSON tooEelco Dolstra
2018-09-05Log stats to stderrEelco Dolstra
2018-09-02remove the old text format outputMichael Bishop
2018-09-01add JSON to NIX_SHOW_STATSMichael Bishop
2018-09-01improve the stats when profilingMichael Bishop
2018-09-01fetchGit/fetchMercurial: Don't absolutize pathsEelco Dolstra
2018-08-29libexpr: Use int64_t for NixIntaszlig
2018-08-23Revert "Fix parser/lexer generation with parallel make"Eelco Dolstra
2018-08-19FIx floating point evaluationEelco Dolstra
2018-08-17Fix parser/lexer generation with parallel makeEelco Dolstra
2018-08-13dirOf: allow use on non-absolute pathsLinus Heckemann
2018-08-03Merge pull request #2326 from aszlig/fix-symlink-leakEelco Dolstra
2018-08-03Fix symlink leak in restricted eval modeaszlig
2018-07-31Merge branch 'prim_mapAttr-fix' of https://github.com/volth/nixEelco Dolstra
2018-07-23Merge pull request #2303 from volth/patch-4Eelco Dolstra
2018-07-23parser.y: right-associativity of ->volth
2018-07-21parser.y: fix assoc of -> and < > <= >=volth
2018-07-21prim_foldlStrict: call forceValue() before value is copiedvolth
2018-07-11Fix build on 32-bit systems and macOSEelco Dolstra
2018-07-11Shup up a warningEelco Dolstra
2018-07-11Remove unused function printStats2()Eelco Dolstra
2018-07-07prim_map, prim_genList: no need to force function argument which will be stor...volth
2018-07-06prim_mapAttrs: `f' must be evaluated lazily to avoid infinite recursionvolth
2018-07-05prim_concatMap: no need to force valuevolth
2018-07-05prim_mapAttrs: must be lazy to avoid infinite recursionvolth
2018-07-05prim_concatMap: allocate intermediate list on stackvolth
2018-07-05primops.cc: fix commentvolth
2018-07-05lib.concatMap and lib.mapAttrs to be builtinsvolth
2018-07-03Include cpptoml for build simplicityEelco Dolstra
2018-07-03Add a fromTOML primopEelco Dolstra
2018-07-03Store floating point numbers in double precisionEelco Dolstra
2018-06-12GC_malloc -> GC_MALLOCEelco Dolstra
2018-06-12Don't scan for roots in dynamic librariesEelco Dolstra
2018-06-12Add temporary statsEelco Dolstra
2018-06-12Cache parse treesEelco Dolstra
2018-06-12Remove duplicate definition of allocBytes()Eelco Dolstra
2018-05-30Fix static assertion failure on 32-bit systemsEelco Dolstra
2018-05-30Move evaluator-specific settings out of libstoreEelco Dolstra
2018-05-28Merge pull request #2187 from bgamari/stoi-exceptionsEelco Dolstra
2018-05-26json-to-value: Use strtol instead of strtoiBen Gamari
2018-05-26eval.cc: add message to static_assert, message can be omitted w/c++17Will Dietz
2018-05-24Merge pull request #2157 from volth/bitwiseEelco Dolstra
2018-05-22Make Env self-describingEelco Dolstra
2018-05-22Memoise checkSourcePath()Eelco Dolstra
2018-05-16add `mod' and bitwise builtins: camel-case function namesvolth
2018-05-16add `mod' and bitwise builtins: remove `mod' and shiftsvolth
2018-05-16add `mod' and bitwise builtins: remove infix functionsvolth