-
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 4 pull requests #116934
Rollup of 4 pull requests #116934
Commits on Oct 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e8857d0 - Browse repository at this point
Copy the full SHA e8857d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1c5a1d - Browse repository at this point
Copy the full SHA c1c5a1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60c9544 - Browse repository at this point
Copy the full SHA 60c9544View commit details
Commits on Oct 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2d144d2 - Browse repository at this point
Copy the full SHA 2d144d2View commit details -
Rollup merge of rust-lang#116837 - oli-obk:smir_run_macro, r=spastorino
Avoid having `rustc_smir` depend on `rustc_interface` or `rustc_driver` This is done by moving all the logic into a macro that performs the entire "run" operation in one go. This makes rust-lang#116806 obsolete as a follow up we should make the macro usable without manually having to write ```rust #[macro_use] extern crate rustc_smir; extern crate stable_mir; extern crate rustc_driver; extern crate rustc_interface; use rustc_smir::rustc_internal; ``` in every crate that uses the macro. r? ```@spastorino```
Configuration menu - View commit details
-
Copy full SHA for eb6ecf9 - Browse repository at this point
Copy the full SHA eb6ecf9View commit details -
Rollup merge of rust-lang#116896 - cjgillot:single-inline, r=oli-obk
Only check in a single place if a pass is enabled. Fixes rust-lang#116294
Configuration menu - View commit details
-
Copy full SHA for eebbe24 - Browse repository at this point
Copy the full SHA eebbe24View commit details -
Rollup merge of rust-lang#116906 - compiler-errors:version-0, r=oli-obk
Use v0.0.0 in compiler crates I may be totally off base here, but my understanding is that it's conventional to use v0.0.0 to reflect the unversioned nature of the compiler crates. Fix that for some of the compiler crates that were created recently.
Configuration menu - View commit details
-
Copy full SHA for b857bb3 - Browse repository at this point
Copy the full SHA b857bb3View commit details -
Rollup merge of rust-lang#116921 - Fenex:fix/bootstrap-setup-info-msg…
…, r=compiler-errors fix(bootstrap) info message show correct path now running `./x setup tools` showed me a note with incorrect path
Configuration menu - View commit details
-
Copy full SHA for 3d04d6f - Browse repository at this point
Copy the full SHA 3d04d6fView commit details