Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Rollup of 7 pull requests#109662

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
bors merged 14 commits intorust-lang:masterfrommatthiaskrgr:rollup-tk2g3jf
Mar 27, 2023
Merged

Conversation

@matthiaskrgr
Copy link
Member

Successful merges:

Failed merges:

r?@ghost
@rustbot modify labels: rollup

Create a similar rollup

rohaquinlopand others added14 commitsMarch 24, 2023 08:58
Renamed 'native.rs' to 'llvm.rs', also moved `TestHelpers` to `test.rs`.Replaced all the `native.rs` ocurrences at `src/bootstrap` files to `llvm.rs`
I currently don't have enough time to be on rotation. You can stillrequest a review from me and I may still steal PRs sometimes though.
9 commits in 15d090969743630bff549a1b068bcaa8174e5ee3..145219a9f089f8b57c09f40525374fbade1e34ae2023-03-21 17:54:28 +0000 to 2023-03-27 01:56:36 +0000- doc(contrib): missing quotation mark (rust-lang/cargo#11894)- Update changelog for 1.68.2 (rust-lang/cargo#11893)- Add the old github keys as revoked (rust-lang/cargo#11889)- Update proptest (rust-lang/cargo#11886)- Added new GitHub RSA Host Key (rust-lang/cargo#11883)- doc: Fix registries.name.index for sparse (rust-lang/cargo#11880)- docs(contrib): Replace architecture with redirects (rust-lang/cargo#11876)- docs: fix typos in `cargo_compile/mod.rs` (rust-lang/cargo#11874)- docs(contrub): Remove unused file (rust-lang/cargo#11873)
- Link to more documentation- Move `changelog-seen` into the "Global Settings" section- Update incorrect comments on `llvm.link-shared` and  `rust.debug-assertions`- Use the correct default in the commented-out example more often- Clarify that `docs` and `compiler-docs` only control the default,  they're not a hard-off switch.- Document `-vvv` and `local-rebuild`- Minor improvements to doc-comments in config.toml.exampleThis also sets `download-rustc = false`; that was already the default,but it will be helpful in case the default changes(https://jyn.dev/2023/01/12/Bootstrapping-Rust-in-2023.html).
…ertlarsan68More config.toml.example cleanups- Link to more documentation- Move `changelog-seen` into the "Global Settings" section- Update incorrect comments on `llvm.link-shared` and `rust.debug-assertions`- Use the correct default in the commented-out example more often- Clarify that `docs` and `compiler-docs` only control the default, they're not a hard-off switch.- Document `-vvv` and `local-rebuild`- Minor improvements to doc-comments in config.toml.exampleThis also sets `download-rustc = false`; that was already the default, but it will be helpful in case the default changes (https://jyn.dev/2023/01/12/Bootstrapping-Rust-in-2023.html).
…s-to-llvm.rs, r=Mark-SimulacrumRename 'src/bootstrap/native.rs' to llvm.rsFixedrust-lang#108240Renamed 'native.rs' to 'llvm.rs', also moved `TestHelpers` to `test.rs`. Replaced all the `native.rs` occurrences at `src/bootstrap` files to `llvm.rs`
… r=lcnrRemove some stale FIXMEs in new solverSome FIXMEs are no longer needed
Refactor: Separate `LocalRef` variant for not-evaluated-yet operandsAs I was reading through this, I noticed that almost every place that was using this needed to distinguish between Some vs None in the match arm anyway, so thought that separating the cases at the variant level might be clearer instead.I like how it ended up; let me know what you think!
…ode, r=albertlarsan68Remove Nilstrieb from review rotationI currently don't have enough time to be on rotation. You can still request a review from me and I may still steal PRs sometimes though.
Update cargo9 commits in 15d090969743630bff549a1b068bcaa8174e5ee3..145219a9f089f8b57c09f40525374fbade1e34ae 2023-03-21 17:54:28 +0000 to 2023-03-27 01:56:36 +0000- doc(contrib): missing quotation mark (rust-lang/cargo#11894)- Update changelog for 1.68.2 (rust-lang/cargo#11893)- Add the old github keys as revoked (rust-lang/cargo#11889)- Update proptest (rust-lang/cargo#11886)- Added new GitHub RSA Host Key (rust-lang/cargo#11883)- doc: Fix registries.name.index for sparse (rust-lang/cargo#11880)- docs(contrib): Replace architecture with redirects (rust-lang/cargo#11876)- docs: fix typos in `cargo_compile/mod.rs` (rust-lang/cargo#11874)- docs(contrub): Remove unused file (rust-lang/cargo#11873)r? `@ghost`
…etroalbiniBackport 1.68.1 and 1.68.2 release notes to `master`
@rustbotrustbot added A-metaArea: Issues & PRs about the rust-lang/rust repository itself A-testsuiteArea: The testsuite used to check the correctness of rustc S-waiting-on-reviewStatus: Awaiting review from the assignee but also interested parties. T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-compilerRelevant to the compiler team, which will review and decide on the PR/issue. T-infraRelevant to the infrastructure team, which will review and decide on the PR/issue. T-releaseRelevant to the release subteam, which will review and decide on the PR/issue. WG-trait-system-refactorThe Rustc Trait System Refactor Initiative (-Znext-solver) rollupA PR which is a rollup labelsMar 27, 2023
@matthiaskrgr
Copy link
MemberAuthor

@bors r+ rollup=never p=7

1 similar comment
@matthiaskrgr
Copy link
MemberAuthor

@bors r+ rollup=never p=7

@bors
Copy link
Collaborator

📌 Commitc3a428f has been approved bymatthiaskrgr

It is now in thequeue for this repository.

@borsbors added S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-reviewStatus: Awaiting review from the assignee but also interested parties. labelsMar 27, 2023
@bors
Copy link
Collaborator

📌 Commitc3a428f has been approved bymatthiaskrgr

It is now in thequeue for this repository.

1 similar comment
@bors
Copy link
Collaborator

📌 Commitc3a428f has been approved bymatthiaskrgr

It is now in thequeue for this repository.

@bors
Copy link
Collaborator

⌛ Testing commitc3a428f with mergedd19135...

@bors
Copy link
Collaborator

☀️ Test successful -checks-actions
Approved by: matthiaskrgr
Pushingdd19135 to master...

@borsbors added the merged-by-borsThis PR was explicitly merged by bors. labelMar 27, 2023
@borsbors merged commitdd19135 intorust-lang:masterMar 27, 2023
@rustbotrustbot added this to the1.70.0 milestoneMar 27, 2023
@rust-timer
Copy link
Collaborator

@rust-timer
Copy link
Collaborator

Finished benchmarking commit (dd19135):comparison URL.

Overall result: no relevant changes - no action needed

@rustbot label: -perf-regression

Instruction count

This benchmark run did not return any relevant results for this metric.

Max RSS (memory usage)

Results

This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.

meanrangecount
Regressions ❌
(primary)
--0
Regressions ❌
(secondary)
--0
Improvements ✅
(primary)
-2.0%[-2.2%, -1.4%]13
Improvements ✅
(secondary)
--0
All ❌✅ (primary)-2.0%[-2.2%, -1.4%]13

Cycles

Results

This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.

meanrangecount
Regressions ❌
(primary)
--0
Regressions ❌
(secondary)
3.7%[3.7%, 3.7%]1
Improvements ✅
(primary)
--0
Improvements ✅
(secondary)
--0
All ❌✅ (primary)--0

@matthiaskrgrmatthiaskrgr deleted the rollup-tk2g3jf branchMarch 16, 2024 18:19
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

A-metaArea: Issues & PRs about the rust-lang/rust repository itselfA-testsuiteArea: The testsuite used to check the correctness of rustcmerged-by-borsThis PR was explicitly merged by bors.rollupA PR which is a rollupS-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.T-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.T-releaseRelevant to the release subteam, which will review and decide on the PR/issue.WG-trait-system-refactorThe Rustc Trait System Refactor Initiative (-Znext-solver)

Projects

None yet

Milestone

1.70.0

Development

Successfully merging this pull request may close these issues.

11 participants

@matthiaskrgr@bors@rust-timer@rustbot@rohaquinlop@compiler-errors@scottmcm@Noratrieb@weihanglo@pietroalbini@jyn514

[8]ページ先頭

©2009-2025 Movatter.jp