depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-16
r/4881
refactor(tvix/eval): fix current clippy lints
sterni
2
-9
/
+6
2022-09-16
r/4880
feat(users/Profpatsch): init ical-smolify
Profpatsch
3
-0
/
+158
2022-09-16
r/4879
test(tvix/eval): add tests for legacy let syntax
Vincent Ambo
4
-0
/
+15
2022-09-16
r/4878
test(tvix/eval): add some tests for recursive attribute sets
Vincent Ambo
4
-0
/
+19
2022-09-16
r/4877
feat(tvix/eval): implement legacy let syntax
Vincent Ambo
2
-4
/
+18
2022-09-16
r/4876
feat(tvix/eval): implement recursive attribute sets
Vincent Ambo
2
-34
/
+77
2022-09-16
r/4875
refactor(tvix/eval): introduce a type for tracking bindings
Vincent Ambo
1
-24
/
+64
2022-09-16
r/4874
refactor(tvix/eval): extract recursive scope logic into a helper
Vincent Ambo
1
-7
/
+14
2022-09-16
r/4873
refactor(tvix/eval): move compile_inherit_attrs to compiler::attrs
Vincent Ambo
2
-62
/
+62
2022-09-16
r/4872
refactor(tvix/eval): explicitly construct attrs in phases
Vincent Ambo
2
-32
/
+101
2022-09-16
r/4871
feat(ops/users): Add talyz to users
talyz
1
-0
/
+5
2022-09-16
r/4870
docs(tvix): Update components.md
Florian Klink
2
-31
/
+63
2022-09-15
r/4869
feat(tvix/eval): Support builtins.bitXor
William Carroll
3
-0
/
+20
2022-09-15
r/4868
feat(tvix/eval): Support builtins.bitOr
William Carroll
3
-0
/
+18
2022-09-15
r/4867
feat(tvix/eval): Support builtins.bitAnd
William Carroll
4
-0
/
+19
2022-09-15
r/4866
feat(tvix/eval): Support builtins.attrValues
William Carroll
3
-0
/
+17
2022-09-15
r/4865
feat(tvix/eval): implement Value::coerce_to_path()
sterni
4
-1
/
+48
2022-09-15
r/4864
feat(tvix/eval): Support builtins.attrNames
William Carroll
4
-2
/
+36
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
[next]