index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
/
primops.cc
Age
Commit message (
Expand
)
Author
2021-11-24
Make lists be comparable
Silvan Mosberger
2021-11-20
add real path to allowedPaths
Tom Bereknyei
2021-11-16
Merge pull request #5472 from NixOS/async-realisation-substitution
Eelco Dolstra
2021-11-15
Merge pull request #5428 from kreisys/add-pos-to-json-type-error
Domen Kožar
2021-11-13
toXML: display errors position
Kevin Amado
2021-11-09
Merge pull request #5494 from tweag/balsoft/allow-references-in-addPath
Eelco Dolstra
2021-11-09
addToStore, addToStoreFromDump: refactor: pass refs by const reference
Alexander Bantyev
2021-11-05
addPath: allow paths with references
Alexander Bantyev
2021-11-04
Fix derivation primop
Eelco Dolstra
2021-11-04
Use callFunction() with an array for some calls with arity > 1
Eelco Dolstra
2021-11-04
StaticEnv: Use std::vector instead of std::map
Eelco Dolstra
2021-11-03
Don’t require `ca-derivations` when `__contentAddressed = false`
regnat
2021-10-26
Make experimental-features a proper type
regnat
2021-10-25
toJSON: report error position for fancier output
Shay Bergmann
2021-10-11
(partially) Revert "Don't copy in rethrow"
regnat
2021-10-07
Make builtins.{path,filterSource} work with chroot stores
Eelco Dolstra
2021-10-07
Add a trace to all errors in addPath()
Eelco Dolstra
2021-10-07
Allow builtins.{path,filterSource} on paths with a context
Eelco Dolstra
2021-10-07
Remove unnecessary call to queryMissing()
Eelco Dolstra
2021-10-07
Refactoring: Add allowPath() method
Eelco Dolstra
2021-10-07
Merge pull request #5341 from andir/libexpr-formals
Eelco Dolstra
2021-10-06
Merge pull request #5286 from ilkecan/add-a-warning-to-filterSource
Eelco Dolstra
2021-10-06
Add a warning to `filterSource`
ilkecan
2021-10-06
Remove no-op call to realiseContext()
Eelco Dolstra
2021-10-06
Merge branch 'flakes_filterSource' of https://github.com/tomberek/nix
Eelco Dolstra
2021-10-06
libexpr: remove matchAttrs boolean from ExprLambda
Andreas Rammhold
2021-09-30
`std::visit` by reference
John Ericson
2021-09-29
Merge pull request #5301 from Ma27/builtins-missing-feature-error
Eelco Dolstra
2021-09-29
libexpr: throw a more helpful eval-error if a builtin is not available due to...
Maximilian Bosch
2021-09-27
Don't copy in rethrow
Eelco Dolstra
2021-09-22
Don't cache realiseContext() errors
Eelco Dolstra
2021-09-15
Revert "Disallow reading flake.lock"
Eelco Dolstra
2021-09-14
Disallow reading flake.lock
Eelco Dolstra
2021-09-13
hashFile, hashString: realize context before calculation, and discard afterwards
kvtb
2021-08-30
Merge pull request #5191 from hercules-ci/evalstate-lifetime-hygiene
Eelco Dolstra
2021-08-29
Fix use after free with vImportedDrvToDerivation
Robert Hensing
2021-08-29
Force all Pos* to be non-null
Robert Hensing
2021-08-22
Allow use of path and filterSource in flakes
Tom Bereknyei
2021-08-09
Merge pull request #5111 from Pamplemousse/clean
Eelco Dolstra
2021-08-09
libexpr: Squash similar conditions
Pamplemousse
2021-07-09
toString also coerces a set with an outPath attribute to a string
Niels Egberts
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-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-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
[next]