summaryrefslogtreecommitdiff
path: root/mesonbuild/interpreter/primitives/integer.py
AgeCommit message (Expand)Author
2025-06-17interpreter: make methods per-class for primitivesPaolo Bonzini
2025-06-17interpreter: make operators per-classPaolo Bonzini
2025-06-17interpreter: make trivial_operators per-classPaolo Bonzini
2025-06-17interpreter: make operator functions binaryPaolo Bonzini
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-09-09Add support for padding zeroes in int.to_string() methodNomura
2023-06-14detect and warn on non-commutative int/bool operationsEli Schwartz
2022-03-07move a bunch of imports into TYPE_CHECKING blocksEli Schwartz
2021-10-27fix various flake8 whitespace errorsEli Schwartz
2021-10-04fix extra whitespaceEli Schwartz
2021-08-31interpreter: Add IntegerHolderDaniel Mensinger