index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
Age
Commit message (
Expand
)
Author
2019-05-03
Add builtins.hashFile
Daniel Schaefer
2019-04-11
Add environment variable NIX_SHOW_SYMBOLS for dumping the symbol table
Eelco Dolstra
2019-03-27
Fix Bison 3.3 warning
Eelco Dolstra
2019-03-24
Add isPath primop
zimbatm
2019-03-21
eval: improve type description for primops and applied primops
Linus Heckemann
2019-03-14
pkg-config files: Use c++17
Eelco Dolstra
2019-03-14
experimental/optional -> optional
Eelco Dolstra
2019-01-31
Add builtins.appendContext.
Shea Levy
2019-01-14
Add builtins.getContext.
Shea Levy
2019-01-13
Treat plain derivation paths in context as normal paths.
Shea Levy
2019-01-10
Merge pull request #2608 from dtzWill/fix/issue-2546
Eelco Dolstra
2019-01-05
Remove mentions of `libformat`, it no longer exists
John Ericson
2018-12-31
EvalState::resetFileCache: clear parse cache as well as eval cache
Will Dietz
2018-12-13
Support SRI hashes
Eelco Dolstra
2018-12-06
Solve hg "abandoned transaction" issue
CHEIKH Chawki
2018-11-20
fetchGit: Drop unnecessary localRef
Eelco Dolstra
2018-11-20
Merge branch 'better-git-cache' of https://github.com/graham-at-target/nix
Eelco Dolstra
2018-10-31
Fix typo in comments
Jan Path
2018-10-27
simplify handling of extra '}'
Guillaume Maudoux
2018-09-13
Merge branch 'dirOf-relative' of https://github.com/lheckemann/nix
Eelco Dolstra
2018-09-05
Convert NIX_COUNT_CALLS to JSON too
Eelco Dolstra
2018-09-05
Log stats to stderr
Eelco Dolstra
2018-09-02
remove the old text format output
Michael Bishop
2018-09-01
add JSON to NIX_SHOW_STATS
Michael Bishop
2018-09-01
improve the stats when profiling
Michael Bishop
2018-09-01
fetchGit/fetchMercurial: Don't absolutize paths
Eelco Dolstra
2018-08-29
libexpr: Use int64_t for NixInt
aszlig
2018-08-23
Revert "Fix parser/lexer generation with parallel make"
Eelco Dolstra
2018-08-19
FIx floating point evaluation
Eelco Dolstra
2018-08-17
fetchGit: use a better caching scheme
Graham Christensen
2018-08-17
Fix parser/lexer generation with parallel make
Eelco Dolstra
2018-08-13
dirOf: allow use on non-absolute paths
Linus Heckemann
2018-08-03
Merge pull request #2326 from aszlig/fix-symlink-leak
Eelco Dolstra
2018-08-03
Fix symlink leak in restricted eval mode
aszlig
2018-07-31
Merge branch 'prim_mapAttr-fix' of https://github.com/volth/nix
Eelco Dolstra
2018-07-23
Merge pull request #2303 from volth/patch-4
Eelco Dolstra
2018-07-23
parser.y: right-associativity of ->
volth
2018-07-21
parser.y: fix assoc of -> and < > <= >=
volth
2018-07-21
prim_foldlStrict: call forceValue() before value is copied
volth
2018-07-11
Fix build on 32-bit systems and macOS
Eelco Dolstra
2018-07-11
Shup up a warning
Eelco Dolstra
2018-07-11
Remove unused function printStats2()
Eelco Dolstra
2018-07-07
prim_map, prim_genList: no need to force function argument which will be stor...
volth
2018-07-06
prim_mapAttrs: `f' must be evaluated lazily to avoid infinite recursion
volth
2018-07-05
prim_concatMap: no need to force value
volth
2018-07-05
prim_mapAttrs: must be lazy to avoid infinite recursion
volth
2018-07-05
prim_concatMap: allocate intermediate list on stack
volth
2018-07-05
primops.cc: fix comment
volth
2018-07-05
lib.concatMap and lib.mapAttrs to be builtins
volth
2018-07-03
Include cpptoml for build simplicity
Eelco Dolstra
[next]