| Age | Commit message (Collapse) | Author |
|
Co-authored-by: Martin Haug <3874949+reknih@users.noreply.github.com>
|
|
|
|
|
|
Co-authored-by: Laurenz <laurmaedje@gmail.com>
|
|
|
|
|
|
Co-authored-by: Laurenz <laurmaedje@gmail.com>
|
|
|
|
|
|
Co-authored-by: Alex Zepeda <srht@inferiorhumanorgans.com>
|
|
|
|
Co-authored-by: Laurenz <laurmaedje@gmail.com>
|
|
symbols (#4299)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: geekvest <cuimoman@sohu.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Laurenz <laurmaedje@gmail.com>
|
|
EcoString::inline can produce runtime panics if things are changed later. It should only be used if really necessary (because of const context)
|
|
|
|
Fixes #2821
|
|
Fixes #2800
|
|
|
|
|
|
|
|
- Moves as much data out of the `Vm`
- Removes duplication with call_vm and call_vt flavours
- Uses tracked chain instead of fixed int for determining max nesting depth
- This means that nesting checks now generalizes to layout and realization, to detect crashing show rules and overly nested layouts
|
|
|
|
|
|
|
|
|
|
|
|
|