| Age | Commit message (Expand) | Author | Lines |
| 2025-01-28 | ABI-required target features: warn when they are missing in base CPU (rather ... | Ralf Jung | -0/+4 |
| 2025-01-23 | Remove RunCompiler | bjorn3 | -2/+2 |
| 2025-01-23 | Remove the need to manually call set_using_internal_features | bjorn3 | -1/+1 |
| 2024-12-27 | Rollup merge of #134834 - dtolnay:unnamedcall, r=compiler-errors | David Tolnay | -0/+3 |
| 2024-12-27 | Skip parenthesis around tuple struct field calls | David Tolnay | -1/+1 |
| 2024-12-27 | Add pretty-printer test of tuple field function call | David Tolnay | -0/+3 |
| 2024-12-27 | Skip parenthesis if `.` makes statement boundary unambiguous | David Tolnay | -2/+2 |
| 2024-12-27 | Add test of dot after eager statement boundary expr | David Tolnay | -0/+4 |
| 2024-12-27 | Remove the `-test` suffix from normalize directives | Zalathar | -9/+9 |
| 2024-12-22 | Begin to implement type system layer of unsafe binders | Michael Goulet | -197/+9 |
| 2024-12-22 | Rollup merge of #134599 - dtolnay:fulldepsparser, r=fmease | Matthias Krüger | -50/+62 |
| 2024-12-21 | Show which test case was found to be meaningless | David Tolnay | -1/+3 |
| 2024-12-21 | Switch pretty-printer roundtrip test to better parser | David Tolnay | -14/+4 |
| 2024-12-22 | Rollup merge of #134601 - dtolnay:dynstar, r=compiler-errors | Matthias Krüger | -4/+0 |
| 2024-12-21 | Extract ui-fulldeps expression parser into module | David Tolnay | -41/+55 |
| 2024-12-20 | Relocate dyn* test out of parenthesis insertion test | David Tolnay | -1/+0 |
| 2024-12-20 | Support pretty-printing dyn* trait objects | David Tolnay | -3/+0 |
| 2024-12-20 | Change comparison operators to have Fixity::None | David Tolnay | -4/+2 |
| 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 |