about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-12-17Rollup merge of #134378 - lqd:polonius-next-episode-2, r=jackh726Matthias Krüger-260/+240
2024-12-17Rollup merge of #134323 - Zalathar:dismantle-map-data, r=jieyouxuMatthias Krüger-208/+133
2024-12-17Rollup merge of #133801 - Gelbpunkt:powerpc64le-unknown-linux-musl-tier-2, r=...Matthias Krüger-8/+104
2024-12-17Rollup merge of #133265 - the8472:extract-if-ranges, r=cuviperMatthias Krüger-72/+105
2024-12-17Auto merge of #134381 - jdonszelmann:move-attribute-types, r=oli-obkbors-1629/+1821
2024-12-17Auto merge of #130766 - clarfonthey:stable-coverage-attribute, r=wesleywiserbors-516/+373
2024-12-17Auto merge of #134414 - jhpratt:rollup-4gtfd1h, r=jhprattbors-621/+571
2024-12-17Rollup merge of #134412 - lcnr:borrowck-cleanup-trivial, r=jackh726Jacob Pratt-142/+103
2024-12-17Rollup merge of #134409 - RalfJung:bootstrap-comment, r=jieyouxuJacob Pratt-2/+4
2024-12-17Rollup merge of #134406 - nnethercote:fix-input-stats-ordering, r=jieyouxuJacob Pratt-24/+28
2024-12-17Rollup merge of #134400 - spastorino:fix-some-comments, r=compiler-errorsJacob Pratt-4/+3
2024-12-17Rollup merge of #134398 - mustartt:aix-alignment-test-fix, r=compiler-errorsJacob Pratt-0/+2
2024-12-17Rollup merge of #134397 - Enselic:raw-mut, r=compiler-errorsJacob Pratt-10/+25
2024-12-17Rollup merge of #134368 - ehuss:edition-links, r=jieyouxuJacob Pratt-190/+200
2024-12-17Rollup merge of #134365 - Zalathar:builder, r=nnethercoteJacob Pratt-53/+61
2024-12-17Rollup merge of #134354 - oli-obk:push-nlrxswvpqnuk, r=compiler-errorsJacob Pratt-23/+29
2024-12-17Rollup merge of #134202 - nnethercote:rm-existing_doc_keyword, r=GuillaumeGomezJacob Pratt-173/+116
2024-12-17Auto merge of #132325 - lcnr:damn-son, r=oli-obkbors-305/+344
2024-12-17`fn member_constraint` to `add_member_constraint`lcnr-4/+4
2024-12-17small refactor to region error handlinglcnr-131/+95
2024-12-17move variable initializationlcnr-7/+4
2024-12-17consistently handle global where-boundslcnr-341/+248
2024-12-17add testslcnr-0/+132
2024-12-17clarify that path() is for on-disk pathsRalf Jung-1/+3
2024-12-17bootstrap: fix a commentRalf Jung-1/+1
2024-12-17Auto merge of #134302 - bjorn3:remove_driver_queries, r=oli-obk,jieyouxubors-332/+206
2024-12-17Fix `-Z inputs-stats` ordering.Nicholas Nethercote-24/+28
2024-12-17coverage: Track used functions in a set instead of a mapZalathar-90/+37
2024-12-17Remove `rustc::existing_doc_keyword` lint.Nicholas Nethercote-115/+58
2024-12-17coverage: Pull function source hash out of `map_data.rs`Zalathar-12/+7
2024-12-17coverage: Pull region conversion out of `map_data.rs`Zalathar-37/+14
2024-12-17coverage: Pull expression conversion out of `map_data.rs`Zalathar-33/+44
2024-12-17coverage: Build the global file table on the flyZalathar-37/+33
2024-12-17Move `doc(keyword = "while")`.Nicholas Nethercote-58/+58
2024-12-17coverage: Use `is_eligible_for_coverage` to filter unused functionsZalathar-8/+7
2024-12-16Stabilize #[coverage] attributeltdk-516/+373
2024-12-17Auto merge of #134132 - MarcoIeni:linux-4c-to-ubuntu-22, r=Kobzolbors-1/+1
2024-12-17Explain why `build` was renamed to `builder`Zalathar-0/+8
2024-12-17Rename `rustc_mir_build::build` to `builder`Zalathar-53/+53
2024-12-16Auto merge of #134095 - Kobzol:datadog-lockfile, r=MarcoIenibors-10/+5018
2024-12-16remove obsolete comment and pub(super) visibilityThe 8472-12/+6
2024-12-16update uses of extract_if in the compilerThe 8472-13/+13
2024-12-16remove bounds from vec and linkedlist ExtractIfThe 8472-19/+7
2024-12-16Add a range argument to vec.extract_ifThe 8472-32/+83
2024-12-16Auto merge of #134395 - matthiaskrgr:rollup-4j2gx1x, r=matthiaskrgrbors-760/+1223
2024-12-16Fix names of adjust fnsSantiago Pastorino-3/+2
2024-12-16Adjust upvar.rs file pathSantiago Pastorino-1/+1
2024-12-16add alignment info for testHenry Jiang-0/+2
2024-12-16rustc_borrowck: Suggest changing `&raw const` to `&raw mut` if applicableMartin Nordholts-4/+20
2024-12-16rustc_borrowck: suggest_ampmut(): Inline unneeded local varMartin Nordholts-2/+1