| Age | Commit message (Expand) | Author | Lines |
| 2022-11-10 | Tweak span for `#[must_use]` | Esteban Küber | -2/+2 |
| 2022-11-10 | Don't print full paths in overlap errors | Michael Goulet | -4/+4 |
| 2022-11-10 | Auto merge of #101990 - clubby789:dont-machine-apply-placeholder-method, r=co... | bors | -2/+2 |
| 2022-11-09 | Rollup merge of #103307 - b4den:master, r=estebank | Manish Goregaokar | -2/+2 |
| 2022-11-08 | Rollup merge of #100508 - BoxyUwU:make_less_things_late_bound, r=nikomatsakis | Manish Goregaokar | -44/+0 |
| 2022-11-08 | selection failure: recompute applicable impls | lcnr | -1/+2 |
| 2022-11-07 | Rollup merge of #104003 - c410-f3r:moar-errors, r=petrochenkov | Dylan DPC | -237/+0 |
| 2022-11-06 | fixyfixfix | Boxy | -44/+0 |
| 2022-11-05 | Attempt to fix arguments of associated functions | clubby789 | -2/+2 |
| 2022-11-05 | Adjust diagnostics, bless tests | Michael Goulet | -5/+5 |
| 2022-11-05 | Move some tests to more reasonable directories | Caio | -237/+0 |
| 2022-11-05 | Specify that `break` cannot be used outside of loop *or* labeled block | clubby789 | -15/+15 |
| 2022-10-23 | Rollup merge of #103305 - c410-f3r:moar-errors, r=petrochenkov | Dylan DPC | -331/+0 |
| 2022-10-21 | Auto merge of #101263 - lopopolo:lopopolo/c-unwind-fn-ptr-impls, r=thomcc | bors | -2/+2 |
| 2022-10-20 | Update tests to match error message changes | b4den | -2/+2 |
| 2022-10-20 | Move some tests for more reasonable places | Caio | -331/+0 |
| 2022-10-19 | Adjust `transmute{,_copy}` to be clearer about which of `T` and `U` is input ... | Thom Chiovoloni | -3/+3 |
| 2022-10-19 | Bless ui tests | Ryan Lopopolo | -2/+2 |
| 2022-10-19 | instantiate -> construct | Michael Goulet | -1/+1 |
| 2022-10-19 | Generalize call suggestion for unsatisfied predicate | Michael Goulet | -1/+1 |
| 2022-10-18 | Rollup merge of #103023 - andrewpollack:i-fuchsia-finals, r=tmandry | Yuki Okushi | -0/+1 |
| 2022-10-14 | Rollup merge of #102938 - c410-f3r:here-we-go-again, r=petrochenkov | Dylan DPC | -294/+0 |
| 2022-10-13 | Adding fuchsia-ignore and needs-unwind to compiler test cases | Andrew Pollack | -0/+1 |
| 2022-10-13 | Report duplicate definition in impls with overlap check. | Camille GILLOT | -4/+4 |
| 2022-10-13 | Move some tests to more reasonable directories | Caio | -294/+0 |
| 2022-10-13 | Rollup merge of #102974 - Rageking8:fix-small-word-dupe-typos, r=JohnTitor | Yuki Okushi | -3/+3 |
| 2022-10-13 | fix small word dupe typos | Rageking8 | -3/+3 |
| 2022-10-12 | add test for issue 102964 | Rageking8 | -0/+29 |
| 2022-10-10 | Check representability in adt_sized_constraint | Cameron Steffen | -18/+3 |
| 2022-10-10 | Rollup merge of #102055 - c410-f3r:moar-errors, r=petrochenkov | Dylan DPC | -87/+0 |
| 2022-10-09 | fixup lint name | Maybe Waffle | -1/+1 |
| 2022-10-09 | allow or avoid for loops over option in compiler and tests | Maybe Waffle | -0/+1 |
| 2022-10-07 | Rewrite representability | Cameron Steffen | -96/+62 |
| 2022-10-07 | Rollup merge of #102720 - lyming2007:issue-102397-fix, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2022-10-06 | Rollup merge of #102694 - compiler-errors:fn-to-method, r=davidtwco | Matthias Krüger | -6/+6 |
| 2022-10-05 | do not reverse the expected type and found type for ObligationCauseCode of If... | Yiming Lei | -2/+2 |
| 2022-10-05 | Rollup merge of #100986 - TaKO8Ki:do-not-suggest-adding-generic-args-for-turb... | Dylan DPC | -10/+0 |
| 2022-10-05 | stop suggesting adding generic args for turbofish | Takayuki Maeda | -10/+0 |
| 2022-10-05 | Delay function resolution error until typeck | Michael Goulet | -6/+6 |
| 2022-10-04 | slightly improve no return for returning function error | Rageking8 | -1/+1 |
| 2022-10-01 | bless ui tests | Maybe Waffle | -27/+27 |
| 2022-09-28 | Auto merge of #101619 - Xiretza:rustc_parse-session-diagnostics, r=davidtwco | bors | -2/+2 |
| 2022-09-28 | Auto merge of #102388 - JohnTitor:rollup-mbyw6fl, r=JohnTitor | bors | -1/+1 |
| 2022-09-28 | Rollup merge of #102232 - Urgau:stabilize-bench_black_box, r=TaKO8Ki | Yuki Okushi | -1/+1 |
| 2022-09-27 | Migrate more diagnostics in rustc_parse to diagnostic structs | Xiretza | -2/+2 |
| 2022-09-27 | Stabilize bench_black_box | Urgau | -1/+1 |
| 2022-09-27 | Update tests. | Mara Bos | -6/+4 |
| 2022-09-26 | address review | b-naber | -9/+9 |
| 2022-09-24 | Auto merge of #102068 - cjgillot:erased-lifetime-print, r=eholk | bors | -2/+2 |
| 2022-09-23 | Always print '_, even for erased lifetimes. | Camille GILLOT | -2/+2 |