about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-08-15Rollup merge of #144944 - He1pa:E0793, r=compiler-errorsStuart Cook-1/+33
2025-08-15Rollup merge of #144865 - WaffleLapkin:track-tail, r=lqdStuart Cook-9/+135
2025-08-15Rollup merge of #143075 - workingjubilee:interrupts-may-return-nevermore, r=d...Stuart Cook-3/+429
2025-08-15Rollup merge of #142640 - Sa4dUs:ad-intrinsic, r=ZuseZ4Stuart Cook-1174/+660
2025-08-15Rollup merge of #122661 - estebank:assert-macro-span, r=petrochenkovStuart Cook-9/+16
2025-08-15Rollup merge of #122661 - estebank:assert-macro-span, r=petrochenkovStuart Cook-51/+135
2025-08-15Rollup merge of #118087 - GrigorenkoPV:refcell_try_map, r=Mark-SimulacrumStuart Cook-0/+93
2025-08-15Auto merge of #144591 - RalfJung:pattern-valtrees, r=BoxyUwUbors-175/+146
2025-08-15Merge pull request #4527 from rust-lang/rustup-2025-08-15Oli Scherer-5852/+7970
2025-08-15Merge ref '3507a749b365' from rust-lang/rustThe Miri Cronjob Bot-5851/+7969
2025-08-15add commentjackh726-0/+7
2025-08-15Add test for webrender-2022 metricsjackh726-0/+32
2025-08-15Prepare for merging from rust-lang/rustThe Miri Cronjob Bot-1/+1
2025-08-15Use `LLVMSetTailCallKind`Zalathar-28/+3
2025-08-14bootstrap: Remove dependency on xattrJosh Triplett-14/+3
2025-08-14bootstrap: Switch from fd-lock to native locking in stdJosh Triplett-38/+21
2025-08-15std_detect: RISC-V platform guide documentationTsukasa OI-83/+114
2025-08-15refactor: Add tests for case conversionsKarl Meakin-11/+41
2025-08-15refactor: `generate_tests`Karl Meakin-52/+45
2025-08-15refactor: rewrite `ranges_from_set`Karl Meakin-66/+17
2025-08-15refactor: Include size of case conversion tablesKarl Meakin-18/+42
2025-08-15refactor: Include table sizes in comment at top of `unicode_data.rs`Karl Meakin-11/+19
2025-08-14Windows: Replace `GetThreadId`+`GetCurrentThread` with `GetCurrentThreadId`Trevor Gross-3/+3
2025-08-14Auto merge of #145407 - Kobzol:rollup-g6yhx82, r=Kobzolbors-800/+963
2025-08-14rustc_expand: ensure stack in `InvocationCollector::visit_expr`Josh Stone-1/+2
2025-08-14Merge pull request #20453 from jackh726/nts-part2Lukas Wirth-2/+9
2025-08-14mbe: Handle applying `macro_rules` derivesJosh Triplett-17/+380
2025-08-14use `let-else` to reduce nestingAda Alakbarova-8/+8
2025-08-14replace with `?`Ada Alakbarova-15/+15
2025-08-14mbe: Parse macro `derive` rulesJosh Triplett-13/+214
2025-08-14Do not pass duplicated `-L` arguments to merged doctestsJakub Beránek-2/+8
2025-08-14Deduplicate `-L` paths passed to rustcJakub Beránek-10/+21
2025-08-14Rollup merge of #145403 - shepmaster:grammar, r=estebankJakub Beránek-61/+61
2025-08-14Rollup merge of #145401 - estebank:remove-useless-iter, r=compiler-errorsJakub Beránek-2/+2
2025-08-14Rollup merge of #145398 - estebank:use-default-fields-resolver, r=petrochenkovJakub Beránek-30/+17
2025-08-14Rollup merge of #145397 - lcnr:lcnr/rustc-dev-guide-3, r=BoxyUwUJakub Beránek-2/+2
2025-08-14Rollup merge of #145379 - joshtriplett:bootstrap-timings, r=jieyouxuJakub Beránek-12/+47
2025-08-14Rollup merge of #145353 - CathalMullan:jemalloc-tools, r=KobzolJakub Beránek-0/+9
2025-08-14Rollup merge of #145324 - Kobzol:bootstrap-host-only, r=jieyouxuJakub Beránek-119/+119
2025-08-14Rollup merge of #145261 - Kobzol:bootstrap-tracing, r=jieyouxuJakub Beránek-412/+560
2025-08-14Rollup merge of #145233 - joshtriplett:cfg-select-expr, r=jieyouxuJakub Beránek-25/+60
2025-08-14Rollup merge of #144631 - fneddy:fix_be_test_intrinsic_const_bad, r=compiler-...Jakub Beránek-8/+10
2025-08-14Rollup merge of #137872 - estebank:extra-vert, r=compiler-errorsJakub Beránek-129/+76
2025-08-14Auto merge of #145085 - JonathanBrouwer:target_checking, r=jdonszelmannbors-3670/+3443
2025-08-14drive-by: fix typoWaffle Lapkin-1/+1
2025-08-14std: thread: Return error if setting thread stack size failsJens Reidel-1/+12
2025-08-14Update autodiff tests for the new intrinsics implMarcelo Domínguez-221/+152
2025-08-14`unnecessary_operation`: add space between stmts in suggestion (#15432)Timo-11/+12
2025-08-14Fix `match_ref_pats` FP on match scrutinee of never type (#15474)Timo-7/+80
2025-08-14Merge pull request #20425 from avrabe/feat/unterminated-string-hintsChayim Refael Friedman-1/+49