Skip to content

Update Enzyme to resolve one of the open bugs - #160294

Merged
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
ZuseZ4:update-enzyme-july-26
Aug 1, 2026
Merged

Update Enzyme to resolve one of the open bugs#160294
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
ZuseZ4:update-enzyme-july-26

Conversation

@ZuseZ4

Copy link
Copy Markdown
Member

No description provided.

@rustbotrustbot added F-autodiff `#![feature(autodiff)]` S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jul 31, 2026
@rustbot

Copy link
Copy Markdown
Collaborator

r? @Mark-Simulacrum

rustbot has assigned @Mark-Simulacrum.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

Why was this reviewer chosen?

The reviewer was selected based on:

  • Fallback group: @Mark-Simulacrum, @jieyouxu
  • @Mark-Simulacrum, @jieyouxu expanded to Mark-Simulacrum, jieyouxu

@rustbot

Copy link
Copy Markdown
Collaborator

⚠️Warning⚠️

@ZuseZ4
ZuseZ4force-pushed the update-enzyme-july-26 branch from 176f370 to 883d6ceCompareJuly 31, 2026 17:47
@rustbot

Copy link
Copy Markdown
Collaborator

This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed.

Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers.

@ZuseZ4

Copy link
Copy Markdown
MemberAuthor

r? @jieyouxu

@rustbot

Copy link
Copy Markdown
Collaborator

jieyouxu is currently at their maximum review capacity.
They may take a while to respond.

@ZuseZ4

Copy link
Copy Markdown
MemberAuthor

@bors try jobs=optional-x86_64-gnu-autodiff

@rust-bors

This comment has been minimized.

rust-borsBot pushed a commit that referenced this pull request Jul 31, 2026
Update Enzyme to resolve one of the open bugs
try-job: optional-x86_64-gnu-autodiff
@rust-bors

rust-borsBot commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

☀️ Try build successful (CI)
Build commit: b3a76fd (b3a76fdde430101321f62add3787db5d2dfe2400)
Base parent: 64af19d (64af19d44c63587455c76f484ce76261a9971e96)

@ZuseZ4
ZuseZ4force-pushed the update-enzyme-july-26 branch from 883d6ce to 0f35baaCompareAugust 1, 2026 01:50
@rust-log-analyzer

Copy link
Copy Markdown
Collaborator

The job x86_64-gnu-llvm-21 failed! Check out the build log: (web)(plain enhanced)(plain)

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

@ZuseZ4

Copy link
Copy Markdown
MemberAuthor

@bors retry

@rust-bors

rust-borsBot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

❗ You can only retry pull requests that are approved and have a previously failed auto build.

@jieyouxujieyouxu left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rust-bors

rust-borsBot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

📌 Commit 0f35baa has been approved by jieyouxu

It is now in the queue for this repository.

