-
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 #59949
Rollup of 16 pull requests #59949
Commits on Apr 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 968ea1c - Browse repository at this point
Copy the full SHA 968ea1cView commit details
Commits on Apr 5, 2019
-
It is now exactly equivalent to lookup_char_pos.
Configuration menu - View commit details
-
Copy full SHA for 63080b3 - Browse repository at this point
Copy the full SHA 63080b3View commit details
Commits on Apr 6, 2019
-
Add book.toml to tools/unstable, add copy_book_toml to scipt
Bastian Gruber committedApr 6, 2019 Configuration menu - View commit details
-
Copy full SHA for 1c3979c - Browse repository at this point
Copy the full SHA 1c3979cView commit details -
Remove copy_book_toml method in favor for copy_recursive
Bastian Gruber committedApr 6, 2019 Configuration menu - View commit details
-
Copy full SHA for 5ddb339 - Browse repository at this point
Copy the full SHA 5ddb339View commit details -
Bastian Gruber committed
Apr 6, 2019 Configuration menu - View commit details
-
Copy full SHA for 280277a - Browse repository at this point
Copy the full SHA 280277aView commit details
Commits on Apr 7, 2019
-
Change root path for unstable-book
Bastian Gruber committedApr 7, 2019 Configuration menu - View commit details
-
Copy full SHA for 34c1572 - Browse repository at this point
Copy the full SHA 34c1572View commit details
Commits on Apr 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b8e9da7 - Browse repository at this point
Copy the full SHA b8e9da7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b01844 - Browse repository at this point
Copy the full SHA 6b01844View commit details -
Explicit promotion is indistinguishable from explicit promotion
Implicit promotion on the other hand has very strict rules on what may be done
Configuration menu - View commit details
-
Copy full SHA for ec52065 - Browse repository at this point
Copy the full SHA ec52065View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3d5673 - Browse repository at this point
Copy the full SHA d3d5673View commit details -
Configuration menu - View commit details
-
Copy full SHA for c63b9ff - Browse repository at this point
Copy the full SHA c63b9ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae4717d - Browse repository at this point
Copy the full SHA ae4717dView commit details
Commits on Apr 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 03727a4 - Browse repository at this point
Copy the full SHA 03727a4View commit details -
- Make links relative. - Adjust links from old 2018-edition book. - Fix broken link in `let` docs.
Configuration menu - View commit details
-
Copy full SHA for 1ad46cd - Browse repository at this point
Copy the full SHA 1ad46cdView commit details
Commits on Apr 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6635fbe - Browse repository at this point
Copy the full SHA 6635fbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f97552 - Browse repository at this point
Copy the full SHA 2f97552View commit details -
Configuration menu - View commit details
-
Copy full SHA for 404df31 - Browse repository at this point
Copy the full SHA 404df31View commit details -
Configuration menu - View commit details
-
Copy full SHA for f10394a - Browse repository at this point
Copy the full SHA f10394aView commit details -
std: Add
{read,write}_vectored
for more typesThis commit implements the `{read,write}_vectored` methods on more types in the standard library, namely: * `std::fs::File` * `std::process::ChildStd{in,out,err}` * `std::io::Std{in,out,err}` * `std::io::Std{in,out,err}Lock` * `std::io::Std{in,out,err}Raw` Where supported the OS implementations hook up to native support, otherwise it falls back to the already-defaulted implementation.
Configuration menu - View commit details
-
Copy full SHA for acf3ddb - Browse repository at this point
Copy the full SHA acf3ddbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 825a11e - Browse repository at this point
Copy the full SHA 825a11eView commit details
Commits on Apr 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d7f5c50 - Browse repository at this point
Copy the full SHA d7f5c50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fd3f5a - Browse repository at this point
Copy the full SHA 6fd3f5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e149dc0 - Browse repository at this point
Copy the full SHA e149dc0View commit details
Commits on Apr 12, 2019
-
In
-Zprint-type-size
output, sort enum variants by size.It's useful to see the biggest variants first.
Configuration menu - View commit details
-
Copy full SHA for ca1ab3e - Browse repository at this point
Copy the full SHA ca1ab3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ce6645 - Browse repository at this point
Copy the full SHA 1ce6645View commit details -
This implements RFC 2480: * rust-lang/rfcs#2480 * https://github.com/rust-lang/rfcs/blob/master/text/2480-liballoc.md Closes rust-lang#27783
Configuration menu - View commit details
-
Copy full SHA for fc928a1 - Browse repository at this point
Copy the full SHA fc928a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b27bcc0 - Browse repository at this point
Copy the full SHA b27bcc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a9b214 - Browse repository at this point
Copy the full SHA 0a9b214View commit details
Commits on Apr 13, 2019
-
Rollup merge of rust-lang#59675 - SimonSapin:stable-alloc, r=alexcric…
…hton Stabilize the `alloc` crate. This implements RFC 2480: * rust-lang/rfcs#2480 * https://github.com/rust-lang/rfcs/blob/master/text/2480-liballoc.md Closes rust-lang#27783
Configuration menu - View commit details
-
Copy full SHA for bdb264f - Browse repository at this point
Copy the full SHA bdb264fView commit details -
Rollup merge of rust-lang#59708 - matthewjasper:double-closure-unused…
…-mut, r=pnkfelix Mark variables captured by reference as mutable correctly Closes rust-lang#59620 r? @pnkfelix
Configuration menu - View commit details
-
Copy full SHA for d5030e2 - Browse repository at this point
Copy the full SHA d5030e2View commit details -
Rollup merge of rust-lang#59735 - matklad:deadcode, r=sanxiyn
remove lookup_char_pos_adj It is now exactly equivalent to lookup_char_pos.
Configuration menu - View commit details
-
Copy full SHA for 056c02e - Browse repository at this point
Copy the full SHA 056c02eView commit details -
Rollup merge of rust-lang#59747 - gruberb:copy-book-toml-unstable-boo…
…k, r=ehuss Copy book.toml unstable book generator Solves rust-lang#59554 and adds a book title to the unstable book. I assume that [copy_recursive](https://github.com/rust-lang/rust/blob/acd8dd6a50d505057a7d7ad8d0d7a4c2bd274200/src/tools/unstable-book-gen/src/main.rs#L105) will take files regardless of their type (`.md` or `.toml`). Although I had a hard time time testing it. A second pair of eyes is definitely needed.
Configuration menu - View commit details
-
Copy full SHA for d34ebb4 - Browse repository at this point
Copy the full SHA d34ebb4View commit details -
Rollup merge of rust-lang#59796 - oli-obk:const_arg_ice, r=eddyb
Retire `IsNotConst` naming This naming scheme caused a lot of confusion lately (including ICEs) due to misrefactored code. Also clean up the initialization code for said flag. r? @eddyb previous discussions: rust-lang#58784 (comment) rust-lang#58403 (comment)
Configuration menu - View commit details
-
Copy full SHA for 37b76f2 - Browse repository at this point
Copy the full SHA 37b76f2View commit details -
Rollup merge of rust-lang#59804 - Zoxc:cleaner-jobserver, r=alexcrichton
Clean up jobserver integration cc @alexcrichton
Configuration menu - View commit details
-
Copy full SHA for 1888b55 - Browse repository at this point
Copy the full SHA 1888b55View commit details -
Rollup merge of rust-lang#59818 - crlf0710:eliminate_libstd_fnbox, r=…
…cramertj Eliminate `FnBox` usages from libstd.
Configuration menu - View commit details
-
Copy full SHA for 8ad17ec - Browse repository at this point
Copy the full SHA 8ad17ecView commit details -
Rollup merge of rust-lang#59830 - ehuss:keyword-links, r=Mark-Simulacrum
Fix links on keyword docs. - Make links relative. - Adjust links from old 2018-edition book. - Fix broken link in `let` docs.
Configuration menu - View commit details
-
Copy full SHA for 7158752 - Browse repository at this point
Copy the full SHA 7158752View commit details -
Rollup merge of rust-lang#59835 - lzutao:nonzero-signed, r=Mark-Simul…
…acrum Re-export NonZero signed variant in std Closes rust-lang#59834 .
Configuration menu - View commit details
-
Copy full SHA for 449697b - Browse repository at this point
Copy the full SHA 449697bView commit details -
Rollup merge of rust-lang#59852 - alexcrichton:more-vectored, r=sfackler
std: Add `{read,write}_vectored` for more types This commit implements the `{read,write}_vectored` methods on more types in the standard library, namely: * `std::fs::File` * `std::process::ChildStd{in,out,err}` * `std::io::Std{in,out,err}` * `std::io::Std{in,out,err}Lock` * `std::io::Std{in,out,err}Raw` Where supported the OS implementations hook up to native support, otherwise it falls back to the already-defaulted implementation.
Configuration menu - View commit details
-
Copy full SHA for a52fce7 - Browse repository at this point
Copy the full SHA a52fce7View commit details -
Rollup merge of rust-lang#59855 - GuillaumeGomez:fix-attr-position-in…
…-type-decl, r=QuietMisdreavus Fix attributes position in type declaration Fixes rust-lang#59797. r? @rust-lang/rustdoc
Configuration menu - View commit details
-
Copy full SHA for 8af5c8f - Browse repository at this point
Copy the full SHA 8af5c8fView commit details -
Rollup merge of rust-lang#59858 - mark-i-m:dup-matcher-bindings-3, r=…
…Centril Make duplicate matcher bindings a hard error r? @Centril Closes rust-lang#57742
Configuration menu - View commit details
-
Copy full SHA for abfca1e - Browse repository at this point
Copy the full SHA abfca1eView commit details -
Rollup merge of rust-lang#59899 - nnethercote:sort-enum-variants-by-s…
…ize, r=pnkfelix In `-Zprint-type-size` output, sort enum variants by size. It's useful to see the biggest variants first. r? @pnkfelix
Configuration menu - View commit details
-
Copy full SHA for 857416b - Browse repository at this point
Copy the full SHA 857416bView commit details -
Rollup merge of rust-lang#59912 - RalfJung:maybe-uninit, r=Centril
MaybeUninit: remove deprecated functions
Configuration menu - View commit details
-
Copy full SHA for 8769297 - Browse repository at this point
Copy the full SHA 8769297View commit details -
Rollup merge of rust-lang#59925 - solson:split_ascii_whitespace-docfi…
…x, r=Centril Fix paste error in split_ascii_whitespace docs. It was accidentally still testing the unicode version, `split_whitespace`.
Configuration menu - View commit details
-
Copy full SHA for 2413ac7 - Browse repository at this point
Copy the full SHA 2413ac7View commit details -
Rollup merge of rust-lang#59930 - kornelski:first-robots, r=Guillaume…
…Gomez Exclude some copies of old book editions from search engines These are only stubs that confuse search engine users. There's no useful content in these locations.
Configuration menu - View commit details
-
Copy full SHA for cf370b4 - Browse repository at this point
Copy the full SHA cf370b4View commit details