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-05-10
Merge pull request #4787 from Ma27/builtins-ceil-floor
Eelco Dolstra
2021-05-10
primops: math.h -> cmath
Maximilian Bosch
2021-05-10
Implement `builtins.floor` and `builtins.ceil` using the C library functions ...
Maximilian Bosch
2021-05-08
Create parent trusted list path before writing
Matthew Bauer
2021-04-27
Merge pull request #4751 from Ma27/storepath-pos
Domen Kožar
2021-04-27
primops/storePath: add trace to pure mode error
Maximilian Bosch
2021-04-23
Replace the trailing markdown spaces by a backslash
regnat
2021-04-23
Merge pull request #4440 from Ma27/misc-pos-fixes
Eelco Dolstra
2021-04-19
libcmd/installables: force re-evaluation of cached failures
Maximilian Bosch
2021-04-13
libexpr/primops: review
Maximilian Bosch
2021-04-13
primops/libexpr: use new attr-call extractor everywhere; use function's pos i...
Maximilian Bosch
2021-04-13
libexpr/primops: Move attr name extraction into its own function
Maximilian Bosch
2021-04-13
libexpr: misc improvements for proper error position
Maximilian Bosch
2021-04-13
primops/derivation: use position of currently evaluated attribute
Maximilian Bosch
2021-04-12
EvalSettings::getDefaultNixPath: respect {restrict,pure}Eval
Graham Christensen
2021-04-05
Rename Buildable
John Ericson
2021-04-05
Use `BuildableReq` for `buildPaths` and `ensurePath`
John Ericson
2021-04-05
Move `StorePathWithOutput` utilities out of store class
John Ericson
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
[next]