| Age | Commit message (Expand) | Author | Lines |
| 2023-04-09 | Rollup merge of #108843 - compiler-errors:non_lifetime_binders-method-probe, ... | Matthias Krüger | -9/+18 |
| 2023-04-09 | Auto merge of #109500 - petrochenkov:modchainld, r=oli-obk | bors | -18/+59 |
| 2023-04-09 | Auto merge of #110041 - fmease:diag-sugg-adding-const-param, r=compiler-errors | bors | -7/+12 |
| 2023-04-09 | Auto merge of #109173 - flba-eb:add-i586-qnx70-target, r=compiler-errors | bors | -1/+27 |
| 2023-04-09 | Auto merge of #110101 - JohnTitor:rollup-ol20aw7, r=JohnTitor | bors | -13/+16 |
| 2023-04-09 | Rollup merge of #110096 - compiler-errors:tweak-tuple-idx-msg, r=Nilstrieb | Yuki Okushi | -13/+16 |
| 2023-04-09 | Auto merge of #109413 - compiler-errors:pointer-like-abi, r=cjgillot | bors | -10/+18 |
| 2023-04-09 | Auto merge of #110031 - compiler-errors:generic-elaboration, r=b-naber | bors | -163/+162 |
| 2023-04-08 | Tweak tuple indexing suggestion | Michael Goulet | -13/+16 |
| 2023-04-08 | Enforce that PointerLike requires a pointer-like ABI | Michael Goulet | -10/+18 |
| 2023-04-08 | Auto merge of #106281 - JulianKnodt:transmute_const_generics, r=b-naber | bors | -0/+105 |
| 2023-04-08 | Auto merge of #109862 - klensy:llvm-dd, r=nikic | bors | -136/+65 |
| 2023-04-08 | Auto merge of #110069 - ndrewxie:issue-104212-fix, r=cjgillot | bors | -15/+9 |
| 2023-04-08 | rustc_middle: Remove `Option` from `module_reexports` query | Vadim Petrochenkov | -14/+10 |
| 2023-04-08 | resolve: Preserve reexport chains in `ModChild`ren | Vadim Petrochenkov | -4/+49 |
| 2023-04-08 | fixup: use Bool instead of bool | klensy | -3/+11 |
| 2023-04-08 | Auto merge of #110043 - ickk:fix_infer_message, r=eholk | bors | -2/+2 |
| 2023-04-08 | Auto merge of #109971 - WaffleLapkin:yeet_ownership, r=Nilstrieb | bors | -2012/+227 |
| 2023-04-07 | Switched provisional evaluation cache map to FxIndexMap, and replaced map.dra... | Andrew Xie | -15/+9 |
| 2023-04-07 | Auto merge of #109788 - compiler-errors:trait-item-from-non-trait, r=petroche... | bors | -2/+30 |
| 2023-04-07 | Add feature gate | kadmin | -8/+13 |
| 2023-04-07 | Auto merge of #110036 - jackh726:placeholder_boundvar, r=nnethercote | bors | -184/+188 |
| 2023-04-07 | Add a size assertion for `RegionKind`. | Nicholas Nethercote | -4/+11 |
| 2023-04-07 | Auto merge of #102906 - nbdd0121:mir, r=wesleywiser,tmiasko | bors | -513/+676 |
| 2023-04-07 | Mark `OwnedSlice::{deref, borrow}` as `#[inline]` | Maybe Waffle | -0/+2 |
| 2023-04-07 | Auto merge of #110019 - jplatte:jplatte/stabilize-is-some-and, r=Amanieu | bors | -3/+0 |
| 2023-04-07 | fix infer_source_kind_subdiag_let help message - remove double "the" | ickk | -2/+2 |
| 2023-04-07 | suggest adding const param | León Orell Valerian Liehr | -7/+12 |
| 2023-04-07 | Use smart-resolve when checking for trait in RHS of UFCS | Michael Goulet | -2/+30 |
| 2023-04-07 | Auto merge of #109663 - fee1-dead-contrib:rustc_macros-syn-2.0, r=Nilstrieb | bors | -347/+290 |
| 2023-04-06 | Remove u32 on BoundTyKind::Anon | Jack Huey | -23/+17 |
| 2023-04-06 | Remove index from BrAnon | Jack Huey | -72/+52 |
| 2023-04-06 | Don't use BrAnon index in diagnostics | Jack Huey | -5/+4 |
| 2023-04-06 | Remove expect_anon and expect_anon_placeholder in favor of var | Jack Huey | -34/+12 |
| 2023-04-06 | Use BoundTy and BoundRegion instead of kind of PlaceholderTy and PlaceholderR... | Jack Huey | -75/+121 |
| 2023-04-06 | Get rid of elaborate_trait_ref{s} too | Michael Goulet | -23/+14 |
| 2023-04-06 | Make elaborator generic | Michael Goulet | -154/+162 |
| 2023-04-07 | Rollup merge of #110022 - Ezrashaw:fix-parser-ident-regression, r=compiler-er... | Matthias Krüger | -2/+2 |
| 2023-04-07 | Rollup merge of #110013 - compiler-errors:non-exhaustive-privacy-reason, r=Wa... | Matthias Krüger | -1/+19 |
| 2023-04-07 | Rollup merge of #109957 - fmease:fix-109905, r=petrochenkov | Matthias Krüger | -1/+4 |
| 2023-04-06 | UnwindAction::Terminate edge is also critical edge | Gary Guo | -1/+2 |
| 2023-04-06 | Stabilize is_some_and | Jonas Platte | -3/+0 |
| 2023-04-07 | fix: fix regression in #109203 | Ezra Shaw | -2/+2 |
| 2023-04-06 | Auto merge of #110012 - matthiaskrgr:rollup-sgmm5xv, r=matthiaskrgr | bors | -87/+123 |
| 2023-04-06 | Support multithreaded mode in `OwnedSlice` tests | Maybe Waffle | -8/+14 |
| 2023-04-06 | Add basic tests for `OwnedSlice` | Maybe Waffle | -0/+71 |
| 2023-04-06 | Use `FnOnce` for `slice_owned` instead of `Fn` | Maybe Waffle | -3/+3 |
| 2023-04-06 | Make span a bit better | Michael Goulet | -1/+13 |
| 2023-04-06 | Label non_exhaustive on privacy errors | Michael Goulet | -1/+7 |
| 2023-04-06 | Rollup merge of #109984 - scottmcm:less-float, r=Nilstrieb | Matthias Krüger | -76/+14 |