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-10-25
toJSON: report error position for fancier output
Shay Bergmann
2021-10-17
fetch: nicer infinite recursion errors
Kevin Amado
2021-10-15
fetchTree: add pos to EvalState::forceValue
Kevin Amado
2021-10-15
fetchTree: add pos to EvalState::forceValue
Kevin Amado
2021-10-14
add pos to EvalState::forceValue
Kevin Amado
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
Allow access to path copied to the store
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
fetchTree(): Parse type attribute first
Eelco Dolstra
2021-10-06
Cleanup
Eelco Dolstra
2021-10-06
libexpr: remove matchAttrs boolean from ExprLambda
Andreas Rammhold
2021-10-06
Merge branch 'considerate/scp-like-urls' of https://github.com/considerate/nix
Eelco Dolstra
2021-09-30
`std::visit` by reference
John Ericson
2021-09-29
reset yylloc when yyless(0) is called
Taeer Bar-Yam
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-24
Merge pull request #5253 from edolstra/flake-ifd
Eelco Dolstra
2021-09-22
Revert "Merge pull request #4922 from nrdxp/default-submodules"
Eelco Dolstra
2021-09-22
Don't cache realiseContext() errors
Eelco Dolstra
2021-09-21
Set input parent at construction time
Eelco Dolstra
2021-09-16
Include subpath in flake fingerprint
Geoff Reedy
2021-09-15
Merge pull request #5257 from edolstra/dirty-lock-file
Eelco Dolstra
2021-09-15
Merge branch 'mh/fix-chroot-eval' of https://github.com/obsidiansystems/nix
Eelco Dolstra
2021-09-15
If we can't write a lock file, pretend the top-level flake is dirty
Eelco Dolstra
2021-09-15
Revert "Disallow reading flake.lock"
Eelco Dolstra
2021-09-14
Disallow reading flake.lock
Eelco Dolstra
2021-09-14
Merge pull request #5240 from edolstra/builtin-help
Eelco Dolstra
2021-09-13
hashFile, hashString: realize context before calculation, and discard afterwards
kvtb
2021-09-13
nix --help: Display help using lowdown instead of man
Eelco Dolstra
2021-09-08
Merge pull request #5215 from ncfavier/patch-1
Eelco Dolstra
2021-09-07
Merge pull request #4922 from nrdxp/default-submodules
Shea Levy
2021-09-05
Fix use-registries logic in builtins.getFlake
Naïm Favier
2021-09-01
Merge pull request #5066 from Radvendii/master
Eelco Dolstra
2021-08-31
fix parse of `/${foo}`. was `// + foo`
Taeer Bar-Yam
2021-08-31
path antiquotations: canonizePath -> canonicalizePath
Taeer Bar-Yam
2021-08-30
Merge pull request #5175 from Pamplemousse/make
Eelco Dolstra
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
Move vCallFlake into EvalState
Robert Hensing
2021-08-29
Force all Pos* to be non-null
Robert Hensing
[next]