- Nov 06, 2018
-
-
bors authored
1.30.1 stable release I believe this includes all of the relevant pieces from https://github.com/rust-lang/rust/issues/55594. Backports all proceeded smoothly. cc @rust-lang/release
-
Mark Rousskov authored
-
Mark Rousskov authored
-
Mark Rousskov authored
-
Oliver Scherer authored
-
bors authored
Remove `cargo new --edition` from release notes. This was removed at the last minute (#55315, https://github.com/rust-lang/cargo/pull/6216). Apologies for not catching this.
-
bors authored
overlook overflows in rustdoc trait solving Context: The new rustdoc "auto trait" feature walks across impls and tries to run trait solving on them with a lot of unconstrained variables. This is prone to overflows. These overflows used to cause an ICE because of a caching bug (fixed in this PR). But even once that is fixed, it means that rustdoc causes an overflow rather than generating docs. This PR therefore adds a new helper that propagates the overflow error out. This requires rustdoc to then decide what to do when it encounters such an overflow: technically, an overflow represents neither "yes" nor "no", but rather a failure to make a decision. I've decided to opt on the side of treating this as "yes, implemented", since rustdoc already takes an optimistic view. This may prove to include too many items, but I *suspect* not. We could probably reduce the rate of overflows by unifying more of the parameters from the impl -- right now we only seem to consider the self type. Moreover, in the future, as we transition to Chalk, overflow errors are expected to just "go away" (in some cases, though, queries might return an ambiguous result). Fixes #52873 cc @QuietMisdreavus -- this is the stuff we were talking about earlier cc @GuillaumeGomez -- this supersedes #53687
-
Corey Farwell authored
Co-Authored-By:
steveklabnik <steve@steveklabnik.com>
-
Steve Klabnik authored
We're gonna link to nightly as this didn't make it into the corresponding stable.
-
- Oct 24, 2018
-
-
Pietro Albini authored
-
Pietro Albini authored
-
Pietro Albini authored
-
Pietro Albini authored
This reverts commit 4d1ec818.
-
Pietro Albini authored
This reverts commit 7f6b6089.
-
Carol (Nichols || Goulding) authored
I was reading through the release notes to find something and noticed some small grammatical and consistency issues.
- Oct 23, 2018
-
-
kryptan authored
-
Zack M. Davis authored
It would be kind of embarrassing to ship with the "issue TBD" message!
- Oct 18, 2018
-
-
bors authored
[beta] Rollup backports Merged and approved: * #54300: Updated RELEASES.md for 1.30.0 * #54939: rustdoc: don't prefer dynamic linking in doc tests * #54671: resolve: Scale back hard-coded extern prelude additions on 2015 edition * #55102: resolve: Do not skip extern prelude during speculative resolution r? @ghost
-
Vadim Petrochenkov authored
-
Vadim Petrochenkov authored
-
Vadim Petrochenkov authored
-
Vadim Petrochenkov authored
This reverts commit e90985ac.
-
Alex Crichton authored
-
Felix S. Klock II authored
-
Erin Power authored
-
- Oct 12, 2018
-
-
bors authored
[beta] Bump bootstrap compiler to 1.29.2 r? @Mark-Simulacrum
-
Pietro Albini authored
-
- Oct 09, 2018
-
-
bors authored
[beta] back out #53793 - stabilize outlives requirements Fixes #54467 for beta, looks like a less risky fix than #54701
-
- Oct 08, 2018
-
-
Ghost authored
-
Ghost authored
-
Alex Crichton authored
This reverts commit 6ce76aca.
-
Alex Crichton authored
This reverts commit 11e488b6.
-
Alex Crichton authored
This reverts commit 1a1a7f61.
-
Alex Crichton authored
This reverts commit 1908892d.
-
Alex Crichton authored
This reverts commit 21d2a6c9.
-
Pietro Albini authored
- Oct 06, 2018
-
-
Ariel Ben-Yehuda authored
-