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-01-10
Make clear that `StorePathWithOutputs` is a deprecated type
John Ericson
2023-01-10
Merge remote-tracking branch 'origin/master' into fix-7417
Eelco Dolstra
2023-01-06
Fix typo in example for builtin function map
Will Bush
2023-01-02
Don't use state.positions[noPos]
Eelco Dolstra
2023-01-02
Merge remote-tracking branch 'origin/master' into coerce-string
Eelco Dolstra
2023-01-02
Merge pull request #5941 from hercules-ci/optimize-intersectAttrs
Théophane Hufschmitt
2023-01-02
antiquotation -> string interpolation
Valentin Gagarin
2023-01-02
Merge pull request #7478 from hercules-ci/make-sure-initNix-called
Théophane Hufschmitt
2023-01-02
Merge pull request #7351 from NaN-git/fix-mkString
Théophane Hufschmitt
2022-12-24
Optimize intersectAttrs performance
Robert Hensing
2022-12-24
libstore: Make sure that initNix has been called
Robert Hensing
2022-12-24
remove undefined function
Philipp Otterbein
2022-12-24
remove function makeImmutableStringWithLen
Philipp Otterbein
2022-12-21
primops `storeDir` test uses `settings.nixStore`
mupdt
2022-12-20
EvalState::copyPathToStore(): Return a StorePath
Eelco Dolstra
2022-12-20
Merge pull request #7451 from edolstra/abstract-pos
Eelco Dolstra
2022-12-16
printMsg replacement by printInfo
Solène Rapenne
2022-12-14
warnings: switch to info level when using a saved substituter
Solène Rapenne
2022-12-13
Restore display of source lines for stdin/string inputs
Eelco Dolstra
2022-12-13
Fix compilation
Eelco Dolstra
2022-12-13
Improve cast safety
Eelco Dolstra
2022-12-13
Merge pull request #6741 from Mindavi/nix-no-gc
Théophane Hufschmitt
2022-12-13
Introduce AbstractPos
Eelco Dolstra
2022-12-12
support building with --enable-gc=no
Rick van Schijndel
2022-12-12
Fix stack context notes to not rely on order
John Ericson
2022-12-12
Support flake references in the old CLI
Eelco Dolstra
2022-12-12
Move isUri() and resolveUri() out of filetransfer.cc
Eelco Dolstra
2022-12-12
Use get_ptr()
Eelco Dolstra
2022-12-12
Update URL
Eelco Dolstra
2022-12-07
Trivial changes from the lazy-trees branch
Eelco Dolstra
2022-12-02
Merge pull request #7395 from obsidiansystems/evaluating-to-calling
Eelco Dolstra
2022-12-02
Change "while evaluating <fun>" to "while *calling*" in trace
John Ericson
2022-12-01
doc: listToAttrs: add extra whitespace
Alex Ameen
2022-11-30
doc: listToAttrs: fix line wrapping
Alex Ameen
2022-11-30
doc: listToAttrs: document repeated keys
Alex Ameen
2022-11-28
Merge pull request #7313 from yorickvP/nlohmann-everywhere
Eelco Dolstra
2022-11-25
Don't use GC_STRNDUP
Eelco Dolstra
2022-11-16
Replace src/libutil/json.cc with nlohmann json generation
Yorick van Pelt
2022-11-14
Merge remote-tracking branch 'nixos/master' into readFile-scan-references
Théophane Hufschmitt
2022-11-11
Restrict `readFile` context to references that appear in the string
Naïm Favier
2022-11-10
Merge pull request #7258 from ncfavier/fix-eval-error-fmt
Théophane Hufschmitt
2022-11-04
Fix printing of eval errors with two format placeholders
Naïm Favier
2022-10-25
Use _type
Eelco Dolstra
2022-10-25
Complete genericClosure tests
Guillaume Maudoux
2022-10-25
Rework error throwing, and test it
Guillaume Maudoux
2022-10-23
Mark flakes with .type = "flake".
Shea Levy
2022-10-23
Try to please clang with convoluted templates
Guillaume Maudoux
2022-10-22
Introduce an Error builder to tackle complexity
Guillaume Maudoux
2022-10-20
Rollback unneeded throwFrameErrorWithTrace function
Guillaume Maudoux
2022-10-20
Fix context message being printed twice with forceStringNoCtx
Guillaume Maudoux
[next]