about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-08-23Rollup merge of #145729 - nnethercote:dup-packages, r=calebcartwrightSamuel Tardieu-30/+9
2025-08-23Rollup merge of #145713 - lcnr:const-trait-bootstrap, r=compiler-errorsSamuel Tardieu-9/+69
2025-08-23Rollup merge of #145670 - jdonszelmann:port-sanitize, r=lcnrSamuel Tardieu-191/+281
2025-08-23Rollup merge of #145540 - nia-e:prov-map-range, r=RalfJungSamuel Tardieu-8/+14
2025-08-23Rollup merge of #145515 - Kmeakin:km/optimize-char-encode-utf8, r=Mark-Simula...Samuel Tardieu-21/+26
2025-08-23Rollup merge of #145234 - dianne:1-tuple-witnesses, r=jackh726Samuel Tardieu-25/+13
2025-08-23Rollup merge of #144452 - morinmorin:apple/update_read_limit, r=ChrisDentonSamuel Tardieu-3/+3
2025-08-23Rollup merge of #143898 - ognevny:opt-dist-rustc-rebuild, r=KobzolSamuel Tardieu-2/+14
2025-08-23Auto merge of #145706 - lcnr:uniquification, r=BoxyUwUbors-128/+168
2025-08-23bootstrap.py: Improve CPU detection on NetBSD,Havard Eidnes-1/+12
2025-08-23std library: use execinfo library also on NetBSD.Havard Eidnes-0/+1
2025-08-23Activate `range-diff` feature of triagebot (#15538)Philipp Krones-0/+3
2025-08-23Remove chunk size from each chunk.Camille GILLOT-135/+162
2025-08-23Fix ICE when validating transmuting ZST to inhabited enumSamuel Tardieu-0/+41
2025-08-23NitsMichael Goulet-71/+72
2025-08-23Implement some more checks for `ptr_guaranteed_cmp` in consteval:Zachary S-45/+311
2025-08-23Auto merge of #145567 - clubby789:cargo_update, r=clubby789bors-149/+155
2025-08-23Account for impossible bounds making seemingly unsatisfyable dyn-to-dyn castsMichael Goulet-11/+38
2025-08-23`entry`: link to `Entry` API if can't make a suggestion (#15546)Samuel Tardieu-2/+17
2025-08-23Enable LLVM download from CI for gnullvm distMateusz Mikuła-20/+2
2025-08-23Enable LLVM tools for gnullvm distMateusz Mikuła-12/+4
2025-08-23`entry`: link to `Entry` API if can't make a suggestionAda Alakbarova-2/+17
2025-08-23Check config options in test suite (#15397)Philipp Krones-4/+30
2025-08-23simplify `too_many_args` (#15462)Samuel Tardieu-29/+10
2025-08-23fix visibility of private gettersConnor Tsui-3/+6
2025-08-23move `WaitTimeoutResult` up to `mod.rs`Connor Tsui-137/+68
2025-08-23change `Barrier` implementation to use `nonpoison::Condvar`Connor Tsui-5/+3
2025-08-23add nonpoison and poison condvar testsConnor Tsui-195/+241
2025-08-23add `nonpoison::condvar` implementationConnor Tsui-2/+524
2025-08-23simplify `too_many_args`Ada Alakbarova-29/+10
2025-08-23Fix STD build failing for target_os = espidfivmarkov-2/+11
2025-08-23Detect infinite loop in `async fn` not returning `!` (#15545)dswij-3/+33
2025-08-23Auto merge of #145771 - weihanglo:update-cargo, r=weihanglobors-0/+0
2025-08-23Allow running rust-installer (and other tools) multiple times with the same a...Jakub Beránek-0/+4
2025-08-23Use correct mode when printing a build message for std documentationJakub Beránek-1/+1
2025-08-23Merge pull request #4524 from Stypox/tracing-chrome-overhead-rdtscRalf Jung-78/+283
2025-08-23citool: cleanup `mismatched_lifetime_syntaxes` warningsSamuel Tardieu-3/+3
2025-08-23Check that no profile is present in `Cargo.toml` files (#15544)Philipp Krones-0/+34
2025-08-23Check that no profile is present in `Cargo.toml` filesSamuel Tardieu-0/+34
2025-08-23Account for time spent tracing, use RDTSC for faster timeStypox-78/+283
2025-08-23port attribute to the new parsing infrastructureJana Dönszelmann-191/+281
2025-08-23Update `tests/run-make/rustdoc-default-output/` outputGuillaume Gomez-3/+3
2025-08-23Detect infinite loop in `async fn` not returning `!`Samuel Tardieu-3/+33
2025-08-23Fix `else` completion in `let _ = if x {} $0`A4-Tacks-3/+355
2025-08-23rustdoc: update attribute testsKarol Zwolak-10/+71
2025-08-23Handle uplifting in libstd dist stepJakub Beránek-12/+23
2025-08-23Fix install test on WindowsJakub Beránek-2/+3
2025-08-23Remove the `x dist rust-std` built optimization special-caseJakub Beránek-27/+24
2025-08-23Don't try to cross-document bootstrap toolsJakub Beránek-1/+1
2025-08-23Fix doc linkJakub Beránek-1/+1