| Age | Commit message (Expand) | Author | Lines |
| 2023-05-30 | coinductive cycle leak check test | lcnr | -0/+33 |
| 2023-05-30 | directory size limit :< | lcnr | -2/+2 |
| 2023-05-30 | add the leak check to the new solver | lcnr | -0/+24 |
| 2023-05-30 | update revision names | lcnr | -5/+5 |
| 2023-05-30 | add FIXME to a test which seems wrong. | lcnr | -0/+2 |
| 2023-05-30 | remove unused revision | lcnr | -17/+1 |
| 2023-05-30 | coherence: don't add hidden types for opaques | lcnr | -0/+37 |
| 2023-05-30 | Auto merge of #112083 - scottmcm:simpler-range-next, r=thomcc | bors | -32/+128 |
| 2023-05-29 | Make `TrustedStep` require `Copy` | Scott McMurray | -32/+128 |
| 2023-05-29 | Rollup merge of #112063 - WaffleLapkin:test_incremental_ice, r=cjgillot | Matthias Krüger | -0/+137 |
| 2023-05-29 | Rollup merge of #112057 - MU001999:fix/self-sugg, r=compiler-errors | Matthias Krüger | -1/+23 |
| 2023-05-29 | Rollup merge of #112022 - compiler-errors:coercion-check-deep, r=lcnr | Matthias Krüger | -0/+2 |
| 2023-05-29 | Rollup merge of #111988 - BoxyUwU:make_tykind_debug_good, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-05-29 | Rollup merge of #111558 - c410-f3r:t3st3ss, r=WaffleLapkin | Matthias Krüger | -0/+0 |
| 2023-05-29 | Address comment | Caio | -0/+0 |
| 2023-05-29 | Add a test for issue 110457 | Maybe Waffle | -0/+137 |
| 2023-05-29 | Auto merge of #111748 - nnethercote:Cow-DiagnosticMessage, r=WaffleLapkin | bors | -1/+1 |
| 2023-05-29 | Determine `self_ty` with expected `ty` | mu001999 | -1/+23 |
| 2023-05-29 | Auto merge of #112055 - matthiaskrgr:rollup-y3exx8c, r=matthiaskrgr | bors | -6/+68 |
| 2023-05-29 | Rollup merge of #112042 - GuillaumeGomez:migrate-gui-test-color-8, r=notriddle | Matthias Krüger | -6/+6 |
| 2023-05-29 | Rollup merge of #112029 - jieyouxu:typo-const-in-const-param-def, r=cjgillot | Matthias Krüger | -0/+62 |
| 2023-05-29 | Auto merge of #111963 - nnethercote:inline-derived-hash, r=lqd | bors | -0/+15 |
| 2023-05-29 | Use `Cow` in `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -1/+1 |
| 2023-05-28 | Auto merge of #111813 - scottmcm:pretty-mir, r=cjgillot | bors | -756/+754 |
| 2023-05-28 | Migrate GUI colors test to original CSS color format | Guillaume Gomez | -6/+6 |
| 2023-05-28 | Auto merge of #112026 - saethlin:misaligned-addrof, r=pnkfelix | bors | -0/+15 |
| 2023-05-28 | Auto merge of #112001 - saethlin:enable-matchbranchsimplification, r=cjgillot | bors | -5/+42 |
| 2023-05-28 | Recover upon encountering mistyped `Const` in const param def | 许杰友 Jieyou Xu (Joe) | -0/+62 |
| 2023-05-28 | Auto merge of #112000 - wesleywiser:safestack, r=Amanieu | bors | -0/+11 |
| 2023-05-28 | Auto merge of #111378 - jieyouxu:local-shadows-glob-reexport, r=petrochenkov | bors | -3/+87 |
| 2023-05-27 | Add a test for misaligned pointer derefs inside addr_of! | Ben Kimock | -0/+15 |
| 2023-05-27 | Rollup merge of #111181 - bvanjoi:fix-issue-111148, r=davidtwco | Matthias Krüger | -0/+10 |
| 2023-05-27 | Try enabling MatchBranchSimplification | Ben Kimock | -5/+42 |
| 2023-05-27 | Check nested obligations during coercion unify | Michael Goulet | -0/+2 |
| 2023-05-27 | Auto merge of #110975 - Amanieu:panic_count, r=joshtriplett | bors | -1/+29 |
| 2023-05-27 | Rework handling of recursive panics | Amanieu d'Antras | -1/+29 |
| 2023-05-27 | Rollup merge of #112014 - notriddle:notriddle/intra-doc-weird-syntax, r=Guill... | Guillaume Gomez | -3/+416 |
| 2023-05-27 | Rollup merge of #111997 - GuillaumeGomez:re-export-doc-hidden-macros, r=notri... | Guillaume Gomez | -3/+44 |
| 2023-05-27 | Rollup merge of #111952 - cjgillot:drop-replace, r=WaffleLapkin | Guillaume Gomez | -17/+11 |
| 2023-05-27 | Add warn-by-default lint for local binding shadowing exported glob re-export ... | 许杰友 Jieyou Xu (Joe) | -3/+87 |
| 2023-05-27 | Auto merge of #111928 - c410-f3r:dqewdas, r=eholk | bors | -80/+17 |
| 2023-05-27 | Auto merge of #111348 - ozkanonur:remove-hardcoded-rustdoc-flags, r=albertlar... | bors | -4/+7 |
| 2023-05-26 | rustdoc: get unnormalized link destination for suggestions | Michael Howell | -3/+416 |
| 2023-05-27 | Auto merge of #111245 - fee1-dead-contrib:temp-fix-tuple-struct-field, r=lcnr | bors | -0/+109 |
| 2023-05-27 | Correctly handle multiple re-exports of bang macros at the same level | Guillaume Gomez | -1/+43 |
| 2023-05-27 | Rollup merge of #111991 - BoxyUwU:change_error_term_display, r=compiler-errors | Matthias Krüger | -7/+7 |
| 2023-05-27 | Rollup merge of #111954 - asquared31415:unknown_ptr_type_error, r=compiler-er... | Matthias Krüger | -2/+57 |
| 2023-05-27 | Rollup merge of #111714 - cjgillot:lint-expect-confusion, r=wesleywiser | Matthias Krüger | -0/+7 |
| 2023-05-26 | Add SafeStack support to rustc | Wesley Wiser | -0/+11 |
| 2023-05-26 | better `TyKind::Debug` | Boxy | -1/+1 |