about summary refs log tree commit diff
path: root/lib/trivial.nix
AgeCommit message (Expand)AuthorFilesLines
2018-09-06lib: move assertMsg and assertOneOf to their own library fileProfpatsch1-39/+1
2018-09-06lib/trivial: add assertOneOfProfpatsch1-0/+18
2018-09-06lib/trivial: add assertMsgProfpatsch1-0/+20
2018-09-03lib/trivial.nix: fix missing parensVladimír Čunát1-6/+6
2018-07-26lib/trivial: move zipIntBits to its own fileProfpatsch1-40/+10
2018-07-26lib/trivial: unify & improve docstringsProfpatsch1-23/+61
2018-07-03lib: add float option typeRichard Marko1-1/+1
2018-06-10lib: bitAnd, bitOr, bitXor (bitsize-agnostic fallback function) (#41491)volth1-0/+49
2018-06-05Revert "lib: bitAnd, bitOr, bitXor"Profpatsch1-43/+0
2018-06-01lib: bitAnd, bitOr, bitXorvolth1-0/+43
2018-04-28treewide: rename version attributesMaximilian Bosch1-3/+5
2018-04-28lib: deduplicate version/suffix referencesMaximilian Bosch1-4/+5
2018-02-09lib: implement `compare`, `splitByAndCompare`, and `compareLists`Jan Malakhovski1-0/+36
2018-01-31Add setFunctionArgs lib function.Shea Levy1-1/+26
2017-12-23Revert "nixos: doc: implement related packages in the manual"Graham Christensen1-25/+0
2017-12-07lib: implement `compare`, `splitByAndCompare`, and `compareLists`Jan Malakhovski1-0/+25
2017-09-16Convert libs to a fixed-pointGraham Christensen1-1/+2
2017-08-30Add lib.mod: integer modulusDomen Kožar1-0/+10
2017-05-29lib: Move fixed-point combinators out of trivialJohn Ericson1-78/+0
2017-05-05Merge pull request #24835 from Profpatsch/lib-doc-improvementsJörg Thalheim1-0/+2
2017-04-25Merge pull request #25201 from ebzzry/fix-typoPeter Simons1-1/+1
2017-04-25Fix typo in trivial.nixRommel Martinez1-1/+1
2017-04-18lib/trivial.nix: add type for fixProfpatsch1-0/+2
2017-04-17Merge pull request #24974 from Ericson2314/mapNullableJohn Ericson1-0/+3
2017-04-17Introduce `mapNullable` into lib and use it in a few placesJohn Ericson1-0/+3
2017-04-14Merge: fixup a bad mergeVladimír Čunát1-0/+9
2017-04-14Merge branch 'staging'Vladimír Čunát1-9/+0
2017-04-11treewide: use boolToString functionFranz Pletz1-0/+5
2017-04-07lib: Add composeExtensions for composing extension functionsShea Levy1-0/+9
2017-03-15lib/trivial: expand function docsProfpatsch1-3/+30
2017-01-30Excise use of importJSONEelco Dolstra1-19/+1
2016-11-30Remove fetchMD5warnEelco Dolstra1-3/+0
2016-10-26Merge pull request #19496 from Ericson2314/overridePackagesCharles Strahan1-2/+6
2016-10-13top-level: Make `overridePackages` extend rather than replace existing overridesJohn Ericson1-2/+6
2016-10-12fetchMD5warn: use INFO, maybe Hydra will like this moreMichael Raskin1-1/+1
2016-10-11nixos: make it easy to apply kernel patchesCharles Strahan1-0/+21
2016-10-09fetch*: print a trace warning about md5 deprecationMichael Raskin1-0/+3
2016-08-15lib.{warn, info}: add simple helpersDan Peebles1-0/+15
2016-08-11treewide: change $IN_NIX_SHELL handlingVladimír Čunát1-1/+1
2016-08-01lib: refactor nixpkgsVersion with fileContentsEric Sagnes1-2/+4
2016-02-29lib.trivial: add a new importJSON functionzimbatm1-0/+21
2015-11-25lib/trivial.nix: improve spellingPeter Simons1-4/+4
2015-11-24lib: document fix and add fix', extends functionsPeter Simons1-2/+40
2015-07-23Rename misc.nix -> deprecated.nixEelco Dolstra1-1/+1
2015-03-20Use builtin seq/deepSeqEelco Dolstra1-19/+2
2015-02-16Automatically set nix.nrBuildUsers to at least nix.maxJobsEelco Dolstra1-1/+5
2014-02-19Add a global variable ‘inNixShell’Eelco Dolstra1-0/+3
2014-02-19Add a constant ‘nixpkgsVersion’Eelco Dolstra1-0/+6
2013-11-12Add some primops to libEelco Dolstra1-2/+8
2013-10-10Move pkgs/lib/ to lib/Eelco Dolstra1-0/+38