about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-09-08add some comments to clarify the fixFang He-0/+6
2025-09-08Merge pull request #4573 from RalfJung/rustupRalf Jung-4105/+6084
2025-09-08clippyRalf Jung-1/+1
2025-09-08Merge ref 'a09fbe2c8372' from rust-lang/rustRalf Jung-4104/+6083
2025-09-08Prepare for merging from rust-lang/rustRalf Jung-1/+1
2025-09-08Allow static regions in `type_name`.Nicholas Nethercote-2/+18
2025-09-08check before test for hardware capabilites in bits 32~63 of usizeFang He-33/+38
2025-09-08move `toplevel_ref_args` out of `misc` (#15627)Samuel Tardieu-116/+125
2025-09-08Fix broken Microsoft URL missing slashAli Nazzal-1/+1
2025-09-08Auto merge of #146173 - Kmeakin:km/unicode-data/no-ascii, r=jhprattbors-247/+320
2025-09-08Merge pull request #4566 from Patrick-6/miri-genmc-rmwRalf Jung-207/+1478
2025-09-08Merge pull request #20620 from A4-Tacks/let-else-completionLaurențiu Nicola-17/+220
2025-09-08print proper error when using unsupported synchronization primitive with GenMCRalf Jung-76/+52
2025-09-08Merge pull request #20626 from A4-Tacks/make-record-wsLaurențiu Nicola-36/+39
2025-09-08Merge pull request #2585 from rust-lang/tshepang/sembrTshepang Mbambo-5/+14
2025-09-08readabilityTshepang Mbambo-1/+1
2025-09-08fix markupTshepang Mbambo-0/+3
2025-09-08sembrTshepang Mbambo-5/+11
2025-09-08Merge pull request #2573 from rust-lang/tshepang/make-more-clearTshepang Mbambo-2/+4
2025-09-08Merge pull request #2582 from rust-lang/rustc-pullTshepang Mbambo-17470/+34168
2025-09-08remove confusing parts of sentenceTshepang Mbambo-2/+1
2025-09-07Fix typo in default.rsJustin Yao Du-1/+1
2025-09-08Merge ref '2f3f27bf79ec' from rust-lang/rustThe rustc-josh-sync Cronjob Bot-17469/+34167
2025-09-08Prepare for merging from rust-lang/rustThe rustc-josh-sync Cronjob Bot-1/+1
2025-09-08Auto merge of #145910 - saethlin:ignore-intrinsic-calls, r=cjgillotbors-1/+25
2025-09-07Auto merge of #145541 - cjgillot:dest-prop-live-range, r=Amanieubors-615/+401
2025-09-07Implement more features for GenMC modePatrick-6-136/+1431
2025-09-08Move `describe_as_module` from `rustc_middle::print` to `rustc:middle::query`.Nicholas Nethercote-12/+11
2025-09-08Move `rustc_middle::MaxUniverse` to `rustc_infer`.Nicholas Nethercote-42/+41
2025-09-08Make some matches non-exhaustive.Nicholas Nethercote-30/+2
2025-09-07Auto merge of #146304 - matthiaskrgr:rollup-69hs07h, r=matthiaskrgrbors-87/+166
2025-09-07support integer literals in `${concat()}`cyrgani-24/+62
2025-09-08Minor symbol comment fixes.Nicholas Nethercote-7/+6
2025-09-07Rollup merge of #146297 - cjgillot:may-observe-address, r=saethlinMatthias Krüger-8/+23
2025-09-07Rollup merge of #146269 - weihanglo:solaris-flock, r=Mark-SimulacrumMatthias Krüger-0/+70
2025-09-07Rollup merge of #146209 - bjorn3:lto_refactors5, r=dianqkMatthias Krüger-77/+44
2025-09-07Rollup merge of #146170 - kumarUjjawal:master, r=Mark-SimulacrumMatthias Krüger-2/+29
2025-09-07remove unsused div_rem method from bignumKivooeo-56/+0
2025-09-07Auto merge of #146148 - Flakebi:global-addrspace-test, r=Mark-Simulacrumbors-2/+21
2025-09-07Use rustc_data_structures::union_find.Camille Gillot-28/+14
2025-09-07Simplify candidate collection.Camille Gillot-55/+43
2025-09-07Unify a source with all possible destinations.Camille Gillot-93/+75
2025-09-07Do not use prepend to avoid quadratic behaviour.Camille Gillot-58/+37
2025-09-07Simplify VisitPlacesWith.Camille Gillot-18/+7
2025-09-07Use regular MaybeLiveLocals.Camille Gillot-136/+58
2025-09-07Reimplement DestinationPropagation according to live ranges.Camille GILLOT-572/+449
2025-09-07Introduce fast insertion at extremities to IntervalSet.Camille GILLOT-27/+90
2025-09-07Implement 'Sum' and 'Product' for 'f16' and 'f128';Gabriel Bjørnager Jensen-1/+1
2025-09-07docs(std): add error docs for path canonicalizeSoroush Mirzaei-0/+8
2025-09-07`let_unit_with_type_underscore`: make early-pass (#15458)Jason Newcomb-11/+137