| Age | Commit message (Expand) | Author | Lines |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -734/+734 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -349/+349 |
| 2023-10-20 | Mention `into_iter` on borrow errors suggestions when appropriate | Esteban Küber | -0/+4 |
| 2023-10-20 | Typo suggestion to change bindings with leading underscore | Esteban Küber | -0/+24 |
| 2023-10-20 | Auto merge of #116965 - estebank:issue-65329, r=cjgillot | bors | -19/+64 |
| 2023-10-20 | Move `invalid-llvm-passes` test to `invalid-compile-flags` folder | Miguel Ojeda | -0/+0 |
| 2023-10-20 | Fix a span for one of the test cases | Georg Semmler | -29/+15 |
| 2023-10-20 | Invalid `?` suggestion on mismatched `Ok(T)` | Ethan Brierley | -0/+21 |
| 2023-10-20 | Avoid a `track_errors` by bubbling up most errors from `check_well_formed` | Oli Scherer | -168/+142 |
| 2023-10-20 | Auto merge of #116899 - compiler-errors:closure-sig-infer, r=lcnr | bors | -0/+36 |
| 2023-10-20 | Move where doc comment meant as comment check | Esteban Küber | -19/+64 |
| 2023-10-20 | Auto merge of #116838 - gurry:116836-dup-macro-invoc-diag, r=petrochenkov | bors | -42/+9 |
| 2023-10-19 | Add stable Instance::body() and RustcInternal trait | Celina G. Val | -1/+25 |
| 2023-10-19 | add non-regression test for issue 116657 | Rémy Rakic | -0/+105 |
| 2023-10-19 | Auto merge of #115214 - Urgau:rfc-3127-trim-paths, r=compiler-errors | bors | -5/+166 |
| 2023-10-19 | FileCheck transmute. | Camille GILLOT | -2/+44 |
| 2023-10-19 | FileCheck inline_shims. | Camille GILLOT | -1/+4 |
| 2023-10-19 | FileCheck issue_106141. | Camille GILLOT | -1/+6 |
| 2023-10-19 | Mention skip in README. | Camille GILLOT | -0/+2 |
| 2023-10-19 | FileCheck lower_slice_len. | Camille GILLOT | -2/+3 |
| 2023-10-19 | FileCheck lower_array_len. | Camille GILLOT | -1/+14 |
| 2023-10-19 | FileCheck lower_intrinsics. | Camille GILLOT | -1/+87 |
| 2023-10-19 | FileCheck casts. | Camille GILLOT | -50/+53 |
| 2023-10-19 | FileCheck combine_transmutes. | Camille GILLOT | -1/+22 |
| 2023-10-19 | FileCheck duplicate_switch_targets. | Camille GILLOT | -4/+5 |
| 2023-10-19 | FileCheck intrinsic_asserts. | Camille GILLOT | -37/+46 |
| 2023-10-19 | FileCheck combine_clone_of_primitives. | Camille GILLOT | -8/+11 |
| 2023-10-19 | FileCheck bool_compare. | Camille GILLOT | -103/+191 |
| 2023-10-19 | FileCheck combine_array_len. | Camille GILLOT | -2/+3 |
| 2023-10-19 | Add README. | Camille GILLOT | -0/+16 |
| 2023-10-19 | FileCheck box_expr.rs | Camille GILLOT | -145/+104 |
| 2023-10-19 | FileCheck basic_assignment.rs. | Camille GILLOT | -3/+20 |
| 2023-10-19 | FileCheck asm_unwind_panic_abort.rs | Camille GILLOT | -1/+3 |
| 2023-10-19 | FileCheck array_index_is_temporary.rs | Camille GILLOT | -1/+7 |
| 2023-10-19 | Run filecheck on reference_prop.rs | Camille GILLOT | -16/+318 |
| 2023-10-19 | Allow to run filecheck in mir-opt tests. | Camille GILLOT | -190/+470 |
| 2023-10-19 | Improve the warning messages for the `#[diagnostic::on_unimplemented]` | Georg Semmler | -17/+74 |
| 2023-10-19 | Rollup merge of #116896 - cjgillot:single-inline, r=oli-obk | Matthias Krüger | -0/+19 |
| 2023-10-19 | Fix `span_use_eq_ctxt` test | Jakub Beránek | -2/+4 |
| 2023-10-19 | Auto merge of #116037 - wesleywiser:stack_protector_test_windows, r=cuviper | bors | -1/+821 |
| 2023-10-19 | Rollup merge of #116908 - estebank:issue-78206, r=compiler-errors | León Orell Valerian Liehr | -50/+52 |
| 2023-10-19 | Rollup merge of #116829 - fmease:rust-aint-c, r=compiler-errors | León Orell Valerian Liehr | -0/+62 |
| 2023-10-19 | Rollup merge of #116663 - compiler-errors:resolve-regions, r=lcnr | León Orell Valerian Liehr | -0/+28 |
| 2023-10-19 | Fix duplicate labels emitted in `render_multispan_macro_backtrace()` | Gurinder Singh | -42/+9 |
| 2023-10-19 | Suggest relaxing implicit `type Assoc: Sized;` bound | Esteban Küber | -0/+44 |
| 2023-10-18 | Tweak wording of type errors involving type params | Esteban Küber | -50/+52 |
| 2023-10-18 | Auto merge of #116493 - compiler-errors:coinductive-cycle-lint, r=lcnr | bors | -0/+25 |
| 2023-10-18 | Don't ICE when encountering unresolved regions in fully_resolve | Michael Goulet | -0/+28 |
| 2023-10-18 | Add a test showing failing closure signature inference in new solver | Michael Goulet | -0/+36 |
| 2023-10-18 | Bump COINDUCTIVE_OVERLAP_IN_COHERENCE | Michael Goulet | -0/+25 |