-
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 #110275
Rollup of 6 pull requests #110275
Commits on Apr 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for afd45c2 - Browse repository at this point
Copy the full SHA afd45c2View commit details
Commits on Apr 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5eb0528 - Browse repository at this point
Copy the full SHA 5eb0528View commit details
Commits on Apr 12, 2023
-
- require `TypeErrCtxt` to always result in an error - move `resolve_regions_and_report_errors` to the `ObligationCtxt` - merge `process_registered_region_obligations` into `resolve_regions`
Configuration menu - View commit details
-
Copy full SHA for a19adef - Browse repository at this point
Copy the full SHA a19adefView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc82ccb - Browse repository at this point
Copy the full SHA cc82ccbView commit details -
Configuration menu - View commit details
-
Copy full SHA for cdd9829 - Browse repository at this point
Copy the full SHA cdd9829View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0d3d32 - Browse repository at this point
Copy the full SHA c0d3d32View commit details
Commits on Apr 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9b0ceb4 - Browse repository at this point
Copy the full SHA 9b0ceb4View commit details -
Make
Region::as_var
infallible.It's what all the call sites require.
Configuration menu - View commit details
-
Copy full SHA for c802694 - Browse repository at this point
Copy the full SHA c802694View commit details -
Remove
impl ToRegionVid for RegionVid
.It's weird and unnecessary.
Configuration menu - View commit details
-
Copy full SHA for 411422f - Browse repository at this point
Copy the full SHA 411422fView commit details -
It is only implemented for `Region`, where it is equivalent to the inherent `as_var` method.
Configuration menu - View commit details
-
Copy full SHA for bbc4009 - Browse repository at this point
Copy the full SHA bbc4009View commit details -
Remove some unused type folders.
I'm surprised the compiler doesn't warn about these. It appears having an `impl` on a struct is enough to avoid a warning about it never being constructed.
Configuration menu - View commit details
-
Copy full SHA for 72605cd - Browse repository at this point
Copy the full SHA 72605cdView commit details -
Rollup merge of rust-lang#110072 - joshtriplett:stabilize-is-terminal…
…, r=Mark-Simulacrum Stabilize IsTerminal FCP completed in rust-lang#98070 . closes: rust-lang#98070
Configuration menu - View commit details
-
Copy full SHA for 6161fb8 - Browse repository at this point
Copy the full SHA 6161fb8View commit details -
Rollup merge of rust-lang#110195 - compiler-errors:issue-110052, r=al…
…iemjay Erase lifetimes above `ty::INNERMOST` when probing ambiguous types Turns out that `TyCtxt::replace_escaping_bound_vars_uncached` only erases bound vars exactly at `ty::INNERMOST`, and not everything above. This regresses the suggestions for non-lifetime binders, but oh well, I don't really care about those. Fixes rust-lang#110052
Configuration menu - View commit details
-
Copy full SHA for 958413c - Browse repository at this point
Copy the full SHA 958413cView commit details -
Rollup merge of rust-lang#110218 - nnethercote:rm-ToRegionVid, r=comp…
…iler-errors Remove `ToRegionVid` r? ```@compiler-errors```
Configuration menu - View commit details
-
Copy full SHA for 35c4ea5 - Browse repository at this point
Copy the full SHA 35c4ea5View commit details -
Rollup merge of rust-lang#110220 - lcnr:regionzz, r=compiler-errors
cleanup our region error API - require `TypeErrCtxt` to always result in an error, closing rust-lang#108810 - move `resolve_regions_and_report_errors` to the `ObligationCtxt` - call `process_registered_region_obligations` in `resolve_regions` - move `resolve_regions` into the `outlives` submodule - add `#[must_use]` to functions returning lists of errors r? types
Configuration menu - View commit details
-
Copy full SHA for 6f1500a - Browse repository at this point
Copy the full SHA 6f1500aView commit details -
Rollup merge of rust-lang#110234 - marc0246:btree-insert-after-fix, r…
…=cuviper Fix btree `CursorMut::insert_after` check Fixes a check inside `BTreeMap`'s `CursorMut::insert_after`, where it would peek the previous element to check whether the inserted key is below the next one, instead of peeking the next element.
Configuration menu - View commit details
-
Copy full SHA for 209e6d9 - Browse repository at this point
Copy the full SHA 209e6d9View commit details -
Rollup merge of rust-lang#110262 - justincredible:patch-1, r=ChrisDenton
Update unwind_safe.rs Typo in the documentation.
Configuration menu - View commit details
-
Copy full SHA for b14730f - Browse repository at this point
Copy the full SHA b14730fView commit details