Age | Commit message (Expand) | Author | Files | Lines |
2018-09-13 | Merge branch 'dirOf-relative' of https://github.com/lheckemann/nix | Eelco Dolstra | 1 | -1/+1 |
2018-09-05 | Convert NIX_COUNT_CALLS to JSON too | Eelco Dolstra | 1 | -35/+41 |
2018-09-05 | Log stats to stderr | Eelco Dolstra | 1 | -7/+2 |
2018-09-02 | remove the old text format output | Michael Bishop | 1 | -34/+4 |
2018-09-01 | add JSON to NIX_SHOW_STATS | Michael Bishop | 1 | -24/+90 |
2018-09-01 | improve the stats when profiling | Michael Bishop | 1 | -7/+8 |
2018-09-01 | fetchGit/fetchMercurial: Don't absolutize paths | Eelco Dolstra | 2 | -4/+0 |
2018-08-29 | libexpr: Use int64_t for NixInt | aszlig | 2 | -3/+7 |
2018-08-23 | Revert "Fix parser/lexer generation with parallel make" | Eelco Dolstra | 1 | -6/+2 |
2018-08-19 | FIx floating point evaluation | Eelco Dolstra | 1 | -0/+9 |
2018-08-17 | Fix parser/lexer generation with parallel make | Eelco Dolstra | 1 | -2/+6 |
2018-08-13 | dirOf: allow use on non-absolute paths | Linus Heckemann | 1 | -1/+1 |
2018-08-03 | Merge pull request #2326 from aszlig/fix-symlink-leak | Eelco Dolstra | 1 | -4/+10 |
2018-08-03 | Fix symlink leak in restricted eval mode | aszlig | 1 | -4/+10 |
2018-07-31 | Merge branch 'prim_mapAttr-fix' of https://github.com/volth/nix | Eelco Dolstra | 2 | -8/+3 |
2018-07-23 | Merge pull request #2303 from volth/patch-4 | Eelco Dolstra | 1 | -2/+2 |
2018-07-23 | parser.y: right-associativity of -> | volth | 1 | -1/+1 |
2018-07-21 | parser.y: fix assoc of -> and < > <= >= | volth | 1 | -2/+2 |
2018-07-21 | prim_foldlStrict: call forceValue() before value is copied | volth | 1 | -6/+7 |
2018-07-11 | Fix build on 32-bit systems and macOS | Eelco Dolstra | 1 | -1/+1 |
2018-07-11 | Shup up a warning | Eelco Dolstra | 1 | -1/+1 |
2018-07-11 | Remove unused function printStats2() | Eelco Dolstra | 2 | -15/+0 |
2018-07-07 | prim_map, prim_genList: no need to force function argument which will be stor... | volth | 1 | -2/+0 |
2018-07-06 | prim_mapAttrs: `f' must be evaluated lazily to avoid infinite recursion | volth | 2 | -6/+3 |
2018-07-05 | prim_concatMap: no need to force value | volth | 1 | -1/+0 |
2018-07-05 | prim_mapAttrs: must be lazy to avoid infinite recursion | volth | 1 | -4/+5 |
2018-07-05 | prim_concatMap: allocate intermediate list on stack | volth | 1 | -7/+15 |
2018-07-05 | primops.cc: fix comment | volth | 1 | -1/+1 |
2018-07-05 | lib.concatMap and lib.mapAttrs to be builtins | volth | 1 | -0/+42 |
2018-07-03 | Include cpptoml for build simplicity | Eelco Dolstra | 1 | -1/+1 |
2018-07-03 | Add a fromTOML primop | Eelco Dolstra | 1 | -0/+77 |
2018-07-03 | Store floating point numbers in double precision | Eelco Dolstra | 1 | -1/+1 |
2018-06-12 | GC_malloc -> GC_MALLOC | Eelco Dolstra | 2 | -9/+3 |
2018-06-12 | Don't scan for roots in dynamic libraries | Eelco Dolstra | 1 | -0/+7 |
2018-06-12 | Add temporary stats | Eelco Dolstra | 2 | -1/+28 |
2018-06-12 | Cache parse trees | Eelco Dolstra | 2 | -2/+19 |
2018-06-12 | Remove duplicate definition of allocBytes() | Eelco Dolstra | 3 | -29/+15 |
2018-05-30 | Fix static assertion failure on 32-bit systems | Eelco Dolstra | 1 | -1/+1 |
2018-05-30 | Move evaluator-specific settings out of libstore | Eelco Dolstra | 5 | -14/+41 |
2018-05-28 | Merge pull request #2187 from bgamari/stoi-exceptions | Eelco Dolstra | 1 | -1/+1 |
2018-05-26 | json-to-value: Use strtol instead of strtoi | Ben Gamari | 1 | -1/+1 |
2018-05-26 | eval.cc: add message to static_assert, message can be omitted w/c++17 | Will Dietz | 1 | -1/+1 |
2018-05-24 | Merge pull request #2157 from volth/bitwise | Eelco Dolstra | 1 | -0/+17 |
2018-05-22 | Make Env self-describing | Eelco Dolstra | 2 | -8/+12 |
2018-05-22 | Memoise checkSourcePath() | Eelco Dolstra | 2 | -1/+11 |
2018-05-16 | add `mod' and bitwise builtins: camel-case function names | volth | 1 | -6/+6 |
2018-05-16 | add `mod' and bitwise builtins: remove `mod' and shifts | volth | 1 | -36/+0 |
2018-05-16 | add `mod' and bitwise builtins: remove infix functions | volth | 1 | -7/+0 |
2018-05-12 | add `mod' and bitwise builtins | volth | 2 | -0/+60 |
2018-05-11 | Don't return negative numbers from the flex tokenizer | Eelco Dolstra | 1 | -1/+5 |