| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-04-27 | Add invalid_macro_export_arguments to built-in macro list | Michael Goulet | -19/+30 | |
| 2023-04-26 | Migrate `rustc_passes` to translatable diagnostics | clubby789 | -2/+2 | |
| 2023-04-17 | add test for invalid places of repr align | Deadbeef | -0/+17 | |
| 2023-04-03 | fix ignore-thumbv8m.base | Pietro Albini | -1/+1 | |
| 2023-03-28 | Skip no_mangle if the item has no name. | Camille GILLOT | -0/+19 | |
| 2023-03-02 | Restrict `#[rustc_box]` to `Box::new` calls | clubby789 | -0/+52 | |
| 2023-02-22 | Add check for invalid \`#[macro_export]\` arguments | blyxyas | -0/+42 | |
| 2023-02-07 | Replace a command line flag with an env var to allow tools to initialize the ↵ | Oli Scherer | -2/+2 | |
| tracing loggers at their own discretion | ||||
| 2023-01-26 | Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obk | bors | -6/+1 | |
| Move format_args!() into AST (and expand it during AST lowering) Implements https://github.com/rust-lang/compiler-team/issues/541 This moves FormatArgs from rustc_builtin_macros to rustc_ast_lowering. For now, the end result is the same. But this allows for future changes to do smarter things with format_args!(). It also allows Clippy to directly access the ast::FormatArgs, making things a lot easier. This change turns the format args types into lang items. The builtin macro used to refer to them by their path. After this change, the path is no longer relevant, making it easier to make changes in `core`. This updates clippy to use the new language items, but this doesn't yet make clippy use the ast::FormatArgs structure that's now available. That should be done after this is merged. | ||||
| 2023-01-12 | Bless tests. | Mara Bos | -6/+1 | |
| 2023-01-12 | Add log-backtrace option to show backtraces along with logging | Yuki Omoto | -0/+9 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+2050 | |
