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-05-31
Merge pull request #8421 from fricklerhandwerk/doc-replaceStrings
Eelco Dolstra
2023-05-31
Merge pull request #8318 from fricklerhandwerk/doc-currentTime
Valentin Gagarin
2023-05-30
update documentation according to release notes
Valentin Gagarin
2023-05-30
Merge pull request #8398 from polykernel/perf/lazy-eval-replacements-replaces...
Robert Hensing
2023-05-30
Merge pull request #8406 from NixOS/fix-ca-attrs-false
Eelco Dolstra
2023-05-27
Restore Nix 2.3 behaviour for {__impure,__contentAddressed} = false
Eelco Dolstra
2023-05-26
create pathAccessible, use it to infer default dirs
Yorick van Pelt
2023-05-26
getDefaultNixPath: ignore EPERM
Yorick van Pelt
2023-05-25
primops: lazy evaluation of replaceStrings replacements
polykernel
2023-05-17
Upgrade `downstreamPlaceholder` to a type with methods
John Ericson
2023-05-17
add cross-references to pure evaluation mode
Valentin Gagarin
2023-05-15
Merge pull request #8340 from NixOS/delete-commited-build-artifacts
Robert Hensing
2023-05-15
Delete commited build artifacts
John Ericson
2023-05-15
Fix some bounds in rapid check instances
John Ericson
2023-05-15
Create `EvalState::coerceToDerivedPath`
John Ericson
2023-05-15
Expose `mkOutputString` as method of `EvalState`
John Ericson
2023-05-15
Split `mkOutputString` in two
John Ericson
2023-05-15
Remove unneeded argument for `mkOutputString`
John Ericson
2023-05-15
Merge pull request #8141 from tweag/user-files-doc
John Ericson
2023-05-10
Merge pull request #3959 from obsidiansystems/ca-drv-exotic
John Ericson
2023-05-09
prevent double quotation
Alex Ameen
2023-05-09
libexpr: quote reserved keys when printing
Alex Ameen
2023-04-26
Document user files of nix
Alexander Bantyev
2023-04-26
Doc: Improve builtins.genericClosure
Frédéric Christ
2023-04-25
Formatting
Eelco Dolstra
2023-04-24
Merge remote-tracking branch 'origin/master' into source-path
Eelco Dolstra
2023-04-21
Use `std::set<StringContextElem>` not `PathSet` for string contexts
John Ericson
2023-04-19
Remove references from fixed output derivation ab syntax
John Ericson
2023-04-19
Merge remote-tracking branch 'upstream/master' into ca-drv-exotic
John Ericson
2023-04-18
Merge pull request #8220 from accelbread/whitelist-commit-lockfile-summary
Robert Hensing
2023-04-17
`TextHashMethod` -> `TextIngestionMethod`, gate with XP feature
John Ericson
2023-04-17
Merge remote-tracking branch 'upstream/master' into ca-drv-exotic
John Ericson
2023-04-17
Merge pull request #3746 from obsidiansystems/path-info
Robert Hensing
2023-04-17
Merge remote-tracking branch 'upstream/master' into source-path
Robert Hensing
2023-04-17
Merge pull request #8193 from hercules-ci/dry-strings
Robert Hensing
2023-04-16
libexpr: Move identifier-like printing to print.cc
Robert Hensing
2023-04-16
libexpr/value/print.* -> libexpr/print.*
Robert Hensing
2023-04-16
printLiteral: Do not overload
Robert Hensing
2023-04-15
Format
Robert Hensing
2023-04-14
Whitelist commit-lockfile-summary in flake nixConfig
Archit Gupta
2023-04-11
Merge pull request #8170 from tweag/fix-aarch64-build
Eelco Dolstra
2023-04-09
Deduplicate string literal rendering, fix 4909
Robert Hensing
2023-04-07
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
2023-04-07
Merge pull request #8179 from tweag/disable-gc-on-coroutine
Robert Hensing
2023-04-07
Finish converting existing comments for internal API docs (#8146)
John Ericson
2023-04-07
Add talkative msg for coro gc debug
Yorick van Pelt
2023-04-07
Always disable GC in a coroutine unless the patch is applied
Yorick van Pelt
2023-04-07
DisableGC: replace by CoroutineContext, std::shared_ptr<void>
Yorick van Pelt
2023-04-07
Disable GC inside coroutines on mac OS
Yorick van Pelt
2023-04-07
Typo
Eelco Dolstra
[next]