about summary refs log tree commit diff
path: root/lib/tests
Commit message (Expand)AuthorAge
...
* | lib/modules: Move class out of specialArgsRobert Hensing2023-05-06
* | lib/modules: Only interpret class declaration in non-shorthand modeRobert Hensing2023-05-06
* | lib/modules: Explain that a configuration can't be loaded as a moduleRobert Hensing2023-05-06
* | lib/modules: Improve error when a configuration is importedRobert Hensing2023-05-06
* | lib/modules: Check against importing things with a _typeRobert Hensing2023-05-06
* | lib/modules: Add class concept to check importsRobert Hensing2023-05-06
* | lib/tests/modules.sh: Unload implicit modulesRobert Hensing2023-05-06
* | Merge pull request #223407 from AngryAnt/toplist-pathtoonn2023-05-05
|\ \
| * | lib.toPlist: keep test output in external files for their tab indentsEmil "AngryAnt" Johansen2023-03-27
| * | lib.toPlist: basic test coverageEmil "AngryAnt" Johansen2023-03-27
| |/
* | Merge pull request #227714 from ony/feature/generateLuarocksConfig-toLuaMatthieu Coudron2023-05-01
|\ \
| * | lib.generators.toLua: asBindings optionMykola Orliuk2023-04-29
* | | Merge pull request #227560 from jackyliu16/loongnix-commitWeijia Wang2023-04-28
|\ \ \ | |/ / |/| |
| * | lib.platforms.loongarch64: initjackyliu162023-04-27
* | | lib.generators.toLua: allow disabling multilineMykola Orliuk2023-04-23
* | | lib/generators: add toLua/mkLuaInlineMykola Orliuk2023-04-23
|/ /
* / lib/modules: better error for invalid option declarationsNaïm Favier2023-03-22
|/
* init: lib.foldlAttrshsjobeki2023-03-11
* Merge pull request #211855 from hercules-ci/lib-modules-disabledModules-modul...Robert Hensing2023-03-09
|\
| * lib/modules: Allow an "anonymous" module with key in disabledModulesRobert Hensing2023-03-01
* | strings: add escapeQuery for url encodingPatrick Widmer2023-03-03
|/
* Merge pull request #206611 from h7x4/lib-lists-add-repeatSilvan Mosberger2023-02-07
|\
| * lib.lists: add `replicate`h7x42023-02-06
* | Merge pull request #205557 from ncfavier/concatLinesSilvan Mosberger2023-01-31
|\ \
| * | lib/strings: add `concatLines`Naïm Favier2022-12-10
* | | maintainers: clarify what fields are requiredNaïm Favier2023-01-27
* | | maintainers: disallow `noreply.github.com` emailsNaïm Favier2023-01-27
* | | maintainers: make `email` optionalNaïm Favier2023-01-27
* | | Merge pull request #211622 from alyssais/valgrind-platformsJohn Ericson2023-01-19
|\ \ \
| * | | lib.platforms.s390x: initAlyssa Ross2023-01-19
| * | | lib.platforms.power: initAlyssa Ross2023-01-19
| * | | lib.platforms.armv7: initAlyssa Ross2023-01-19
* | | | lib/tests/release.nix: Make nix a parameter + strictDepsRobert Hensing2023-01-18
|/ / /
* | | Merge pull request #205190 from NixOS/lib.path.relativeNormaliseRobert Hensing2023-01-03
|\ \ \
| * | | lib.path.subpath.isValid: initSilvan Mosberger2023-01-03
* | | | lib/versions: add `pad`Naïm Favier2022-12-21
|/ / /
* | / lib: fix typosfigsoda2022-12-17
| |/ |/|
* | Merge pull request #205457 from h7x4/lib-strings-toInt-broken-for-negative-nu...Robert Hensing2022-12-11
|\ \ | |/ |/|
| * lib.strings: fix negative number handling for `toInt` and `toIntBase10`h7x42022-12-10
* | nixos/doc: render option values using `lib.generators.toPretty`Naïm Favier2022-12-08
* | lib/generators.toPretty: escape strings properlyNaïm Favier2022-12-08
* | lib/generators.toPretty: don't evaluate derivationsNaïm Favier2022-12-08
* | lib/modules: Add context to the "option does not exist" errorRobert Hensing2022-12-02
* | lib/attrsets: add concatMapAttrsfigsoda2022-11-17
* | lib/systems: Support FreeBSDJohn Ericson2022-11-04
|/
* lib/tests/modules: Test doRenameRobert Hensing2022-11-03
* lib/strings: Update docs and restructured code to improve readability of toIn...Jacob Abel2022-10-23
* lib/strings: Refactor toInt into toInt and toIntBase10Jacob Abel2022-10-23
* lib/strings: Update toInt to handle intermixed ws and zeros. Added testsJacob Abel2022-10-23
* lib/strings: allow toInt to parse zero-padded stringsJacob Abel2022-10-23