about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-03-09normalization change and rebaseb-naber-2/+13
2022-03-09treat all mir::Constant values as ConstantKind::Valb-naber-10/+56
2022-03-09Rollup merge of #94686 - ChayimFriedman2:issue-94629, r=jackh726Dylan DPC-1/+1
2022-03-09Rollup merge of #94312 - pierwill:fix-94311-lattice-docs, r=jackh726Dylan DPC-12/+20
2022-03-08Auto merge of #94751 - Dylan-DPC:rollup-zr7viw0, r=Dylan-DPCbors-40/+44
2022-03-08Rollup merge of #94689 - compiler-errors:on-unimplemented-substs, r=petrochenkovDylan DPC-40/+44
2022-03-08Auto merge of #94702 - b-naber:static-refs-mir, r=lcnrbors-21/+30
2022-03-08mention ignored fields of ExprKind::StaticRefb-naber-1/+1
2022-03-08Rollup merge of #94708 - notriddle:notriddle/cargo-toml-warning, r=lcnrMatthias Krüger-9/+18
2022-03-08Rollup merge of #94586 - sunfishcode:sunfishcode/io-lifetimes-tests, r=davidtwcoMatthias Krüger-4/+6
2022-03-08Rollup merge of #94580 - xFrednet:55112-only-reason-in-lint-attr, r=lcnrMatthias Krüger-32/+52
2022-03-08Rollup merge of #91993 - estebank:match-span-suggestion, r=oli-obkMatthias Krüger-20/+123
2022-03-08treat literals in ExprKind::StaticRef as mir::ConstantKind::Valb-naber-21/+30
2022-03-08Auto merge of #90887 - jackh726:issue-90729, r=nikomatsakisbors-10/+97
2022-03-08Change wording of suggestion to add missing `match` armEsteban Kuber-5/+24
2022-03-08Point at uncovered variants in enum definition in `note` instead of a `span_l...Esteban Kuber-7/+19
2022-03-08When finding a match expr with multiple arms that requires more, suggest itEsteban Kuber-0/+15
2022-03-08When finding a match expr with a single arm that requires more, suggest itEsteban Kuber-0/+15
2022-03-08When encountering a match expr with no arms, suggest itEsteban Kuber-12/+54
2022-03-07Auto merge of #94709 - martingms:link-to-chunked-opt-pr, r=nnethercotebors-4/+8
2022-03-07Try to normalize associated types before processing obligationsJack Huey-10/+97
2022-03-07Add comment linking to closed PR for future optimizersMartin Gammelsæter-4/+8
2022-03-07Auto merge of #94706 - matthiaskrgr:rollup-l5erynr, r=matthiaskrgrbors-269/+9
2022-03-07diagnostics: only talk about `Cargo.toml` if running under CargoMichael Howell-9/+18
2022-03-07Bump stabilization version to 1.61.0Eric Holk-3/+3
2022-03-07Stabilize const_impl_trait as wellEric Holk-24/+2
2022-03-07Remove dead/useless codeEric Holk-58/+0
2022-03-07Update tests after feature stabilizationEric Holk-59/+0
2022-03-07Stabilize const_fn_fn_ptr_basics and const_fn_trait_boundEric Holk-129/+8
2022-03-07Do not allow `#[rustc_legacy_const_generics]` on methodsChayim Refael Friedman-1/+1
2022-03-07Auto merge of #94690 - nnethercote:clarify-Layout-interning, r=fee1-deadbors-81/+171
2022-03-07Rollup merge of #94688 - compiler-errors:free-regions-in-copy-predicate-check...Matthias Krüger-2/+10
2022-03-07Rollup merge of #94685 - RalfJung:saturating, r=oli-obkMatthias Krüger-39/+45
2022-03-07Rollup merge of #94614 - pierwill:localexpnid-noord, r=lcnrMatthias Krüger-0/+7
2022-03-07Rollup merge of #94681 - RalfJung:miri-cast, r=oli-obkMatthias Krüger-8/+13
2022-03-07Rollup merge of #94676 - TaKO8Ki:remove-unnecessary-pattens-for-ignoring-rema...Matthias Krüger-10/+6
2022-03-07Rollup merge of #94636 - compiler-errors:issue-94599, r=davidtwcoMatthias Krüger-10/+12
2022-03-06allow referencing impl substs from rustc_on_unimplementedMichael Goulet-28/+31
2022-03-06use impl substs in on_unimplementedMichael Goulet-12/+13
2022-03-07Clarify `Layout` interning.Nicholas Nethercote-81/+171
2022-03-07Auto merge of #94638 - erikdesjardins:noextranull, r=nagisabors-46/+26
2022-03-06Erase regions when checking for missing Copy predicatesMichael Goulet-2/+10
2022-03-06use singed_int_max/min helper methodsRalf Jung-7/+4
2022-03-06move saturating_add/sub into (pub) helper methodRalf Jung-39/+48
2022-03-06Auto merge of #94597 - nnethercote:ConstAllocation, r=fee1-deadbors-116/+163
2022-03-07Introduce `ConstAllocation`.Nicholas Nethercote-116/+163
2022-03-06Auto merge of #94679 - matthiaskrgr:rollup-9vd7w6a, r=matthiaskrgrbors-4/+16
2022-03-06CTFE engine: expose misc_cast to MiriRalf Jung-8/+13
2022-03-06Rollup merge of #94672 - joedeandev:master, r=Dylan-DPCMatthias Krüger-1/+1
2022-03-06Rollup merge of #94659 - RalfJung:signed-shift, r=oli-obkMatthias Krüger-3/+15