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
2023-11-20
fetchTree: clarify docs for shallow flag
DavHau
2023-10-01
pathExists: isDir when endswith /.
Robert Hensing
2023-09-19
Disable rapidcheck tests in the coverage run
Eelco Dolstra
2023-09-10
Drop dead code
Matthew Kenigsberg
2023-09-07
Merge pull request #8944 from fricklerhandwerk/fix-anchor
Robert Hensing
2023-09-07
Allow dynamic derivation deps in `inputDrvs`
John Ericson
2023-09-07
fix invalid anchor link
Valentin Gagarin
2023-09-01
Merge pull request #8869 from hercules-ci/fix-issue-8838-pathExists-isDir
Eelco Dolstra
2023-08-25
pathExists: isDir when endswith /
Robert Hensing
2023-08-25
Merge pull request #8829 from obsidiansystems/build-dynamic-derivations
John Ericson
2023-08-25
Merge pull request #8819 from VertexA115/fix/deep-follow-paths
tomberek
2023-08-25
Introduce `OutputName` and `OutputNameView` type aliases
John Ericson
2023-08-18
Delete `EvalState::addToSearchPath`
John Ericson
2023-08-18
Merge pull request #8839 from obsidiansystems/string-context-7479
John Ericson
2023-08-18
Fixing #7479
John Ericson
2023-08-17
libexpr/tests: test that parseFlakeRef doesn't percent-encode twice
Cole Helbling
2023-08-14
src/libexpr/search-path.cc: avoid out-of-bounds read on string_view
Sergei Trofimovich
2023-08-14
Fix follow path checking at depths greater than 2
Alex Zero
2023-08-14
Create `outputOf` primop.
John Ericson
2023-08-14
Rework evaluator `SingleDerivedPath` infra
John Ericson
2023-08-14
Rename `optOutputPath` to `optStaticOutputPath`
John Ericson
2023-08-11
Merge pull request #8735 from obsidiansystems/defexpr
Robert Hensing
2023-08-10
Make the Derived Path family of types inductive for dynamic derivations
John Ericson
2023-08-07
Merge pull request #8769 from edolstra/generalize-tarball-urls
Eelco Dolstra
2023-08-07
Merge pull request #8692 from obsidiansystems/add-another-xp-check
Théophane Hufschmitt
2023-08-02
Factor out `nix-defexpr` path computation
John Ericson
2023-08-02
Merge pull request #8762 from obsidiansystems/split-out-eval-settings
Eelco Dolstra
2023-08-01
Don't require .tar/.zip extension for tarball flakerefs
Eelco Dolstra
2023-07-31
Move evaluator settings (type and global) to separate file/header
John Ericson
2023-07-31
toJSON: Add attribute path to trace
Robert Hensing
2023-07-25
Add `parseFlakeRef` and `flakeRefToString` builtins (#8670)
Alex Ameen
2023-07-23
Merge pull request #8664 from ncfavier/merge-dynamic-attrs
John Ericson
2023-07-21
parser: merge nested dynamic attributes
Naïm Favier
2023-07-21
Merge pull request #8650 from obsidiansystems/content-address-simpler
Eelco Dolstra
2023-07-20
revert anchor prefix for builtin constants
Valentin Gagarin
2023-07-13
Feature gate `DownstreamPlaceholder::unknownCaOutput`
John Ericson
2023-07-10
Merge pull request #8579 from obsidiansystems/findPath-cleanup-2
John Ericson
2023-07-10
Merge pull request #8681 from inclyc/libexpr/parser-move-noeffect
Eelco Dolstra
2023-07-10
libexpr: remove std::move() for `basePath` in parser, it has no effect
Yingchi Long
2023-07-09
Merge pull request #8370 from hercules-ci/fetchClosure-input-addressed
John Ericson
2023-07-09
Clean up `SearchPath`
John Ericson
2023-07-09
Clean up `resolveSearchPathElem`
John Ericson
2023-07-07
Simplify `ContentAddress`
John Ericson
2023-07-07
fetchClosure: Interleave the examples in the docs
Robert Hensing
2023-07-07
fetchClosure: Apply suggestions from code review
Robert Hensing
2023-07-03
libexpr: use `thread_local` to make the parser thread-safe
Yingchi Long
2023-07-01
Merge pull request #8566 from inclyc/nixd/value-print-depth
Robert Hensing
2023-06-30
fetchClosure: Docs and error message improvements
Robert Hensing
2023-06-30
doc: Improve `fetchClosure` documentation
Robert Hensing
2023-06-30
fetchClosure: Refactor: replace enableRewriting
Robert Hensing
[next]