-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Rework SESSION_GLOBALS API #84961
Rework SESSION_GLOBALS API #84961
Conversation
a539fa4
to
832fdbb
Compare
This comment has been minimized.
This comment has been minimized.
adb0f3c
to
1baea29
Compare
1baea29
to
64849f5
Compare
This comment has been minimized.
This comment has been minimized.
64849f5
to
d84e497
Compare
d84e497
to
e90cc20
Compare
e90cc20
to
9af7e5f
Compare
This comment has been minimized.
This comment has been minimized.
Funny bug in the compiler error output (
|
505b5c4
to
2cf8887
Compare
2cf8887
to
3063c74
Compare
3063c74
to
1e00e9d
Compare
I need some help to try to understand what's going on with rustfmt. |
Triage here, any progress? Ordinarily I would reset the status to waiting-on-author, but I see that you manually set it to waiting-on-review. |
6634d70
to
e05ee1f
Compare
The PR is now ready for review! \o/ |
@Aaron1011 doesn't seem to be around so let's assign someone else. r? @pnkfelix |
Or anyone else from the @rust-lang/compiler team? |
This seems fine. The most important thing, AFAICT, is the new assertions that have been added to ensure that the session globals are not newly created (i.e. overwritten) once they have been established on a given thread. |
@bors r+ rollup |
📌 Commit e05ee1f has been approved by |
…ls, r=pnkfelix Rework SESSION_GLOBALS API Fixes rust-lang#84954. <s>Needs rust-lang#84953 to be merged first (I cherry-picked its commits to have CI pass).</s> (done) r? `@Aaron1011`
e05ee1f
to
a2654fb
Compare
This comment has been minimized.
This comment has been minimized.
@bors r+ |
📌 Commit d891c8c has been approved by |
…ls, r=oli-obk Rework SESSION_GLOBALS API Fixes rust-lang#84954. <s>Needs rust-lang#84953 to be merged first (I cherry-picked its commits to have CI pass).</s> (done) r? `@Aaron1011`
…laumeGomez Rollup of 8 pull requests Successful merges: - rust-lang#84961 (Rework SESSION_GLOBALS API) - rust-lang#86726 (Use diagnostic items instead of lang items for rfc2229 migrations) - rust-lang#86789 (Update BTreeSet::drain_filter documentation) - rust-lang#86838 (Checking that function is const if marked with rustc_const_unstable) - rust-lang#86903 (Fix small headers display) - rust-lang#86913 (Document rustdoc with `--document-private-items`) - rust-lang#86957 (Update .mailmap file) - rust-lang#86971 (mailmap: Add alternative addresses for myself) Failed merges: - rust-lang#86869 (Account for capture kind in auto traits migration) r? `@ghost` `@rustbot` modify labels: rollup
Fixes #84954.
Needs #84953 to be merged first (I cherry-picked its commits to have CI pass).(done)r? @Aaron1011