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-05-28
Merge branch 'master' of github.com:NixOS/nix into enum-class
Carlo Nucera
2020-05-28
Merge remote-tracking branch 'me/more-rust-ffi' into no-stringly-typed-deriva...
John Ericson
2020-05-27
Rename some variables named “recursive” to “method”
Matthew Bauer
2020-05-26
Merge remote-tracking branch 'john-ericson/enum-FileIngestionMethod' into no-...
Carlo Nucera
2020-05-26
Merge remote-tracking branch 'origin/master' into enum-FileIngestionMethod
Carlo Nucera
2020-05-14
formatting
Ben Burdette
2020-05-13
formatting and a few minor changes
Ben Burdette
2020-05-11
fixes to merged code
Ben Burdette
2020-05-11
Merge branch 'master' into errors-phase-2
Ben Burdette
2020-05-08
add pos to errorinfo, remove from hints
Ben Burdette
2020-04-21
remove 'format' from Error constructor calls
Ben Burdette
2020-04-18
Merge pull request #3502 from NixOS/more-pos
Domen Kožar
2020-04-16
Use RootValue
Eelco Dolstra
2020-04-16
pass Pos to forceValue to improve infinite recursion error
Domen Kožar
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-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-30
Store parsed hashes in `DerivationOutput`
John Ericson
2020-03-29
Replace some `bool recursive` with a new `FileIngestionMethod` enum
John Ericson
2020-03-29
Use `enum struct` and drop prefixes
John Ericson
2020-03-11
Move some corepkgs into the nix binary
Eelco Dolstra
2020-03-04
builtins.cache: Cache regular expressions
Eelco Dolstra
2020-01-21
Fix derivation computation with __structuredAttrs and multiple outputs
Eelco Dolstra
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2019-11-28
Remove builtins.valueSize
Eelco Dolstra
2019-11-22
getEnv(): Return std::optional
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-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-05-03
Add builtins.hashFile
Daniel Schaefer
2019-03-24
Add isPath primop
zimbatm
2019-03-14
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
2018-12-13
Support SRI hashes
Eelco Dolstra
2018-09-13
Merge branch 'dirOf-relative' of https://github.com/lheckemann/nix
Eelco Dolstra
2018-08-19
FIx floating point evaluation
Eelco Dolstra
2018-08-13
dirOf: allow use on non-absolute paths
Linus Heckemann
2018-07-31
Merge branch 'prim_mapAttr-fix' of https://github.com/volth/nix
Eelco Dolstra
2018-07-21
prim_foldlStrict: call forceValue() before value is copied
volth
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
[prev]
[next]