aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr
AgeCommit message (Expand)Author
2022-05-10Allow setting bash-prompt-prefix nix develop configurationJimmy Reichley
2022-05-08libexpr: Fix manual link in error messageJan Tojnar
2022-05-06Add unit tests for libexpr (#5377)Andreas Rammhold
2022-05-04Add forgotten null checkAlexander Shpilkin
2022-05-04Get rid of most `.at` calls (#6393)Alain Zscheile
2022-05-03Allow selecting derivation outputs using 'installable!outputs'Eelco Dolstra
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-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
2022-03-31Provide default values for outputHashAlgo and outputHashModeEelco Dolstra
2022-03-31Add support for impure derivationsEelco Dolstra
2022-03-30libexpr: Throw the correct error in toJSONDaniel Pauls
2022-03-29Simplify the handling of the hash moduloThéophane Hufschmitt
2022-03-25Fix mismatched tag warning on clangEelco Dolstra
2022-03-25Document getFlakeEelco Dolstra
2022-03-25Only provide builtin.{getFlake,fetchClosure} is the corresponding experimenta...Eelco Dolstra
2022-03-24Add experimental feature 'fetch-closure'Eelco Dolstra
2022-03-24nix store make-content-addressed: Support --from / --toEelco Dolstra
2022-03-24Document fetchClosureEelco Dolstra
2022-03-24Add a test for fetchClosure and 'nix store make-content-addressed'Eelco Dolstra
2022-03-24fetchClosure: Only allow some "safe" store typesEelco Dolstra
2022-03-24fetchClosure: Skip makeContentAddressed() if toPath is already validEelco Dolstra
2022-03-24fetchClosure: Allow a path to be rewritten to CA on the flyEelco Dolstra
2022-03-24RenameEelco Dolstra
2022-03-24fetchClosure: Require a CA path in pure modeEelco Dolstra
2022-03-24Add builtins.fetchClosureEelco Dolstra
2022-03-24Merge pull request #6305 from flox/genericClosure_docEelco Dolstra
2022-03-24docs: genericClosureTom Bereknyei
2022-03-24lexer: add error location to lexer errorsSergei Trofimovich
2022-03-22Don't hide repeated values while generating manifest.nixEelco Dolstra