index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
Age
Commit message (
Expand
)
Author
2022-04-28
No point in passing string_views by reference
Guillaume Maudoux
2022-04-28
fix errors case and wording
Guillaume Maudoux
2022-03-18
Try to fix issues with macos clang, v3
Guillaume Maudoux
2022-03-18
Try to fix issues with macos clang, v2
Guillaume Maudoux
2022-03-18
Try to fix issues with macos clang
Guillaume Maudoux
2022-03-18
Fix some error kind mismatches
Guillaume Maudoux
2022-03-18
fixup! Merge remote-tracking branch 'origin/master' into coerce-string
Guillaume Maudoux
2022-03-18
Merge remote-tracking branch 'origin/master' into coerce-string
Guillaume Maudoux
2022-03-18
Revert extra colon at end os strings
Guillaume Maudoux
2022-03-18
Refactor to use more traces and less string manipulations
Guillaume Maudoux
2022-03-17
Merge pull request #6242 from ncfavier/print-output-names
Théophane Hufschmitt
2022-03-16
nix-env: always print output names in JSON and XML
Naïm Favier
2022-03-11
Reduce variants for derivation hash modulo
John Ericson
2022-03-11
Merge remote-tracking branch 'origin/eval-suggestions'
Eelco Dolstra
2022-03-11
Merge pull request #5865 from pennae/memory-friendliness
Eelco Dolstra
2022-03-09
add HAVE_BOEHMGC guards to batched allocation functions
pennae
2022-03-08
make Pos smaller
pennae
2022-03-08
force-inline a few much-used functions
pennae
2022-03-08
cache singleton Envs just like Values
pennae
2022-03-08
remove GC_PTR_STORE_AND_DIRTY
pennae
2022-03-08
Also display some suggestions for invalid formal arguments
regnat
2022-03-08
Try and make the darwin build happy
regnat
2022-03-08
Add some suggestions to the evaluator
regnat
2022-03-07
Merge branch 'cli-suggestions' of https://github.com/thufschmitt/nix
Eelco Dolstra
2022-03-07
Merge `or-suggestions.hh` into `suggestions.hh`
regnat
2022-03-07
dupStringWithLen -> makeImmutableString
Robert Hensing
2022-03-07
Value::mkPath: Avoid potential crash from null string_view
Robert Hensing
2022-03-07
Value::mkString: Avoid crash from null string_view
Robert Hensing
2022-03-07
more fixes
Guillaume Maudoux
2022-03-07
Move OrSuggestions to its own header
regnat
2022-03-07
Also display suggestions for the commands using the eval cache
regnat
2022-03-07
Implement a suggestions mechanism
regnat
2022-03-05
change error location for genericClosure operator errors
Guillaume Maudoux
2022-03-05
DRY addPrimOp
Guillaume Maudoux
2022-03-04
Use 'errorCtx' name everywhere
Guillaume Maudoux
2022-03-04
fixup! s/forceValue/forceFunction/ where applicable
Guillaume Maudoux
2022-03-04
s/forceValue/forceFunction/ where applicable
Guillaume Maudoux
2022-03-04
Add detailed error mesage for coerceTo{String,Path}
Guillaume Maudoux
2022-03-04
Add error context for most basic coercions
Guillaume Maudoux
2022-03-03
Add some context to coercion error strings
Guillaume Maudoux
2022-03-03
Be more aggressive in hiding repeated values
Eelco Dolstra
2022-03-03
printValue(): Don't show repeated values
Eelco Dolstra
2022-03-03
Fix segfault in headerCallback()
Eelco Dolstra
2022-03-02
Add EvalState::coerceToStorePath() helper
Eelco Dolstra
2022-03-01
Merge pull request #6185 from hercules-ci/fetchTree-reuse-local-paths
Eelco Dolstra
2022-03-01
fetchTree: Use isValidPath, add comment
Robert Hensing
2022-03-01
fetch{url,Tarball}: Remove 'narHash' attribute
Eelco Dolstra
2022-03-01
Merge pull request #6183 from obsidiansystems/sort-config
Eelco Dolstra
2022-03-01
Move some stuff from `Settings` to a new `FetchSettings`.
John Ericson
2022-02-28
Add EvalState::allowAndSetStorePathString helper
Robert Hensing
[next]