about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-04-09Rollup merge of #108843 - compiler-errors:non_lifetime_binders-method-probe, ...Matthias Krüger-9/+18
2023-04-09Auto merge of #109500 - petrochenkov:modchainld, r=oli-obkbors-18/+59
2023-04-09Auto merge of #110041 - fmease:diag-sugg-adding-const-param, r=compiler-errorsbors-7/+12
2023-04-09Auto merge of #109173 - flba-eb:add-i586-qnx70-target, r=compiler-errorsbors-1/+27
2023-04-09Auto merge of #110101 - JohnTitor:rollup-ol20aw7, r=JohnTitorbors-13/+16
2023-04-09Rollup merge of #110096 - compiler-errors:tweak-tuple-idx-msg, r=NilstriebYuki Okushi-13/+16
2023-04-09Auto merge of #109413 - compiler-errors:pointer-like-abi, r=cjgillotbors-10/+18
2023-04-09Auto merge of #110031 - compiler-errors:generic-elaboration, r=b-naberbors-163/+162
2023-04-08Tweak tuple indexing suggestionMichael Goulet-13/+16
2023-04-08Enforce that PointerLike requires a pointer-like ABIMichael Goulet-10/+18
2023-04-08Auto merge of #106281 - JulianKnodt:transmute_const_generics, r=b-naberbors-0/+105
2023-04-08Auto merge of #109862 - klensy:llvm-dd, r=nikicbors-136/+65
2023-04-08Auto merge of #110069 - ndrewxie:issue-104212-fix, r=cjgillotbors-15/+9
2023-04-08rustc_middle: Remove `Option` from `module_reexports` queryVadim Petrochenkov-14/+10
2023-04-08resolve: Preserve reexport chains in `ModChild`renVadim Petrochenkov-4/+49
2023-04-08fixup: use Bool instead of boolklensy-3/+11
2023-04-08Auto merge of #110043 - ickk:fix_infer_message, r=eholkbors-2/+2
2023-04-08Auto merge of #109971 - WaffleLapkin:yeet_ownership, r=Nilstriebbors-2012/+227
2023-04-07Switched provisional evaluation cache map to FxIndexMap, and replaced map.dra...Andrew Xie-15/+9
2023-04-07Auto merge of #109788 - compiler-errors:trait-item-from-non-trait, r=petroche...bors-2/+30
2023-04-07Add feature gatekadmin-8/+13
2023-04-07Auto merge of #110036 - jackh726:placeholder_boundvar, r=nnethercotebors-184/+188
2023-04-07Add a size assertion for `RegionKind`.Nicholas Nethercote-4/+11
2023-04-07Auto merge of #102906 - nbdd0121:mir, r=wesleywiser,tmiaskobors-513/+676
2023-04-07Mark `OwnedSlice::{deref, borrow}` as `#[inline]`Maybe Waffle-0/+2
2023-04-07Auto merge of #110019 - jplatte:jplatte/stabilize-is-some-and, r=Amanieubors-3/+0
2023-04-07fix infer_source_kind_subdiag_let help message - remove double "the"ickk-2/+2
2023-04-07suggest adding const paramLeón Orell Valerian Liehr-7/+12
2023-04-07Use smart-resolve when checking for trait in RHS of UFCSMichael Goulet-2/+30
2023-04-07Auto merge of #109663 - fee1-dead-contrib:rustc_macros-syn-2.0, r=Nilstriebbors-347/+290
2023-04-06Remove u32 on BoundTyKind::AnonJack Huey-23/+17
2023-04-06Remove index from BrAnonJack Huey-72/+52
2023-04-06Don't use BrAnon index in diagnosticsJack Huey-5/+4
2023-04-06Remove expect_anon and expect_anon_placeholder in favor of varJack Huey-34/+12
2023-04-06Use BoundTy and BoundRegion instead of kind of PlaceholderTy and PlaceholderR...Jack Huey-75/+121
2023-04-06Get rid of elaborate_trait_ref{s} tooMichael Goulet-23/+14
2023-04-06Make elaborator genericMichael Goulet-154/+162
2023-04-07Rollup merge of #110022 - Ezrashaw:fix-parser-ident-regression, r=compiler-er...Matthias Krüger-2/+2
2023-04-07Rollup merge of #110013 - compiler-errors:non-exhaustive-privacy-reason, r=Wa...Matthias Krüger-1/+19
2023-04-07Rollup merge of #109957 - fmease:fix-109905, r=petrochenkovMatthias Krüger-1/+4
2023-04-06UnwindAction::Terminate edge is also critical edgeGary Guo-1/+2
2023-04-06Stabilize is_some_andJonas Platte-3/+0
2023-04-07fix: fix regression in #109203Ezra Shaw-2/+2
2023-04-06Auto merge of #110012 - matthiaskrgr:rollup-sgmm5xv, r=matthiaskrgrbors-87/+123
2023-04-06Support multithreaded mode in `OwnedSlice` testsMaybe Waffle-8/+14
2023-04-06Add basic tests for `OwnedSlice`Maybe Waffle-0/+71
2023-04-06Use `FnOnce` for `slice_owned` instead of `Fn`Maybe Waffle-3/+3
2023-04-06Make span a bit betterMichael Goulet-1/+13
2023-04-06Label non_exhaustive on privacy errorsMichael Goulet-1/+7
2023-04-06Rollup merge of #109984 - scottmcm:less-float, r=NilstriebMatthias Krüger-76/+14