Age | Commit message (Expand) | Author | Files | Lines |
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 |
2022-09-11 | r/4813 fix(tvix/eval): reduce scope depth in scope module | Vincent Ambo | 2 | -2/+2 |
2022-09-11 | r/4812 feat(tvix/eval): add Chunk::pop_op method | Vincent Ambo | 1 | -0/+22 |
2022-09-11 | r/4811 refactor(tvix/eval): refactor methods for parsing static idents | Vincent Ambo | 1 | -22/+39 |
2022-09-11 | r/4810 refactor(tvix/eval): move attrset-related code to compiler::attrs | Vincent Ambo | 2 | -202/+209 |
2022-09-11 | r/4809 fix(tvix/eval): place plain inherits in correct stack slots | sterni | 3 | -27/+62 |
2022-09-11 | r/4808 test(tvix/eval): add test for mutually recursive let bindings | sterni | 2 | -0/+15 |
2022-09-11 | r/4807 fix(tvix/eval): wrap asserts in a thunk | sterni | 3 | -1/+12 |
2022-09-11 | r/4806 test(tvix/eval): test “useful” plain inherits | sterni | 2 | -0/+10 |
2022-09-11 | r/4805 fix(tvix/eval): declare let inherit (from) locals before compiling | sterni | 5 | -49/+69 |