Age | Commit message (Expand) | Author | Files | Lines |
2022-09-15 | r/4863 chore(tvix): add grfn & sterni to OWNERS | Vincent Ambo | 1 | -0/+2 |
2022-09-15 | r/4862 feat(tvix/eval): Support builtins.head | William Carroll | 5 | -0/+27 |
2022-09-15 | r/4861 refactor(tvix/eval): don't move parts Vec in compile_str_parts | sterni | 1 | -7/+5 |
2022-09-15 | r/4860 fix(tvix/eval): coerce string interpolation parts to string | sterni | 3 | -36/+59 |
2022-09-15 | r/4859 fix(tvix/eval): thunk string interpolation | sterni | 3 | -18/+40 |
2022-09-15 | r/4858 fix(web/tvl): sort blog posts by publishing date | Vincent Ambo | 1 | -1/+1 |
2022-09-15 | r/4857 feat(tvix/eval): implement correct toString behavior | sterni | 6 | -14/+196 |
2022-09-15 | r/4856 feat(.envrc): gcroot third_party.sources | sterni | 3 | -2/+17 |
2022-09-14 | r/4855 chore(3p/sources): Bump channels & overlays | sterni | 2 | -14/+12 |
2022-09-14 | r/4854 fix(web/tvl): minor typo fix | Vincent Ambo | 1 | -1/+1 |
2022-09-14 | r/4853 style(web/tvl): change background colour of <code> tags | Vincent Ambo | 1 | -0/+4 |
2022-09-14 | r/4852 feat(web/tvl): publish tvix-status-september-22 blog post | Vincent Ambo | 1 | -1/+0 |
2022-09-14 | r/4851 docs(web/tvl): professional editing pass on Tvix status update | Vincent Ambo | 1 | -97/+100 |
2022-09-14 | r/4850 docs(web/tvl): rewrite blog post to be more "milestoney" | Vincent Ambo | 1 | -20/+27 |
2022-09-13 | r/4849 fix(tvix/eval): force left argument of `?` before checking for attrs | sterni | 3 | -0/+29 |
2022-09-13 | r/4848 fix(tvix/eval): force value in builtins.typeOf | sterni | 3 | -2/+27 |
2022-09-13 | r/4847 fix(tvix/eval): force exprs inside string interpolation | sterni | 1 | -1/+5 |
2022-09-13 | r/4846 refactor(tvix/eval): cover all Value variants in force_for_output | Vincent Ambo | 1 | -1/+8 |
2022-09-13 | r/4845 fix(tvix/eval): add branch for directly comparing two thunks | Vincent Ambo | 1 | -0/+1 |
2022-09-13 | r/4844 fix(tvix/eval): use fragment span for OpAttrsSelect | Vincent Ambo | 1 | -2/+2 |
2022-09-13 | r/4843 refactor(tvix/eval): point `OpPushWith` span at namespace | Vincent Ambo | 1 | -1/+1 |
2022-09-13 | r/4842 refactor(tvix/eval): point `OpAssert` span at condition | Vincent Ambo | 1 | -1/+1 |
2022-09-13 | r/4841 chore(tvix/eval): do not inherit scope depth in new scopes | Vincent Ambo | 1 | -1/+0 |
2022-09-13 | r/4840 refactor(tvix/eval): encapsulate scope_depth in compiler::scope | Vincent Ambo | 3 | -15/+20 |
2022-09-13 | r/4839 fix(tvix/eval): address current clippy lints | Vincent Ambo | 2 | -6/+6 |
2022-09-13 | r/4838 refactor(tvix/eval): use CodeIdx wrapper for instruction pointer | Vincent Ambo | 3 | -9/+34 |
2022-09-13 | r/4837 feat(corp/tvixbolt): use fancy error formatting | Vincent Ambo | 1 | -5/+8 |
2022-09-13 | r/4836 feat(tvix/eval): implement initial fancy formatting for errors | Vincent Ambo | 3 | -27/+145 |
2022-09-13 | r/4835 feat(web/blog): add ability to specify post author | Vincent Ambo | 3 | -0/+6 |
2022-09-13 | r/4834 feat(corp/tvixbolt): add an ad in the footer | Vincent Ambo | 2 | -0/+25 |
2022-09-13 | r/4833 docs(web/tvl): small updates & fixes to September '22 Tvix status | Vincent Ambo | 1 | -4/+9 |
2022-09-13 | r/4832 docs(web/tvl): add draft for Tvix status update post | Vincent Ambo | 2 | -0/+158 |
2022-09-13 | r/4831 feat(corp/tvixbolt): use fancy warning formatting | Vincent Ambo | 1 | -5/+3 |
2022-09-13 | r/4830 feat(tvix/eval): implement initial fancy display for warnings | Vincent Ambo | 3 | -9/+94 |
2022-09-13 | r/4829 feat(ops/modules): deploy tvixbolt to tvixbolt.tvl.su | Vincent Ambo | 3 | -0/+27 |
2022-09-13 | r/4828 feat(ops/glesys): add CNAME for tvixbolt.tvl.su | Vincent Ambo | 1 | -0/+11 |
2022-09-13 | r/4827 chore(tvix/eval): add dependency on codemap-diagnostic | Vincent Ambo | 3 | -0/+72 |
2022-09-12 | r/4826 feat(wpcarro/ssh): Support iPhone SSH key | William Carroll | 3 | -12/+18 |
2022-09-12 | r/4825 feat(wpcarro/ava): Enable printing | William Carroll | 1 | -0/+5 |
2022-09-11 | r/4824 chore(tvix/eval): address current clippy lints | Vincent Ambo | 1 | -2/+1 |
2022-09-11 | r/4823 refactor(tvix/eval): remove `todo!()` calls in compiler | Vincent Ambo | 4 | -5/+29 |
2022-09-11 | r/4822 fix(tazjin/emacs): globally unbind `C-x s` | Vincent Ambo | 1 | -0/+4 |
2022-09-11 | r/4821 docs(tvix/eval): propose builtin "inlining" optimisation | sterni | 1 | -0/+18 |
2022-09-11 | r/4820 docs(tvix/eval): mention `?` and `or` for builtins optimisation | sterni | 1 | -1/+3 |
2022-09-11 | r/4819 docs(tvix/eval): remove the note on the private repo | Vincent Ambo | 1 | -8/+6 |
2022-09-11 | r/4818 docs(tvix/eval): add some notes on cloning & building tvix-eval | Vincent Ambo | 1 | -0/+23 |
2022-09-11 | r/4817 chore(3p): gerrit: 3.4.0 -> 3.6.1 | Luke Granger-Brown | 12 | -282/+125 |
2022-09-11 | r/4816 chore(tvix/nix_cli): build with tests | Florian Klink | 3 | -2/+5 |
2022-09-11 | r/4815 chore(corp/tvixbolt): check in generated Cargo.lock change | Vincent Ambo | 1 | -0/+1 |
2022-09-11 | r/4814 fix(tvix/eval): pass correct slot when compiling attr values | Vincent Ambo | 1 | -1/+1 |