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
2022-03-29
Simplify the handling of the hash modulo
Théophane Hufschmitt
2022-03-25
Only provide builtin.{getFlake,fetchClosure} is the corresponding experimenta...
Eelco Dolstra
2022-03-24
Merge pull request #6305 from flox/genericClosure_doc
Eelco Dolstra
2022-03-24
docs: genericClosure
Tom Bereknyei
2022-03-22
Merge pull request #6237 from obsidiansystems/store-path-string-context
Eelco Dolstra
2022-03-18
Decode string context straight to using `StorePath`s
John Ericson
2022-03-18
Generalize `DerivationType` in preparation for impure derivations
John Ericson
2022-03-18
Avoid some pointless copying of drvs
John Ericson
2022-03-18
Use Deferred when building an input-addressed drv
John Ericson
2022-03-17
Clean up `DerivationOutput`, and headers
John Ericson
2022-03-11
Reduce variants for derivation hash modulo
John Ericson
2022-02-28
Add EvalState::allowAndSetStorePathString helper
Robert Hensing
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2022-02-21
Remove std::vector alias
Eelco Dolstra
2022-02-21
Remove std::set alias
Eelco Dolstra
2022-02-21
Remove std::list alias
Eelco Dolstra
2022-02-04
Merge branch 'issue-3505' of https://github.com/kamadorueda/nix
Eelco Dolstra
2022-02-02
Merge branch 'more-stringviews' of https://github.com/pennae/nix
Eelco Dolstra
2022-01-30
fix spelling mistakes reported by Debian's lintian tool
Thomas Koch
2022-01-28
Remove a repeated std::move in a for loop
Eelco Dolstra
2022-01-27
optionally return string_view from coerceToString
pennae
2022-01-27
return string_views from forceString*
pennae
2022-01-27
Don’t require `NIX_PATH` entries to be valid paths
regnat
2022-01-24
Allow builtins.{readFile,path} on invalid paths
Eelco Dolstra
2022-01-21
forceAttrs: make pos mandatory
Kevin Amado
2022-01-21
Fix exception handling around realisePath()
Eelco Dolstra
2022-01-18
Merge pull request #5906 from pennae/primops-optimization
Eelco Dolstra
2022-01-17
Merge pull request #5812 from pennae/small-perf-improvements
Eelco Dolstra
2022-01-14
also cache split regexes, not just match regexes
pennae
2022-01-14
optimize removeAttrs builtin
pennae
2022-01-13
avoid copies of parser input data
pennae
2022-01-13
move strings in derivationStrict
pennae
2022-01-13
avoid string copies in attrNames sort comparison
pennae
2022-01-13
cache more often-used symbols for primops
pennae
2022-01-09
builtins.readFile: Propagate path context
Nikolay Amiantov
2022-01-04
Remove EvalState::mkAttrs()
Eelco Dolstra
2022-01-04
Turn mkString(Symbol) into a method
Eelco Dolstra
2022-01-04
Remove non-method mkPath()
Eelco Dolstra
2022-01-04
Remove non-method mk<X> functions
Eelco Dolstra
2022-01-04
Remove non-method mkString()
Eelco Dolstra
2022-01-04
Ensure that attrsets are sorted
Eelco Dolstra
2022-01-03
add zipAttrsWith primop
pennae
2021-12-29
Fix IFD with chroot store
Sebastian Ullrich
2021-12-23
Properly return false on `builtins.pathExists /someNonAllowedPath`
regnat
2021-12-21
Fix IFD with CA derivations
regnat
2021-12-21
Factor out the path realisation bit of IFD
regnat
2021-12-02
Introduce builtins.groupBy primop
Silvan Mosberger
2021-11-28
Don't move the arguments of the primOp
Andreas Rammhold
2021-11-25
Support range-based for loop over list values
Eelco Dolstra
2021-11-24
Merge pull request #5631 from Infinisil/list-compare
Eelco Dolstra
[next]