Age | Commit message (Expand) | Author | Files | Lines |
2021-03-16 | Add range() function | Xavier Claessens | 1 | -0/+1 |
2021-03-06 | Refactor subdir visitation to track files instead of dirs. | Jussi Pakkanen | 1 | -6/+7 |
2021-03-04 | mass rewrite of string formatting to use f-strings everywhere | Eli Schwartz | 1 | -2/+2 |
2020-09-08 | typing: fixup for #7708 | Daniel Mensinger | 1 | -1/+5 |
2020-09-08 | typing: refactor dict handling | Daniel Mensinger | 1 | -8/+8 |
2020-09-08 | IntrospectInterpreter: allow dictionaries with nonconstant keys | Paolo Bonzini | 1 | -0/+10 |
2020-05-23 | ast: Handle NotNode | Daniel Mensinger | 1 | -0/+5 |
2020-03-19 | interpreterbase: Add warning when built-in object method has no kwargs | Xavier Claessens | 1 | -5/+6 |
2020-03-06 | ast: Implement dummy evaluate_notstatement | Daniel Mensinger | 1 | -0/+5 |
2020-03-06 | ast: Do not resolve dict keys | Xavier Claessens | 1 | -1/+1 |
2020-03-02 | types: Remove redundant __init__() -> None annotation | Daniel Mensinger | 1 | -1/+1 |
2020-03-02 | review: Initial fixup | Daniel Mensinger | 1 | -5/+5 |
2020-03-02 | types: Annotate ast/introspection.py | Daniel Mensinger | 1 | -12/+4 |
2020-03-02 | types: (partially) annotate interpreterbase.py | Daniel Mensinger | 1 | -13/+21 |
2020-03-02 | types: Annotate ast/interpreter.py | Daniel Mensinger | 1 | -38/+46 |
2020-03-02 | types: Annotate the AST visitors | Daniel Mensinger | 1 | -3/+3 |
2020-03-02 | types: Annotate mparser.py | Daniel Mensinger | 1 | -1/+9 |
2020-02-28 | Store filename in node location | Jon Turney | 1 | -1/+1 |
2020-02-28 | Adjust all the other places MesonException file attribute is set | Jon Turney | 1 | -1/+1 |
2020-01-08 | types: import typing as T (fixes #6333) | Daniel Mensinger | 1 | -5/+5 |
2019-12-12 | Add a summary() function for configuration summarization | Xavier Claessens | 1 | -0/+1 |
2019-11-06 | Fix typos found by codespell | Wolfgang Stöggl | 1 | -1/+1 |
2019-09-04 | mintro: Fix resolving nodes in kwargs (fixes #5884) | Daniel Mensinger | 1 | -42/+66 |
2019-08-12 | Add is_disabler function | James Hilliard | 1 | -0/+1 |
2019-07-31 | mintro: Fix crash related to the sources kwarg (fixes #5741) | Daniel Mensinger | 1 | -1/+1 |
2019-07-10 | Add alias_target() function | Xavier Claessens | 1 | -0/+1 |
2019-05-13 | ast: fix #5376 | Daniel Mensinger | 1 | -2/+8 |
2019-04-23 | ast: Address code review | Daniel Mensinger | 1 | -3/+7 |
2019-04-23 | make flake8 happy | Daniel Mensinger | 1 | -1/+0 |
2019-04-23 | ast: Make sure to avoid infinite recursions | Daniel Mensinger | 1 | -9/+9 |
2019-04-23 | ast: support elementary object methods | Daniel Mensinger | 1 | -6/+40 |
2019-04-23 | ast: resolve simple arithmetic nodes | Daniel Mensinger | 1 | -4/+29 |
2019-04-23 | ast: resolve ID nodes in flatten_args | Daniel Mensinger | 1 | -20/+23 |
2019-04-23 | Don't use mutable types as default arguments | Dylan Baker | 1 | -3/+3 |
2019-04-13 | mintro: Fix set_variable plus assign bug (closes #5256) | Daniel Mensinger | 1 | -0/+1 |
2019-04-02 | mintro: fix some interpreter crashes | Daniel Mensinger | 1 | -0/+24 |
2019-03-04 | rewriter: Handle duplicate target | Daniel Mensinger | 1 | -2/+3 |
2019-02-16 | Can now find the assignment node of a value | Daniel Mensinger | 1 | -1/+16 |
2019-02-16 | Merge pull request #4858 from mensinda/rwKWARGS | Jussi Pakkanen | 1 | -2/+2 |
2019-02-01 | Ensure that func dicts provide the same set of functions | Daniel Mensinger | 1 | -0/+10 |
2019-01-31 | Some fixes and assignment based target find | Daniel Mensinger | 1 | -2/+2 |
2019-01-22 | Fixed flake8 issues | Daniel Mensinger | 1 | -2/+2 |
2019-01-22 | First rewriter test case | Daniel Mensinger | 1 | -1/+1 |
2019-01-22 | Added support for assignments in the AST interpretor | Daniel Mensinger | 1 | -2/+9 |
2019-01-22 | Added target AST Interpreter support | Daniel Mensinger | 1 | -6/+23 |
2019-01-22 | Removed the RewriteIntrepreter | Daniel Mensinger | 1 | -144/+0 |
2019-01-22 | Moved the introspection interpreter | Daniel Mensinger | 1 | -4/+1 |
2019-01-22 | Basic AST visitor pattern | Daniel Mensinger | 1 | -0/+332 |