about summary refs log tree commit diff
path: root/lib/lists.nix
Commit message (Expand)AuthorAge
* lib.foldl': document eta expansionJohannes Kirschbauer2024-03-16
* lib.foldl': avoid unnecessary function callJohannes Kirschbauer2024-03-15
* doc: lib.lists migrate to doc-comments (#294257)Johannes Kirschbauer2024-03-13
* lib.lists: Remove unneeded polyfillsSilvan Mosberger2024-02-09
* lib: make deprecation warnings consistentAlois Wohlschlager2024-02-03
* lib.sort: Make doc consistent with sortOnRobert Hensing2023-12-08
* lib.sortOn: initRobert Hensing2023-12-08
* lib: Take advantage of section descriptionsSilvan Mosberger2023-11-20
* lib.lists.allUnique: initFelix Buehler2023-11-14
* lib.lists.foldl': Make strict in the initial accumulatorSilvan Mosberger2023-09-27
* lib.lists.foldl': Redo documentationSilvan Mosberger2023-09-27
* lib.lists.foldl': Remove fallbackSilvan Mosberger2023-09-26
* Merge pull request #243511 from tweag/lib.lists.hasPrefixSilvan Mosberger2023-08-14
|\
| * lib.lists.removePrefix: initSilvan Mosberger2023-07-14
| * lib.lists.hasPrefix: initSilvan Mosberger2023-07-14
* | lib.lists.commonPrefix: initSilvan Mosberger2023-07-20
* | lib.lists.findFirstIndex: initSilvan Mosberger2023-07-19
|/
* lib.list.findFirst: Make lazierSilvan Mosberger2023-06-06
* Merge pull request #206611 from h7x4/lib-lists-add-repeatSilvan Mosberger2023-02-07
|\
| * lib.lists: add `replicate`h7x42023-02-06
* | lib: standardise attrset type syntaxColin Arnott2023-01-30
* | lib: Fix mismatched quotes in `lib.*` doc commentsYoshiRulz2023-01-02
|/
* Fix a typo in the lib.foldr docstringSkyler2022-08-20
* Fix typo in compareLists docstringmichaelmouf2022-05-30
* lib.lists: Use builtins.groupBy for lib.groupBySilvan Mosberger2022-03-18
* lib/lists: mutuallyExclusive function optimizationpolykernel2021-11-01
* lib: remove mention of flashplayer in docsBernardo Meurer2021-02-08
* Deprecate lib.crossListsJacek Galowicz2021-01-28
* lib.lists.unique: Switch from recursive function to using a foldadisbladis2020-11-24
* lib: Use Nix's static scope checking, fix error message, optimizeRobert Hensing2020-10-22
* fix example for foldlDrew Mullen2020-05-08
* Merge master into staging-nextFrederik Rietdijk2019-09-06
|\
| * Fix typo in lists.nixRobert Hensing2019-09-06
* | Merge staging-next into stagingFrederik Rietdijk2019-08-28
|\|
| * rename foreach -> forEachdanbst2019-08-05
| * lib: introduce `foreach` = flip mapdanbst2019-07-14
* | treewide: remove redundant quotesvolth2019-08-26
|/
* lib: improve the implementation of the unique functionLéo Gaspard2019-04-12
* lib: lists: Alias builtins.mapMatthias Beyer2019-03-29
* lib/lists: Update documentation comments for doc generationVincent Ambo2018-10-29
* lib: move assertMsg and assertOneOf to their own library fileProfpatsch2018-09-06
* lib/trivial: add a few examples of usage of assertMsg/assertOneOfProfpatsch2018-09-06
* [bot]: remove unreferenced codevolth2018-07-20
* lib.concatMap and lib.mapAttrs to be builtinsvolth2018-07-05
* lib: add groupBy (#38612)volth2018-06-10
* lib: add naturalSort (move the example IPs to private space)volth2018-04-08
* lib: add naturalSortvolth2018-04-08
* Merge pull request #33898 from oxij/nixos/related-packages-v5Graham Christensen2018-02-09
|\
| * lib: implement `compare`, `splitByAndCompare`, and `compareLists`Jan Malakhovski2018-02-09
* | nixos/tests: add predictable-interface-names.nix (#34305)symphorien2018-02-09
|/