about summary refs log tree commit diff
path: root/compiler/rustc_middle
AgeCommit message (Expand)AuthorLines
2023-01-30Hide lifetimes of `impl Trait` in force trimmed pathsEsteban Küber-3/+5
2023-01-30Do not mention lifetime names in force trimmed pathsEsteban Küber-0/+4
2023-01-30Don't show `for<'lt>` in force trimmed pathsEsteban Küber-3/+8
2023-01-30review commentsEsteban Küber-36/+43
2023-01-30Modify primary span label for E0308Esteban Küber-124/+67
2023-01-30Rollup merge of #107455 - tshepang:better-name, r=wesleywiserMatthias Krüger-3/+6
2023-01-30Use `Mutability::{is_mut, is_not}`Maybe Waffle-7/+3
2023-01-30Replace enum `==`s with `match`es where it makes senseMaybe Waffle-1/+4
2023-01-30Auto merge of #107463 - Dylan-DPC:rollup-6mq1li8, r=Dylan-DPCbors-0/+9
2023-01-30Rollup merge of #107146 - compiler-errors:unsizing-params, r=cjgillotDylan DPC-0/+9
2023-01-30Auto merge of #104429 - nnethercote:more-deriving-on-packed-structs, r=RalfJungbors-9/+0
2023-01-30use a more descriptive nameTshepang Mbambo-3/+6
2023-01-30Allow more deriving on packed structs.Nicholas Nethercote-9/+0
2023-01-29Rollup merge of #107006 - b-naber:thir-tree, r=jackh726Matthias Krüger-0/+889
2023-01-29Auto merge of #106253 - nbdd0121:upcast, r=compiler-errorsbors-4/+3
2023-01-29Auto merge of #106227 - bryangarza:ctfe-limit, r=oli-obkbors-1/+16
2023-01-28Make unsizing_params_for_adt into a queryMichael Goulet-0/+9
2023-01-28Auto merge of #107303 - compiler-errors:intern-canonical-var-values, r=lcnrbors-45/+43
2023-01-28Auto merge of #107206 - cjgillot:no-h2l-map, r=WaffleLapkinbors-48/+32
2023-01-28Rename `is_object_safe` to `check_is_object_safe` to hint side effectsGary Guo-2/+2
2023-01-28Make `is_object_safe` a query and move lint_object_unsafe_trait call thereGary Guo-4/+3
2023-01-28Rollup merge of #107384 - Nilstrieb:bool-for-deletion, r=oli-obkMatthias Krüger-13/+0
2023-01-28Remove `HirId -> LocalDefId` map from HIR.Camille GILLOT-48/+32
2023-01-28Rollup merge of #107339 - aliemjay:covariant, r=lcnrMatthias Krüger-12/+2
2023-01-27Restrict amount of ignored locals.Camille GILLOT-3/+5
2023-01-27address reviewb-naber-10/+10
2023-01-27Compute generator saved locals on MIR.Camille GILLOT-2/+83
2023-01-27Remove unused importnils-1/+0
2023-01-27Remove `BOOL_TY_FOR_UNIT_TESTING`Nilstrieb-12/+0
2023-01-27Separate witness type computation from the generator transform.Camille GILLOT-0/+8
2023-01-27Remember where a type was kept in MIR.Camille GILLOT-4/+13
2023-01-27Introduce GeneratorWitnessMIR.Camille GILLOT-53/+132
2023-01-27Impl HashStable/Encodable/Decodable for ObligationCause.Camille GILLOT-13/+51
2023-01-26add EarlyBinder::no_bound_varsKyle Matsuda-0/+5
2023-01-26change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB...Kyle Matsuda-13/+6
2023-01-26replace usages of fn_sig query with bound_fn_sigKyle Matsuda-3/+6
2023-01-27internally change regions to be covariantAli MJ Al-Nasrawy-12/+2
2023-01-26previous thir unpretty output through thir-flatb-naber-0/+7
2023-01-26Make make_identity take CanonicalVarInfosMichael Goulet-27/+25
2023-01-26Intern CanonicalVarValuesMichael Goulet-31/+31
2023-01-26Auto merge of #106812 - oli-obk:output_filenames, r=petrochenkovbors-1/+2
2023-01-26Rollup merge of #107150 - Nilstrieb:thread-local-cleanups, r=cjgillotMatthias Krüger-178/+190
2023-01-26output tree representation for thir-treeb-naber-3/+885
2023-01-26Auto merge of #107318 - matthiaskrgr:rollup-776kd81, r=matthiaskrgrbors-644/+14
2023-01-26Rollup merge of #107304 - Nilstrieb:ᐸTy as PartialEqᐳ::eq becau...Matthias Krüger-644/+14
2023-01-26Auto merge of #107314 - matthiaskrgr:rollup-j40lnlj, r=matthiaskrgrbors-113/+122
2023-01-26Rollup merge of #107248 - erikdesjardins:addrspace, r=oli-obkMatthias Krüger-113/+122
2023-01-26Auto merge of #105582 - saethlin:instcombine-assert-inhabited, r=cjgillotbors-4/+11
2023-01-25Rollup merge of #105345 - yanchen4791:issue-103582-fix, r=jackh726Matthias Krüger-0/+24
2023-01-25Use `can_eq` to compare types for default assoc type errorNilstrieb-11/+8