index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
interpreterbase
Age
Commit message (
Expand
)
Author
2025-10-20
interpreter: Fix extract_object subproject validation
Xavier Claessens
2025-10-17
cargo: Allow a cargo subproject to subdir() into another cargo project
Xavier Claessens
2025-10-15
Revert "typed_kwargs: Remove feature_validator as it's not currently used"
Dylan Baker
2025-06-17
interpreterbase: remove per-object method dispatching
Paolo Bonzini
2025-06-17
interpreter: make methods per-class for primitives
Paolo Bonzini
2025-06-17
interpreter: make operators per-class
Paolo Bonzini
2025-06-17
interpreter: make trivial_operators per-class
Paolo Bonzini
2025-06-17
interpreter: make operator functions binary
Paolo Bonzini
2025-06-09
AstInterpreter: Fix dead-code-crash
Volker Weißmann
2025-05-29
rewriter: Replace assignments with cur_assignments
Volker Weißmann
2025-05-07
interpreterbase: allow any return type for convertors
Paolo Bonzini
2025-04-08
coredata: move update_project_options to the optstore
Dylan Baker
2025-03-14
Move Interpreter.read_buildfile to base class
Charles Brunet
2025-03-14
Move options loading to InterpreterBase
Charles Brunet
2025-03-14
Move variables to InterpreterBase
Charles Brunet
2025-03-14
Extract common func_subdir functions to InterpreterBase
Charles Brunet
2025-01-21
Revert "interpreterbase: Add disabler exception for `get_variable` method"
Jussi Pakkanen
2025-01-19
interpreterbase: Add disabler exception for `get_variable` method
Andrew McNulty
2025-01-08
optimize variable assignments
Paolo Bonzini
2024-11-15
interpreter: remove current_lineno
Dylan Baker
2024-10-01
interpreterbase/decorators: delete now unused stringArgs
Dylan Baker
2024-09-08
interpreterbase: Use explicit `TypeAlias` annotation to allow recursive types
Dylan Baker
2024-08-30
Feature checks: fall back to reporting insufficiently portable features
Eli Schwartz
2024-07-05
Revert "Clarify mutable objects usage"
Eli Schwartz
2024-05-23
Refactor option classes to their own file.
Jussi Pakkanen
2024-04-28
catch build files that cannot be opened in utf8 mode and emit useful error
Eli Schwartz
2024-04-14
Clarify mutable objects usage
Xavier Claessens
2024-04-08
parser: revert to single StringNode type
Charles Brunet
2024-02-23
Detect utf8 bom from meson build files
Charles Brunet
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-11-04
Fine-tune the error message when trying to build outside the project root
Eli Schwartz
2023-10-04
Remove unused code in interpreterbase
Tristan Partin
2023-09-11
parser: simplify Assignment and PlusAssignment nodes
Charles Brunet
2023-09-11
parser: add ElseNode
Charles Brunet
2023-09-11
parser: use IdNode for foreach varnames
Charles Brunet
2023-09-11
parser: use IdNode for function name and assignment name
Charles Brunet
2023-09-11
parser: preserve escape chars in strings
Charles Brunet
2023-09-11
Add ParenthesizedNode
JCWasmx86
2023-08-11
treewide: automatic rewriting of all comment-style type annotations
Eli Schwartz
2023-08-11
remove useless type annotations
Eli Schwartz
2023-08-02
Unify message(), format() and fstring formatting
Xavier Claessens
2023-07-31
fix lint errors revealed by pycodestyle 2.11
Eli Schwartz
2023-07-24
force interpreter functions to actually receive tuple from typed posargs
Eli Schwartz
2023-07-19
move various bits of type-checking only code to TYPE_CHECKING blocks
Eli Schwartz
2023-07-19
fix implicit_reexport issues and enforce them going forward
Eli Schwartz
2023-06-14
remove unnecessary typing comments
Eli Schwartz
2023-06-14
add new FeatureBroken check class for annotating features that are really broken
Eli Schwartz
2023-04-11
fix various spelling issues
Josh Soref
2023-04-04
propagate the most accurate node to error messages
Eli Schwartz
2023-03-09
re-deduplicate feature warnings printed at the end of setup
Eli Schwartz
[next]