@rust-borsrust-borsBot 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 Aug 1, 2026
jhpratt added a commit to jhpratt/rust that referenced this pull request Aug 1, 2026
…eyouxu
Update Enzyme to resolve one of the open bugs
@jhprattjhpratt mentioned this pull request Aug 1, 2026
JonathanBrouwer added a commit to JonathanBrouwer/rust that referenced this pull request Aug 1, 2026
…eyouxu
Update Enzyme to resolve one of the open bugs
rust-borsBot pushed a commit that referenced this pull request Aug 1, 2026
…uwer
Rollup of 10 pull requests
Successful merges:
- #157572 (stabilize size_of_val_raw, align_of_val_raw, Layout::for_value_raw)
- #160012 (miri: ensure validity of references and pointers we dereference and cast)
- #160294 (Update Enzyme to resolve one of the open bugs)
- #159503 (allocations: document that they can be read-only)
- #160250 (When issuing suggestions for missing trait items, label unstable items)
- #160251 (Replace unsafe usage of `NonNull::new_unchecked` with `Box::into_non_null`)
- #160311 (Remove final use of sealed traits from stdlib)
- #160313 (Make the noundef-on-Cast size guard explicit)
- #160323 (Box::leak: tell people to avoid unleaking)
- #160328 (Move `check_track_caller` into the attribute parser)
rust-borsBot pushed a commit that referenced this pull request Aug 1, 2026
…uwer
Rollup of 12 pull requests
Successful merges:
- #157572 (stabilize size_of_val_raw, align_of_val_raw, Layout::for_value_raw)
- #160012 (miri: ensure validity of references and pointers we dereference and cast)
- #160294 (Update Enzyme to resolve one of the open bugs)
- #159503 (allocations: document that they can be read-only)
- #160179 (std: Update `wasip3` crate dependency)
- #160250 (When issuing suggestions for missing trait items, label unstable items)
- #160251 (Replace unsafe usage of `NonNull::new_unchecked` with `Box::into_non_null`)
- #160311 (Remove final use of sealed traits from stdlib)
- #160313 (Make the noundef-on-Cast size guard explicit)
- #160323 (Box::leak: tell people to avoid unleaking)
- #160328 (Move `check_track_caller` into the attribute parser)
- #160333 (Remove itertools dependency from `rustc_ast_pretty`)
@rust-bors
rust-borsBot merged commit 2b3021b into rust-lang:mainAug 1, 2026
4 of 13 checks passed
@rustbotrustbot added this to the 1.99.0 milestone Aug 1, 2026
rust-timer added a commit that referenced this pull request Aug 1, 2026
Rollup merge of #160294 - ZuseZ4:update-enzyme-july-26, r=jieyouxu
Update Enzyme to resolve one of the open bugs
pullBot pushed a commit to xtqqczze/rust-lang-miri that referenced this pull request Aug 2, 2026
…uwer
Rollup of 12 pull requests
Successful merges:
- rust-lang/rust#157572 (stabilize size_of_val_raw, align_of_val_raw, Layout::for_value_raw)
- rust-lang/rust#160012 (miri: ensure validity of references and pointers we dereference and cast)
- rust-lang/rust#160294 (Update Enzyme to resolve one of the open bugs)
- rust-lang/rust#159503 (allocations: document that they can be read-only)
- rust-lang/rust#160179 (std: Update `wasip3` crate dependency)
- rust-lang/rust#160250 (When issuing suggestions for missing trait items, label unstable items)
- rust-lang/rust#160251 (Replace unsafe usage of `NonNull::new_unchecked` with `Box::into_non_null`)
- rust-lang/rust#160311 (Remove final use of sealed traits from stdlib)
- rust-lang/rust#160313 (Make the noundef-on-Cast size guard explicit)
- rust-lang/rust#160323 (Box::leak: tell people to avoid unleaking)
- rust-lang/rust#160328 (Move `check_track_caller` into the attribute parser)
- rust-lang/rust#160333 (Remove itertools dependency from `rustc_ast_pretty`)
flip1995 pushed a commit to flip1995/rust-clippy that referenced this pull request Aug 17, 2026
…uwer
Rollup of 12 pull requests
Successful merges:
- rust-lang/rust#157572 (stabilize size_of_val_raw, align_of_val_raw, Layout::for_value_raw)
- rust-lang/rust#160012 (miri: ensure validity of references and pointers we dereference and cast)
- rust-lang/rust#160294 (Update Enzyme to resolve one of the open bugs)
- rust-lang/rust#159503 (allocations: document that they can be read-only)
- rust-lang/rust#160179 (std: Update `wasip3` crate dependency)
- rust-lang/rust#160250 (When issuing suggestions for missing trait items, label unstable items)
- rust-lang/rust#160251 (Replace unsafe usage of `NonNull::new_unchecked` with `Box::into_non_null`)
- rust-lang/rust#160311 (Remove final use of sealed traits from stdlib)
- rust-lang/rust#160313 (Make the noundef-on-Cast size guard explicit)
- rust-lang/rust#160323 (Box::leak: tell people to avoid unleaking)
- rust-lang/rust#160328 (Move `check_track_caller` into the attribute parser)
- rust-lang/rust#160333 (Remove itertools dependency from `rustc_ast_pretty`)
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

F-autodiff`#![feature(autodiff)]`S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@ZuseZ4@rustbot@rust-log-analyzer@jieyouxu@Mark-Simulacrum