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
2021-03-26
Fix some typos
Eelco Dolstra
2021-03-03
nix repl :doc: Don't return docs for partially applied primops
Eelco Dolstra
2021-02-22
Make missing auto-call arguments throw an eval error
regnat
2021-02-22
Tweak error message
Eelco Dolstra
2021-02-03
Include note about type of catched errors in tryEval documentation
sternenseemann
2021-01-27
Add trace to build errors during import-from-derivation
Eelco Dolstra
2021-01-27
Add traces to errors while updating flake lock file
Eelco Dolstra
2021-01-25
Group common options
Eelco Dolstra
2021-01-25
Add FIXME
Eelco Dolstra
2021-01-21
Improve error formatting
Eelco Dolstra
2021-01-15
Merge pull request #4240 from bburdette/2259-error-message
Domen Kožar
2021-01-15
Fix gcc10 build
Jonathan Ringer
2021-01-13
Convert option descriptions to Markdown
Eelco Dolstra
2021-01-11
Merge pull request #4435 from DanilaFe/flake-input-types
Eelco Dolstra
2021-01-08
Upcase "Boolean" in Flake attribute type error
Danila
2021-01-08
string2Int(): Return std::optional
Eelco Dolstra
2021-01-08
Use switch statement instead of sequence of ifs
Danila Fedorin
2021-01-08
Allow Flake inputs to accept boolean and integer attributes
Danila Fedorin
2020-12-28
Fixup
Matthew Bauer
2020-12-24
Merge branch 'master' into support-libcxx10
Matthew Bauer
2020-12-23
Cast variants fully for libc++10
Matthew Bauer
2020-12-22
Merge branch 'git-rev-error' of https://github.com/Ma27/nix into master
Eelco Dolstra
2020-12-22
Move <nix/fetchurl.nix> into the nix binary
Eelco Dolstra
2020-12-22
Document `allRefs` argument of `builtins.fetchTree`
Maximilian Bosch
2020-12-21
Merge pull request #4355 from Infinisil/private-value-type
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-17
Rename ValueType -> InternalType, NormalType -> ValueType
Silvan Mosberger
2020-12-16
Merge pull request #4348 from NixOS/ca/use-hashmodulo
Eelco Dolstra
2020-12-13
primops/fromJSON: add error position in case of parse error
Maximilian Bosch
2020-12-12
Make Value::type private
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-12-12
Introduce NormalType for the normal type of a Value
Silvan Mosberger
2020-12-11
Use the hash modulo in the derivation outputs
regnat
2020-12-03
Remove 'dist' target
Eelco Dolstra
2020-12-02
Remove an `unknown pragma` gcc warning
regnat
2020-12-01
shut up clang warnings
regnat
2020-11-26
builtins.fetchGit: Fix shortRev attribute for dirty trees
Eelco Dolstra
2020-11-26
Move to separate file
Eelco Dolstra
2020-11-26
Record trusted/untrusted settings in ~/.local/share/nix
Eelco Dolstra
2020-11-26
Ask for confirmation before allowing flake Nix configuration settings
Eelco Dolstra
2020-11-19
AttrCursor::getStringWithContext(): Force re-evaluation if the cached context...
Eelco Dolstra
2020-11-19
Fix assertion failure in LockFile::LockFile()
Eelco Dolstra
2020-11-19
Make drv hash modulo memo table thread-safe
John Ericson
2020-11-17
Merge pull request #4189 from edolstra/flake-config
Eelco Dolstra
2020-11-12
Fix default nix-path
Christian Höppner
2020-11-11
change message
Ben Burdette
2020-11-11
pare down the error message
Ben Burdette
[next]