about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-06-05use helper macro for flat_map vs visit_list, initial dedupsDeadbeef-153/+139
2025-06-05Auto merge of #140466 - amandasystems:move-to-preprocessing-step, r=lcnrbors-313/+423
2025-06-05Auto merge of #142033 - matthiaskrgr:rollup-99lvg0j, r=matthiaskrgrbors-534/+478
2025-06-04Auto merge of #141309 - RalfJung:x86-simd-abi, r=tgross35,nikic,workingjubileebors-51/+34
2025-06-04Rollup merge of #142025 - m-ou-se:which-local-binding, r=jdonszelmannMatthias Krüger-4/+10
2025-06-04Rollup merge of #142024 - m-ou-se:what-tail-expression, r=petrochenkovMatthias Krüger-5/+5
2025-06-04Rollup merge of #142017 - Rageking8:fix-incorrect-use-of-recommend-over-recom...Matthias Krüger-1/+1
2025-06-04Rollup merge of #142005 - scottmcm:fieldidx-in-variantsmultiple, r=workingjub...Matthias Krüger-31/+33
2025-06-04Rollup merge of #141999 - nnethercote:precise-ident, r=compiler-errorsMatthias Krüger-2/+3
2025-06-04Rollup merge of #141985 - compiler-errors:cycle-in-dep-graph-print, r=oli-obkMatthias Krüger-7/+40
2025-06-04Rollup merge of #141969 - fmease:triagebot-rm-assign-users-on-vacation, r=KobzolMatthias Krüger-4/+0
2025-06-04Rollup merge of #141968 - oli-obk:wfck-everything-at-once, r=wesleywiserMatthias Krüger-68/+63
2025-06-04Rollup merge of #141960 - ferrocene:lw/2015-paths2, r=compiler-errorsMatthias Krüger-290/+290
2025-06-04Rollup merge of #141932 - azhogin:azhogin/async-drop-inside-asyncgen-fix, r=o...Matthias Krüger-8/+31
2025-06-04Rollup merge of #141890 - Derukugis:master, r=fmeaseMatthias Krüger-114/+2
2025-06-04Auto merge of #142028 - matthiaskrgr:rollup-rawl1zo, r=matthiaskrgrbors-139/+185
2025-06-04Rollup merge of #142007 - nnethercote:visitor-comments, r=chenyukangMatthias Krüger-5/+11
2025-06-04Rollup merge of #141959 - ferrocene:lw/2015-edition-directives2, r=compiler-e...Matthias Krüger-46/+74
2025-06-04Rollup merge of #141939 - Qelxiros:139911-exact-div-tests, r=workingjubileeMatthias Krüger-0/+62
2025-06-04Rollup merge of #141924 - rs-sac:extr-doc, r=jhprattMatthias Krüger-7/+7
2025-06-04Rollup merge of #141893 - usamoi:lossless, r=tgross35Matthias Krüger-1/+0
2025-06-04Rollup merge of #141570 - chenyukang:yukang-fix-eq_unspanned, r=workingjubileeMatthias Krüger-16/+12
2025-06-04Rollup merge of #141271 - nnethercote:attr-streamline, r=jdonszelmannMatthias Krüger-64/+19
2025-06-04Auto merge of #142002 - onur-ozkan:follow-ups2, r=jieyouxubors-26/+26
2025-06-04Don't refer to 'this tail expression' in expansion.Mara Bos-5/+5
2025-06-04Don't refer to 'local binding' in extern macro.Mara Bos-4/+10
2025-06-04Fix for async drop inside async gen fnAndrew Zhogin-8/+31
2025-06-04Use an enum for SCC representatives, plus other code reviewAmanda Stjerna-136/+131
2025-06-04Add link to correct documentation in htmldocck.pyDerukugi-114/+2
2025-06-04Auto merge of #142003 - matthiaskrgr:rollup-ad8l9ns, r=matthiaskrgrbors-632/+688
2025-06-04Fix incorrect use of "recommend" over "recommended"Rageking8-1/+1
2025-06-03Change `tag_field` to `FieldIdx` in `Variants::Multiple`Scott McMurray-31/+33
2025-06-04Improve some `Visitor` comments.Nicholas Nethercote-5/+11
2025-06-04abi_check: tweak some commentsRalf Jung-5/+12
2025-06-04x86 (32/64): go back to passing SIMD vectors by-ptrRalf Jung-46/+22
2025-06-04Rollup merge of #142000 - lambdageek:no-symlink-stage0, r=onur-ozkanMatthias Krüger-13/+17
2025-06-04Rollup merge of #141888 - ferrocene:lw/decouple-tests-from-2015, r=compiler-e...Matthias Krüger-193/+194
2025-06-04Rollup merge of #141871 - nia-e:fix-bitset, r=eholkMatthias Krüger-4/+46
2025-06-04Rollup merge of #141467 - cyrgani:const-empty-stringlikes, r=AmanieuMatthias Krüger-5/+7
2025-06-04Rollup merge of #141250 - folkertdev:s390x-z17-target-features, r=workingjubileeMatthias Krüger-10/+36
2025-06-04Rollup merge of #138699 - psumbera:solaris-ci-build3, r=marcoieniMatthias Krüger-172/+285
2025-06-04Rollup merge of #137306 - tgross35:remove-i128-u128-improper-ctypes, r=travis...Matthias Krüger-235/+75
2025-06-04Rollup merge of #136687 - joshtriplett:improve-display-and-fromstr-docs, r=Am...Matthias Krüger-0/+28
2025-06-04Auto merge of #141652 - compiler-errors:more-collect-and-apply, r=lqdbors-46/+90
2025-06-04remove outdated RUSTC_SYSROOT handling for ci-rustconur-ozkan-10/+0
2025-06-04bootstrap: don't symlink source dir into stage0 sysrootAleksey Kliger-13/+17
2025-06-04make it possible to request stage 0 std with `Builder::ensure`onur-ozkan-15/+19
2025-06-04run `check::Std` as the final steponur-ozkan-1/+7
2025-06-04Visit the ident in `PreciseCapturingNonLifetimeArg`.Nicholas Nethercote-2/+3
2025-06-03add tests for negative numbersJeremy Smart-0/+14