-
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 16 pull requests #58361
Rollup of 16 pull requests #58361
Commits on Jan 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7cdcdb5 - Browse repository at this point
Copy the full SHA 7cdcdb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5581207 - Browse repository at this point
Copy the full SHA 5581207View commit details
Commits on Jan 18, 2019
-
Use
to_ne_bytes
for converting IPv4Address to octetsIt is easier and it should be also faster, because `to_ne_bytes` just calls `mem::transmute`.
Configuration menu - View commit details
-
Copy full SHA for 87f5a98 - Browse repository at this point
Copy the full SHA 87f5a98View commit details
Commits on Jan 26, 2019
-
Tiny improvement to docs for
core::convert
.This is not really significant, accept or reject as you wish. I just want to make sure I understand how the PR process works and I'm doing it right before doing a bigger one for rust-lang#33417.
Configuration menu - View commit details
-
Copy full SHA for b4d3c87 - Browse repository at this point
Copy the full SHA b4d3c87View commit details
Commits on Feb 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for bd4df0c - Browse repository at this point
Copy the full SHA bd4df0cView commit details
Commits on Feb 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4deb595 - Browse repository at this point
Copy the full SHA 4deb595View commit details
Commits on Feb 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1d05f81 - Browse repository at this point
Copy the full SHA 1d05f81View commit details
Commits on Feb 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 541503a - Browse repository at this point
Copy the full SHA 541503aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b962ecc - Browse repository at this point
Copy the full SHA b962eccView commit details
Commits on Feb 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for caf7126 - Browse repository at this point
Copy the full SHA caf7126View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66adf52 - Browse repository at this point
Copy the full SHA 66adf52View commit details -
Configuration menu - View commit details
-
Copy full SHA for a01efbc - Browse repository at this point
Copy the full SHA a01efbcView commit details
Commits on Feb 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3a3691f - Browse repository at this point
Copy the full SHA 3a3691fView commit details -
Configuration menu - View commit details
-
Copy full SHA for adb3300 - Browse repository at this point
Copy the full SHA adb3300View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55f90c7 - Browse repository at this point
Copy the full SHA 55f90c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74e97f3 - Browse repository at this point
Copy the full SHA 74e97f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29354dd - Browse repository at this point
Copy the full SHA 29354ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for c20357a - Browse repository at this point
Copy the full SHA c20357aView commit details -
Configuration menu - View commit details
-
Copy full SHA for eaf81c2 - Browse repository at this point
Copy the full SHA eaf81c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1d82ac - Browse repository at this point
Copy the full SHA b1d82acView commit details -
Rollup merge of rust-lang#57259 - king6cong:master, r=alexcrichton
Update reference of rlibc crate to compiler-builtins crate None
Configuration menu - View commit details
-
Copy full SHA for e917f8b - Browse repository at this point
Copy the full SHA e917f8bView commit details -
Rollup merge of rust-lang#57740 - JakubOnderka:ipv4addr-to_ne_bytes, …
…r=scottmcm Use `to_ne_bytes` for converting IPv4Addr to octets It is easier and it should be also faster, because [`to_ne_bytes`](https://doc.rust-lang.org/std/primitive.u32.html#method.to_ne_bytes) just calls `mem::transmute`.
Configuration menu - View commit details
-
Copy full SHA for d9f9780 - Browse repository at this point
Copy the full SHA d9f9780View commit details -
Rollup merge of rust-lang#57926 - icefoxen:test-doc-pr, r=frewsxcv
Tiny expansion to docs for `core::convert`. This is not really significant, accept or reject as you wish. I just want to make sure I understand how the PR process works and that I'm doing it right before doing a bigger one for rust-lang#33417.
Configuration menu - View commit details
-
Copy full SHA for 82e051b - Browse repository at this point
Copy the full SHA 82e051bView commit details -
Rollup merge of rust-lang#58157 - h-michael:cargo-lock, r=alexcrichton
Add Cargo.lock automatically adding message If I execute `cargo +nightly fix`, this change always occurs; cc rust-lang#58099 r? @Centril
Configuration menu - View commit details
-
Copy full SHA for a74e4f7 - Browse repository at this point
Copy the full SHA a74e4f7View commit details -
Rollup merge of rust-lang#58203 - euclio:rustdoc-async, r=GuillaumeGomez
rustdoc: display sugared return types for async functions Fixes rust-lang#58027.
Configuration menu - View commit details
-
Copy full SHA for cdbd07c - Browse repository at this point
Copy the full SHA cdbd07cView commit details -
Rollup merge of rust-lang#58243 - GuillaumeGomez:trait-alias-docs, r=…
…Manishearth Add trait alias support in rustdoc Fixes rust-lang#57595. r? @QuietMisdreavus
Configuration menu - View commit details
-
Copy full SHA for adf516b - Browse repository at this point
Copy the full SHA adf516bView commit details -
Rollup merge of rust-lang#58262 - taiki-e:must_use, r=estebank
Add #[must_use] message to Fn* traits This PR adds `#[must_use]` message to `Fn*` traits. Related: rust-lang#57549 r? @estebank
Configuration menu - View commit details
-
Copy full SHA for 112629b - Browse repository at this point
Copy the full SHA 112629bView commit details -
Rollup merge of rust-lang#58295 - RalfJung:stdio, r=alexcrichton
std::sys::unix::stdio: explain why we do into_raw I was quite puzzled why someone would call `into_raw` and then ignore the result.
Configuration menu - View commit details
-
Copy full SHA for d59ca59 - Browse repository at this point
Copy the full SHA d59ca59View commit details -
Rollup merge of rust-lang#58297 - GuillaumeGomez:cleanup-js, r=QuietM…
…isdreavus Cleanup JS a bit r? @QuietMisdreavus
Configuration menu - View commit details
-
Copy full SHA for d5a8b24 - Browse repository at this point
Copy the full SHA d5a8b24View commit details -
Rollup merge of rust-lang#58317 - hayekr:patch-1, r=frewsxcv
Some writing improvement, conciseness of intro Made unstable-features doc more concise in the introduction paragraph
Configuration menu - View commit details
-
Copy full SHA for f4e7bc5 - Browse repository at this point
Copy the full SHA f4e7bc5View commit details -
Rollup merge of rust-lang#58324 - RalfJung:fn-ptr-eq, r=oli-obk
miri: give non-generic functions a stable address This makes Miri correctly handle format string parameters despite rust-lang#58320. Matching Miri PR: rust-lang/miri#626 r? @oli-obk
Configuration menu - View commit details
-
Copy full SHA for a09aa0f - Browse repository at this point
Copy the full SHA a09aa0fView commit details -
Rollup merge of rust-lang#58332 - RalfJung:miri-copy-nonoverlapping, …
…r=oli-obk operand-to-place copies should never be overlapping This seems to just work (verified with the Miri test suite). r? @oli-obk
Configuration menu - View commit details
-
Copy full SHA for c3aa847 - Browse repository at this point
Copy the full SHA c3aa847View commit details -
Rollup merge of rust-lang#58345 - RalfJung:2nd-filename, r=matthewjasper
When there are multiple filenames, print what got interpreted as filenames I have written code that crafts command lines for rustc, and when I get "multiple input filenames provided" it can be quite hard to figure out where in this long list of arguments the mistake is hiding. Probably I passed an argument to a flag that does not expect an argument, but which flag would that be? This changes the error message to print the first two filenames, to make it easier to debug what is going on.
Configuration menu - View commit details
-
Copy full SHA for 53e9a65 - Browse repository at this point
Copy the full SHA 53e9a65View commit details -
Rollup merge of rust-lang#58346 - RalfJung:rpath-pop, r=Mark-Simulacrum
rpath computation: explain why we pop() I was quite confused by this code until I got a debug log of what is going on.
Configuration menu - View commit details
-
Copy full SHA for 9ccfb74 - Browse repository at this point
Copy the full SHA 9ccfb74View commit details -
Rollup merge of rust-lang#58350 - petrochenkov:embed, r=frewsxcv
Fix failing tidy (line endings on Windows) Updates to `embedded-book` including rust-embedded/book#127.
Configuration menu - View commit details
-
Copy full SHA for 585f9a7 - Browse repository at this point
Copy the full SHA 585f9a7View commit details -
Rollup merge of rust-lang#58352 - RalfJung:macro, r=oli-obk
miri value visitor: use `?` in macro
Configuration menu - View commit details
-
Copy full SHA for d792cef - Browse repository at this point
Copy the full SHA d792cefView commit details