index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
/
parser.y
Age
Commit message (
Expand
)
Author
2020-04-09
Attach pos to if expression errors
Domen Kožar
2020-04-08
after flake rebase
Nikola Knezevic
2020-04-08
datatransfer.{cc,hh} -> filetransfer.{cc,hh}
Nikola Knezevic
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
Backport libfetchers from the flakes branch
Eelco Dolstra
2020-04-02
Make function arguments retain position info
Silvan Mosberger
2020-03-11
parseExprFromString(): Use std::string_view
Eelco Dolstra
2019-12-15
Tweak error message
Eelco Dolstra
2019-12-13
bugfix: Adding depth limit to resolveExprPath
Dima
2019-11-26
Add feature to disable URL literals
Eelco Dolstra
2019-10-09
Fix Bison 2.4 warning
Eelco Dolstra
2019-10-09
OCD performance fix: {find,count}+insert => insert
Eelco Dolstra
2019-06-24
Refactor downloadCached() interface
Eelco Dolstra
2019-06-24
downloadCached: Return ETag
Eelco Dolstra
2019-05-28
Iterate over references
Eelco Dolstra
2019-05-28
Merge branch 'attrPaths' of https://github.com/NinjaTrappeur/nix
Eelco Dolstra
2019-03-27
Fix Bison 3.3 warning
Eelco Dolstra
2018-07-23
parser.y: right-associativity of ->
volth
2018-07-21
parser.y: fix assoc of -> and < > <= >=
volth
2018-05-11
Revert "Throw a specific error for incomplete parse errors."
Eelco Dolstra
2018-05-02
Fix some random -Wconversion warnings
Eelco Dolstra
2018-04-18
parser: Allow mixed nested and top-level attrpaths
Félix Baylac-Jacqué
2017-11-03
Remove git:// support in NIX_PATH
Eelco Dolstra
2017-10-30
builtins.fetchgit: Support importing a working tree
Eelco Dolstra
2017-10-30
builtins.fetchGit: Return an attrset with revision info
Eelco Dolstra
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
2017-07-26
nix-build/nix-shell: Eliminate call to nix-instantiate / nix-store
Eelco Dolstra
2017-05-05
Figure out the user's home directory if $HOME is not set
Eelco Dolstra
2016-11-26
Revert "Get rid of unicode quotes (#1140)"
Eelco Dolstra
2016-11-25
Get rid of unicode quotes (#1140)
Guillaume Maudoux
2016-09-21
printMsg(lvlError, ...) -> printError(...) etc.
Eelco Dolstra
2016-09-14
Enable HTTP/2 support
Eelco Dolstra
2016-04-29
Support Git repos in the Nix path
Eelco Dolstra
2016-04-14
Make the search path lazier with non-fatal errors
Eelco Dolstra
2016-02-29
Add an HTTP binary cache store
Eelco Dolstra
2016-02-24
Throw a specific error for incomplete parse errors.
Scott Olson
2016-02-12
Merge pull request #762 from ctheune/ctheune-floats
Eelco Dolstra
2016-02-04
Eliminate the "store" global variable
Eelco Dolstra
2016-01-05
First hit at providing support for floats in the language.
Christian Theune
2015-07-17
OCD: foreach -> C++11 ranged for
Eelco Dolstra
2015-07-03
Fix the hack that resets the scanner state.
Guillaume Maudoux
2015-05-06
nix-env/nix-instantiate/nix-build: Support URIs
Eelco Dolstra
2015-05-05
Allow URLs in the Nix search path
Eelco Dolstra
2015-02-23
Add restricted evaluation mode
Eelco Dolstra
2015-02-19
Merge branch 'tilde-paths' of https://github.com/shlevy/nix
Eelco Dolstra
2015-02-19
tilde paths: The rest of the string has to start with a slash anyway
Shea Levy
2015-02-19
tilde paths: construct the entire path at parse time
Shea Levy
2015-02-19
tilde paths: get HOME at parse time
Shea Levy
[next]