| Age | Commit message (Expand) | Author | Lines |
| 2022-10-14 | Auto merge of #102529 - colinba:master, r=joshtriplett | bors | -4/+39 |
| 2022-10-14 | Rollup merge of #103031 - est31:match_guard_irrefutable_let, r=oli-obk | Dylan DPC | -5/+13 |
| 2022-10-14 | Rollup merge of #103018 - Rageking8:more-dupe-word-typos, r=TaKO8Ki | Dylan DPC | -46/+44 |
| 2022-10-14 | Rollup merge of #103015 - whentojump:patch, r=compiler-errors | Dylan DPC | -1/+1 |
| 2022-10-14 | Rollup merge of #102856 - cjgillot:impl-single-check, r=petrochenkov | Dylan DPC | -45/+36 |
| 2022-10-14 | Auto merge of #102695 - compiler-errors:int-and-float-trivial-copy, r=lcnr | bors | -1/+8 |
| 2022-10-14 | float and int vars are trivially copy | Michael Goulet | -1/+8 |
| 2022-10-14 | more dupe word typos | Rageking8 | -46/+44 |
| 2022-10-14 | Auto merge of #102684 - JhonnyBillM:delete-target-data-layout-errors-wrapper,... | bors | -223/+229 |
| 2022-10-14 | Auto merge of #103026 - matthiaskrgr:rollup-gfmlfkt, r=matthiaskrgr | bors | -9/+59 |
| 2022-10-14 | Suppress irrefutable let patterns lint for prefixes in match guards | est31 | -5/+13 |
| 2022-10-14 | Rollup merge of #103021 - GuillaumeGomez:constraint-pages, r=Amanieu | Matthias Krüger | -0/+4 |
| 2022-10-14 | Rollup merge of #103016 - nbdd0121:enum, r=pnkfelix | Matthias Krüger | -2/+2 |
| 2022-10-14 | Rollup merge of #103008 - aliemjay:opaque-parent-substs, r=oli-obk | Matthias Krüger | -5/+15 |
| 2022-10-14 | Rollup merge of #103000 - wesleywiser:suggest_libname, r=compiler-errors | Matthias Krüger | -2/+38 |
| 2022-10-13 | Auto merge of #102700 - oli-obk:0xDEAD_TAIT, r=compiler-errors | bors | -312/+333 |
| 2022-10-13 | Add links to relevant pages to find constraint information | Guillaume Gomez | -0/+4 |
| 2022-10-13 | Report duplicate definition in impls with overlap check. | Camille GILLOT | -45/+36 |
| 2022-10-14 | fix a typo | wtj | -1/+1 |
| 2022-10-13 | replace ReErased with fresh region vars in opaque types | Ali MJ Al-Nasrawy | -5/+15 |
| 2022-10-13 | Ensure enum cast moves | Gary Guo | -2/+2 |
| 2022-10-13 | Rollup merge of #102999 - compiler-errors:issue-102985, r=fee1-dead | Dylan DPC | -3/+1 |
| 2022-10-13 | Rollup merge of #102956 - TaKO8Ki:fix-102946, r=fee1-dead | Dylan DPC | -1/+1 |
| 2022-10-13 | Rollup merge of #102947 - compiler-errors:sort-elaborated-existentials, r=cjg... | Dylan DPC | -11/+18 |
| 2022-10-13 | Rollup merge of #102904 - compiler-errors:rpitit-verbosely, r=cjgillot | Dylan DPC | -1/+3 |
| 2022-10-13 | Rollup merge of #102765 - TaKO8Ki:follow-up-to-102708, r=compiler-errors | Dylan DPC | -0/+12 |
| 2022-10-13 | Add suggestion to the "missing native library" error | Wesley Wiser | -2/+38 |
| 2022-10-13 | Delay intrinsic call until after we've determined the callee is a function | Michael Goulet | -3/+1 |
| 2022-10-13 | Print RPITIT verbosely if -Zverbose | Michael Goulet | -1/+3 |
| 2022-10-13 | Sort elaborated existential predicates in object_ty_for_trait | Michael Goulet | -11/+18 |
| 2022-10-13 | Rollup merge of #102974 - Rageking8:fix-small-word-dupe-typos, r=JohnTitor | Yuki Okushi | -3/+3 |
| 2022-10-13 | Rollup merge of #102836 - petrochenkov:jsonspec, r=eholk | Yuki Okushi | -5/+9 |
| 2022-10-13 | Rollup merge of #102641 - eholk:dyn-star-box, r=compiler-errors | Yuki Okushi | -0/+9 |
| 2022-10-12 | Add a fixme | Eric Holk | -0/+3 |
| 2022-10-12 | Auto merge of #101679 - compiler-errors:rpitit-default-body, r=nikomatsakis | bors | -31/+95 |
| 2022-10-12 | UPDATE - Move IntoDiagnosticArg implementations to diagnostic_impls file | Jhonny Bill Mena | -152/+160 |
| 2022-10-12 | ADD - IntoDiagnostic conformance for TargetDataLayoutErrors in rustc_errors | Jhonny Bill Mena | -72/+70 |
| 2022-10-12 | Auto merge of #102975 - Dylan-DPC:rollup-vzuwsh2, r=Dylan-DPC | bors | -412/+615 |
| 2022-10-13 | fix small word dupe typos | Rageking8 | -3/+3 |
| 2022-10-12 | Rollup merge of #102927 - compiler-errors:let, r=davidtwco | Dylan DPC | -6/+11 |
| 2022-10-12 | Rollup merge of #102883 - Urgau:fix-stabilization-half_open_range_patterns, r... | Dylan DPC | -2/+0 |
| 2022-10-12 | Rollup merge of #102830 - compiler-errors:constness-parity, r=fee1-dead | Dylan DPC | -99/+98 |
| 2022-10-12 | Rollup merge of #102719 - Nilstrieb:tidy-alphabetical, r=jackh726 | Dylan DPC | -81/+96 |
| 2022-10-12 | Rollup merge of #102623 - davidtwco:translation-eager, r=compiler-errors | Dylan DPC | -224/+410 |
| 2022-10-12 | Auto merge of #102732 - RalfJung:assert_unsafe_precondition2, r=bjorn3 | bors | -10/+3 |
| 2022-10-12 | Use `tidy-alphabetical` in the compiler | Nilstrieb | -81/+96 |
| 2022-10-12 | fix #102946 | Takayuki Maeda | -1/+1 |
| 2022-10-12 | Auto merge of #102948 - Dylan-DPC:rollup-j8h74rb, r=Dylan-DPC | bors | -823/+1847 |
| 2022-10-12 | Rollup merge of #102913 - SparrowLii:import-candidate, r=compiler-errors | Dylan DPC | -35/+33 |
| 2022-10-12 | Rollup merge of #102890 - camsteffen:adt-sized-representability, r=cjgillot | Dylan DPC | -34/+14 |