-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Rollup of 8 pull requests #106786
Rollup of 8 pull requests #106786
Commits on Jan 4, 2023
-
[LSDA] Take ttype_index into account when taking action
If cs_action != 0, we should check the ttype_index field in action record. If ttype_index == 0, a clean up action is taken.
Configuration menu - View commit details
-
Copy full SHA for 3453415 - Browse repository at this point
Copy the full SHA 3453415View commit details
Commits on Jan 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 04a6975 - Browse repository at this point
Copy the full SHA 04a6975View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8333e5c - Browse repository at this point
Copy the full SHA 8333e5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4926eb - Browse repository at this point
Copy the full SHA d4926ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93ef4b3 - Browse repository at this point
Copy the full SHA 93ef4b3View commit details
Commits on Jan 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 46f9e87 - Browse repository at this point
Copy the full SHA 46f9e87View commit details -
Revert "Make nested RPITIT inherit the parent opaque's generics." and…
… adjust test This reverts commit e2d41f4.
Configuration menu - View commit details
-
Copy full SHA for 0a2b55d - Browse repository at this point
Copy the full SHA 0a2b55dView commit details -
Mark ZST as FFI-safe if all its fields are PhantomData
Modify the linting behavior and add the corresponding regression test
Configuration menu - View commit details
-
Copy full SHA for 797f247 - Browse repository at this point
Copy the full SHA 797f247View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdf9900 - Browse repository at this point
Copy the full SHA bdf9900View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86168c3 - Browse repository at this point
Copy the full SHA 86168c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2633d5f - Browse repository at this point
Copy the full SHA 2633d5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 675640c - Browse repository at this point
Copy the full SHA 675640cView commit details -
Exclude formatting commit from blame
Excludes rust-lang@c34fbfa to make Git blame a bit more useful.
Configuration menu - View commit details
-
Copy full SHA for 5b51a8e - Browse repository at this point
Copy the full SHA 5b51a8eView commit details -
Rollup merge of rust-lang#105795 - nicholasbishop:bishop-stabilize-ef…
…iapi, r=joshtriplett Stabilize `abi_efiapi` feature Tracking issue: rust-lang#65815 Closes rust-lang#65815
Yuki Okushi authoredJan 12, 2023 Configuration menu - View commit details
-
Copy full SHA for fa8f77a - Browse repository at this point
Copy the full SHA fa8f77aView commit details -
Rollup merge of rust-lang#106446 - bzEq:fix-unwind-lsda, r=Amanieu
[LSDA] Take ttype_index into account when taking unwind action If `cs_action != 0`, we should check the `ttype_index` field in action record. If `ttype_index == 0`, a clean up action is taken; otherwise catch action is taken. This can fix unwind failure on AIX which uses LLVM's libunwind by default. IIUC, rust's LSDA is borrowed from c++ and I'm assuming itanium-cxx-abi https://itanium-cxx-abi.github.io/cxx-abi/exceptions.pdf should be followed, so the fix follows what libcxxabi does. See https://github.com/llvm/llvm-project/blob/ec48682ce9f61d056361c5095f21e930b8365661/libcxxabi/src/cxa_personality.cpp#L152 for use of `ttype_index`.
Yuki Okushi authoredJan 12, 2023 Configuration menu - View commit details
-
Copy full SHA for 3f21b81 - Browse repository at this point
Copy the full SHA 3f21b81View commit details -
Rollup merge of rust-lang#106675 - krtab:fix_improper_ctypes, r=david…
…twco Mark ZST as FFI-safe if all its fields are PhantomData This presents one possible solution to issue: rust-lang#106629. This is my first (tentative) contribution to the compiler itself. I'm looking forward for comments and feedback Closes: rust-lang#106629
Yuki Okushi authoredJan 12, 2023 Configuration menu - View commit details
-
Copy full SHA for 19ba430 - Browse repository at this point
Copy the full SHA 19ba430View commit details -
Rollup merge of rust-lang#106740 - petar-dambovaliev:float-iterator-h…
…int, r=Nilstrieb Adding a hint on iterator type errors Issue reference rust-lang#106728 - [x] add a case in the attribute - [x] add a test closes rust-lang#106728
Yuki Okushi authoredJan 12, 2023 Configuration menu - View commit details
-
Copy full SHA for 7e5d477 - Browse repository at this point
Copy the full SHA 7e5d477View commit details -
Rollup merge of rust-lang#106741 - GuillaumeGomez:reexport-doc-hidden…
…, r=notriddle Fix reexport of `doc(hidden)` item Part of rust-lang#59368. It doesn't fix the `doc(inline)` nor the `doc(hidden)` on macro. I'll do it in a follow-up PR. r? `@notriddle`
Yuki Okushi authoredJan 12, 2023 Configuration menu - View commit details
-
Copy full SHA for ea45b3e - Browse repository at this point
Copy the full SHA ea45b3eView commit details -
Rollup merge of rust-lang#106759 - compiler-errors:revert-105255, r=c…
…jgillot Revert "Make nested RPITIT inherit the parent opaque's generics." This reverts commit e2d41f4, and adjusts the `tests/ui/async-await/in-trait/nested-rpit.rs` test. r? `@cjgillot` fixes rust-lang#106332, manually verified because it had no minimization :/ reopens rust-lang#105197 cc rust-lang#106729
Yuki Okushi authoredJan 12, 2023 Configuration menu - View commit details
-
Copy full SHA for bbb2a22 - Browse repository at this point
Copy the full SHA bbb2a22View commit details -
Rollup merge of rust-lang#106772 - michaelwoerister:triagebot-rotatio…
…n, r=wesleywiser Re-add mw to review rotation r? `@wesleywiser`
Yuki Okushi authoredJan 12, 2023 Configuration menu - View commit details
-
Copy full SHA for 174c6c7 - Browse repository at this point
Copy the full SHA 174c6c7View commit details -
Rollup merge of rust-lang#106778 - RReverser:patch-1, r=dtolnay
Exclude formatting commit from blame Excludes rust-lang@c34fbfa (cc `@dtolnay)` to make Git blame a bit more useful.
Yuki Okushi authoredJan 12, 2023 Configuration menu - View commit details
-
Copy full SHA for 8dc8e3c - Browse repository at this point
Copy the full SHA 8dc8e3cView commit details