Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-01-31 | r/3723 style: format entire depot with nixpkgs-fmt | Vincent Ambo | 2 | -119/+138 |
2021-11-25 | r/3094 feat(sterni/nix/utf8): check if codepoint valid/encodeable | sterni | 2 | -4/+42 |
2021-11-25 | r/3092 refactor(sterni/nix/utf8): let wellFormedByte check first byte | sterni | 1 | -17/+14 |
2021-11-25 | r/3091 feat(sterni/nix/utf8): implement UTF-8 encoding | sterni | 2 | -2/+83 |
2021-11-25 | r/3090 chore(sterni/nix/utf8): remove decodeSafe | sterni | 1 | -14/+0 |
2021-11-23 | r/3086 feat(sterni/nix/utf8): allow decoding the empty string | sterni | 2 | -3/+3 |
2021-11-23 | r/3085 refactor(sterni/nix/utf8): use genericClosure for decoding iteration | sterni | 1 | -23/+46 |
2021-04-24 | r/2547 chore(nix): move rustSimple from users.Profpatsch.writers | Profpatsch | 1 | -1/+1 |
2021-04-10 | r/2460 refactor(sterni): use pkgs over third_party to import from nixpkgs | sterni | 1 | -2/+2 |
2021-03-05 | r/2270 feat(users/sterni/nix/utf8): pure nix utf-8 decoder | sterni | 2 | -0/+329 |