| Age | Commit message (Expand) | Author | Lines |
| 2024-12-17 | Update cargo | Weihang Lo | -0/+0 |
| 2024-12-17 | Auto merge of #134376 - jdonszelmann:fix-rustdoc-perf, r=jieyouxu | bors | -3/+4 |
| 2024-12-17 | Auto merge of #134381 - jdonszelmann:move-attribute-types, r=oli-obk | bors | -1629/+1821 |
| 2024-12-17 | Auto merge of #130766 - clarfonthey:stable-coverage-attribute, r=wesleywiser | bors | -516/+373 |
| 2024-12-17 | Auto merge of #134414 - jhpratt:rollup-4gtfd1h, r=jhpratt | bors | -621/+571 |
| 2024-12-17 | Rollup merge of #134412 - lcnr:borrowck-cleanup-trivial, r=jackh726 | Jacob Pratt | -142/+103 |
| 2024-12-17 | Rollup merge of #134409 - RalfJung:bootstrap-comment, r=jieyouxu | Jacob Pratt | -2/+4 |
| 2024-12-17 | Rollup merge of #134406 - nnethercote:fix-input-stats-ordering, r=jieyouxu | Jacob Pratt | -24/+28 |
| 2024-12-17 | Rollup merge of #134400 - spastorino:fix-some-comments, r=compiler-errors | Jacob Pratt | -4/+3 |
| 2024-12-17 | Rollup merge of #134398 - mustartt:aix-alignment-test-fix, r=compiler-errors | Jacob Pratt | -0/+2 |
| 2024-12-17 | Rollup merge of #134397 - Enselic:raw-mut, r=compiler-errors | Jacob Pratt | -10/+25 |
| 2024-12-17 | Rollup merge of #134368 - ehuss:edition-links, r=jieyouxu | Jacob Pratt | -190/+200 |
| 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 | -23/+29 |
| 2024-12-17 | Rollup merge of #134202 - nnethercote:rm-existing_doc_keyword, r=GuillaumeGomez | Jacob Pratt | -173/+116 |
| 2024-12-17 | Auto merge of #132325 - lcnr:damn-son, r=oli-obk | bors | -305/+344 |
| 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 | -341/+248 |
| 2024-12-17 | add tests | lcnr | -0/+132 |
| 2024-12-17 | clarify that path() is for on-disk paths | Ralf Jung | -1/+3 |
| 2024-12-17 | bootstrap: fix a comment | Ralf Jung | -1/+1 |
| 2024-12-17 | Auto merge of #134302 - bjorn3:remove_driver_queries, r=oli-obk,jieyouxu | bors | -332/+206 |
| 2024-12-17 | Fix `-Z inputs-stats` ordering. | Nicholas Nethercote | -24/+28 |
| 2024-12-17 | Remove `rustc::existing_doc_keyword` lint. | Nicholas Nethercote | -115/+58 |
| 2024-12-17 | Move `doc(keyword = "while")`. | Nicholas Nethercote | -58/+58 |
| 2024-12-16 | Stabilize #[coverage] attribute | ltdk | -516/+373 |
| 2024-12-17 | Auto merge of #134132 - MarcoIeni:linux-4c-to-ubuntu-22, r=Kobzol | bors | -1/+1 |
| 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 | Auto merge of #134095 - Kobzol:datadog-lockfile, r=MarcoIeni | bors | -10/+5018 |
| 2024-12-16 | Auto merge of #134395 - matthiaskrgr:rollup-4j2gx1x, r=matthiaskrgr | bors | -760/+1223 |
| 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 | add alignment info for test | Henry Jiang | -0/+2 |
| 2024-12-16 | rustc_borrowck: Suggest changing `&raw const` to `&raw mut` if applicable | Martin Nordholts | -4/+20 |
| 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 #134385 - taiki-e:ui-asm-minicore, r=compiler-errors | Matthias Krüger | -618/+537 |
| 2024-12-16 | Rollup merge of #134371 - scottmcm:fix-134352, r=oli-obk | Matthias Krüger | -7/+48 |
| 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/+135 |
| 2024-12-16 | Rollup merge of #134277 - notriddle:notriddle/inline-into, r=GuillaumeGomez | Matthias Krüger | -8/+72 |
| 2024-12-16 | Rollup merge of #134260 - GuillaumeGomez:doctest-attrs, r=notriddle | Matthias Krüger | -18/+165 |
| 2024-12-16 | Rollup merge of #134197 - Enselic:mirror, r=lcnr | Matthias Krüger | -0/+8 |
| 2024-12-16 | Rollup merge of #134124 - MarcoIeni:split-llvm-jobs, r=Kobzol | Matthias Krüger | -44/+143 |
| 2024-12-16 | rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures | Jonathan Dönszelmann | -395/+481 |
| 2024-12-16 | split attributes | Jonathan Dönszelmann | -1415/+1521 |