Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2021-03-04 | mass rewrite of string formatting to use f-strings everywhere | Eli Schwartz | 1 | -2/+2 |
2021-01-13 | Fix misspells | Antonin Décimo | 1 | -5/+5 |
2020-09-08 | typing: fix code review | Daniel Mensinger | 1 | -4/+4 |
2020-09-08 | typing: get rid of most T.cast | Daniel Mensinger | 1 | -1/+1 |
2020-09-08 | typing: fully annotate arglist | Daniel Mensinger | 1 | -3/+3 |
2020-08-18 | arglist: optimize flush_pre_post | Paolo Bonzini | 1 | -7/+10 |
2020-06-22 | arglist: Fix remaining mypy errors and warnings | Dylan Baker | 1 | -5/+4 |
2020-06-22 | arglist: Split the C/C++ specifics parts into a subclass for CLike | Dylan Baker | 1 | -75/+18 |
2020-06-22 | compilers: Return CompilerArgs from compiler instance | Dylan Baker | 1 | -27/+16 |
2020-06-22 | compilers: Split CompilerArgs into a separate module | Dylan Baker | 1 | -0/+400 |