aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr
AgeCommit message (Expand)Author
2022-01-21forceValue: make pos mandatoryKevin Amado
2022-01-21Fix exception handling around realisePath()Eelco Dolstra
2022-01-19defer formals duplicate check for incresed efficiency all roundpennae
2022-01-19don't use Symbols for stringspennae
2022-01-19remove ExprIndStrpennae
2022-01-18allow modifying lockfile commit msg with nix config optionlincoln auster [they/them]
2022-01-18Merge pull request #5906 from pennae/primops-optimizationEelco Dolstra
2022-01-18Merge pull request #5720 from tomberek/flake_searchThéophane Hufschmitt
2022-01-17Merge pull request #5812 from pennae/small-perf-improvementsEelco Dolstra
2022-01-14Add more tests for flake upward searchingAlexander Bantyev
2022-01-14Apply suggestions from code reviewtomberek
2022-01-14also cache split regexes, not just match regexespennae
2022-01-14optimize removeAttrs builtinpennae
2022-01-13optimize unescapeStrpennae
2022-01-13avoid copies of parser input datapennae
2022-01-13avoid allocations in SymbolTable::createpennae
2022-01-13don't strdup tokens in the lexerpennae
2022-01-13move strings in derivationStrictpennae
2022-01-13avoid string copies in attrNames sort comparisonpennae
2022-01-13cache more often-used symbols for primopspennae
2022-01-12Merge pull request #5887 from pennae/avoid-streamsThéophane Hufschmitt
2022-01-12optimize ExprConcatStrings::evalpennae
2022-01-10Merge branch 'readfile' of https://github.com/abbradar/nixEelco Dolstra
2022-01-09builtins.readFile: Propagate path contextNikolay Amiantov
2022-01-06Merge pull request #5546 from NixOS/allow-paths-in-flake-local-optionsEelco Dolstra
2022-01-04Remove EvalState::mkAttrs()Eelco Dolstra
2022-01-04Move empty attrset optimisationEelco Dolstra
2022-01-04Turn mkString(Symbol) into a methodEelco Dolstra
2022-01-04Remove non-method mkPath()Eelco Dolstra
2022-01-04Remove non-method mk<X> functionsEelco Dolstra
2022-01-04Remove non-method mkString()Eelco Dolstra
2022-01-04Ensure that attrsets are sortedEelco Dolstra
2022-01-03add zipAttrsWith primoppennae
2022-01-03Merge pull request #5839 from tweag/balsoft/yet-another-follows-bugfixEelco Dolstra
2021-12-29Fix IFD with chroot storeSebastian Ullrich
2021-12-28Sort attrs from tables in fromTOMLLily Foster
2021-12-28flake.cc: computeLocks: Only verify overrides when they could changeAlexander Bantyev
2021-12-27Fix accidental O(n^2 * log n) performance in NixRepl::addAttrsToScopeYorick van Pelt
2021-12-23Merge branch 'master' into flake_searchtomberek
2021-12-23Use int64_t and NixFloat in fromTOML typesNicolas Mattia
2021-12-23Properly return false on `builtins.pathExists /someNonAllowedPath`regnat
2021-12-21Merge pull request #5807 from NixOS/5805-ca-ifdEelco Dolstra
2021-12-21Merge branch 'nm-toml11' of https://github.com/nmattia/nixEelco Dolstra
2021-12-21Fix IFD with CA derivationsregnat
2021-12-21Factor out the path realisation bit of IFDregnat
2021-12-20bulk-allocate Value instances in the evaluatorpennae
2021-12-20Clean up toml parsing codeNicolas Mattia
2021-12-17Use long in fromTOMLNicolas Mattia
2021-12-17Update primops/fromTOML.cc to use toml11Nicolas Mattia
2021-12-17Allow paths in flake local settingsregnat