summary refs log tree commit diff
path: root/lib/attrsets.nix
Commit message (Expand)AuthorAge
* lib/attrsets: add getMan functionrnhmjoj2020-06-18
* lib/attrsets: fix typo in the comment of mapAttrsRecursiveCondPierre Allix2020-06-16
* Merge pull request #83241 from Infinisil/valid-drv-nameSilvan Mosberger2020-04-02
|\
| * lib/strings: Add sanitizeDerivationName functionSilvan Mosberger2020-03-30
* | Merge pull request #68491 from roberth/fix-dontRecurseIntoAttrsRobert Hensing2020-03-01
|\ \ | |/ |/|
| * Document attrsets.recurseIntoAttrsRobert Hensing2019-09-11
| * top-level: Fix dontRecurseIntoAttrs and include in libRobert Hensing2019-09-11
| * lib: Add recurseIntoAttrsRobert Hensing2019-09-11
* | lib/attrsets: Fix error in comment for getAttrFromPathSilvan Mosberger2020-01-20
* | lib: fix typo in 'zipAttrsWith' documentationPeter Simons2019-09-11
|/
* bundlerEnv: ensure dependencies always includedAlyssa Ross2018-12-11
* lib.overrideExisting: Better exampleSilvan Mosberger2018-09-17
* lib: Improve overrideExisting implementationSilvan Mosberger2018-09-07
* Merge pull request #45038 from symphorien/optoptSilvan Mosberger2018-08-30
|\
| * module system: rework module mergingSymphorien Gibol2018-08-27
* | lib/recursiveUpdateUntil: fix code to match documentationMathijs Kwik2018-08-15
|/
* [bot] treewide: remove unused 'inherit' in let blocksvolth2018-07-20
* lib.concatMap and lib.mapAttrs to be builtinsvolth2018-07-05
* Convert libs to a fixed-pointGraham Christensen2017-09-16
* lib: trivial spelling fixesTom Saeger2017-04-19
* lib: Fix `matchAttrs`John Ericson2017-04-17
* Get rid of all `with { inherit... }` and just used `let inherit...`John Ericson2017-03-30
* lib: fix typoFranz Pletz2016-12-04
* toDerivation: Provide "out" and "outputName" attributesEelco Dolstra2016-09-19
* lib.chooseDevOutputs: Use lib.getDevTuomas Tynkkynen2016-09-12
* stdenv.mkDerivation: Use chooseDevOutputsTuomas Tynkkynen2016-08-29
* Really remove library functionsEelco Dolstra2016-07-11
* add get* helper functions and mass-replace manual outputs search with themNikolay Amiantov2016-04-25
* getOutput function: initNikolay Amiantov2016-04-25
* Revert "tryAttrs: init function"Nikolay Amiantov2016-04-25
* tryAttrs: init functionNikolay Amiantov2016-04-13
* lib/attrsets: document all the functionszimbatm2016-03-09
* Remove lib.deepSeqList and lib.deepSeqAttrszimbatm2016-03-09
* Revert "Merge #12357: nixos docs: show references to packages"Vladimír Čunát2016-02-03
* nixos manuals: allow displaying package referencesVladimír Čunát2016-01-13
* add helper to lib/attrsets: hasAttrByPathChristian Zagrodnick2015-12-07
* Add stdenv bootstrap tools generation to release.nixEelco Dolstra2015-10-23
* Add lib.filterAttrsRecursive functionJaka Hudoklin2015-09-19
* Allow options with type "package" to be store pathsEelco Dolstra2015-08-07
* Rename misc.nix -> deprecated.nixEelco Dolstra2015-07-23
* More efficient version of filterAttrsEelco Dolstra2015-07-23
* lib: Fix matchAttrs by importing builtins.lengthBenjamin Staffin2014-12-30
* Replace hasAttr/getAttr calls with the ? and . operatorsEelco Dolstra2014-10-05
* Use new primopsEelco Dolstra2014-10-05
* Remove backward-compatible implementations of some primopsEelco Dolstra2013-11-12
* Add some primops to libEelco Dolstra2013-11-12
* Inline some functions on the critical pathEelco Dolstra2013-10-28
* Keep position information for option declarations and definitionsEelco Dolstra2013-10-28
* Move pkgs/lib/ to lib/Eelco Dolstra2013-10-10