-
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 22 pull requests #52882
Rollup of 22 pull requests #52882
Commits on Apr 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 4c2e314 - Browse repository at this point
Copy the full SHA 4c2e314View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c7ea4c - Browse repository at this point
Copy the full SHA 6c7ea4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 527e84f - Browse repository at this point
Copy the full SHA 527e84fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b812d44 - Browse repository at this point
Copy the full SHA b812d44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bf9fbc - Browse repository at this point
Copy the full SHA 2bf9fbcView commit details -
moved #![feature(inner_deref) to from libcore crate to libcore tests …
…crate to enable related tests
Configuration menu - View commit details
-
Copy full SHA for 8aa049e - Browse repository at this point
Copy the full SHA 8aa049eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1712448 - Browse repository at this point
Copy the full SHA 1712448View commit details
Commits on Apr 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c025fde - Browse repository at this point
Copy the full SHA c025fdeView commit details
Commits on May 3, 2018
-
Added comments providing justification for support of calling deref_*…
… with wrong variant
Configuration menu - View commit details
-
Copy full SHA for e1d5509 - Browse repository at this point
Copy the full SHA e1d5509View commit details
Commits on May 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6a78c0a - Browse repository at this point
Copy the full SHA 6a78c0aView commit details
Commits on Jul 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for acdafa0 - Browse repository at this point
Copy the full SHA acdafa0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b81ee0b - Browse repository at this point
Copy the full SHA b81ee0bView commit details
Commits on Jul 19, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d70bc8f - Browse repository at this point
Copy the full SHA d70bc8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d3ba6e - Browse repository at this point
Copy the full SHA 9d3ba6eView commit details -
AMDGPU ignores
noinline
when it slapsalwaysinline
everywhere.Allow target specs to disable that attribute.
Configuration menu - View commit details
-
Copy full SHA for 3170507 - Browse repository at this point
Copy the full SHA 3170507View commit details -
Configuration menu - View commit details
-
Copy full SHA for d992a94 - Browse repository at this point
Copy the full SHA d992a94View commit details
Commits on Jul 23, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ed5edcb - Browse repository at this point
Copy the full SHA ed5edcbView commit details
Commits on Jul 26, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7fb0a52 - Browse repository at this point
Copy the full SHA 7fb0a52View commit details
Commits on Jul 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 922bf1d - Browse repository at this point
Copy the full SHA 922bf1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f87f78 - Browse repository at this point
Copy the full SHA 5f87f78View commit details
Commits on Jul 29, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b6d3143 - Browse repository at this point
Copy the full SHA b6d3143View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea25cf1 - Browse repository at this point
Copy the full SHA ea25cf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ccd7ee - Browse repository at this point
Copy the full SHA 9ccd7eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90165b8 - Browse repository at this point
Copy the full SHA 90165b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9845ee0 - Browse repository at this point
Copy the full SHA 9845ee0View commit details
Commits on Jul 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2b25ee0 - Browse repository at this point
Copy the full SHA 2b25ee0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2994b27 - Browse repository at this point
Copy the full SHA 2994b27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56016cb - Browse repository at this point
Copy the full SHA 56016cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c57deb9 - Browse repository at this point
Copy the full SHA c57deb9View commit details -
Revert "Stabilize to_bytes and from_bytes for integers."
This reverts commit c8f9b84.
Configuration menu - View commit details
-
Copy full SHA for f162438 - Browse repository at this point
Copy the full SHA f162438View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8d1dc8 - Browse repository at this point
Copy the full SHA f8d1dc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa7d7d0 - Browse repository at this point
Copy the full SHA aa7d7d0View commit details -
rustc: Disallow machine applicability in foreign macros
Recent changes to lints disallowed lints from being emitted against code located in foreign macros, except for future-incompatible lints. For a future incompatible lint, however, the automatic suggestions may not be applicable! This commit updates this code path to force all applicability suggestions made to foreign macros to never be `MachineApplicable`. This should avoid rustfix actually attempting fixing these suggestions, causing non-compiling code to be produced. Closes rust-lang/cargo#5799
Configuration menu - View commit details
-
Copy full SHA for ca762ba - Browse repository at this point
Copy the full SHA ca762baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a86938 - Browse repository at this point
Copy the full SHA 7a86938View commit details -
Configuration menu - View commit details
-
Copy full SHA for d933174 - Browse repository at this point
Copy the full SHA d933174View commit details -
Fix wrong issue number in the test name
Mikhail Modin committedJul 30, 2018 Configuration menu - View commit details
-
Copy full SHA for b6b025b - Browse repository at this point
Copy the full SHA b6b025bView commit details -
Remove the unstable std_unicode crate, deprecated since 1.27
Its former contents are now in libcore.
Configuration menu - View commit details
-
Copy full SHA for d8b3c83 - Browse repository at this point
Copy the full SHA d8b3c83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ca77f7 - Browse repository at this point
Copy the full SHA 4ca77f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbbcecb - Browse repository at this point
Copy the full SHA cbbcecbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5f1f70 - Browse repository at this point
Copy the full SHA d5f1f70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 620c4fd - Browse repository at this point
Copy the full SHA 620c4fdView commit details -
Rollup merge of rust-lang#50267 - humanenginuity:master, r=alexcrichton
inner_deref PR tracking issue: rust-lang#50264
Configuration menu - View commit details
-
Copy full SHA for c180736 - Browse repository at this point
Copy the full SHA c180736View commit details -
Rollup merge of rust-lang#52340 - cypher:document-from-trait-in-ffi, …
…r=steveklabnik Document From trait implementations for OsStr, OsString, CString, and CStr As part of issue rust-lang#51430 (cc @skade). The allocation and copy claims should be double-checked. r? @steveklabnik
Configuration menu - View commit details
-
Copy full SHA for e427459 - Browse repository at this point
Copy the full SHA e427459View commit details -
Rollup merge of rust-lang#52514 - DiamondLovesYou:amdgpu-fixes, r=nagisa
Fix a few AMDGPU related issues * AMDGPU ignores `noinline` and sadly doesn't clear the attribute when it slaps `alwaysinline` on everything, * an AMDGPU related load bit range metadata assertion, * I didn't enable the `amdgpu` component in the `librustc_llvm` build script, * Add AMDGPU call abi info.
Configuration menu - View commit details
-
Copy full SHA for 2d4e714 - Browse repository at this point
Copy the full SHA 2d4e714View commit details -
Rollup merge of rust-lang#52630 - Mark-Simulacrum:rustdoc-cleanup-2, …
…r=QuietMisdreavus Delete unused code in rustdoc Also hid the unused crate exports of rustdoc. This is technically a breaking change but we don't even ship librustdoc in the sysroot so I don't expect breakage.
Configuration menu - View commit details
-
Copy full SHA for a928975 - Browse repository at this point
Copy the full SHA a928975View commit details -
Rollup merge of rust-lang#52732 - SimonSapin:spring, r=Mark-Simulacrum
Remove unstable and deprecated APIs
Configuration menu - View commit details
-
Copy full SHA for 0b8f644 - Browse repository at this point
Copy the full SHA 0b8f644View commit details -
Rollup merge of rust-lang#52745 - commandline:master, r=oli-obk
Update clippy to latest master r? @oli-obk There is a regression in the version in current nightly that falsely lints `println!` and `writeln!` that use named arguments, thinking all rhs values for the argument expressions are literals even when they are not. This update includes the fix for that.
Configuration menu - View commit details
-
Copy full SHA for a3304e7 - Browse repository at this point
Copy the full SHA a3304e7View commit details -
Rollup merge of rust-lang#52756 - alexcrichton:cap-applicable, r=oli-obk
rustc: Disallow machine applicability in foreign macros Recent changes to lints disallowed lints from being emitted against code located in foreign macros, except for future-incompatible lints. For a future incompatible lint, however, the automatic suggestions may not be applicable! This commit updates this code path to force all applicability suggestions made to foreign macros to never be `MachineApplicable`. This should avoid rustfix actually attempting fixing these suggestions, causing non-compiling code to be produced. Closes rust-lang/cargo#5799
Configuration menu - View commit details
-
Copy full SHA for a46fc0b - Browse repository at this point
Copy the full SHA a46fc0bView commit details -
Rollup merge of rust-lang#52771 - matklad:patch-1, r=kennytm
Clarify thread::park semantics It took me quite some time to realize that the example is not actually racy, so let's clarify it? :-)
Configuration menu - View commit details
-
Copy full SHA for 1ffee37 - Browse repository at this point
Copy the full SHA 1ffee37View commit details -
Rollup merge of rust-lang#52821 - fukatani:gdb-vecdeque-print, r=mich…
…aelwoerister pretty print for std::collections::vecdeque I want pretty print function for VecDeque like Vec. ```rust use std::collections::VecDeque; fn main() { let mut d: VecDeque<i32> = VecDeque::new(); d.push_back(4); d.push_back(4); d.push_back(6); let mut v: Vec<i32> = Vec::new(); v.push(4); v.push(4); v.push(6); } ``` ``` (gdb) p v $1 = Vec<i32>(len: 3, cap: 4) = {4, 4, 6} (gdb) p d $2 = VecDeque<i32>(len: 3, cap: 8) = {4, 4, 6} ``` Thanks.
Configuration menu - View commit details
-
Copy full SHA for f56f07a - Browse repository at this point
Copy the full SHA f56f07aView commit details -
Rollup merge of rust-lang#52822 - MajorBreakfast:fix-from-local-waker…
…, r=cramertj Fix From<LocalWaker> This is a follow-up to rust-lang#52640 Fixes `From<LocalWaker>` which is affected by the same accidental drop bug (unless I'm totally mistaken) r? @cramertj
Configuration menu - View commit details
-
Copy full SHA for 30f0ab5 - Browse repository at this point
Copy the full SHA 30f0ab5View commit details -
Rollup merge of rust-lang#52824 - varkor:fix-llvm-ret-move-warnings, …
…r=rkruppe Fix -Wpessimizing-move warnings in rustllvm/PassWrapper These are producing warnings when building rustc (`warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]`).
Configuration menu - View commit details
-
Copy full SHA for 6e56dcd - Browse repository at this point
Copy the full SHA 6e56dcdView commit details -
Rollup merge of rust-lang#52825 - RalfJung:codegen, r=alexcrichton
Make sure rust-lang#47772 does not regress Mostly to make my life in rust-lang#52206 harder.^^ Or should I just add that test there?
Configuration menu - View commit details
-
Copy full SHA for 0fa7c12 - Browse repository at this point
Copy the full SHA 0fa7c12View commit details -
Rollup merge of rust-lang#52831 - dsciarra:rm-ref-to-author-file, r=a…
…lexcrichton remove references to AUTHORS.txt file Rust does not ship an AUTHORS.txt file anymore.
Configuration menu - View commit details
-
Copy full SHA for 1443991 - Browse repository at this point
Copy the full SHA 1443991View commit details -
Rollup merge of rust-lang#52835 - GuillaumeGomez:ice-rustdoc-links, r…
…=varkor Fix Alias intra doc ICE Fixes rust-lang#52611. cc @QuietMisdreavus r? @varkor
Configuration menu - View commit details
-
Copy full SHA for 9c10b79 - Browse repository at this point
Copy the full SHA 9c10b79View commit details -
Rollup merge of rust-lang#52842 - toidiu:ak-commentUpdate, r=estebank
update comment r? @joshtriplett Addressing comment: rust-lang#52761 (review)
Configuration menu - View commit details
-
Copy full SHA for 406c7f5 - Browse repository at this point
Copy the full SHA 406c7f5View commit details -
Rollup merge of rust-lang#52846 - kennytm:bootstrap-curl-timeout, r=M…
…ark-Simulacrum Add timeout to use of `curl` in bootstrap.py. Recently we've seen a lot of "30 minutes no output" spurious errors while downloading the bootstrap compiler. This added several timeout options so if the "30 minutes no output" errors were caused by connection or transfer issue, we could fail quicker for curl to retry.
Configuration menu - View commit details
-
Copy full SHA for 074127c - Browse repository at this point
Copy the full SHA 074127cView commit details -
Rollup merge of rust-lang#52850 - SimonSapin:unstablize, r=alexcrichton
Revert "Stabilize to_bytes and from_bytes for integers." This reverts commit c8f9b84 / PR rust-lang#51835, and reopens the tracking issue rust-lang#49792. These methods were stabilized in Rust 1.29, which is still in Nightly as of this writing. So my understanding is that it is still time to change our minds. Given the ongoing discussion in rust-lang#51919 about possibly renaming these APIs and since 1.29 goes to beta soon, I’d like to revert this stabilization for now until a decision is made in that PR. It’s possible that a decision will be made in time for 1.29, but there is no urgency. At most I expect this functionality to make it into 1.30.
Configuration menu - View commit details
-
Copy full SHA for 92c3e40 - Browse repository at this point
Copy the full SHA 92c3e40View commit details -
Rollup merge of rust-lang#52853 - RalfJung:bootstrap-help, r=alexcric…
…hton Improve bootstrap help on stages Cc @eddyb
Configuration menu - View commit details
-
Copy full SHA for cc107c7 - Browse repository at this point
Copy the full SHA cc107c7View commit details -
Rollup merge of rust-lang#52863 - steveklabnik:update-books, r=Mark-S…
…imulacrum update books for new release r? @Mark-Simulacrum
Configuration menu - View commit details
-
Copy full SHA for b5c3dbc - Browse repository at this point
Copy the full SHA b5c3dbcView commit details -
Rollup merge of rust-lang#52867 - matthiaskrgr:release_typos, r=Mark-…
…Simulacrum releases.md: fix 2 typos
Configuration menu - View commit details
-
Copy full SHA for 97cb818 - Browse repository at this point
Copy the full SHA 97cb818View commit details -
Rollup merge of rust-lang#52870 - cramertj:unpin-futureobj, r=aturon
Implement Unpin for FutureObj and LocalFutureObj cc @MajorBreakfast r? @aturon
Configuration menu - View commit details
-
Copy full SHA for 415cc0d - Browse repository at this point
Copy the full SHA 415cc0dView commit details -
Rollup merge of rust-lang#52878 - mikhail-m1:master, r=kennytm
Fix wrong issue number in the test name I made a mistake in previous PR rust-lang#52620, second issue number was wrong, changing from rust-lang#52133 to rust-lang#52113 r? @kennytm
Configuration menu - View commit details
-
Copy full SHA for baf6b76 - Browse repository at this point
Copy the full SHA baf6b76View commit details