index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nix
/
repl.cc
Age
Commit message (
Expand
)
Author
2021-06-29
Forward the experimental features to the nix repl subprocesses
regnat
2021-04-07
restoreSignals() + restoreAffinity() -> restoreProcessContext()
Eelco Dolstra
2020-12-21
Add 'nix repl' manpage
Eelco Dolstra
2020-12-18
Replace Value type setters with mk* functions
Silvan Mosberger
2020-12-17
Rename Value::normalType() -> Value::type()
Silvan Mosberger
2020-12-12
Add ValueType checking functions for types that have the same NormalType
Silvan Mosberger
2020-12-12
Use Value::normalType on all forced values instead of Value::type
Silvan Mosberger
2020-12-12
Introduce Value type setters and make use of them
Silvan Mosberger
2020-11-02
nix repl: Fix handling of multi-line expressions
Eelco Dolstra
2020-10-06
Remove static variable name clashes
Eelco Dolstra
2020-09-01
Merge remote-tracking branch 'upstream/master' into single-ca-drv-build
John Ericson
2020-08-31
Merge remote-tracking branch 'origin/master' into markdown
Eelco Dolstra
2020-08-28
Merge remote-tracking branch 'upstream/master' into single-ca-drv-build
John Ericson
2020-08-25
Add getDoc() function
Eelco Dolstra
2020-08-24
nix repl ':doc': Render using lowdown
Eelco Dolstra
2020-08-24
Allow primops to have Markdown documentation
Eelco Dolstra
2020-08-20
Rename drv output querying functions, like master
John Ericson
2020-08-20
Allow 'nix' subcommands to provide docs in Markdown format
Eelco Dolstra
2020-08-18
Merge remote-tracking branch 'upstream/master' into derivation-header-include...
John Ericson
2020-08-14
Merge pull request #3875 from obsidiansystems/new-interface-for-path-pathOpt
Eelco Dolstra
2020-08-07
Squashed get CA derivations building
John Ericson
2020-08-06
repl.cc: Check for HAVE_BOEHMGC
Eelco Dolstra
2020-08-01
Merge remote-tracking branch 'upstream/master' into derivation-header-include...
John Ericson
2020-07-28
Use the new interface
Carlo Nucera
2020-07-16
Merge branch 'master' of github.com:NixOS/nix into optional-derivation-output...
Carlo Nucera
2020-07-12
String .drv suffix to create derivation name
John Ericson
2020-07-08
Only store hash of fixed derivation output
Matthew Bauer
2020-07-08
Add name to BasicDerivation
Matthew Bauer
2020-07-06
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-07-05
Merge remote-tracking branch 'upstream/master' into derivation-header-include...
John Ericson
2020-06-26
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-06-24
repl indenting
Ben Burdette
2020-06-24
repl indenting
Ben Burdette
2020-06-21
Merge remote-tracking branch 'upstream/master' into derivation-header-include...
John Ericson
2020-06-19
addErrorTrace
Ben Burdette
2020-06-17
Use `ansicolor.hh` in `nix repl` rather than duplicates
John Ericson
2020-06-17
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-06-17
Move some Store functions from derivations.cc to store-api.cc
John Ericson
2020-05-11
Merge branch 'master' into errors-phase-2
Ben Burdette
2020-05-11
Cleanup
Eelco Dolstra
2020-05-10
Add completion for paths
Eelco Dolstra
2020-05-06
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-05-01
Improve help-message for nix-repl
Maximilian Bosch
2020-04-21
remove 'format' from Error constructor calls
Ben Burdette
2020-03-20
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-03-19
nix repl: Put EvalState on the heap
Eelco Dolstra
2020-03-19
nix repl: Scan NixRepl for GC roots
Eelco Dolstra
2019-12-11
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2019-12-05
Make subcommand construction in MultiCommand lazy
Eelco Dolstra
[next]