| Age | Commit message (Expand) | Author | Lines |
| 2024-12-17 | Rollup merge of #134378 - lqd:polonius-next-episode-2, r=jackh726 | Matthias Krüger | -260/+240 |
| 2024-12-17 | Rollup merge of #134323 - Zalathar:dismantle-map-data, r=jieyouxu | Matthias Krüger | -204/+129 |
| 2024-12-17 | Rollup merge of #133801 - Gelbpunkt:powerpc64le-unknown-linux-musl-tier-2, r=... | Matthias Krüger | -2/+2 |
| 2024-12-17 | Rollup merge of #133265 - the8472:extract-if-ranges, r=cuviper | Matthias Krüger | -13/+13 |
| 2024-12-17 | Auto merge of #134381 - jdonszelmann:move-attribute-types, r=oli-obk | bors | -1578/+1749 |
| 2024-12-17 | Auto merge of #130766 - clarfonthey:stable-coverage-attribute, r=wesleywiser | bors | -5/+4 |
| 2024-12-17 | Auto merge of #134414 - jhpratt:rollup-4gtfd1h, r=jhpratt | bors | -313/+258 |
| 2024-12-17 | Rollup merge of #134412 - lcnr:borrowck-cleanup-trivial, r=jackh726 | Jacob Pratt | -142/+103 |
| 2024-12-17 | Rollup merge of #134406 - nnethercote:fix-input-stats-ordering, r=jieyouxu | Jacob Pratt | -7/+11 |
| 2024-12-17 | Rollup merge of #134400 - spastorino:fix-some-comments, r=compiler-errors | Jacob Pratt | -4/+3 |
| 2024-12-17 | Rollup merge of #134397 - Enselic:raw-mut, r=compiler-errors | Jacob Pratt | -10/+20 |
| 2024-12-17 | Rollup merge of #134368 - ehuss:edition-links, r=jieyouxu | Jacob Pratt | -11/+12 |
| 2024-12-17 | Rollup merge of #134365 - Zalathar:builder, r=nnethercote | Jacob Pratt | -53/+61 |
| 2024-12-17 | Rollup merge of #134354 - oli-obk:push-nlrxswvpqnuk, r=compiler-errors | Jacob Pratt | -20/+26 |
| 2024-12-17 | Rollup merge of #134202 - nnethercote:rm-existing_doc_keyword, r=GuillaumeGomez | Jacob Pratt | -66/+22 |
| 2024-12-17 | `fn member_constraint` to `add_member_constraint` | lcnr | -4/+4 |
| 2024-12-17 | small refactor to region error handling | lcnr | -131/+95 |
| 2024-12-17 | move variable initialization | lcnr | -7/+4 |
| 2024-12-17 | consistently handle global where-bounds | lcnr | -305/+242 |
| 2024-12-17 | Auto merge of #134302 - bjorn3:remove_driver_queries, r=oli-obk,jieyouxu | bors | -265/+149 |
| 2024-12-17 | Fix `-Z inputs-stats` ordering. | Nicholas Nethercote | -7/+11 |
| 2024-12-17 | coverage: Track used functions in a set instead of a map | Zalathar | -90/+37 |
| 2024-12-17 | Remove `rustc::existing_doc_keyword` lint. | Nicholas Nethercote | -66/+22 |
| 2024-12-17 | coverage: Pull function source hash out of `map_data.rs` | Zalathar | -12/+7 |
| 2024-12-17 | coverage: Pull region conversion out of `map_data.rs` | Zalathar | -37/+14 |
| 2024-12-17 | coverage: Pull expression conversion out of `map_data.rs` | Zalathar | -33/+44 |
| 2024-12-17 | coverage: Build the global file table on the fly | Zalathar | -33/+29 |
| 2024-12-17 | coverage: Use `is_eligible_for_coverage` to filter unused functions | Zalathar | -8/+7 |
| 2024-12-16 | Stabilize #[coverage] attribute | ltdk | -5/+4 |
| 2024-12-17 | Explain why `build` was renamed to `builder` | Zalathar | -0/+8 |
| 2024-12-17 | Rename `rustc_mir_build::build` to `builder` | Zalathar | -53/+53 |
| 2024-12-16 | update uses of extract_if in the compiler | The 8472 | -13/+13 |
| 2024-12-16 | Fix names of adjust fns | Santiago Pastorino | -3/+2 |
| 2024-12-16 | Adjust upvar.rs file path | Santiago Pastorino | -1/+1 |
| 2024-12-16 | rustc_borrowck: Suggest changing `&raw const` to `&raw mut` if applicable | Martin Nordholts | -4/+15 |
| 2024-12-16 | rustc_borrowck: suggest_ampmut(): Inline unneeded local var | Martin Nordholts | -2/+1 |
| 2024-12-16 | rustc_borrowck: suggest_ampmut(): Just rename some variables | Martin Nordholts | -6/+6 |
| 2024-12-16 | Rollup merge of #134386 - oli-obk:some-trait-impl-diff-diagnostic-cleanups, r... | Matthias Krüger | -52/+43 |
| 2024-12-16 | Rollup merge of #134371 - scottmcm:fix-134352, r=oli-obk | Matthias Krüger | -7/+25 |
| 2024-12-16 | Rollup merge of #134337 - RalfJung:riscv-target-features, r=workingjubilee | Matthias Krüger | -5/+72 |
| 2024-12-16 | Rollup merge of #134284 - estebank:issue-74863, r=lcnr | Matthias Krüger | -8/+95 |
| 2024-12-16 | Rollup merge of #134197 - Enselic:mirror, r=lcnr | Matthias Krüger | -0/+8 |
| 2024-12-16 | rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures | Jonathan Dönszelmann | -351/+415 |
| 2024-12-16 | split attributes | Jonathan Dönszelmann | -1408/+1515 |
| 2024-12-16 | Avoid wrapping fn sig in a fn pointer when we want to just print the sig | Oli Scherer | -13/+13 |
| 2024-12-16 | Deduplicate some pretty printing logic | Oli Scherer | -20/+15 |
| 2024-12-16 | Avoid wrapping a trivially defaultable type in `Option` | Oli Scherer | -22/+14 |
| 2024-12-16 | Properly name a def id variable | Oli Scherer | -4/+4 |
| 2024-12-16 | Avoid creating a fn sig type just to unwrap it again to get at its signature | Oli Scherer | -14/+18 |
| 2024-12-16 | Handle fndef rendering together with signature rendering | Oli Scherer | -20/+26 |