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
2022-04-21
store Symbols in a table as well, like positions
pennae
2022-04-21
replace most Pos objects/ptrs with indexes into a position table
pennae
2022-04-21
don't use full Pos for findPackageFilename/editorFor
pennae
2022-04-20
Merge pull request #3720 from obsidiansystems/fix-url-format
Théophane Hufschmitt
2022-04-20
nix repl: make symlinks with the :bl command
ckie
2022-04-19
Avoid `fmt` when constructor already does it
John Ericson
2022-03-24
nix: allow whitespace characters before command in repl
polykernel
2022-03-11
Factor out a `LogStore` interface
John Ericson
2022-03-03
printValue(): Don't show repeated values
Eelco Dolstra
2022-03-02
Add EvalState::coerceToStorePath() helper
Eelco Dolstra
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2022-02-24
libfetchers: Rename immutable -> locked
Eelco Dolstra
2022-02-21
Remove std::set alias
Eelco Dolstra
2022-02-07
fix markup
lincoln auster
2022-02-06
repl/load-flake: throw error if path isn't specified
lincoln auster [they/them]
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-01-27
optionally return string_view from coerceToString
pennae
2022-01-21
forceAttrs: make pos mandatory
Kevin Amado
2022-01-21
forceValue: make pos mandatory
Kevin Amado
2022-01-17
Merge pull request #5812 from pennae/small-perf-improvements
Eelco Dolstra
2022-01-13
avoid copies of parser input data
pennae
2021-12-29
Add ability to toggle show-trace from within the repl
Alexander Bantyev
2021-12-27
Fix accidental O(n^2 * log n) performance in NixRepl::addAttrsToScope
Yorick van Pelt
2021-12-22
Remove CPU locking
Eelco Dolstra
2021-12-09
Properly take the last assignment in the REPL
regnat
2021-12-06
nix repl: add :log
Alexander Bantyev
2021-11-26
nix repl: Reset the terminal on exceptional exits
Eelco Dolstra
2021-11-26
Catch flake-related exception type in REPL
Alex Shabalin
2021-11-25
Support range-based for loop over list values
Eelco Dolstra
2021-11-18
Fix :e in repl
Alex Shabalin
2021-11-05
Merge pull request #5476 from NixOS/ca/fix-build-in-nix-repl
Théophane Hufschmitt
2021-11-05
Fix `nix repl`’s building of CA derivations
regnat
2021-11-04
StaticEnv: Use std::vector instead of std::map
Eelco Dolstra
2021-10-12
Merge pull request #5375 from edolstra/repl-ctrl-c
Eelco Dolstra
2021-10-12
nix repl: Don't write to std::cout directly
Eelco Dolstra
2021-10-12
nix repl: Don't build in a child process
Eelco Dolstra
2021-10-07
nix repl: properly deal with interruptions
Maximilian Bosch
2021-09-14
ANSI_YELLOW -> ANSI_WARNING
Eelco Dolstra
2021-09-14
Fix macOS build
Eelco Dolstra
2021-09-13
RunOptions: Use designated initializers
Eelco Dolstra
2021-07-20
Merge remote-tracking branch 'origin/repl-flake-support'
Eelco Dolstra
2021-07-19
nix repl: Update :edit help text
Robert Hensing
2021-07-19
Rename findDerivationFilename -> findPackageFilename
Robert Hensing
2021-07-19
Add a `:load-flake` command to the nix repl
regnat
2021-07-16
Forward the whole Nix config to the repl subprocesses
regnat
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
[next]