| Age | Commit message (Expand) | Author | Lines |
| 2023-10-20 | Rename lots of files that had `generator` in their name | Oli Scherer | -81/+81 |
| 2023-10-20 | Rename `Gen` to `Coro` in tests | Oli Scherer | -12/+12 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -601/+601 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -292/+292 |
| 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 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 | -1/+37 |
| 2023-10-19 | Improve the warning messages for the `#[diagnostic::on_unimplemented]` | Georg Semmler | -17/+74 |
| 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 | 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 |
| 2023-10-18 | Make `#[repr(Rust)]` and `#[repr(C)]` incompatible with one another | León Orell Valerian Liehr | -0/+62 |
| 2023-10-18 | Rollup merge of #116879 - aliemjay:revert-opaque-bubble, r=oli-obk | Ali MJ Al-Nasrawy | -3/+82 |
| 2023-10-18 | Rollup merge of #116865 - estebank:issue-46969, r=compiler-errors | Ali MJ Al-Nasrawy | -0/+44 |
| 2023-10-18 | Rollup merge of #116856 - oli-obk:no_effects, r=compiler-errors | Ali MJ Al-Nasrawy | -0/+30 |
| 2023-10-18 | Rollup merge of #116812 - rmehri01:missing_copy_implementations_non_exhaustiv... | Ali MJ Al-Nasrawy | -0/+25 |
| 2023-10-18 | revert rust-lang/rust#114586 | Ali MJ Al-Nasrawy | -3/+82 |
| 2023-10-18 | Auto merge of #116713 - estebank:issue-116703, r=compiler-errors | bors | -52/+528 |
| 2023-10-17 | Automatically enable cross-crate inlining for small functions | Ben Kimock | -1/+1 |
| 2023-10-17 | Suggest constraining assoc types in more cases | Esteban Küber | -0/+44 |
| 2023-10-17 | Auto merge of #116767 - cjgillot:alloc-normalize, r=oli-obk | bors | -108/+108 |
| 2023-10-17 | Disable effects in libcore again | Oli Scherer | -0/+30 |
| 2023-10-17 | Unify suggestion wording | Esteban Küber | -123/+90 |
| 2023-10-17 | review comments + more tests | Esteban Küber | -12/+412 |
| 2023-10-17 | Properly account for self ty in method disambiguation suggestion | Esteban Küber | -0/+109 |
| 2023-10-17 | Rollup merge of #116717 - estebank:issue-9082, r=oli-obk | Matthias Krüger | -0/+267 |
| 2023-10-17 | Rollup merge of #111072 - Urgau:check-cfg-new-syntax, r=petrochenkov | Matthias Krüger | -121/+746 |
| 2023-10-17 | disable missing_copy_implementations lint on non_exhaustive types | Ryan Mehri | -0/+25 |
| 2023-10-17 | Auto merge of #116756 - fee1-dead-contrib:dupe-those-bounds, r=oli-obk | bors | -32/+563 |
| 2023-10-17 | [RFC 3127 - Trim Paths]: Add test for -Zremap-path-scope=diagnostics | Urgau | -1/+22 |
| 2023-10-17 | [RFC 3127 - Trim Paths]: Add test for -Zremap-path-scope=macro | Urgau | -0/+15 |
| 2023-10-17 | Flesh out tests more | Michael Goulet | -7/+143 |
| 2023-10-16 | Rollup merge of #116800 - compiler-errors:rpitit-gat-outlives, r=jackh726 | Guillaume Gomez | -0/+41 |
| 2023-10-16 | Stop trying to preserve pretty-printing. | Camille GILLOT | -66/+66 |
| 2023-10-16 | Rebless. | Camille GILLOT | -11/+11 |