Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2025-07-19 | interpreter: Add a flatten() method to arrays | Dylan Baker | 1 | -0/+14 |
2025-06-17 | interpreter: make methods per-class for primitives | Paolo Bonzini | 1 | -10/+3 |
2025-06-17 | interpreter: make operators per-class | Paolo Bonzini | 1 | -7/+4 |
2025-06-17 | interpreter: make trivial_operators per-class | Paolo Bonzini | 1 | -7/+8 |
2025-06-17 | interpreter: make operator functions binary | Paolo Bonzini | 1 | -6/+6 |
2023-12-13 | Use SPDX-License-Identifier consistently | Dylan Baker | 1 | -1/+1 |
2022-03-07 | move a bunch of imports into TYPE_CHECKING blocks | Eli Schwartz | 1 | -1/+2 |
2022-01-27 | add location data to various Feature checks | Eli Schwartz | 1 | -1/+2 |
2021-10-27 | fix various flake8 whitespace errors | Eli Schwartz | 1 | -1/+0 |
2021-10-24 | interpreter: Fix missing featuer check (fixes #9425) | Daniel Mensinger | 1 | -0/+4 |
2021-10-06 | interpreter: Holderify arrays and dicts | Daniel Mensinger | 1 | -0/+103 |