index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
/
eval-cache.cc
Age
Commit message (
Expand
)
Author
2024-10-01
Split ignoreException to avoid suppressing CTRL-C
Robert Hensing
2024-08-08
refactor: make HashType and Base enum classes for type safety
Jade Lovelace
2024-07-13
language: cleanly ban integer overflows
Jade Lovelace
2024-05-29
util.{hh,cc}: Split out users.{hh,cc}
Tom Hubrecht
2024-04-10
don't boost::to_few_args when an eval cached string type errors
Qyriad
2024-04-06
always re-eval cached failures
Qyriad
2024-03-09
libexpr: Support structured error classes
eldritch horrors
2023-08-18
Fixing #7479
John Ericson
2023-08-10
Make the Derived Path family of types inductive for dynamic derivations
John Ericson
2023-04-25
Formatting
Eelco Dolstra
2023-04-24
Merge remote-tracking branch 'origin/master' into source-path
Eelco Dolstra
2023-04-21
Use `std::set<StringContextElem>` not `PathSet` for string contexts
John Ericson
2023-04-06
Backport SourcePath from the lazy-trees branch
Eelco Dolstra
2023-01-19
Revert "Revert "Merge pull request #6204 from layus/coerce-string""
Guillaume Maudoux
2023-01-18
Revert "Merge pull request #6204 from layus/coerce-string"
Robert Hensing
2023-01-10
Parse string context elements properly
John Ericson
2023-01-02
Merge remote-tracking branch 'origin/master' into coerce-string
Eelco Dolstra
2022-12-07
Trivial changes from the lazy-trees branch
Eelco Dolstra
2022-10-25
Rework error throwing, and test it
Guillaume Maudoux
2022-10-22
Introduce an Error builder to tackle complexity
Guillaume Maudoux
2022-09-11
fix remaining foo stuff
Guillaume Maudoux
2022-09-11
Cleanup error strings rebase
Guillaume Maudoux
2022-09-07
WIP: broken merge but need a git checkpoint
Guillaume Maudoux
2022-08-24
Fix evaluation cache
Eelco Dolstra
2022-07-12
Fix debug message
Eelco Dolstra
2022-06-23
eval-cache: cast rowId to correct type
Rick van Schijndel
2022-05-25
Merge branch 'master' into debug-exploratory-PR
Ben Burdette
2022-05-25
Style tweaks
Eelco Dolstra
2022-05-16
Make nix::eval_cache::int_t more idiomatic
Théophane Hufschmitt
2022-05-16
resolve redundant priority passing, wrap NixInt in eval-cache variant
Eli Kogan-Wang
2022-05-16
Add int to eval-cache, bump eval cache schema version
Eli Kogan-Wang
2022-05-13
Integrate review changes
Eli Kogan-Wang
2022-05-06
trying debugThrow
Ben Burdette
2022-05-05
Merge branch 'NixOS:master' into debug-exploratory-PR
Ben Burdette
2022-05-04
Add forgotten null check
Alexander Shpilkin
2022-05-04
Merge remote-tracking branch 'origin/master' into debug-exploratory-PR
Eelco Dolstra
2022-04-29
Merge remote-tracking branch 'origin/master' into coerce-string
Guillaume Maudoux
2022-04-28
Merge branch 'master' into debug-merge-master
Ben Burdette
2022-04-28
fix errors case and wording
Guillaume Maudoux
2022-04-26
Bump eval cache schema version
Eelco Dolstra
2022-04-26
nix: Respect meta.outputsToInstall, and use all outputs by default
Eelco Dolstra
2022-04-26
EvalCache AttrKey: Use Symbol instead of std::string
Eelco Dolstra
2022-04-26
EvalCache: Revert to using symbols in getAttr()
Eelco Dolstra
2022-04-25
rename SymbolIdx -> Symbol, Symbol -> SymbolStr
pennae
2022-04-21
store Symbols in a table as well, like positions
pennae
2022-04-14
Make InstallableFlake::toValue() and toDerivation() behave consistently
Eelco Dolstra
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-03-18
Decode string context straight to using `StorePath`s
John Ericson
2022-03-18
Merge remote-tracking branch 'origin/master' into coerce-string
Guillaume Maudoux
[next]