aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/eval.hh
AgeCommit message (Expand)Author
2020-01-21Pluggable fetchersEelco Dolstra
2019-12-11Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-12-10Make the Store API more type-safeEelco Dolstra
2019-12-05Move #includeEelco Dolstra
2019-12-04Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-11-28Remove builtins.valueSizeEelco Dolstra
2019-11-22Turn NIX_PATH into a config settingEelco Dolstra
2019-11-20Remove #includeEelco Dolstra
2019-11-20Move #includeEelco Dolstra
2019-11-06Use more stable registry URLEelco Dolstra
2019-11-04Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-10-27Merge branch 'tojson-tostring-fix' of https://github.com/mayflower/nixEelco Dolstra
2019-10-27builtins.toJSON: fix __toString usageRobin Gloster
2019-09-20Add flags to disallow dirty Git trees and to turn off warningsEelco Dolstra
2019-09-09Require flake.nix to be an attrset (not a non-trivial thunk)Eelco Dolstra
2019-09-09Don't allow arbitrary computations in flake attributesEelco Dolstra
2019-08-30Extract flake dependencies from the 'outputs' argumentsEelco Dolstra
2019-08-29Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-08-14Track function start and ends for flame graphsGraham Christensen
2019-05-29Put flake-related stuff in its own namespaceEelco Dolstra
2019-05-22Fetch the flake registry from the NixOS/flake-registry repoEelco Dolstra
2019-05-07Make the URL/path of the global flake registry configurableEelco Dolstra
2019-04-30Fixed issue #13Nick Van den Broeck
2019-03-27Merge remote-tracking branch 'tweag/flake-registries' into flakesEelco Dolstra
2019-03-26Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-03-23Combining registries properlyNick Van den Broeck
2019-03-14experimental/optional -> optionalEelco Dolstra
2019-02-12nix: Add --flake flagEelco Dolstra
2019-02-12nix: Enable pure mode by defaultEelco Dolstra
2019-02-12Improve flake referencesEelco Dolstra
2019-02-12experimental/optional -> optionalEelco Dolstra
2019-02-11Initial flake supportEelco Dolstra
2019-02-11EvalState::allocAttr(): Add convenience methodEelco Dolstra
2019-01-14Add builtins.getContext.Shea Levy
2018-07-11Remove unused function printStats2()Eelco Dolstra
2018-06-12Add temporary statsEelco Dolstra
2018-06-12Cache parse treesEelco Dolstra
2018-05-30Move evaluator-specific settings out of libstoreEelco Dolstra
2018-05-22Make Env self-describingEelco Dolstra
2018-05-22Memoise checkSourcePath()Eelco Dolstra
2018-05-02Fix some random -Wconversion warningsEelco Dolstra
2018-02-17libexpr: Optimize prim_derivationStrict by using more symbol comparisonsTuomas Tynkkynen
2018-02-08Allow using RegisterPrimop to define constants.Shea Levy
2018-01-16Add pure evaluation modeEelco Dolstra
2018-01-12import, builtins.readFile: Handle diverted storesEelco Dolstra
2017-10-30Add option allowed-urisEelco Dolstra
2017-07-26nix-build/nix-shell: Eliminate call to nix-instantiate / nix-storeEelco Dolstra
2017-07-03Replace a few bool flags with enumsEelco Dolstra
2017-01-26Add support for passing structured data to buildersEelco Dolstra
2016-11-26Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra