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
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
2023-03-04
typed_kwargs: Remove feature_validator as it's not currently used
Xavier Claessens
2023-03-04
typed_kwargs: Extend since_values and deprecated_values for types
Xavier Claessens
2023-03-01
handle meson_version after parsing but before invalid project() kwargs
Eli Schwartz
2023-03-01
handle meson_version even when the build file fails to parse
Eli Schwartz
2023-03-01
interpreter: Add testcase..endtestcase clause support
Xavier Claessens
2023-02-27
prevent unhandled exception for operations on None
Charles Brunet
2023-02-01
micro-optimize: define typing-only objects in TYPE_CHECKING
Eli Schwartz
2023-02-01
treewide: add future annotations import
Eli Schwartz
2023-01-20
decorators: don't unsort sorted values for printing
Dylan Baker
2022-12-05
interpreter: add a feature_validator to KwargInfo
Dylan Baker
2022-11-29
pylint: enable useless-return
Dylan Baker
2022-10-24
add option to typed_kwargs that allows unknown kwargs through
Eli Schwartz
2022-08-30
fix obscure crash on unbound variable
Eli Schwartz
2022-08-18
interpreterbase: fix type annotations for KwargInfo::since_values
Dylan Baker
2022-06-17
typed_kwargs: support dict/list as "new since" types
Eli Schwartz
2022-05-23
move various imports into TYPE_CHECKING blocks for neatness
Eli Schwartz
2022-05-23
typing: use forward reference for types defined later in file
Eli Schwartz
2022-05-19
Reword message in warning
Zbigniew Jędrzejewski-Szmek
2022-05-19
Reword misleading warning
Zbigniew Jędrzejewski-Szmek
2022-05-01
Add support for multiline f-strings
Peter Lesslie
2022-03-07
move a bunch of imports into TYPE_CHECKING blocks
Eli Schwartz
2022-03-07
treewide: string-quote the first argument to T.cast
Eli Schwartz
2022-03-07
merge various TYPE_CHECKING blocks into one
Eli Schwartz
2022-03-01
clean up FeatureCheck signature to move location to use time
Eli Schwartz
2022-03-01
remove useless kwarg that was never used
Eli Schwartz
2022-02-16
flake8: use plain strings instead of f-strings when no variables used
Eli Schwartz
2022-02-14
FeatureNew: add mypy type annotations for subproject arg
Eli Schwartz
[next]