-
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 14 pull requests #62704
Rollup of 14 pull requests #62704
Commits on Jul 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ff67b90 - Browse repository at this point
Copy the full SHA ff67b90View commit details
Commits on Jul 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 224757f - Browse repository at this point
Copy the full SHA 224757fView commit details
Commits on Jul 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4c1332a - Browse repository at this point
Copy the full SHA 4c1332aView commit details
Commits on Jul 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4e1d467 - Browse repository at this point
Copy the full SHA 4e1d467View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84dfb2c - Browse repository at this point
Copy the full SHA 84dfb2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7459f3 - Browse repository at this point
Copy the full SHA b7459f3View commit details
Commits on Jul 14, 2019
-
Don't drop DiagnosticBuilder if parsing fails
If the explicitly given type of a `self` parameter fails to parse correctly, we need to propagate the error rather than dropping it and causing an ICE. Fixes rust-lang#62660.
Configuration menu - View commit details
-
Copy full SHA for 7111328 - Browse repository at this point
Copy the full SHA 7111328View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5db7827 - Browse repository at this point
Copy the full SHA 5db7827View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb3aa4c - Browse repository at this point
Copy the full SHA cb3aa4cView commit details -
Actually call
visit_block_entry
inDataflowResultsConsumer
Previously, this callback was never actually called.
Configuration menu - View commit details
-
Copy full SHA for 2ce227d - Browse repository at this point
Copy the full SHA 2ce227dView commit details
Commits on Jul 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0c981e0 - Browse repository at this point
Copy the full SHA 0c981e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c221e93 - Browse repository at this point
Copy the full SHA c221e93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 009c4a7 - Browse repository at this point
Copy the full SHA 009c4a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e8e18e - Browse repository at this point
Copy the full SHA 6e8e18eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85d76a1 - Browse repository at this point
Copy the full SHA 85d76a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04cb314 - Browse repository at this point
Copy the full SHA 04cb314View commit details -
SGX target: don't pretend to be GNU/Linux to LLVM
Jethro Beekman committedJul 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 35c248f - Browse repository at this point
Copy the full SHA 35c248fView commit details -
Rollup merge of rust-lang#62103 - RalfJung:debug-assert, r=alexcrichton
Add debug assertions to write_bytes and copy* Looks like @nitnelave went MIA in rust-lang#58783, so I am re-submitting their PR, tweaked just a bit. I took care to preserve commit authorship. Cc rust-lang#53871
Configuration menu - View commit details
-
Copy full SHA for f940617 - Browse repository at this point
Copy the full SHA f940617View commit details -
Rollup merge of rust-lang#62405 - hellow554:patch-1, r=varkor
Remove never_type feature requirement for exhaustive patterns I **think** this resolves rust-lang#51221 At least for me, it doesn't ICE anymore and all tests are still passing, so LGTM
Configuration menu - View commit details
-
Copy full SHA for 99e7328 - Browse repository at this point
Copy the full SHA 99e7328View commit details -
Rollup merge of rust-lang#62491 - GuillaumeGomez:fix-pin-urls-for-opt…
…ion, r=QuietMisdreavus Fix Pin urls in Option documentation Fixes the following situation: ![Screenshot from 2019-07-08 13-24-59](https://user-images.githubusercontent.com/3050060/60806822-55dfdc00-a184-11e9-9ee3-279e82fc92bd.png) r? @QuietMisdreavus
Configuration menu - View commit details
-
Copy full SHA for d6f0c0c - Browse repository at this point
Copy the full SHA d6f0c0cView commit details -
Rollup merge of rust-lang#62533 - GuillaumeGomez:missing-urls-CannotR…
…eallocInPlace, r=QuietMisdreavus Add missing links for CannotReallocInPlace type r? @QuietMisdreavus
Configuration menu - View commit details
-
Copy full SHA for 64ceba7 - Browse repository at this point
Copy the full SHA 64ceba7View commit details -
Rollup merge of rust-lang#62634 - llogiq:uninit-array-docs, r=RalfJung
Less unsafe in the array example of MaybeUninit docs I believe this is an acceptable way to initialize elements of `[MaybeUninit<T>; _]` arrays. Miri agrees. Conceptually, we are working at the array level, above the `MaybeUninit`, and as we are replacing it wholesale, this should pose no problem to soundness. And the code is easier to read. r? @RalfJung
Configuration menu - View commit details
-
Copy full SHA for caf10b5 - Browse repository at this point
Copy the full SHA caf10b5View commit details -
Rollup merge of rust-lang#62639 - immunant:invariant_valistimpl, r=eddyb
Make VaListImpl<'f> invariant over the 'f lifetime After doing some research on variance and going back to look at `VaList` and `VaListImpl`, I realized that `VaList<'a, 'f>` is invariant over the `'f` lifetime (and covariant over `'a`), but `VaListImpl<'f>` isn't invariant but probably should be. This patch makes `VaListImpl<'f>` invariant over `'f`. r? @eddyb cc @dlrobertson
Configuration menu - View commit details
-
Copy full SHA for ee81940 - Browse repository at this point
Copy the full SHA ee81940View commit details -
Rollup merge of rust-lang#62646 - estebank:wording, r=petrochenkov
Tweak wording in feature gate errors
Configuration menu - View commit details
-
Copy full SHA for 4efdff7 - Browse repository at this point
Copy the full SHA 4efdff7View commit details -
Rollup merge of rust-lang#62662 - DutchGhost:fix_space, r=sfackler
add spaces in front of trait requirements in libcore/cell.rs Adds spaces before trait requirements in `libcore/cell.rs`.
Configuration menu - View commit details
-
Copy full SHA for aa48010 - Browse repository at this point
Copy the full SHA aa48010View commit details -
Rollup merge of rust-lang#62668 - goodmanjonathan:fix-62660, r=estebank
Fix rust-lang#62660 If the explicitly given type of a `self` parameter fails to parse correctly, we need to propagate the error rather than dropping it and causing an ICE. Fixes rust-lang#62660.
Configuration menu - View commit details
-
Copy full SHA for f9576a6 - Browse repository at this point
Copy the full SHA f9576a6View commit details -
Rollup merge of rust-lang#62673 - RalfJung:validity-msg, r=oli-obk
miri validation: better error messages for dangling references Cc @oli-obk
Configuration menu - View commit details
-
Copy full SHA for 879c610 - Browse repository at this point
Copy the full SHA 879c610View commit details -
Rollup merge of rust-lang#62680 - ecstatic-morse:fix-dataflow-results…
…-consumer, r=matthewjasper Actually call `visit_block_entry` in `DataflowResultsConsumer` This fixes a trivial bug in `DataflowResultsConsumer`: `visit_block_entry` is never called when visiting dataflow results. A previous version of rust-lang#62547 used this API and included this fix, but it has since switched to `DataflowResultsCursor` making this commit irrelevant.
Configuration menu - View commit details
-
Copy full SHA for 83ead58 - Browse repository at this point
Copy the full SHA 83ead58View commit details -
Rollup merge of rust-lang#62685 - nathanwhit:as_ref_suggest_fix, r=es…
…tebank Add info about undefined behavior to as_ref suggestions Fixes rust-lang#61786. A very small fix, but suggestions on wording/content are welcomed.
Configuration menu - View commit details
-
Copy full SHA for 40a7443 - Browse repository at this point
Copy the full SHA 40a7443View commit details -
Rollup merge of rust-lang#62689 - 0e4ef622:patch-1, r=Xanewok
Fix typo in RawWaker::new documentation poiner -> pointer
Configuration menu - View commit details
-
Copy full SHA for ba3deeb - Browse repository at this point
Copy the full SHA ba3deebView commit details -
Rollup merge of rust-lang#62698 - jethrogb:jb/sgx-llvm-target, r=alex…
…crichton SGX target: don't pretend to be GNU/Linux to LLVM See rust-lang#62592 & rust-lang/compiler-builtins#303 r? @alexcrichton
Configuration menu - View commit details
-
Copy full SHA for da0c8fe - Browse repository at this point
Copy the full SHA da0c8feView commit details