-
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 #97873
Rollup of 5 pull requests #97873
Commits on Jun 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e1f0736 - Browse repository at this point
Copy the full SHA e1f0736View commit details
Commits on Jun 7, 2022
-
Specify DWARF alignment in bits, not bytes.
In DWARF, alignment of types is specified in bits, as is made clear by the parameter name `AlignInBits`. However, `rustc` was incorrectly passing a byte alignment. This commit fixes that. This was noticed in upstream LLVM when I tried to check in a test consisting of LLVM IR generated from `rustc` and it triggered assertions [1]. [1]: https://reviews.llvm.org/D126835
Configuration menu - View commit details
-
Copy full SHA for fe533e8 - Browse repository at this point
Copy the full SHA fe533e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a22aad3 - Browse repository at this point
Copy the full SHA a22aad3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e6ed67 - Browse repository at this point
Copy the full SHA 1e6ed67View commit details -
Configuration menu - View commit details
-
Copy full SHA for b239611 - Browse repository at this point
Copy the full SHA b239611View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ae69f8 - Browse repository at this point
Copy the full SHA 4ae69f8View commit details
Commits on Jun 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6ee7e35 - Browse repository at this point
Copy the full SHA 6ee7e35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b58e63 - Browse repository at this point
Copy the full SHA 2b58e63View commit details -
Rollup merge of rust-lang#97276 - JohnTitor:stabilize-const-intrinsic…
…-copy, r=dtolnay Stabilize `const_intrinsic_copy` FCP has been completed: rust-lang#80697 (comment) Closes rust-lang#80697
Configuration menu - View commit details
-
Copy full SHA for f6b04ad - Browse repository at this point
Copy the full SHA f6b04adView commit details -
Rollup merge of rust-lang#97763 - RalfJung:fallible-cast, r=lcnr
Allow ptr_from_addr_cast to fail This is needed for rust-lang/miri#2133: I would like to have an option in Miri to error when a int2ptr cast is executed.
Configuration menu - View commit details
-
Copy full SHA for 29c6f5f - Browse repository at this point
Copy the full SHA 29c6f5fView commit details -
Rollup merge of rust-lang#97846 - pcwalton:align-bits, r=michaelwoeri…
…ster Specify DWARF alignment in bits, not bytes. In DWARF, alignment of types is specified in bits, as is made clear by the parameter name `AlignInBits`. However, `rustc` was incorrectly passing a byte alignment. This commit fixes that. This was noticed in upstream LLVM when I tried to check in a test consisting of LLVM IR generated from `rustc` and it triggered assertions [1]. [1]: https://reviews.llvm.org/D126835
Configuration menu - View commit details
-
Copy full SHA for 82a1d79 - Browse repository at this point
Copy the full SHA 82a1d79View commit details -
Rollup merge of rust-lang#97848 - spastorino:universal-lowering-refac…
…tor-1, r=cjgillot Impl Traits lowering minor refactors This are unrelated changes on my RPIT refactor that may be better to merge before opening the main PR. r? `@cjgillot` cc `@nikomatsakis`
Configuration menu - View commit details
-
Copy full SHA for 770583c - Browse repository at this point
Copy the full SHA 770583cView commit details -
Rollup merge of rust-lang#97865 - lcnr:bb-BorrowckMode, r=Dylan-DPC
remove `BorrowckMode` dead code after rust-lang#95565
Configuration menu - View commit details
-
Copy full SHA for 5d1a366 - Browse repository at this point
Copy the full SHA 5d1a366View commit details