index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2022-03-14
more debug_throw coverage of EvalErrors
Ben Burdette
2022-02-15
Expr refs instead of pointers
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-10
update the eval-inline throw fns
Ben Burdette
2022-02-10
remove fakeEnv stuff and instead use last context from the stack
Ben Burdette
2022-02-04
link change
Ben Burdette
2022-02-04
a few merge fixes
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
Make most calls to determinePos() lazy
Eelco Dolstra
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-03
Merge branch 'master' into bundler_drv
tomberek
2022-02-02
Merge pull request #6036 from tweag/balsoft/and-yet-another-follows-bugfix
Eelco Dolstra
2022-02-02
Flake follows: resolve all follows to absolute
Alexander Bantyev
2022-02-02
Merge branch 'parser-improvements' of https://github.com/pennae/nix
Eelco Dolstra
2022-02-02
Merge branch 'more-stringviews' of https://github.com/pennae/nix
Eelco Dolstra
2022-01-31
Merge pull request #6022 from thkoch2001/fix-lowdown_libs
Eelco Dolstra
2022-01-31
Merge pull request #5990 from lincolnauster/flakes-nixconfig-docs
Eelco Dolstra
2022-01-30
use LOWDOWN_LIBS variable
Thomas Koch
2022-01-30
Merge pull request #6018 from dtzWill/fix/issue-6017
Eelco Dolstra
2022-01-30
fix spelling mistakes reported by Debian's lintian tool
Thomas Koch
2022-01-29
canonPath: fix missing slash when resolving links
Will Dietz
2022-01-28
bundler: suggested doc fixes
Tom Bereknyei
2022-01-28
Merge branch 'master' into bundler_drv
tomberek
2022-01-28
bundler: revert default behavior to use defaultApp
Tom Bereknyei
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
convert a for more utilities to string_view
pennae
2022-01-27
Don’t require `NIX_PATH` entries to be valid paths
regnat
2022-01-26
Stop vendoring nlohmann_json
Eelco Dolstra
2022-01-26
Merge pull request #5991 from edolstra/remote-nix-version
Eelco Dolstra
2022-01-25
fix typo
lincoln auster
2022-01-25
nix store ping: Report Nix daemon version
Eelco Dolstra
2022-01-25
flakes: document nixConfig option
lincoln auster [they/them]
2022-01-25
Merge pull request #5987 from edolstra/rust-cleanup
Eelco Dolstra
2022-01-25
Merge pull request #5922 from fzakaria/fzakaria/json-ignore-assertion
Eelco Dolstra
2022-01-25
Remove unused Rust stuff
Eelco Dolstra
2022-01-25
Fix parsing of variable names that are a suffix of '__curPos'
regnat
2022-01-25
bundler: notes and doc update to include bundlers repo
Tom Bereknyei
2022-01-25
bundler: add tests and change defaults to use a derivation
Tom Bereknyei
2022-01-24
Do not suppress errors in nix-env from feedback by Eelco
Farid Zakaria
2022-01-24
Refactor bundler API
Tom Bereknyei
2022-01-24
bundler: pass drv attrset instead of path
Tom Bereknyei
2022-01-24
Allow builtins.{readFile,path} on invalid paths
Eelco Dolstra
2022-01-24
Fix parsing of variable names that are a prefix of '__curPos'
Eelco Dolstra
2022-01-24
ExprConcatStrings::show(): Print values instead of pointers
Eelco Dolstra
[next]