about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-12-17Update cargoWeihang Lo-0/+0
2024-12-17Auto merge of #134376 - jdonszelmann:fix-rustdoc-perf, r=jieyouxubors-3/+4
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-17Remove `rustc::existing_doc_keyword` lint.Nicholas Nethercote-115/+58
2024-12-17Move `doc(keyword = "while")`.Nicholas Nethercote-58/+58
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-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
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 #134385 - taiki-e:ui-asm-minicore, r=compiler-errorsMatthias Krüger-618/+537
2024-12-16Rollup merge of #134371 - scottmcm:fix-134352, r=oli-obkMatthias Krüger-7/+48
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/+135
2024-12-16Rollup merge of #134277 - notriddle:notriddle/inline-into, r=GuillaumeGomezMatthias Krüger-8/+72
2024-12-16Rollup merge of #134260 - GuillaumeGomez:doctest-attrs, r=notriddleMatthias Krüger-18/+165
2024-12-16Rollup merge of #134197 - Enselic:mirror, r=lcnrMatthias Krüger-0/+8
2024-12-16Rollup merge of #134124 - MarcoIeni:split-llvm-jobs, r=KobzolMatthias Krüger-44/+143
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-395/+481
2024-12-16split attributesJonathan Dönszelmann-1415/+1521