-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Comparing changes
Open a pull request
base repository: rust-lang/rust
base: 7d025f4b8
head repository: rust-lang/rust
compare: 1861fb587
- 15 commits
- 92 files changed
- 10 contributors
Commits on Apr 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7ef7f38 - Browse repository at this point
Copy the full SHA 7ef7f38View commit details -
fix my unit test that was horrendously wrong
and add one for non-mut slicing since I touched that method too
Configuration menu - View commit details
-
Copy full SHA for bbfc486 - Browse repository at this point
Copy the full SHA bbfc486View commit details -
Revert stabilization of
feature(never_type)
.This commit is just covering the feature gate itself and the tests that made direct use of `!` and thus need to opt back into the feature. A follow on commit brings back the other change that motivates the revert: Namely, going back to the old rules for falling back to `()`.
Configuration menu - View commit details
-
Copy full SHA for 1bc6989 - Browse repository at this point
Copy the full SHA 1bc6989View commit details -
Bring back old fallback semantics: Without feature(never_type), fallb…
…ack to `()`, not `!`. Note that this commit, since it is trying to be minimal in order to ease backporting to the beta and release channels, does *not* include the old future-proofing warnings that we used to have associated with such fallback to `()`; see discussion at this comment: #49691 (comment)
Configuration menu - View commit details
-
Copy full SHA for e7c614b - Browse repository at this point
Copy the full SHA e7c614bView commit details -
Revert "Stabilize the TryFrom and TryInto traits"
This reverts commit e53a2a7.
Configuration menu - View commit details
-
Copy full SHA for d8cd933 - Browse repository at this point
Copy the full SHA d8cd933View commit details -
Configuration menu - View commit details
-
Copy full SHA for c04b020 - Browse repository at this point
Copy the full SHA c04b020View commit details
Commits on Apr 23, 2018
-
Configuration menu - View commit details
-
Copy full SHA for eab568c - Browse repository at this point
Copy the full SHA eab568cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ca8ce9 - Browse repository at this point
Copy the full SHA 1ca8ce9View commit details -
Auto merge of #50175 - michaelwoerister:backport-e31dae4, r=alexcrichton
[beta] Backport - Improve assertion in Query::force(). Follow up to #49695 (comment) r? @alexcrichton
Configuration menu - View commit details
-
Copy full SHA for d7c60a1 - Browse repository at this point
Copy the full SHA d7c60a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5181002 - Browse repository at this point
Copy the full SHA 5181002View commit details
Commits on Apr 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 210d7fc - Browse repository at this point
Copy the full SHA 210d7fcView commit details -
The error messages differ between optimized and nonoptimized mode
Configuration menu - View commit details
-
Copy full SHA for 6308cc8 - Browse repository at this point
Copy the full SHA 6308cc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 731c704 - Browse repository at this point
Copy the full SHA 731c704View commit details -
Configuration menu - View commit details
-
Copy full SHA for 656d825 - Browse repository at this point
Copy the full SHA 656d825View commit details -
Auto merge of #50224 - pietroalbini:beta-backports, r=alexcrichton
Configuration menu - View commit details
-
Copy full SHA for 1861fb5 - Browse repository at this point
Copy the full SHA 1861fb5View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 7d025f4b8...1861fb587