aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr
AgeCommit message (Expand)Author
2022-05-11Fix static buildEelco Dolstra
2022-05-10Allow setting bash-prompt-prefix nix develop configurationJimmy Reichley
2022-05-09Merge branch 'master' into debug-exploratory-PRBen Burdette
2022-05-08libexpr: Fix manual link in error messageJan Tojnar
2022-05-06Add unit tests for libexpr (#5377)Andreas Rammhold
2022-05-06debugError()Ben Burdette
2022-05-06trying debugThrowBen Burdette
2022-05-05traceable_allocatorBen Burdette
2022-05-05rename valmapBen Burdette
2022-05-05don't print the 'break' argumentBen Burdette
2022-05-05Merge branch 'NixOS:master' into debug-exploratory-PRBen Burdette
2022-05-05builtins.break: Return argument when debugging is not enabledEelco Dolstra
2022-05-05Style fixesEelco Dolstra
2022-05-04Add forgotten null checkAlexander Shpilkin
2022-05-04Merge remote-tracking branch 'origin/master' into debug-exploratory-PREelco Dolstra
2022-05-04Get rid of most `.at` calls (#6393)Alain Zscheile
2022-05-03Allow selecting derivation outputs using 'installable!outputs'Eelco Dolstra
2022-04-29line endingsBen Burdette
2022-04-29fix 'suggestions' errorBen Burdette
2022-04-29incorporate PosIdx changes, symbol changes.Ben Burdette
2022-04-28Merge branch 'master' into debug-merge-masterBen Burdette
2022-04-26Bump eval cache schema versionEelco Dolstra
2022-04-26nix: Respect meta.outputsToInstall, and use all outputs by defaultEelco Dolstra
2022-04-26EvalCache AttrKey: Use Symbol instead of std::stringEelco Dolstra
2022-04-26EvalCache: Revert to using symbols in getAttr()Eelco Dolstra
2022-04-26Don't pass Symbol by referenceEelco Dolstra
2022-04-25rename SymbolIdx -> Symbol, Symbol -> SymbolStrpennae
2022-04-22Merge pull request #6218 from pennae/pos-symbol-tablesThéophane Hufschmitt
2022-04-22Move ChunkedVector to its own headerThéophane Hufschmitt
2022-04-21fix: builtins.toFile adds path to allowedPathsTom Bereknyei
2022-04-21shrink Attr by 8 bytes on 64bit machinespennae
2022-04-21store Symbols in a table as well, like positionspennae
2022-04-21don't use Symbol in Pos to represent a pathpennae
2022-04-21replace most Pos objects/ptrs with indexes into a position tablepennae
2022-04-21make throw*Error member functions of EvalStatepennae
2022-04-21don't use full Pos for findPackageFilename/editorForpennae
2022-04-21remove Bindings::needpennae
2022-04-21remove Symbol::emptypennae
2022-04-21turn primop names into stringspennae
2022-04-19Merge pull request #6128 from ncfavier/fix-completionEelco Dolstra
2022-04-14Make InstallableFlake::toValue() and toDerivation() behave consistentlyEelco Dolstra
2022-04-09remove commaBen Burdette
2022-04-09don't use std::map mergeBen Burdette
2022-04-08minor cleanupBen Burdette
2022-04-08move throw to preverve Error type; turn off debugger for tryEvalBen Burdette
2022-04-07Merge remote-tracking branch 'upstream/master' into upstream-mergeBen Burdette
2022-04-07remove debug codeBen Burdette
2022-04-06fetchClosure: Don't allow URL query parametersEelco Dolstra
2022-04-01Fix handling of outputHash when outputHashAlgo is not specifiedEelco Dolstra
2022-03-31Merge pull request #6227 from NixOS/impure-derivations-ngEelco Dolstra