-
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 5 pull requests #132269
Rollup of 5 pull requests #132269
Commits on Oct 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d216d6a - Browse repository at this point
Copy the full SHA d216d6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb08e08 - Browse repository at this point
Copy the full SHA cb08e08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a39247 - Browse repository at this point
Copy the full SHA 1a39247View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3bf50e - Browse repository at this point
Copy the full SHA e3bf50eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cfbe23 - Browse repository at this point
Copy the full SHA 7cfbe23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26b6ccd - Browse repository at this point
Copy the full SHA 26b6ccdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bd84b2 - Browse repository at this point
Copy the full SHA 4bd84b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82bfe05 - Browse repository at this point
Copy the full SHA 82bfe05View commit details -
Rollup merge of rust-lang#130259 - adwinwhite:lower-node-id-once, r=c…
…jgillot Lower AST node id only once Fixes rust-lang#96346. I basically followed the given instructions except the inline part. `lower_jump_destination` can't reuse local existing `HirId` due to unknown name resolution result so I created an additional mapping for labels. r? `@cjgillot`
Configuration menu - View commit details
-
Copy full SHA for 93dd589 - Browse repository at this point
Copy the full SHA 93dd589View commit details -
Rollup merge of rust-lang#132247 - workingjubilee:add-rustc-abi-to-sm…
…ir, r=celinval stable_mir: Directly use types from rustc_abi In most cases, rustc_target is not necessary, so use rustc_abi instead of its reexports.
Configuration menu - View commit details
-
Copy full SHA for 83ea825 - Browse repository at this point
Copy the full SHA 83ea825View commit details -
Rollup merge of rust-lang#132258 - GuillaumeGomez:variant-structfield…
…s-margins, r=notriddle [rustdoc] Unify variant struct fields margins with struct fields As discussed in rust-lang#132220. | before | after | |-|-| | ![image](https://github.com/user-attachments/assets/d8d8336d-7fe4-45fb-a5a5-36a4023223f5) | ![Screenshot from 2024-10-28 11-17-24](https://github.com/user-attachments/assets/9d0d9633-b857-45b4-9217-7d0d1aa8f770) | r? `@notriddle`
Configuration menu - View commit details
-
Copy full SHA for f0f1127 - Browse repository at this point
Copy the full SHA f0f1127View commit details -
Rollup merge of rust-lang#132260 - Zalathar:type-safe-cast, r=compile…
…r-errors cg_llvm: Use a type-safe helper to cast `&str` and `&[u8]` to `*const c_char` In `rustc_codegen_llvm` there are many uses of `.as_ptr().cast()` to convert a string or byte-slice to `*const c_char`, which then gets passed through FFI. This works, but is fragile, because there's nothing constraining the pointer cast to actually be from `u8` to `c_char`. If the original value changes to something else that has an `as_ptr` method, or the context changes to expect something other than `c_char`, the cast will silently do the wrong thing. By making the cast more explicit via a helper method, we can be sure that it will either perform the intended cast, or fail at compile time.
Configuration menu - View commit details
-
Copy full SHA for 4a907c1 - Browse repository at this point
Copy the full SHA 4a907c1View commit details -
Rollup merge of rust-lang#132261 - ChrisCho-H:refactor/cleaner-check-…
…none, r=compiler-errors refactor: cleaner check to return None It's very nit change. Refactor to shorten verbose check when returning None for `backend_feature_name`.
Configuration menu - View commit details
-
Copy full SHA for 09417c7 - Browse repository at this point
Copy the full SHA 09417c7View commit details