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-05-27
Style fix
Eelco Dolstra
2022-05-26
Remove pre-C++11 hackiness
Eelco Dolstra
2022-05-25
Merge branch 'master' into debug-exploratory-PR
Ben Burdette
2022-05-25
Style tweaks
Eelco Dolstra
2022-05-22
remove redundant 'debugMode' flag
Ben Burdette
2022-05-22
change state derefs
Ben Burdette
2022-05-20
remove special tryEval behavior
Ben Burdette
2022-05-20
debugRepl ftn pointer
Ben Burdette
2022-05-19
'debugMode'
Ben Burdette
2022-05-18
primop_match: fix example letter case in document
zhujun
2022-05-16
first whack at passing evalState as an arg to debuggerHook.
Ben Burdette
2022-05-12
remove debug code
Ben Burdette
2022-05-12
remove debug code
Ben Burdette
2022-05-12
Merge branch 'debugThrow' into debug-exploratory-PR
Ben Burdette
2022-05-09
Merge branch 'master' into debug-exploratory-PR
Ben Burdette
2022-05-06
Add unit tests for libexpr (#5377)
Andreas Rammhold
2022-05-06
trying debugThrow
Ben Burdette
2022-05-05
don't print the 'break' argument
Ben Burdette
2022-05-05
builtins.break: Return argument when debugging is not enabled
Eelco Dolstra
2022-05-05
Style fixes
Eelco Dolstra
2022-05-04
Merge remote-tracking branch 'origin/master' into debug-exploratory-PR
Eelco Dolstra
2022-05-04
Get rid of most `.at` calls (#6393)
Alain Zscheile
2022-04-29
incorporate PosIdx changes, symbol changes.
Ben Burdette
2022-04-28
Merge branch 'master' into debug-merge-master
Ben Burdette
2022-04-25
rename SymbolIdx -> Symbol, Symbol -> SymbolStr
pennae
2022-04-22
Merge pull request #6218 from pennae/pos-symbol-tables
Théophane Hufschmitt
2022-04-21
fix: builtins.toFile adds path to allowedPaths
Tom Bereknyei
2022-04-21
store Symbols in a table as well, like positions
pennae
2022-04-21
don't use Symbol in Pos to represent a path
pennae
2022-04-21
replace most Pos objects/ptrs with indexes into a position table
pennae
2022-04-21
turn primop names into strings
pennae
2022-04-08
move throw to preverve Error type; turn off debugger for tryEval
Ben Burdette
2022-04-07
Merge remote-tracking branch 'upstream/master' into upstream-merge
Ben Burdette
2022-04-01
Fix handling of outputHash when outputHashAlgo is not specified
Eelco Dolstra
2022-03-31
Provide default values for outputHashAlgo and outputHashMode
Eelco Dolstra
2022-03-31
Add support for impure derivations
Eelco Dolstra
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-16
formatting
Ben Burdette
2022-03-14
more debug_throw coverage of EvalErrors
Ben Burdette
2022-03-11
Reduce variants for derivation hash modulo
John Ericson
2022-02-28
Add EvalState::allowAndSetStorePathString helper
Robert Hensing
[next]