-
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 #116902
Rollup of 4 pull requests #116902
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 54eef16 - Browse repository at this point
Copy the full SHA 54eef16View 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 973d589 - Browse repository at this point
Copy the full SHA 973d589View commit details -
Rollup merge of rust-lang#116493 - compiler-errors:coinductive-cycle-…
…lint, r=lcnr Bump `COINDUCTIVE_OVERLAP_IN_COHERENCE` to deny + warn in deps 1.73 is the first place this shows up in stable (recall that there was only 1 regression), so let's bump this to deny on nightly. r? lcnr
Configuration menu - View commit details
-
Copy full SHA for 955e596 - Browse repository at this point
Copy the full SHA 955e596View 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 db51824 - Browse repository at this point
Copy the full SHA db51824View commit details -
Rollup merge of rust-lang#116883 - blyxyas:fix-mailmap, r=Nilstrieb
Change my name in mailmap I changed some things about my distro (my GPG key, along with the git username). This PR sets my committer name as `blyxyas` for those commits so that it is the same as my reviewer name in `thanks`.
Configuration menu - View commit details
-
Copy full SHA for 8924fdd - Browse repository at this point
Copy the full SHA 8924fddView 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 64e0e6b - Browse repository at this point
Copy the full SHA 64e0e6bView commit details