about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
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-01Auto merge of #133499 - nikic:no-backend-verify, r=Mark-Simulacrumbors-3/+8
2024-12-01Auto merge of #133365 - compiler-errors:compare-impl-item, r=lcnrbors-58/+70
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-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
2024-11-30Rollup merge of #133623 - nnethercote:parse_expr_bottom-spans, r=compiler-errors许杰友 Jieyou Xu (Joe)-21/+14
2024-11-30Rollup merge of #133620 - dev-ardi:simplify-hir_typeck_pass_to_variadic_funct...许杰友 Jieyou Xu (Joe)-16/+3
2024-11-30Rollup merge of #133599 - esp-rs:target/esp32s2-forced-atomics, r=Amanieu许杰友 Jieyou Xu (Joe)-0/+1
2024-11-30Rollup merge of #133587 - taiki-e:loongarch-asm-freg, r=Amanieu许杰友 Jieyou Xu (Joe)-1/+1
2024-11-30Rollup merge of #133585 - estebank:issue-133563, r=jieyouxu许杰友 Jieyou Xu (Joe)-0/+4
2024-11-30Rollup merge of #132750 - daltenty:daltenty/libs, r=jieyouxu许杰友 Jieyou Xu (Joe)-0/+4
2024-11-30Rollup merge of #116161 - Soveu:varargs2, r=cjgillot许杰友 Jieyou Xu (Joe)-35/+7
2024-11-29Eliminate rustc_hir_pretty's print_expr_maybe_parenDavid Tolnay-21/+17
2024-11-29Eliminate rustc_ast_pretty's print_expr_maybe_parenDavid Tolnay-31/+87
2024-11-29Auto merge of #133533 - BoxyUwU:bump-boostrap, r=jieyouxu,Mark-Simulacrumbors-7/+7
2024-11-29Add a commentDavid Tenty-0/+3
2024-11-29simplify how the `hir_typeck_pass_to_variadic_function` diagnostic is createdOrion Gonzalez-16/+3
2024-11-29Rollup merge of #133592 - WaffleLapkin:misc-meowing, r=jieyouxuMatthias Krüger-1/+1
2024-11-29Rollup merge of #131323 - jfrimmel:avr-inline-asm-clobber-abi, r=AmanieuMatthias Krüger-1/+28
2024-11-29Auto merge of #133619 - matthiaskrgr:rollup-7ywaheb, r=matthiaskrgrbors-182/+289
2024-11-29Rollup merge of #133590 - nnethercote:rename-parse-only, r=estebankMatthias Krüger-7/+10
2024-11-29Rollup merge of #133538 - dev-ardi:69232-better-diag, r=compiler-errorsMatthias Krüger-3/+26
2024-11-29Rollup merge of #133501 - lcnr:post-borrowck-analysis, r=compiler-errorsMatthias Krüger-172/+253
2024-11-29Auto merge of #133431 - nnethercote:rm-HybridBitSet, r=Mark-Simulacrumbors-816/+86
2024-11-29Remove `HybridBitSet`.Nicholas Nethercote-692/+3
2024-11-29Stop using `HybridBitSet` in `SparseBitMatrix`.Nicholas Nethercote-13/+18
2024-11-29Stop using `HybridBitSet` in dataflow diffs.Nicholas Nethercote-7/+7
2024-11-29Remove unused `HybridBitSet` methods from `BitSetExt`.Nicholas Nethercote-34/+2
2024-11-29Speed up `ChunkedBitIter`Nicholas Nethercote-55/+40
2024-11-29Tiny `ChunkedBitSet` improvements.Nicholas Nethercote-19/+16
2024-11-29Clarify `ChunkSize` invariants.Nicholas Nethercote-4/+8
2024-11-29Auto merge of #133608 - Zalathar:spans-revert, r=jieyouxubors-229/+263
2024-11-29Revert "Rollup merge of #133418 - Zalathar:spans, r=jieyouxu"Zalathar-229/+263
2024-11-29Auto merge of #133409 - RalfJung:target-consistency, r=lcnrbors-973/+1137
2024-11-29bless the tests and add a new oneOrion Gonzalez-0/+2
2024-11-29Improve the diagnostic of fn item in variadic fnOrion Gonzalez-3/+24