about summary refs log tree commit diff
path: root/users/sterni/nix (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-10 r/7663 feat(sterni/nix/lists): implement transposesterni1-0/+30
2023-08-09 r/6479 refactor(nix/sterni/int): rename div & mod to quot & remsterni2-23/+28
2023-08-09 r/6478 feat(sterni/nix): add trivial float librarysterni3-0/+73
2023-08-09 r/6477 refactor(users/sterni/nix): move generic number operation into numsterni6-45/+64
2023-05-31 r/6224 chore: remove comments formerly meant for alignmentsterni1-1/+0
2022-11-26 r/5335 feat(sterni/lv): interim gopher pagesterni1-0/+109
2022-10-23 r/5188 refactor(sterni/nix/fun): key can also be an intsterni1-8/+6
2022-10-11 r/5107 feat(sterni/nix/int): add sum functionsterni1-0/+3
2022-09-28 r/4980 chore(3p/sources): Bump channels & overlayssterni1-1/+1
2022-06-01 r/4198 feat(sterni/nix/misc): predicate to check if isRestrictedEvalsterni2-0/+19
2022-02-15 r/3834 feat(sterni/nix/fun): implement tail call “optimization” for Nixsterni2-0/+251
2022-01-31 r/3723 style: format entire depot with nixpkgs-fmtVincent Ambo15-303/+626
2021-11-25 r/3094 feat(sterni/nix/utf8): check if codepoint valid/encodeablesterni2-4/+42
2021-11-25 r/3092 refactor(sterni/nix/utf8): let wellFormedByte check first bytesterni1-17/+14
2021-11-25 r/3091 feat(sterni/nix/utf8): implement UTF-8 encodingsterni2-2/+83
2021-11-25 r/3090 chore(sterni/nix/utf8): remove decodeSafesterni1-14/+0
2021-11-23 r/3086 feat(sterni/nix/utf8): allow decoding the empty stringsterni2-3/+3
2021-11-23 r/3085 refactor(sterni/nix/utf8): use genericClosure for decoding iterationsterni1-23/+46
2021-09-12 r/2851 feat(users/sterni/nix/string): very simple printf implementationsterni2-0/+45
2021-08-30 r/2801 chore(3p): update NixOS channels to 2021-08-30sterni1-7/+12
2021-08-26 r/2784 feat(users/sterni/nix): cursed nix html DSLsterni3-0/+351
2021-04-24 r/2547 chore(nix): move rustSimple from users.Profpatsch.writersProfpatsch1-1/+1
2021-04-12 r/2495 feat(sterni/nix/fun): add hasEllipsissterni2-0/+43
2021-04-10 r/2460 refactor(sterni): use pkgs over third_party to import from nixpkgssterni1-2/+2
2021-04-01 r/2385 feat(sterni/nix/url): implement urldecodingsterni2-0/+46
2021-03-05 r/2270 feat(users/sterni/nix/utf8): pure nix utf-8 decodersterni3-0/+332
2021-03-05 r/2269 feat(users/sterni/nix/flow): add switch conditionalsterni1-23/+53
2021-03-05 r/2268 feat(users/sterni/nix/fun): make lrs read left to right completelysterni1-1/+1
2021-03-05 r/2267 refactor(users/sterni/nix/string): don't calculate length for dropsterni1-4/+5
2021-03-05 r/2266 feat(users/sterni/nix): move flow.match to string.matchsterni5-14/+17
2021-03-01 r/2257 feat(users/sterni/nix): add sternis nix libsterni12-0/+811