aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr
AgeCommit message (Expand)Author
2021-04-05Merge commit 'e12308dd63f0ad27b22dcdb3da89c411eebcad2b' into ca-drv-exoticJohn Ericson
2021-04-05Merge branch 'master' into path-infoJohn Ericson
2021-03-26Fix some typosEelco Dolstra
2021-03-03nix repl :doc: Don't return docs for partially applied primopsEelco Dolstra
2021-02-25Merge remote-tracking branch 'obsidian/path-info' into ca-drv-exoticJohn Ericson
2021-02-25Merge remote-tracking branch 'upstream/master' into path-infoJohn Ericson
2021-02-22Make missing auto-call arguments throw an eval errorregnat
2021-02-22Tweak error messageEelco Dolstra
2021-02-03Include note about type of catched errors in tryEval documentationsternenseemann
2021-01-27Add trace to build errors during import-from-derivationEelco Dolstra
2021-01-27Add traces to errors while updating flake lock fileEelco Dolstra
2021-01-25Group common optionsEelco Dolstra
2021-01-25Add FIXMEEelco Dolstra
2021-01-21Improve error formattingEelco Dolstra
2021-01-15Merge pull request #4240 from bburdette/2259-error-messageDomen Kožar
2021-01-15Fix gcc10 buildJonathan Ringer
2021-01-13Convert option descriptions to MarkdownEelco Dolstra
2021-01-11Merge pull request #4435 from DanilaFe/flake-input-typesEelco Dolstra
2021-01-08Upcase "Boolean" in Flake attribute type errorDanila
2021-01-08string2Int(): Return std::optionalEelco Dolstra
2021-01-08Use switch statement instead of sequence of ifsDanila Fedorin
2021-01-08Allow Flake inputs to accept boolean and integer attributesDanila Fedorin
2020-12-28FixupMatthew Bauer
2020-12-24Merge branch 'master' into support-libcxx10Matthew Bauer
2020-12-23Cast variants fully for libc++10Matthew Bauer
2020-12-22Merge branch 'git-rev-error' of https://github.com/Ma27/nix into masterEelco Dolstra
2020-12-22Move <nix/fetchurl.nix> into the nix binaryEelco Dolstra
2020-12-22Document `allRefs` argument of `builtins.fetchTree`Maximilian Bosch
2020-12-21Merge pull request #4355 from Infinisil/private-value-typeEelco Dolstra
2020-12-18Replace Value type setters with mk* functionsSilvan Mosberger
2020-12-17Rename Value::normalType() -> Value::type()Silvan Mosberger
2020-12-17Rename ValueType -> InternalType, NormalType -> ValueTypeSilvan Mosberger
2020-12-16Merge pull request #4348 from NixOS/ca/use-hashmoduloEelco Dolstra
2020-12-13primops/fromJSON: add error position in case of parse errorMaximilian Bosch
2020-12-12Make Value::type privateSilvan Mosberger
2020-12-12Add ValueType checking functions for types that have the same NormalTypeSilvan Mosberger
2020-12-12Use Value::normalType on all forced values instead of Value::typeSilvan Mosberger
2020-12-12Introduce Value type setters and make use of themSilvan Mosberger
2020-12-12Introduce NormalType for the normal type of a ValueSilvan Mosberger
2020-12-11Use the hash modulo in the derivation outputsregnat
2020-12-03Remove 'dist' targetEelco Dolstra
2020-12-02Remove an `unknown pragma` gcc warningregnat
2020-12-01shut up clang warningsregnat
2020-11-26builtins.fetchGit: Fix shortRev attribute for dirty treesEelco Dolstra
2020-11-26Move to separate fileEelco Dolstra
2020-11-26Record trusted/untrusted settings in ~/.local/share/nixEelco Dolstra
2020-11-26Ask for confirmation before allowing flake Nix configuration settingsEelco Dolstra
2020-11-19AttrCursor::getStringWithContext(): Force re-evaluation if the cached context...Eelco Dolstra
2020-11-19Fix assertion failure in LockFile::LockFile()Eelco Dolstra
2020-11-19Make drv hash modulo memo table thread-safeJohn Ericson