aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/parser.y
AgeCommit message (Expand)Author
2020-06-15Give better error message about <...> in pure eval modeEelco Dolstra
2020-06-15Get rid of explicit ErrorInfo constructorsEelco Dolstra
2020-05-13formatting and a few minor changesBen Burdette
2020-05-12convert to logWarning formatBen Burdette
2020-05-11more pos reportingBen Burdette
2020-05-11new format for posBen Burdette
2020-05-11Merge branch 'master' into errors-phase-2Ben Burdette
2020-05-08add pos to errorinfo, remove from hintsBen Burdette
2020-05-03convert some printError calls to logErrorBen Burdette
2020-04-21remove 'format' from Error constructor callsBen Burdette
2020-04-09Attach pos to if expression errorsDomen Kožar
2020-04-08after flake rebaseNikola Knezevic
2020-04-08datatransfer.{cc,hh} -> filetransfer.{cc,hh}Nikola Knezevic
2020-04-08DownloadError -> DataTransferErrorNikola Knezevic
2020-04-08Rename src/lib/download.* to src/lib/datatransfer.*Nikola Knezevic
2020-04-08Merge pull request #3468 from Infinisil/functionArgsPositionsEelco Dolstra
2020-04-07Backport libfetchers from the flakes branchEelco Dolstra
2020-04-02Make function arguments retain position infoSilvan Mosberger
2020-03-11parseExprFromString(): Use std::string_viewEelco Dolstra
2019-12-15Tweak error messageEelco Dolstra
2019-12-13bugfix: Adding depth limit to resolveExprPathDima
2019-11-26Add feature to disable URL literalsEelco Dolstra
2019-10-09Fix Bison 2.4 warningEelco Dolstra
2019-10-09OCD performance fix: {find,count}+insert => insertEelco Dolstra
2019-06-24Refactor downloadCached() interfaceEelco Dolstra
2019-06-24downloadCached: Return ETagEelco Dolstra
2019-05-28Iterate over referencesEelco Dolstra
2019-05-28Merge branch 'attrPaths' of https://github.com/NinjaTrappeur/nixEelco Dolstra
2019-03-27Fix Bison 3.3 warningEelco Dolstra
2018-07-23parser.y: right-associativity of ->volth
2018-07-21parser.y: fix assoc of -> and < > <= >=volth
2018-05-11Revert "Throw a specific error for incomplete parse errors."Eelco Dolstra
2018-05-02Fix some random -Wconversion warningsEelco Dolstra
2018-04-18parser: Allow mixed nested and top-level attrpathsFélix Baylac-Jacqué
2017-11-03Remove git:// support in NIX_PATHEelco Dolstra
2017-10-30builtins.fetchgit: Support importing a working treeEelco Dolstra
2017-10-30builtins.fetchGit: Return an attrset with revision infoEelco Dolstra
2017-07-30Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim
2017-07-26nix-build/nix-shell: Eliminate call to nix-instantiate / nix-storeEelco Dolstra
2017-05-05Figure out the user's home directory if $HOME is not setEelco Dolstra
2016-11-26Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra
2016-11-25Get rid of unicode quotes (#1140)Guillaume Maudoux
2016-09-21printMsg(lvlError, ...) -> printError(...) etc.Eelco Dolstra
2016-09-14Enable HTTP/2 supportEelco Dolstra
2016-04-29Support Git repos in the Nix pathEelco Dolstra
2016-04-14Make the search path lazier with non-fatal errorsEelco Dolstra
2016-02-29Add an HTTP binary cache storeEelco Dolstra
2016-02-24Throw a specific error for incomplete parse errors.Scott Olson
2016-02-12Merge pull request #762 from ctheune/ctheune-floatsEelco Dolstra
2016-02-04Eliminate the "store" global variableEelco Dolstra