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-07-13
Simplify the check for overrides on non-existent inputs
Eelco Dolstra
2022-07-13
Fix typo in flake.cc
Ikko Ashimine
2022-07-12
Merge pull request #6663 from Ma27/follows-invalid-input
Théophane Hufschmitt
2022-07-12
Fix debug message
Eelco Dolstra
2022-07-12
Move follows-check into its own function
Maximilian Bosch
2022-07-12
Turn error for non-existant follows into a warning
Maximilian Bosch
2022-07-12
flakes: throw an error if `follows`-declaration for an input is invalid
Maximilian Bosch
2022-07-11
Merge branch 'master' into ignore-try
Ben Burdette
2022-07-11
move ignore-try to EvalSettings
Ben Burdette
2022-07-11
use util.hh class instead of local
Ben Burdette
2022-07-11
'tryEval' not 'try clause'
Ben Burdette
2022-07-05
builtins.traceVerbose: Post rebase fixes
Gytis Ivaskevicius
2022-07-05
Add builtins.traceVerbose
Gytis Ivaskevicius
2022-06-29
src/libexpr/tests/primops.cc: Quote Nix expressions
Eelco Dolstra
2022-06-26
fetchGit: document `shallow` argument
Guillaume Girol
2022-06-24
Merge pull request #6698 from tweag/forbid-tilde-paths-in-pure-mode
Théophane Hufschmitt
2022-06-23
eval-cache: cast rowId to correct type
Rick van Schijndel
2022-06-21
Forbid the tilde expansion in pure eval mode
Théophane Hufschmitt
2022-06-13
flake.cc: Make non-flake overrides sticky
Alexander Bantyev
2022-06-10
remove unused parameter
Ben Burdette
2022-06-02
Shut up clang warnings
Eelco Dolstra
2022-06-02
use Counter class to count tryEval levels
Ben Burdette
2022-06-02
print message with exceptions in a try clause
Ben Burdette
2022-06-02
ignore-try flag
Ben Burdette
2022-05-30
Respect the outputSpecified attribute
Eelco Dolstra
2022-05-27
Style fix
Eelco Dolstra
2022-05-26
Remove pre-C++11 hackiness
Eelco Dolstra
2022-05-26
Merge pull request #6570 from edolstra/eof-in-string
Eelco Dolstra
2022-05-25
Merge branch 'master' into debug-exploratory-PR
Ben Burdette
2022-05-25
back to ref<EvalState> in NixRepl
Ben Burdette
2022-05-25
Handle EOFs in string literals correctly
Eelco Dolstra
2022-05-25
Style tweaks
Eelco Dolstra
2022-05-22
remove redundant 'debugMode' flag
Ben Burdette
2022-05-22
comments
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-19
de-const evalState exceptions
Ben Burdette
2022-05-19
Merge branch 'debug-exploratory-PR' into debuggerHook-eval-arg
Ben Burdette
2022-05-19
use an expr->StaticEnv table in evalState
Ben Burdette
2022-05-18
Merge pull request #6544 from ncfavier/getFlake-no-write-lock-file
Théophane Hufschmitt
2022-05-18
Do not attempt to write a lock file in builtins.getFlake
Naïm Favier
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-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-16
Merge branch 'NixOS:master' into master
elikoga
2022-05-15
fix thunk issue
Ben Burdette
[next]