This website requires JavaScript.
Explore
Help
Sign In
aljaz
/
turso
Watch
1
Star
0
Fork
0
You've already forked turso
mirror of
https://github.com/aljazceru/turso.git
synced
2025-12-30 14:34:22 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dd436d3fc502ca2b7fffe4d49d0c15e80537ab30
turso
/
core
/
vdbe
History
Jussi Saurio
2cd9118be6
Fix jump_if_true to be a bool literal in places where it was used as a register number
2025-01-20 17:13:34 +02:00
..
builder.rs
Add jump_if_null to cmp insns to account for either operand being NULL
2025-01-20 16:54:39 +02:00
datetime.rs
syntactic changes: remove unneeded mut, lifetimes,references that get instantaneously dereferenced and casts
2025-01-18 18:43:47 +01:00
explain.rs
Add jump_if_null to cmp insns to account for either operand being NULL
2025-01-20 16:54:39 +02:00
insn.rs
Fix jump_if_true to be a bool literal in places where it was used as a register number
2025-01-20 17:13:34 +02:00
likeop.rs
syntactic changes: replace explicit while let Some in iterator with for..in loop (see
https://rust-lang.github.io/rust-clippy/master/index.html#while_let_on_iterator
)
2025-01-18 19:20:11 +01:00
mod.rs
Fix jump_if_true to be a bool literal in places where it was used as a register number
2025-01-20 17:13:34 +02:00
sorter.rs
Remove trait Cursor
2025-01-11 17:19:25 +02:00