| Age | Commit message (Expand) | Author | Lines |
| 2024-12-20 | Add some parenthesization test cases with operators that are not left-associa... | David Tolnay | -0/+8 |
| 2024-12-20 | Check that pretty-printer parenthesis test operates on the whole test case | David Tolnay | -1/+7 |
| 2024-12-21 | Rollup merge of #133782 - dtolnay:closuresjumps, r=spastorino,traviscross | Matthias Krüger | -0/+6 |
| 2024-12-14 | Fix tests | bjorn3 | -5/+4 |
| 2024-12-09 | Rollup merge of #134043 - ehuss:unicode-version, r=jieyouxu | León Orell Valerian Liehr | -0/+31 |
| 2024-12-09 | Add test to check unicode identifier version | Eric Huss | -0/+31 |
| 2024-12-06 | Fix ui-fulldep tests | bjorn3 | -20/+14 |
| 2024-12-06 | Remove all threading through of ErrorGuaranteed from the driver | bjorn3 | -3/+4 |
| 2024-12-03 | Visit Stmt span in MutVisitor::flat_map_stmt | David Tolnay | -8/+1 |
| 2024-12-03 | Visit BinOp span in MutVisitor::visit_expr | David Tolnay | -7/+0 |
| 2024-12-02 | Raise precedence of closure that has explicit return type | David Tolnay | -1/+1 |
| 2024-12-02 | Add test of closure precedence with return type | David Tolnay | -0/+3 |
| 2024-12-02 | Squash closures and jumps into a single precedence level | David Tolnay | -1/+1 |
| 2024-12-02 | Add test of closure vs jump precedence | David Tolnay | -0/+3 |
| 2024-12-01 | Add pretty-printer parenthesis insertion test | David Tolnay | -0/+242 |
| 2024-11-27 | Rollup merge of #132410 - bjorn3:yet_another_driver_refactor_round, r=cjgillot | Matthias Krüger | -47/+60 |
| 2024-11-17 | Likely unlikely fix | Jiri Bobek | -3/+3 |
| 2024-11-10 | Fix error message for direct usage of sess.opts.crate_types | bjorn3 | -2/+2 |
| 2024-11-09 | Pass TyCtxt instead of Queries to the after_analysis callbacks | bjorn3 | -47/+60 |
| 2024-11-07 | Rollup merge of #132131 - celinval:smir-crate-defs, r=compiler-errors | Jubilee | -0/+149 |
| 2024-11-07 | [StableMIR] API to retrieve definitions from crates | Celina G. Val | -0/+149 |
| 2024-11-03 | Don't test new error messages with the stage 0 compiler | dianne | -6/+8 |
| 2024-11-03 | use backticks instead of single quotes when reporting "use of unstable librar... | dianne | -12/+12 |
| 2024-10-27 | give a better error for tuple structs in `derive(Diagnostic)` | jyn | -136/+136 |
| 2024-10-27 | Auto merge of #132167 - Zalathar:llvm-wrappers, r=jieyouxu | bors | -0/+124 |
| 2024-10-26 | Add a macro that derives `TryFrom<u32>` for fieldless enums | Zalathar | -0/+124 |
| 2024-10-19 | Do not run lints that cannot emit | blyxyas | -2/+10 |
| 2024-10-15 | update bootstrap configs | Josh Stone | -11/+6 |
| 2024-10-14 | Remove `'apostrophes'` from `rustc_parse_format` | Lieselotte | -3/+3 |
| 2024-09-25 | Remove `feature(control_flow_enum)` in tests | Scott McMurray | -16/+0 |
| 2024-09-17 | Auto merge of #130483 - matthiaskrgr:rollup-q1r0g0y, r=matthiaskrgr | bors | -1/+32 |
| 2024-09-17 | Rollup merge of #129988 - arnaudgolfouse:modify-locale_resources, r=davidtwco | Matthias Krüger | -1/+1 |
| 2024-09-17 | fluent_macro: fix diagnostics for fluent parse failures | Xiretza | -5/+5 |
| 2024-09-17 | Add test for fluent diagnostics | Xiretza | -1/+32 |
| 2024-09-12 | Re-enable `ConstArgKind::Path` lowering by default | Noah Lev | -1/+1 |
| 2024-09-05 | Use a `Vec` in `rustc_interface::Config::locale_resources` | arnaudgolfouse | -1/+1 |
| 2024-09-03 | Add an internal lint that warns when accessing untracked data | Nadrieril | -0/+31 |
| 2024-09-01 | Deny imports of rustc_type_ir::inherent outside of type ir + new trait solver | Michael Goulet | -0/+49 |
| 2024-08-24 | Rollup merge of #129246 - BoxyUwU:feature_gate_const_arg_path, r=cjgillot | Matthias Krüger | -4/+6 |
| 2024-08-19 | Retroactively feature gate `ConstArgKind::Path` | Boxy | -4/+6 |
| 2024-08-10 | `untranslatable_diagnostic` lint: point at the untranslated thing | Pavel Grigorenko | -18/+16 |
| 2024-08-10 | Add more test cases for untranslatable_diagnostic lint | Pavel Grigorenko | -1/+34 |
| 2024-07-28 | Bless a bootstrap-dependent UI test | Trevor Gross | -10/+10 |
| 2024-07-28 | step cfg(bootstrap) | Mark Rousskov | -1/+0 |
| 2024-07-25 | Auto merge of #126963 - runtimeverification:smir_serde_derive, r=celinval | bors | -0/+75 |
| 2024-07-24 | Do not use question as label | Esteban Küber | -41/+41 |
| 2024-07-22 | Always pass the visitor as the first argument to walk* functions | Oli Scherer | -9/+10 |
| 2024-07-22 | Sync `mut_visit` function names with immut `visit` ones (s/noop_visit/walk/) | Oli Scherer | -2/+2 |
| 2024-07-19 | Auto merge of #125915 - camelid:const-arg-refactor, r=BoxyUwU | bors | -1/+1 |
| 2024-07-18 | Add internal lint for detecting non-glob imports of `rustc_type_ir::inherent` | León Orell Valerian Liehr | -0/+106 |