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
2024-06-01
chore: rebrand Nix to Lix when it makes sense
Raito Bezarius
2023-07-31
Move evaluator settings (type and global) to separate file/header
John Ericson
2023-04-03
Stuctured command stability
John Ericson
2023-03-27
Merge pull request #7609 from obsidiansystems/hide-experimental-settings
John Ericson
2023-03-20
Move enabled experimental feature to libutil struct
John Ericson
2023-03-16
Move value-only methods to `InstallableValue`
John Ericson
2023-03-15
Make command infra less stateful and more regular
John Ericson
2023-02-20
Split out `CmdRepl` and `editorFor`
John Ericson
2021-04-28
move repl.cc to libcmd for linkage
Ben Burdette
2021-04-28
fixes
Ben Burdette
2021-04-27
Merge branch 'master' into debugger-merge
Ben Burdette
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-05
Add a flag to start the REPL on evaluation errors
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
[next]