Skip to content

Rollup of 4 pull requests #134896

New issue

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

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

Already on GitHub? # to your account

Closed
wants to merge 9 commits into from

Conversation

matthiaskrgr
Copy link
Member

Successful merges:

r? @ghost
@rustbot modify labels: rollup

Create a similar rollup

clubby789 and others added 9 commits December 29, 2024 12:05
Signed-off-by: calciumbe <192480234+calciumbe@users.noreply.github.com>
…zkan

bootstrap: Don't apply -Ztls-model=initial-exec to deps of proc-macros

Fixes rust-lang#134863

1. Checks if a crate name is in a static list before applying the flag
2. Adds a tidy check that gathers transitive deps of proc macros and ensures the list is up to date

cc `@bjorn3` - the issue specifies `rustc_fluent_macro` but I assume this applies to all proc macro crates.
Fix typos

Hello, I fix some typos in docs and comments. Thank you very much.
Added codegen test for elidings bounds check when indexes are manually checked

Closes rust-lang#55147
…the8472

Document how to run the split Docker pipelines

r? `@the8472`
@rustbot rustbot added A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue. rollup A PR which is a rollup labels Dec 29, 2024
@matthiaskrgr
Copy link
Member Author

@bors r+ rollup=never p=4

@bors
Copy link
Collaborator

bors commented Dec 29, 2024

📌 Commit 9598b20 has been approved by matthiaskrgr

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Dec 29, 2024
@jieyouxu
Copy link
Member

Oops, raced with you, closing #134897 in favor of this one.

@bors
Copy link
Collaborator

bors commented Dec 29, 2024

⌛ Testing commit 9598b20 with merge 26df93a...

bors added a commit to rust-lang-ci/rust that referenced this pull request Dec 29, 2024
…iaskrgr

Rollup of 4 pull requests

Successful merges:

 - rust-lang#134865 (bootstrap: Don't apply -Ztls-model=initial-exec to deps of proc-macros)
 - rust-lang#134884 (Fix typos)
 - rust-lang#134892 (Added codegen test for elidings bounds check when indexes are manually checked)
 - rust-lang#134894 (Document how to run the split Docker pipelines)

r? `@ghost`
`@rustbot` modify labels: rollup
@rust-log-analyzer
Copy link
Collaborator

The job aarch64-gnu failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)

error: could not document `tidy`
warning: build failed, waiting for other jobs to finish...
[RUSTC-TIMING] tidy test:false 2.247
Command has failed. Rerun with -v to see more details.
  local time: Sun Dec 29 20:08:23 UTC 2024
  network time: Sun, 29 Dec 2024 20:08:23 GMT
##[error]Process completed with exit code 1.
Post job cleanup.

@bors
Copy link
Collaborator

bors commented Dec 29, 2024

💔 Test failed - checks-actions

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Dec 29, 2024
@matthiaskrgr matthiaskrgr deleted the rollup-4u56z7j branch January 25, 2025 09:13
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
A-testsuite Area: The testsuite used to check the correctness of rustc rollup A PR which is a rollup S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants