-
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 6 pull requests #104935
Rollup of 6 pull requests #104935
Commits on Nov 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1767f9f - Browse repository at this point
Copy the full SHA 1767f9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 480f850 - Browse repository at this point
Copy the full SHA 480f850View commit details
Commits on Nov 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 69d562d - Browse repository at this point
Copy the full SHA 69d562dView commit details -
[llvm-wrapper] adapt for LLVM API change
Adapt for the LLVM API changes from llvm/llvm-project@721f975#diff-5a347903b8412ed1b1b1948c3fce47f9a6ff05dc70bfaeedb6d06b622e399d91.
Configuration menu - View commit details
-
Copy full SHA for e5ccd27 - Browse repository at this point
Copy the full SHA e5ccd27View commit details -
rustdoc: remove no-op CSS
#help dt { display: block }
`display: block` is the [default UA style] for dt. [default UA style]: https://html.spec.whatwg.org/multipage/rendering.html#lists
Configuration menu - View commit details
-
Copy full SHA for 20cb41f - Browse repository at this point
Copy the full SHA 20cb41fView commit details -
Configuration menu - View commit details
-
Copy full SHA for aaa1db6 - Browse repository at this point
Copy the full SHA aaa1db6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c9b30e - Browse repository at this point
Copy the full SHA 3c9b30eView commit details -
Refine instruction_set inline rules
Previously an exact match of the `instruction_set` attribute was required for an MIR inline to be considered. This change checks for an exact match *only* if the callee sets an `instruction_set` in the first place. When the callee does not declare an instruction set then it is considered to be platform agnostic code and it's allowed to be inline'd into the caller.
Configuration menu - View commit details
-
Copy full SHA for ea47943 - Browse repository at this point
Copy the full SHA ea47943View commit details
Commits on Nov 26, 2022
-
Rollup merge of rust-lang#104121 - Lokathor:mir-opt-when-instruction-…
…set-missing-on-callee, r=tmiasko Refine `instruction_set` MIR inline rules Previously an exact match of the `instruction_set` attribute was required for an MIR inline to be considered. This change checks for an exact match *only* if the callee sets an `instruction_set` in the first place. When the callee does not declare an instruction set then it is considered to be platform agnostic code and it's allowed to be inline'd into the caller. cc ``@oli-obk`` [Edit] Zulip Context: https://rust-lang.zulipchat.com/#narrow/stream/189540-t-compiler.2Fwg-mir-opt/topic/What.20exactly.20does.20the.20MIR.20optimizer.20do.3F
Configuration menu - View commit details
-
Copy full SHA for 4733312 - Browse repository at this point
Copy the full SHA 4733312View commit details -
Rollup merge of rust-lang#104675 - SarthakSingh31:issue-101666, r=jyn514
Unsupported query error now specifies if its unsupported for local or external crate Fixes rust-lang#101666. I had to move `keys.rs` from `rustc_query_impl` to `rustc_middle`. I don't know if that is problematic. I couldn't think of any other way to get the needed information inside `rustc_middle`. r? ```@jyn514```
Configuration menu - View commit details
-
Copy full SHA for 42010a2 - Browse repository at this point
Copy the full SHA 42010a2View commit details -
Rollup merge of rust-lang#104839 - HintringerFabian:docs_array_from_f…
…n, r=scottmcm improve array_from_fn documenation Improves array::from_fn documentation Fixes rust-lang#102609 There were also unresolved comments from [this PR rust-lang#100462](rust-lang#100462), which have been added to my PR
Configuration menu - View commit details
-
Copy full SHA for 1fc83ae - Browse repository at this point
Copy the full SHA 1fc83aeView commit details -
Rollup merge of rust-lang#104880 - krasimirgg:llvm-16-ctx, r=cuviper
[llvm-wrapper] adapt for LLVM API change Adapt for the LLVM API changes from llvm/llvm-project@721f975. Found via our experimental rust + llvm @ HEAD bot: https://buildkite.com/llvm-project/rust-llvm-integrate-prototype/builds/15203#0184ae73-5169-4b9b-92f4-d4e6e9b86ad9/194-531
Configuration menu - View commit details
-
Copy full SHA for 0f28e40 - Browse repository at this point
Copy the full SHA 0f28e40View commit details -
Rollup merge of rust-lang#104899 - notriddle:notriddle/help-dt, r=Gui…
…llaumeGomez rustdoc: remove no-op CSS `#help dt { display: block }` `display: block` is the [default UA style] for dt. [default UA style]: https://html.spec.whatwg.org/multipage/rendering.html#lists
Configuration menu - View commit details
-
Copy full SHA for 8586544 - Browse repository at this point
Copy the full SHA 8586544View commit details -
Rollup merge of rust-lang#104906 - spastorino:remove-ascribeusertypec…
…x, r=compiler-errors Remove AscribeUserTypeCx r? ``@compiler-errors`` This basically inlines `AscribeUserTypeCx::relate_mir_and_user_ty` into `type_op_ascribe_user_type_with_span` which is the only place where it's used and makes direct use of `ObligationCtxt` API.
Configuration menu - View commit details
-
Copy full SHA for 1fe18a5 - Browse repository at this point
Copy the full SHA 1fe18a5View commit details