about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-12-03Use correct `hir_id` for array const arg infersBoxy-5/+10
2024-12-02Auto merge of #133760 - GuillaumeGomez:rollup-2c1y8c3, r=GuillaumeGomezbors-266/+274
2024-12-02Rollup merge of #133757 - jyn514:error-handler, r=compiler-errorsGuillaume Gomez-0/+6
2024-12-02Rollup merge of #133751 - lcnr:no-trait-solving-on-type, r=compiler-errorsGuillaume Gomez-36/+36
2024-12-02Rollup merge of #133749 - lcnr:validator-mir_phase, r=compiler-errorsGuillaume Gomez-57/+34
2024-12-02Rollup merge of #133603 - dtolnay:precedence, r=lcnrGuillaume Gomez-173/+198
2024-12-02Auto merge of #133626 - lcnr:fix-diesel, r=BoxyUwUbors-6/+11
2024-12-02`impl Default for EarlyDiagCtxt`jyn-0/+6
2024-12-02remove `Ty::is_copy_modulo_regions`lcnr-25/+32
2024-12-02remove outdated commentlcnr-11/+4
2024-12-02mir validator: don't store mir phaselcnr-57/+34
2024-12-02Auto merge of #133728 - jhpratt:rollup-k1i60pg, r=jhprattbors-119/+59
2024-12-02Auto merge of #133566 - lcnr:fast-reject-perf, r=compiler-errorsbors-17/+53
2024-12-01Rollup merge of #133589 - voidc:remove-array-len, r=boxyuwuJacob Pratt-119/+59
2024-12-01Rollup merge of #133446 - Zalathar:querify, r=cjgillotJacob Pratt-105/+106
2024-12-01Rollup merge of #133691 - compiler-errors:let-source, r=lqdMatthias Krüger-1/+2
2024-12-01Rollup merge of #133482 - compiler-errors:raw-lt-tick, r=estebankMatthias Krüger-13/+22
2024-12-01Rollup merge of #133403 - compiler-errors:adjust-host-effect-preds, r=fee1-de...Matthias Krüger-71/+192
2024-12-01Rollup merge of #132974 - madsmtm:linker-arguments-with-commas, r=petrochenkovMatthias Krüger-61/+82
2024-12-01Auto merge of #133694 - matthiaskrgr:rollup-s6xj4rf, r=matthiaskrgrbors-49/+136
2024-12-01Rollup merge of #133689 - HomelikeBrick42:master, r=jieyouxuMatthias Krüger-3/+3
2024-12-01Rollup merge of #133686 - samueltardieu:push-xkxwxzxqokuu, r=compiler-errorsMatthias Krüger-0/+1
2024-12-01Rollup merge of #133660 - compiler-errors:trait-obj-missing-assoc, r=lcnrMatthias Krüger-11/+20
2024-12-01Rollup merge of #132047 - compiler-errors:rbv-rtn-cleanup, r=cjgillotMatthias Krüger-35/+112
2024-12-01Only error raw lifetime followed by \' in edition 2021+Michael Goulet-2/+21
2024-12-01Revert "Reject raw lifetime followed by \' as well"Michael Goulet-11/+1
2024-12-01Pull out expr handlingMichael Goulet-93/+97
2024-12-01Adjust HostEffect error spans correctly to point at argsMichael Goulet-21/+119
2024-12-01Disentangle hir node match logic in adjust_fulfillment_errorsMichael Goulet-46/+65
2024-12-01Auto merge of #133499 - nikic:no-backend-verify, r=Mark-Simulacrumbors-3/+8
2024-12-01Check let source before suggesting annotationMichael Goulet-1/+2
2024-12-01Auto merge of #133365 - compiler-errors:compare-impl-item, r=lcnrbors-58/+70
2024-11-30Eliminate magic numbers from expression precedenceDavid Tolnay-113/+138
2024-11-30Eliminate precedence arithmetic from rustc_parseDavid Tolnay-17/+26
2024-11-30Eliminate PREC_FORCE_PARENDavid Tolnay-9/+8
2024-11-30Eliminate precedence arithmetic from rustc_hir_prettyDavid Tolnay-15/+16
2024-11-30Eliminate precedence arithmetic from rustc_ast_prettyDavid Tolnay-25/+16
2024-12-01Fixed typos by changing `happend` to `happened`HomelikeBrick42-3/+3
2024-11-30Auto merge of #133684 - RalfJung:rollup-j2tmrg7, r=RalfJungbors-62/+122
2024-11-30Remove hir::ArrayLen, introduce ConstArgKind::InferDominik Stolz-119/+59
2024-11-30Add diagnostic item for `std::ops::ControlFlow`Samuel Tardieu-0/+1
2024-11-30Rollup merge of #133655 - dtolnay:maybeparen, r=lcnrRalf Jung-52/+104
2024-11-30Rollup merge of #133571 - madsmtm:visionos-support-std, r=NoratriebRalf Jung-2/+2
2024-11-30Rollup merge of #131698 - the8472:remove-set-discriminant-hack, r=RalfJungRalf Jung-8/+16
2024-11-30use stores of the correct size to set discriminantsThe 8472-8/+16
2024-11-30Auto merge of #133659 - jieyouxu:rollup-576gh4p, r=jieyouxubors-11/+59
2024-11-30Do not create trait object type if missing associated typesMichael Goulet-11/+20
2024-11-30Move refinement check out of compare_impl_itemMichael Goulet-9/+22
2024-11-30Make compare_impl_item into a queryMichael Goulet-58/+57
2024-11-30Rollup merge of #131551 - taiki-e:ppc-asm-vreg-inout, r=Amanieu许杰友 Jieyou Xu (Joe)-11/+59