-
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
Rollup of 10 pull requests #107161
Rollup of 10 pull requests #107161
Commits on Jan 2, 2023
-
llvm-wrapper: adapt for LLVM API change
No functional changes intended. The LLVM commit llvm/llvm-project@e6b0221 added `TargetExtTyID` to the `TypeID` enum. This adapts `RustWrapper` accordingly.
Configuration menu - View commit details
-
Copy full SHA for 799fa60 - Browse repository at this point
Copy the full SHA 799fa60View commit details
Commits on Jan 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 13e25b8 - Browse repository at this point
Copy the full SHA 13e25b8View commit details
Commits on Jan 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fe96c11 - Browse repository at this point
Copy the full SHA fe96c11View commit details
Commits on Jan 18, 2023
-
Re-enable building rust-analyzer on riscv64
It was disabled in rust-lang#75103 due to an LLVM bug, but followup comments have confirmed that it builds fine on Fedora with LLVM 15.
Configuration menu - View commit details
-
Copy full SHA for f6d8abf - Browse repository at this point
Copy the full SHA f6d8abfView commit details
Commits on Jan 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fa7d17d - Browse repository at this point
Copy the full SHA fa7d17dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3cfe97 - Browse repository at this point
Copy the full SHA d3cfe97View commit details
Commits on Jan 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ec3da87 - Browse repository at this point
Copy the full SHA ec3da87View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8f8adf - Browse repository at this point
Copy the full SHA d8f8adfView commit details
Commits on Jan 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8742fd9 - Browse repository at this point
Copy the full SHA 8742fd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 397e4b1 - Browse repository at this point
Copy the full SHA 397e4b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 372ad13 - Browse repository at this point
Copy the full SHA 372ad13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2489889 - Browse repository at this point
Copy the full SHA 2489889View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6a411c - Browse repository at this point
Copy the full SHA d6a411cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 444cbcd - Browse repository at this point
Copy the full SHA 444cbcdView commit details -
Rollup merge of rust-lang#106113 - krasimirgg:llvm-16-ext-tyid, r=nikic
llvm-wrapper: adapt for LLVM API change No functional changes intended. The LLVM commit llvm/llvm-project@e6b0221 added `TargetExtTyID` to the `TypeID` enum. This adapts `RustWrapper` accordingly.
Configuration menu - View commit details
-
Copy full SHA for 79d33b7 - Browse repository at this point
Copy the full SHA 79d33b7View commit details -
Rollup merge of rust-lang#106144 - tgross35:patch-1, r=Mark-Simulacrum
Improve the documentation of `black_box` There don't seem to be many great resources on how `black_box` should be used, so I added some information here
Configuration menu - View commit details
-
Copy full SHA for 66aa7d8 - Browse repository at this point
Copy the full SHA 66aa7d8View commit details -
Rollup merge of rust-lang#106578 - compiler-errors:recursive-opaque-c…
…losure, r=TaKO8Ki Label closure captures/generator locals that make opaque types recursive cc rust-lang#46415 (comment)
Configuration menu - View commit details
-
Copy full SHA for b41d8d8 - Browse repository at this point
Copy the full SHA b41d8d8View commit details -
Rollup merge of rust-lang#106935 - TaKO8Ki:fix-104440, r=cjgillot
Fix `SingleUseLifetime` ICE Fixes rust-lang#104440 cc: `@matthiaskrgr`
Configuration menu - View commit details
-
Copy full SHA for 0facfcb - Browse repository at this point
Copy the full SHA 0facfcbView commit details -
Rollup merge of rust-lang#107015 - cuviper:ra-riscv64, r=Mark-Simulacrum
Re-enable building rust-analyzer on riscv64 It was disabled in rust-lang#75103 due to an LLVM bug, but followup comments have confirmed that it builds fine on Fedora with LLVM 15. r? `@Mark-Simulacrum` cc `@matklad` `@davidlt`
Configuration menu - View commit details
-
Copy full SHA for cb2f0fb - Browse repository at this point
Copy the full SHA cb2f0fbView commit details -
Rollup merge of rust-lang#107029 - albertlarsan68:patch-2, r=Mark-Sim…
…ulacrum Add new bootstrap members to triagebot.toml `@ozkanonur` if you want to be assigned to review PRs too, just post a message to this thread. Should a `T-bootstrap` label be created, since `src/tools/tidy` is assigned to the `bootstrap` members, but labeled `A-testsuite` (and not `A-bootstrap`) ? cc `@jyn514`
Configuration menu - View commit details
-
Copy full SHA for 24bcb15 - Browse repository at this point
Copy the full SHA 24bcb15View commit details -
Rollup merge of rust-lang#107085 - tmiasko:custom-mir-operators, r=ol…
…i-obk Custom MIR: Support binary and unary operations Lower binary and unary operations directly to corresponding unchecked MIR operations. Ultimately this might not be syntax we want, but it allows for experimentation in the meantime. r? ```@oli-obk``` ```@JakobDegen```
Configuration menu - View commit details
-
Copy full SHA for fba722a - Browse repository at this point
Copy the full SHA fba722aView commit details -
Rollup merge of rust-lang#107102 - compiler-errors:new-solver-new-can…
…didats-4, r=lcnr Implement some more predicates in the new solver Implement a few more goals. The subtype goal specifically is important, since it's required for this code to compile: ``` fn main() { let mut x = vec![]; x.push(1i32); } ``` (I think we emit a subtype goal here because of coercion). Drive-by: Also implements `--compare-mode=next-solver` -- I've been using this locally a lot to find out what works and what doesn't. I'm also happy to split this out into another PR. r? `@lcnr`
Configuration menu - View commit details
-
Copy full SHA for 0f0bfed - Browse repository at this point
Copy the full SHA 0f0bfedView commit details -
Rollup merge of rust-lang#107114 - Erk-:add-absolute-note-to-path-joi…
…n, r=m-ou-se Add note about absolute paths to Path::join The note already exists on `PathBuf::push`, but I think it is good to have it on `Path::join` as well since it can cause issues if you are not careful with your input.
Configuration menu - View commit details
-
Copy full SHA for 9f0f792 - Browse repository at this point
Copy the full SHA 9f0f792View commit details -
Rollup merge of rust-lang#107152 - GuillaumeGomez:migrate-to-css-var,…
… r=notriddle Migrate scraped-examples top and bottom "borders" to CSS variables r? `@notriddle`
Configuration menu - View commit details
-
Copy full SHA for 6a040d7 - Browse repository at this point
Copy the full SHA 6a040d7View commit details