index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
/
primops.cc
Age
Commit message (
Expand
)
Author
2020-06-03
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-05-27
Rename some variables named “recursive” to “method”
Matthew Bauer
2020-05-26
Merge remote-tracking branch 'origin/master' into enum-FileIngestionMethod
Carlo Nucera
2020-04-23
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-04-18
Merge pull request #3502 from NixOS/more-pos
Domen Kožar
2020-04-16
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-04-16
Use RootValue
Eelco Dolstra
2020-04-16
pass Pos to forceValue to improve infinite recursion error
Domen Kožar
2020-04-14
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-04-11
Merge pull request #3447 from DavHau/improve-tofile-error-msg
Domen Kožar
2020-04-11
improve toFile error message when containing potential drv path
DavHau
2020-04-09
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-04-08
Merge pull request #3468 from Infinisil/functionArgsPositions
Eelco Dolstra
2020-04-07
Backport libfetchers from the flakes branch
Eelco Dolstra
2020-04-02
Make function arguments retain position info
Silvan Mosberger
2020-03-30
s/outputHashRecursive/ingestionMethod/c
John Ericson
2020-03-30
Never cast `FileIngestionMethod` to or from boolean
John Ericson
2020-03-30
Use `auto` with some `FileIngestionMethod` local variables
John Ericson
2020-03-29
Replace some `bool recursive` with a new `FileIngestionMethod` enum
John Ericson
2020-03-18
Get rid of downloadCached()
Eelco Dolstra
2020-03-11
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-03-11
Move some corepkgs into the nix binary
Eelco Dolstra
2020-03-04
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-03-04
builtins.cache: Cache regular expressions
Eelco Dolstra
2020-01-21
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-01-21
Fix derivation computation with __structuredAttrs and multiple outputs
Eelco Dolstra
2019-12-11
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2019-12-04
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2019-11-28
Remove builtins.valueSize
Eelco Dolstra
2019-11-22
getEnv(): Return std::optional
Eelco Dolstra
2019-10-10
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2019-10-09
OCD performance fix: {find,count}+insert => insert
Eelco Dolstra
2019-10-01
Fix fetchTarball with chroot stores
Eelco Dolstra
2019-08-08
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2019-07-30
Allow builtins.pathExists to check the existence of /nix/store paths
Bas van Dijk
2019-06-24
Refactor downloadCached() interface
Eelco Dolstra
2019-06-24
downloadCached: Return ETag
Eelco Dolstra
2019-06-17
nix flake check: Check apps
Eelco Dolstra
2019-06-12
Fix fetchTarball with chroot stores
Eelco Dolstra
2019-05-22
Refactor downloadCached() interface
Eelco Dolstra
2019-05-08
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2019-05-03
Add builtins.hashFile
Daniel Schaefer
2019-03-26
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2019-03-24
Add isPath primop
zimbatm
2019-03-14
experimental/optional -> optional
Eelco Dolstra
2019-02-25
downloadCached: Return ETag
Eelco Dolstra
2019-02-12
experimental/optional -> optional
Eelco Dolstra
2019-01-14
Add builtins.getContext.
Shea Levy
2019-01-13
Treat plain derivation paths in context as normal paths.
Shea Levy
[next]