about summary refs log tree commit diff
path: root/compiler
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-204/+129
2024-12-17Rollup merge of #133801 - Gelbpunkt:powerpc64le-unknown-linux-musl-tier-2, r=...Matthias Krüger-2/+2
2024-12-17Rollup merge of #133265 - the8472:extract-if-ranges, r=cuviperMatthias Krüger-13/+13
2024-12-17Auto merge of #134381 - jdonszelmann:move-attribute-types, r=oli-obkbors-1578/+1749
2024-12-17Auto merge of #130766 - clarfonthey:stable-coverage-attribute, r=wesleywiserbors-5/+4
2024-12-17Auto merge of #134414 - jhpratt:rollup-4gtfd1h, r=jhprattbors-313/+258
2024-12-17Rollup merge of #134412 - lcnr:borrowck-cleanup-trivial, r=jackh726Jacob Pratt-142/+103
2024-12-17Rollup merge of #134406 - nnethercote:fix-input-stats-ordering, r=jieyouxuJacob Pratt-7/+11
2024-12-17Rollup merge of #134400 - spastorino:fix-some-comments, r=compiler-errorsJacob Pratt-4/+3
2024-12-17Rollup merge of #134397 - Enselic:raw-mut, r=compiler-errorsJacob Pratt-10/+20
2024-12-17Rollup merge of #134368 - ehuss:edition-links, r=jieyouxuJacob Pratt-11/+12
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-20/+26
2024-12-17Rollup merge of #134202 - nnethercote:rm-existing_doc_keyword, r=GuillaumeGomezJacob Pratt-66/+22
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-305/+242
2024-12-17Auto merge of #134302 - bjorn3:remove_driver_queries, r=oli-obk,jieyouxubors-265/+149
2024-12-17Fix `-Z inputs-stats` ordering.Nicholas Nethercote-7/+11
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-66/+22
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-33/+29
2024-12-17coverage: Use `is_eligible_for_coverage` to filter unused functionsZalathar-8/+7
2024-12-16Stabilize #[coverage] attributeltdk-5/+4
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-16update uses of extract_if in the compilerThe 8472-13/+13
2024-12-16Fix names of adjust fnsSantiago Pastorino-3/+2
2024-12-16Adjust upvar.rs file pathSantiago Pastorino-1/+1
2024-12-16rustc_borrowck: Suggest changing `&raw const` to `&raw mut` if applicableMartin Nordholts-4/+15
2024-12-16rustc_borrowck: suggest_ampmut(): Inline unneeded local varMartin Nordholts-2/+1
2024-12-16rustc_borrowck: suggest_ampmut(): Just rename some variablesMartin Nordholts-6/+6
2024-12-16Rollup merge of #134386 - oli-obk:some-trait-impl-diff-diagnostic-cleanups, r...Matthias Krüger-52/+43
2024-12-16Rollup merge of #134371 - scottmcm:fix-134352, r=oli-obkMatthias Krüger-7/+25
2024-12-16Rollup merge of #134337 - RalfJung:riscv-target-features, r=workingjubileeMatthias Krüger-5/+72
2024-12-16Rollup merge of #134284 - estebank:issue-74863, r=lcnrMatthias Krüger-8/+95
2024-12-16Rollup merge of #134197 - Enselic:mirror, r=lcnrMatthias Krüger-0/+8
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-351/+415
2024-12-16split attributesJonathan Dönszelmann-1408/+1515
2024-12-16Avoid wrapping fn sig in a fn pointer when we want to just print the sigOli Scherer-13/+13
2024-12-16Deduplicate some pretty printing logicOli Scherer-20/+15
2024-12-16Avoid wrapping a trivially defaultable type in `Option`Oli Scherer-22/+14
2024-12-16Properly name a def id variableOli Scherer-4/+4
2024-12-16Avoid creating a fn sig type just to unwrap it again to get at its signatureOli Scherer-14/+18
2024-12-16Handle fndef rendering together with signature renderingOli Scherer-20/+26