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
2020-04-08
DownloadError -> DataTransferError
Nikola Knezevic
2020-04-08
Rename src/lib/download.* to src/lib/datatransfer.*
Nikola Knezevic
2020-04-08
Merge pull request #3468 from Infinisil/functionArgsPositions
Eelco Dolstra
2020-04-07
Merge branch 'fetchgit-recursive' of https://github.com/blitz/nix
Eelco Dolstra
2020-04-07
Backport libfetchers from the flakes branch
Eelco Dolstra
2020-04-02
libexpr: remove unused attrError
Andreas Rammhold
2020-04-02
Make function arguments retain position info
Silvan Mosberger
2020-03-30
Remove global -I flags
Eelco Dolstra
2020-03-30
fetchGit: don't use std::filesystem to filter git repos
Julian Stecklina
2020-03-29
fetchGit: fix submodule corner case by fetching all refs from cacheDir
Bjørn Forsman
2020-03-29
fetchGit: fix submodules = true for dirty trees
Bjørn Forsman
2020-03-29
fetchGit: checkout rev instead of latest ref
Bjørn Forsman
2020-03-29
fetchGit: add submodules attribute to the .link file
Bjørn Forsman
2020-03-29
fetchGit: fix submodule output attribute
Bjørn Forsman
2020-03-29
fetchGit: fix "fatal: couldn't find remote ref refs/heads/master" issue with ...
Bjørn Forsman
2020-03-29
Link to stdc++fs
Julian Stecklina
2020-03-29
Rename fetchGit fetchSubmodules to just submodules
Julian Stecklina
2020-03-29
Add git submodule fixes from @bjornfor
Julian Stecklina
2020-03-29
Add fetchSubmodules to builtins.fetchGit
Julian Stecklina
2020-03-24
Misc changes from the flakes branch
Eelco Dolstra
2020-03-24
Fix coverage build
Eelco Dolstra
2020-03-24
nix edit: Support non-derivation attributes
Eelco Dolstra
2020-03-24
findAlongAttrPath(): Return position
Eelco Dolstra
2020-03-24
findAlongAttrPath(): Throw AttrPathNotFound
Eelco Dolstra
2020-03-24
EvalState::allocAttr(): Add convenience method
Eelco Dolstra
2020-03-13
Add missing `#include <regex>`
John Ericson
2020-03-11
Move some corepkgs into the nix binary
Eelco Dolstra
2020-03-11
parseExprFromString(): Use std::string_view
Eelco Dolstra
2020-03-04
builtins.cache: Cache regular expressions
Eelco Dolstra
2020-02-13
Bindings::get(): std::optional<Attr *> -> Attr *
Eelco Dolstra
2020-01-21
Fix derivation computation with __structuredAttrs and multiple outputs
Eelco Dolstra
2020-01-13
Tweak error message
Eelco Dolstra
2020-01-13
Merge branch 'assert-show-expression' of https://github.com/LnL7/nix
Eelco Dolstra
2020-01-13
Fix build
Eelco Dolstra
2020-01-11
libexpr: show expression in assertion errors
Daiderd Jordan
2020-01-09
json-to-value: use unique_ptr instead of raw pointers
Yorick van Pelt
2020-01-09
builtins.fromJSON: use nlohmann/json parser instead of custom parser
Yorick van Pelt
2020-01-07
Add support for \u escape in fromJSON
Nikola Knezevic
2020-01-07
Remove redundant check in parseJSONString
Nikola Knezevic
2020-01-05
Hide FunctionCallTrace constructor/destructor
Eelco Dolstra
2019-12-16
nix-store -r: Handle symlinks to store paths
Eelco Dolstra
2019-12-15
Tweak error message
Eelco Dolstra
2019-12-13
bugfix: Adding depth limit to resolveExprPath
Dima
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2019-12-10
EvalState::callFunction(): Make FunctionCallTrace use less stack space
Eelco Dolstra
2019-12-05
Move #include
Eelco Dolstra
2019-12-05
Bindings: Add convenience method for requiring an attribute
Eelco Dolstra
2019-12-05
Bindings::get(): Add convenience method
Eelco Dolstra
2019-11-29
Merge pull request #2748 from edolstra/rust
Eelco Dolstra
2019-11-28
Remove builtins.valueSize
Eelco Dolstra
[next]