-
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 6 pull requests #100120
Rollup of 6 pull requests #100120
Commits on Jul 26, 2022
-
Use TraitEngine in more places that don't specifically need Fulfillme…
…ntCtxt::new_in_snapshot
Configuration menu - View commit details
-
Copy full SHA for 58f107a - Browse repository at this point
Copy the full SHA 58f107aView commit details
Commits on Jul 29, 2022
-
Recover from c++ style
enum struct
new error message: `enum` and `struct` are mutually exclusive new suggestion: replace `enum struct` with `enum`
Configuration menu - View commit details
-
Copy full SHA for 254b89d - Browse repository at this point
Copy the full SHA 254b89dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ad06f1 - Browse repository at this point
Copy the full SHA 0ad06f1View commit details
Commits on Aug 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e98b0e8 - Browse repository at this point
Copy the full SHA e98b0e8View commit details
Commits on Aug 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f74d06c - Browse repository at this point
Copy the full SHA f74d06cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 28f24eb - Browse repository at this point
Copy the full SHA 28f24ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b37a79 - Browse repository at this point
Copy the full SHA 6b37a79View commit details -
Configuration menu - View commit details
-
Copy full SHA for c643007 - Browse repository at this point
Copy the full SHA c643007View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e8abe7 - Browse repository at this point
Copy the full SHA 1e8abe7View commit details
Commits on Aug 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 16a3601 - Browse repository at this point
Copy the full SHA 16a3601View commit details -
Add items to
DocAliasBadLocation
check error match arm- Added `Impl`, `Closure`, ForeignMod` targets - `Target::name` changed for `Target::Impl` - Error output for `Target::ForeignMod` changed to "foreign module"
Configuration menu - View commit details
-
Copy full SHA for 2be0094 - Browse repository at this point
Copy the full SHA 2be0094View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78adc01 - Browse repository at this point
Copy the full SHA 78adc01View commit details -
Add support for link-flavor rust-lld for iOS, tvOS and watchOS
This adds support for rust-lld for Apple *OS targets. This was tested against targets "aarch64-apple-ios" and "aarch64-apple-ios-sim". For targets "armv7-apple-ios" and "armv7s-apple-ios", it doesn't link because of "symbols.o" not being generated with the correct CPU subtype (changes in the "object" crate needs to be done to support it).
Configuration menu - View commit details
-
Copy full SHA for 78bbe57 - Browse repository at this point
Copy the full SHA 78bbe57View commit details -
Rollup merge of rust-lang#98771 - Thog:rust-lld-apple-target, r=petro…
…chenkov Add support for link-flavor rust-lld for iOS, tvOS and watchOS This adds support for rust-lld for Apple *OS targets. This was tested against targets ``aarch64-apple-ios`` and ``aarch64-apple-ios-sim`` with [a simple test program](https://github.com/Thog/rust-lld-apple-target_test). It currently doesn't work with targets ``armv7-apple-ios`` and ``armv7s-apple-ios`` because of ``symbols.o`` not being generated with the correct CPU subtype. This will require changes in the ``object`` crate to expose an API. As ``ld64.lld`` requires ``-platform_version`` with the minimal version supported and an sdk version, I made ``rustc_target::apple_base`` public to get access to ``*os_deployment_target`` helper functions and also added ``tvos_deployment_target`` as it was missing.
Configuration menu - View commit details
-
Copy full SHA for 7b0360e - Browse repository at this point
Copy the full SHA 7b0360eView commit details -
Rollup merge of rust-lang#98835 - aliemjay:relate_closure_substs, r=n…
…ikomatsakis relate `closure_substs.parent_substs()` to parent fn in NLL Fixes rust-lang#98589 The discrepancy between early- and late-bound lifetimes is because we map early-bound lifetimes into those found in the `closure_substs` while late-bound lifetimes are mapped into liberated free regions: https://github.com/rust-lang/rust/blob/5f98537eb7b5f42c246a52c550813c3cff336069/compiler/rustc_borrowck/src/universal_regions.rs#L255-L261 r? `@rust-lang/types`
Configuration menu - View commit details
-
Copy full SHA for 88e9417 - Browse repository at this point
Copy the full SHA 88e9417View commit details -
Rollup merge of rust-lang#99746 - compiler-errors:more-trait-engine, …
…r=jackh726 Use `TraitEngine` in more places that don't specifically need `FulfillmentContext::new_in_snapshot` Not sure if this change is worthwhile, but couldn't hurt re: chalkification r? types
Configuration menu - View commit details
-
Copy full SHA for 0de7f75 - Browse repository at this point
Copy the full SHA 0de7f75View commit details -
Rollup merge of rust-lang#99786 - obeis:issue-99625, r=compiler-errors
Recover from C++ style `enum struct` Closes rust-lang#99625
Configuration menu - View commit details
-
Copy full SHA for 9c18fdc - Browse repository at this point
Copy the full SHA 9c18fdcView commit details -
Rollup merge of rust-lang#99795 - compiler-errors:delay-specializatio…
…n-normalize-error, r=spastorino Delay a bug when failed to normalize trait ref during specialization The error messages still kinda suck here but they don't ICE anymore... Fixes rust-lang#45814 Fixes rust-lang#43037 r? types
Configuration menu - View commit details
-
Copy full SHA for 02fcec2 - Browse repository at this point
Copy the full SHA 02fcec2View commit details -
Rollup merge of rust-lang#100029 - hdelc:master, r=cjgillot
Prevent ICE for `doc_alias` on match arm, statement, expression Fixes rust-lang#99777. This is a pretty minimal fix that should be safe, since rustdoc doesn't generate documentation for match arms, statements, or expressions. I mentioned in the linked issue that the `doc_alias` target checking should probably be improved to avoid future ICEs, but as a new contributor, I'm not confident enough with the HIR types to make a larger change.
Configuration menu - View commit details
-
Copy full SHA for f8e6617 - Browse repository at this point
Copy the full SHA f8e6617View commit details