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
/
rewriter.py
Age
Commit message (
Expand
)
Author
2023-11-16
Remove shebang from rewriter.py
Marcel Telka
2023-11-01
Add comments suggesting to keep shell completion scripts up-to-date near cmd ...
Luke Elliott
2023-09-11
parser: simplify other node constructors
Charles Brunet
2023-09-11
parser: simplify Assignment and PlusAssignment nodes
Charles Brunet
2023-09-11
parser: add SymbolNode to preserve operators
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-04-11
fix various spelling issues
Josh Soref
2023-03-14
rewriter: fix indentation of kwargs
Charles Brunet
2023-03-14
rewriter: add missing command aliases
Charles Brunet
2023-03-14
rewriter: activate vsenv
Charles Brunet
2023-02-01
simplify instantiation of builtin type using builtins instead of functions
Eli Schwartz
2022-11-30
pylint: enable the set_membership plugin
Dylan Baker
2022-09-19
pylint: enable consider-using-in
Dylan Baker
2022-06-01
ast: rename module constant to match PEP8 style
Dylan Baker
2022-05-23
move various imports into TYPE_CHECKING blocks for neatness
Eli Schwartz
2021-12-15
rewriter: create {add,rm}_extra_files commands
Celeste Wouters
2021-08-31
pylint: turn on superflous-parens
Dylan Baker
2021-08-31
pylint: turn on superfluous parens warning
Dylan Baker
2021-06-29
fix: Always explicitly set encoding for text files (fixes #8263)
Daniel Mensinger
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2021-03-04
various python neatness cleanups
Eli Schwartz
2021-01-12
Allow '//' as project function id due to git bash path conversion.
Luke Elliott
2021-01-04
Use a single coredata dictionary for options
Dylan Baker
2021-01-04
use OptionKey for builtin and base options
Dylan Baker
2021-01-04
use OptionKey for compiler_options
Dylan Baker
2021-01-04
use OptionKey for backend_options
Dylan Baker
2021-01-04
use OptionKey for coredata.user_options
Dylan Baker
2020-11-05
rewrite: fix modified member spelling
Marc-André Lureau
2020-11-05
rewrite: fix function spelling
Marc-André Lureau
2020-04-20
Compiler options per lang
John Ericson
2020-03-02
review: Initial fixup
Daniel Mensinger
2020-03-02
types: Annotate ast/interpreter.py
Daniel Mensinger
2020-03-02
types: Annotate the AST visitors
Daniel Mensinger
2020-03-02
types: Annotate mparser.py
Daniel Mensinger
2020-02-28
Rename 'subdir' -> 'filename' in location objects
Jon Turney
2020-02-28
Update rewriter for filename in node location
Jon Turney
2020-01-08
types: import typing as T (fixes #6333)
Daniel Mensinger
2019-12-05
lgtm: ignore all safe `__init__ method calls overridden method` warnings
Daniel Mensinger
2019-12-05
lgtm: Fix unused variable
Daniel Mensinger
2019-11-06
Fix typos found by codespell
Wolfgang Stöggl
2019-06-05
Per machine do 'build.' and '' option prefixes
John Ericson
2019-06-05
rewriter: Fix that default_options would not set the correct id
Daniel Mensinger
2019-04-25
rewriter: optimize the list_to_dict function
Dylan Baker
2019-04-21
rewriter: fix error message
Daniel Mensinger
2019-03-04
rewriter: Renamed _src -> _sources
Daniel Mensinger
2019-03-04
rewriter: Make sure variable names are valid
Daniel Mensinger
2019-03-04
rewriter: Require '/' for the project ID
Daniel Mensinger
2019-03-04
rewriter: Abort on error by default
Daniel Mensinger
2019-03-04
rewriter: Changed line sort key
Daniel Mensinger
[next]