-
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 3 pull requests #101519
Rollup of 3 pull requests #101519
Commits on May 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1266099 - Browse repository at this point
Copy the full SHA 1266099View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c69055 - Browse repository at this point
Copy the full SHA 5c69055View commit details -
Configuration menu - View commit details
-
Copy full SHA for b998d82 - Browse repository at this point
Copy the full SHA b998d82View commit details
Commits on Sep 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1d3aab7 - Browse repository at this point
Copy the full SHA 1d3aab7View commit details -
Use tcx.hir() utils for spans in MIR building.
This corrects the `span_with_body` in the case of closures, which was incorrectly shortened to the `def_span`.
Configuration menu - View commit details
-
Copy full SHA for 520bee4 - Browse repository at this point
Copy the full SHA 520bee4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d0f244 - Browse repository at this point
Copy the full SHA 7d0f244View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7999207 - Browse repository at this point
Copy the full SHA 7999207View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6cf3ec - Browse repository at this point
Copy the full SHA e6cf3ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for c51c33e - Browse repository at this point
Copy the full SHA c51c33eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7089bed - Browse repository at this point
Copy the full SHA 7089bedView commit details -
Configuration menu - View commit details
-
Copy full SHA for bbe27e7 - Browse repository at this point
Copy the full SHA bbe27e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6eddb03 - Browse repository at this point
Copy the full SHA 6eddb03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 850090d - Browse repository at this point
Copy the full SHA 850090dView commit details
Commits on Sep 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ac4121a - Browse repository at this point
Copy the full SHA ac4121aView commit details
Commits on Sep 7, 2022
-
Rollup merge of rust-lang#93873 - Stovent:big-ints, r=m-ou-se
Reimplement `carrying_add` and `borrowing_sub` for signed integers. As per the discussion in rust-lang#85532, this PR reimplements `carrying_add` and `borrowing_sub` for signed integers. It also adds unit tests for both unsigned and signed integers, emphasing on the behaviours of the methods.
Configuration menu - View commit details
-
Copy full SHA for 33bc548 - Browse repository at this point
Copy the full SHA 33bc548View commit details -
Rollup merge of rust-lang#101086 - cjgillot:thir-param, r=oli-obk
Compute information about function parameters on THIR This avoids some manipulation of typeck results while building MIR.
Configuration menu - View commit details
-
Copy full SHA for dbcd465 - Browse repository at this point
Copy the full SHA dbcd465View commit details -
Rollup merge of rust-lang#101455 - thomcc:why-is-this-here, r=jyn514
Avoid UB in the Windows filesystem code in... bootstrap? This basically a subset of the changes from rust-lang#101171. I didn't think to look in src/bootstrap for more windows filesystem API usage, which was apparently a mistake on my part. It's kinda goofy that stuff like this is in here, but what are you gonna do, computers are awful. I also added `winbase` to the `winapi` dep -- I tested this in a tmp crate but needed to add this to your Cargo.toml -- you `use winapi::stuff::winbase` in this function, but are relying on something else turning on that feature.
Configuration menu - View commit details
-
Copy full SHA for eb3b53f - Browse repository at this point
Copy the full SHA eb3b53fView commit details