Age | Commit message (Expand) | Author | Files | Lines |
2023-01-18 | r/5684 feat(corp/data-import): parse lemmas from OpenCorpora dump | Vincent Ambo | 2 | -14/+135 |
2023-01-18 | r/5683 feat(corp/russian/data-import): new OpenCorpora data import tool | Vincent Ambo | 6 | -0/+829 |
2023-01-17 | r/5682 feat(wpcarro/slx): Support filtering by date | William Carroll | 1 | -10/+60 |
2023-01-17 | r/5681 feat(wpcarro/slx): Match against all columns | William Carroll | 2 | -8/+57 |
2023-01-17 | r/5680 feat(wpcarro/slx): Simple Select impl'd in JS | William Carroll | 2 | -0/+282 |
2023-01-17 | r/5679 fix(tazjin/tverskoy): disable systemd-oomd | Vincent Ambo | 1 | -0/+5 |
2023-01-17 | r/5678 chore(tazjin/predlozhnik): move to //corp | Vincent Ambo | 9 | -1/+10 |
2023-01-17 | r/5677 refactor(tvix/cli): consistently assert type unity in known_paths | Vincent Ambo | 1 | -46/+41 |
2023-01-17 | r/5676 refactor(tvix/eval): non-hacky suspended native thunks | Vincent Ambo | 1 | -55/+35 |
2023-01-17 | r/5675 refactor(tvix/eval): remove `Box` in new_suspended_native | Vincent Ambo | 3 | -7/+5 |
2023-01-17 | r/5674 feat(tvix/eval): add builtins to builtins | Vincent Ambo | 3 | -2/+34 |
2023-01-17 | r/5673 feat(tvix/cli): add replacement strings tracking to KnownPaths | Vincent Ambo | 1 | -0/+29 |
2023-01-17 | r/5672 feat(tvix/cli): track known plain paths in NixCompatIO | Vincent Ambo | 3 | -27/+45 |
2023-01-17 | r/5671 refactor(tvix/cli): reference scanner owns all the strings | Vincent Ambo | 2 | -50/+29 |
2023-01-17 | r/5670 refactor(tvix/value): use proptest strategies from imbl crate | Vincent Ambo | 7 | -77/+211 |
2023-01-17 | r/5669 feat(tvix/cli): add known_paths module | Vincent Ambo | 3 | -5/+143 |
2023-01-16 | r/5668 refactor(tvix/derivation): expose proper ValidateDerivationError | Florian Klink | 7 | -30/+109 |
2023-01-16 | r/5667 feat(tvix/derivation): make input_sources a BTreeSet | Florian Klink | 3 | -14/+5 |
2023-01-16 | r/5666 chore(tvix/derivation): drop TODOs related to stripping outputs | Florian Klink | 1 | -2/+0 |
2023-01-16 | r/5665 feat(tvix/eval): add error variant for threading through errors | Vincent Ambo | 1 | -2/+17 |
2023-01-16 | r/5664 feat(tvix/eval): implement builtins.toXML | Vincent Ambo | 11 | -0/+189 |
2023-01-16 | r/5663 chore(tvix/eval): add other required items to public API | Vincent Ambo | 2 | -3/+7 |
2023-01-16 | r/5662 docs(tvix): add reconstructed changelog for the Nix language | sterni | 1 | -0/+60 |
2023-01-15 | r/5661 feat(users/Profpatsch/mailbox-org): add simple request json example | Profpatsch | 5 | -22/+106 |
2023-01-15 | r/5660 feat(users/Profpatsch/mailbox-org): accept tools in `main` | Profpatsch | 1 | -89/+150 |
2023-01-15 | r/5659 fix(sterni/machines/edwin): fix cgit default branch declarations | sterni | 1 | -3/+4 |
2023-01-14 | r/5658 chore(tvix/store): derive Clone for StorePath | Vincent Ambo | 1 | -1/+1 |
2023-01-13 | r/5657 refactor(tvix/derivation): use BTreeSet for derivation outputs | Vincent Ambo | 4 | -16/+13 |
2023-01-13 | r/5656 chore(journaldriver): bump version number | Vincent Ambo | 2 | -3/+3 |
2023-01-13 | r/5655 chore(journaldriver): simple dependency bumps | Vincent Ambo | 2 | -135/+263 |
2023-01-12 | r/5654 fix(tvix/eval): len_without_is_empty clippy warn | Aaqa Ishtyaq | 3 | -1/+13 |
2023-01-12 | r/5653 docs(tvix): add build-references / string-context document | Vincent Ambo | 1 | -0/+175 |
2023-01-12 | r/5652 feat(tvix/eval): implement builtins.toJSON | Vincent Ambo | 11 | -10/+75 |
2023-01-12 | r/5651 refactor(3p/gerrit): use Python 3 for building | sterni | 1 | -6/+1 |
2023-01-12 | r/5650 chore(3p/sources): Bump channels & overlays | sterni | 3 | -19/+43 |
2023-01-12 | r/5649 feat(tvix/store): implement PathInfoService with sled | Florian Klink | 9 | -40/+652 |
2023-01-12 | r/5648 chore(tvix/store): update ParseStorePathError messages | Florian Klink | 1 | -3/+3 |
2023-01-12 | r/5647 chore(tvix/store): update ValidatePathInfoError messages | Florian Klink | 1 | -1/+1 |
2023-01-11 | r/5646 feat(users/edef/refscan): AArch64 support | edef | 1 | -0/+60 |
2023-01-11 | r/5645 fix(users/edef/refscan): quiet the camel-case type lint | edef | 1 | -0/+1 |
2023-01-11 | r/5644 feat(tvix/refscan): implement reference scanning over data streams | Vincent Ambo | 1 | -0/+40 |
2023-01-11 | r/5643 feat(tvix/cli): implement initial refscan module | Vincent Ambo | 5 | -0/+104 |
2023-01-10 | r/5642 fix(tvix/eval): address useless_format clippy warn | Aaqa Ishtyaq | 1 | -13/+6 |
2023-01-10 | r/5641 fix(grfn/home): Enable i3 titlebars | Griffin Smith | 1 | -0/+2 |
2023-01-10 | r/5640 feat(tvix/eval): implement serde::Deserialize for Value | Ryan Lahfa | 10 | -50/+114 |
2023-01-10 | r/5639 refactor(tvix/eval): impl Display for ErrorKind | Vincent Ambo | 1 | -2/+8 |
2023-01-10 | r/5638 docs(users/edef/refscan): add copyright and license information | edef | 9 | -0/+514 |
2023-01-09 | r/5637 refactor(users/edef/refscan): switch to intrinsics | edef | 3 | -25/+41 |
2023-01-09 | r/5636 feat(users/edef/refscan): high-performance Nix reference scanner | edef | 7 | -0/+154 |
2023-01-09 | r/5635 chore(tvix/derivation): expose necessary types in public API | Vincent Ambo | 1 | -0/+5 |