index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2020-04-05
libexpr
Ben Burdette
2020-04-03
move out of tests/
Ben Burdette
2020-04-03
handle Pos instead of individual file/line/columnrange args
Ben Burdette
2020-04-03
variadic args for hint format
Ben Burdette
2020-04-02
formatted with astyle
Ben Burdette
2020-04-02
indenting
Ben Burdette
2020-04-01
using std:: everywhere; fix a formatting error; add exception flags
Ben Burdette
2020-04-01
indenting
Ben Burdette
2020-04-01
remove using std::*, switch to include guard
Ben Burdette
2020-03-31
add some explanatory comments
Ben Burdette
2020-03-31
rename errors/warnings
Ben Burdette
2020-03-31
enum style
Ben Burdette
2020-03-30
build with make
Ben Burdette
2020-03-27
remove util.hh from deps
Ben Burdette
2020-03-27
more cleanup
Ben Burdette
2020-03-27
camelcase; optional hint
Ben Burdette
2020-03-25
some colors
Ben Burdette
2020-03-25
programName as static member var
Ben Burdette
2020-03-24
switch to one level of builder function, not subobject functions
Ben Burdette
2020-03-24
MkNixCode, MkErrLine approach
Ben Burdette
2020-03-24
renaming
Ben Burdette
2020-03-23
error test
Ben Burdette
2020-03-22
straightforward port of rust mockup code
Ben Burdette
2020-03-19
nix repl: Put EvalState on the heap
Eelco Dolstra
2020-03-19
nix repl: Scan NixRepl for GC roots
Eelco Dolstra
2020-03-13
Add missing `#include <regex>`
John Ericson
2020-03-13
Merge pull request #3380 from contrun/no-attr-path-for-installed
Eelco Dolstra
2020-03-14
display attr-path only when queried available
YI
2020-03-13
Fix ca-references feature check
Eelco Dolstra
2020-03-12
Merge pull request #3403 from hercules-ci/issue-3398-path-info-cache-ttls
Eelco Dolstra
2020-03-12
pathInfoCache: Respect disk cache TTLs #3398
Robert Hensing
2020-03-12
local.mk: fix user-env.cc dep on buildenv.nix.gen.hh, resolve occasional buil...
Will Dietz
2020-03-11
Move some corepkgs into the nix binary
Eelco Dolstra
2020-03-11
parseExprFromString(): Use std::string_view
Eelco Dolstra
2020-03-10
nix-store -q --graph: Fix edges
Eelco Dolstra
2020-03-10
dotgraph.cc: Remove dead code
Eelco Dolstra
2020-03-04
nix-build: Fix !<output> handling
Eelco Dolstra
2020-03-04
Optimise Derivation::unparse()
Eelco Dolstra
2020-03-04
builtins.cache: Cache regular expressions
Eelco Dolstra
2020-02-28
Fix GC failures on bad store path names
Eelco Dolstra
2020-02-19
Merge pull request #3325 from xzfc/clean-tmpdir
Eelco Dolstra
2020-02-19
nix-shell: clean up the tmpDir and escape variables
Albert Safin
2020-02-19
Merge pull request #3357 from carlosdagos/pure-nix-shell-proxy-env
Eelco Dolstra
2020-02-19
Merge pull request #3353 from tbsmoest/priv_tobias_pr_set_deathsig-1.4
Eelco Dolstra
2020-02-18
LocalStore::checkDerivationOutputs(): Improve error message
Eelco Dolstra
2020-02-18
Disable the progress bar if $TERM == dumb or unset
Eelco Dolstra
2020-02-14
Fix PR_SET_PDEATHSIG results in Broken pipe (#2395)
Tobias Möst
2020-02-14
Pass through http proxy env vars in pure shell
Carlos D
2020-02-13
Bindings::get(): std::optional<Attr *> -> Attr *
Eelco Dolstra
2020-02-13
Prevent uninitialized StorePath creation
Eelco Dolstra
[next]