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-14
more debug_throw coverage of EvalErrors
Ben Burdette
2022-02-15
quit repl from step mode
Ben Burdette
2022-02-14
make an 'info' level error on break
Ben Burdette
2022-02-11
for primops, enter the debugger at the last DebugTrace in the stack
Ben Burdette
2022-02-04
Merge branch 'master' into debug-step
Ben Burdette
2022-02-04
print value in break
Ben Burdette
2022-02-04
Merge branch 'issue-3505' of https://github.com/kamadorueda/nix
Eelco Dolstra
2022-02-03
break() primop; step and go debug commands
Ben Burdette
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
Merge branch 'master' into debug-exploratory-PR
Ben Burdette
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-30
fix merge issues
Ben Burdette
2021-11-28
Don't move the arguments of the primOp
Andreas Rammhold
2021-11-25
Merge branch 'master' into debug-merge
Ben Burdette
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
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-16
Merge pull request #5472 from NixOS/async-realisation-substitution
Eelco Dolstra
2021-11-15
Merge pull request #5428 from kreisys/add-pos-to-json-type-error
Domen Kožar
[next]