summaryrefslogtreecommitdiff
path: root/mesonbuild/interpreter/primitives/dict.py
AgeCommit message (Expand)Author
2025-08-29interpreter: add dict.values() methodMarvin Scholz
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
2022-03-07move a bunch of imports into TYPE_CHECKING blocksEli Schwartz
2021-10-06interpreter: Holderify arrays and dictsDaniel Mensinger