Skip to content

Rollup of 8 pull requests #128056

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 26 commits into from
Jul 22, 2024
Merged
Changes from 2 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
9f7e049
Distribute rustc_codegen_cranelift for arm64 macOS
bjorn3 Jun 30, 2024
2c14dd3
Add missing try_new_uninit_slice_in and try_new_zeroed_slice_in
AljoschaMeyer Jul 6, 2024
9bfdeb5
Run formatter on alloc/src/boxed.rs
AljoschaMeyer Jul 6, 2024
6b5da82
Fix doc examples
AljoschaMeyer Jul 6, 2024
497ef49
Fix them doc examples some more
AljoschaMeyer Jul 6, 2024
5b0b4ff
Update wasi-sdk in CI to latest release
alexcrichton Jul 19, 2024
006c884
Fix two new failing tests
alexcrichton Jul 19, 2024
7b19389
rewrite test-benches to rmake
Oneirical Jul 19, 2024
2733494
rewrite c-unwind-abi-catch-panic to rmake
Oneirical Jul 19, 2024
2192a91
rewrite compiler-lookup-paths-2 to rmake
Oneirical Jul 19, 2024
59429e6
Rewrite `test-float-parse` in Rust
tgross35 Jul 20, 2024
51827ce
Move `test-float-parse` to the global workspace
tgross35 Jul 20, 2024
6062059
Expose `test-float-parse` via bootstrap
tgross35 Jul 20, 2024
95f0916
Add test
tiif Jul 21, 2024
d123878
Run `test-float-parse` as part of CI
tgross35 Jul 20, 2024
dba6b74
Fix warnings when checking armv6k-nintendo-3ds
ian-h-chamberlain Jul 20, 2024
351fe27
Use given allocator instad of Global
AljoschaMeyer Jul 22, 2024
ab71870
mw out of office
michaelwoerister Jul 22, 2024
b66b402
Rollup merge of #127177 - bjorn3:arm64_macos_cg_clif, r=Mark-Simulacrum
jieyouxu Jul 22, 2024
9f4039f
Rollup merge of #127415 - AljoschaMeyer:master, r=dtolnay
jieyouxu Jul 22, 2024
27550f4
Rollup merge of #127510 - tgross35:test-float-parse-update, r=Mark-Si…
jieyouxu Jul 22, 2024
c896139
Rollup merge of #127977 - alexcrichton:update-wasi-sdk, r=Mark-Simula…
jieyouxu Jul 22, 2024
5b915ab
Rollup merge of #127985 - Oneirical:testibule-of-hell, r=Kobzol
jieyouxu Jul 22, 2024
7d81e09
Rollup merge of #127996 - ian-h-chamberlain:fix/horizon-warnings-unsa…
jieyouxu Jul 22, 2024
f4d6d99
Rollup merge of #128035 - tiif:issue-125837, r=lcnr
jieyouxu Jul 22, 2024
c4c0ca4
Rollup merge of #128054 - michaelwoerister:mwoff072024, r=jieyouxu
jieyouxu Jul 22, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ cc = ["@kobzol"]
[assign]
warn_non_default_branch = true
contributing_url = "https://rustc-dev-guide.rust-lang.org/getting-started.html"
users_on_vacation = ["jyn514", "jhpratt", "oli-obk"]
users_on_vacation = ["jyn514", "jhpratt", "oli-obk", "michaelwoerister"]

[assign.adhoc_groups]
compiler-team = [
Expand Down
Loading