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
2022-01-14
optimize removeAttrs builtin
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-12
Merge pull request #5887 from pennae/avoid-streams
Théophane Hufschmitt
2022-01-12
optimize ExprConcatStrings::eval
pennae
2022-01-10
Merge branch 'readfile' of https://github.com/abbradar/nix
Eelco Dolstra
2022-01-09
builtins.readFile: Propagate path context
Nikolay Amiantov
2022-01-06
Merge pull request #5546 from NixOS/allow-paths-in-flake-local-options
Eelco Dolstra
2022-01-04
Remove EvalState::mkAttrs()
Eelco Dolstra
2022-01-04
Move empty attrset optimisation
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
2022-01-03
Merge pull request #5839 from tweag/balsoft/yet-another-follows-bugfix
Eelco Dolstra
2021-12-29
Fix IFD with chroot store
Sebastian Ullrich
2021-12-28
Sort attrs from tables in fromTOML
Lily Foster
2021-12-28
flake.cc: computeLocks: Only verify overrides when they could change
Alexander Bantyev
2021-12-27
Fix accidental O(n^2 * log n) performance in NixRepl::addAttrsToScope
Yorick van Pelt
2021-12-23
Use int64_t and NixFloat in fromTOML types
Nicolas Mattia
2021-12-23
Properly return false on `builtins.pathExists /someNonAllowedPath`
regnat
2021-12-21
Merge pull request #5807 from NixOS/5805-ca-ifd
Eelco Dolstra
2021-12-21
Merge branch 'nm-toml11' of https://github.com/nmattia/nix
Eelco Dolstra
2021-12-21
Fix IFD with CA derivations
regnat
2021-12-21
Factor out the path realisation bit of IFD
regnat
2021-12-20
bulk-allocate Value instances in the evaluator
pennae
2021-12-20
Clean up toml parsing code
Nicolas Mattia
2021-12-17
Use long in fromTOML
Nicolas Mattia
2021-12-17
Update primops/fromTOML.cc to use toml11
Nicolas Mattia
2021-12-17
Allow paths in flake local settings
regnat
2021-12-14
Merge pull request #5623 from yorickvP/fix-5621
Théophane Hufschmitt
2021-12-13
Re-allow inputs.x.url = "/path/to/file"
Eelco Dolstra
2021-12-13
Merge branch 'better-interpolation-error-location' of https://github.com/gree...
Eelco Dolstra
2021-12-02
Introduce builtins.groupBy primop
Silvan Mosberger
2021-12-02
Flakes: computeLocks: pass correct LockParent when reusing oldLock
Alexander Bantyev
2021-11-29
flakes: fix boolean and int nixConfig values
Yorick van Pelt
2021-11-28
Don't move the arguments of the primOp
Andreas Rammhold
2021-11-25
Merge pull request #5648 from edolstra/list-iter
Eelco Dolstra
2021-11-25
Support range-based for loop over list values
Eelco Dolstra
2021-11-25
Fix the error when accessing a forbidden path in pure eval
regnat
2021-11-24
Merge pull request #5631 from Infinisil/list-compare
Eelco Dolstra
2021-11-24
Make lists be comparable
Silvan Mosberger
2021-11-22
Merge pull request #5624 from rofrol/typo-single-quote
Eelco Dolstra
2021-11-22
Typo: change to normal singlequote
Roman Frołow
2021-11-20
add real path to allowedPaths
Tom Bereknyei
2021-11-18
Merge branch 'accept_conf' of https://github.com/tomberek/nix
Eelco Dolstra
2021-11-18
Merge pull request #5580 from ksonj/fix/non-standard-ssh
Eelco Dolstra
[next]