-
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 16 pull requests #41070
Rollup of 16 pull requests #41070
Commits on Mar 31, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 5a6ebdf - Browse repository at this point
Copy the full SHA 5a6ebdfView commit details -
Improve some docs for VecDeque
Stjepan Glavina committedMar 31, 2017 Configuration menu - View commit details
-
Copy full SHA for d7b3f05 - Browse repository at this point
Copy the full SHA d7b3f05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44d8b23 - Browse repository at this point
Copy the full SHA 44d8b23View commit details
Commits on Apr 1, 2017
-
Add links and examples to std::sync::mpsc docs (rust-lang#29377)
This change adds links to to `Receiver`, `Iter`, `TryIter`, `IntoIter`, `Sender`, `SyncSender`, `SendError`, `RecvError`, `TryRecvError`, `RecvTimeoutError`, `TrySendError`, `Sender::send`, `SyncSender::send`, `SyncSender::try_send`, `Receiver::recv`, `Receiver::recv_timeout`, `Receiver::iter`, and `Receiver::try_iter`. Examples added to `Receiver`, `Sender`, `Receiver::iter`.
Configuration menu - View commit details
-
Copy full SHA for 89c35ae - Browse repository at this point
Copy the full SHA 89c35aeView commit details -
Stjepan Glavina committed
Apr 1, 2017 Configuration menu - View commit details
-
Copy full SHA for 1e2a61d - Browse repository at this point
Copy the full SHA 1e2a61dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae8ba78 - Browse repository at this point
Copy the full SHA ae8ba78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5198072 - Browse repository at this point
Copy the full SHA 5198072View commit details -
Configuration menu - View commit details
-
Copy full SHA for dab8e81 - Browse repository at this point
Copy the full SHA dab8e81View commit details -
Clean up std::ascii sub-level docs.
* Change `utf8` variable names to `non_ascii` to be more clear, since ASCII and UTF-8 are compatible. * Fix `EscapeDefault` struct description to follow the typical iterator method format with a link to the generating function. * Add more `escape_default` examples to cover every case mentioned in the function description itself.
Eugene Bulkin committedApr 1, 2017 Configuration menu - View commit details
-
Copy full SHA for d8fb322 - Browse repository at this point
Copy the full SHA d8fb322View commit details -
Add more std::ascii module-level docs.
Eugene Bulkin committedApr 1, 2017 Configuration menu - View commit details
-
Copy full SHA for a5d775d - Browse repository at this point
Copy the full SHA a5d775dView commit details -
rustc: Stabilize the
#![windows_subsystem]
attributeThis commit stabilizes the `#![windows_subsystem]` attribute which is a conservative exposure of the `/SUBSYSTEM` linker flag on Widnows platforms. This is useful for creating applications as well as console programs. Closes rust-lang#37499
Configuration menu - View commit details
-
Copy full SHA for 34cf288 - Browse repository at this point
Copy the full SHA 34cf288View commit details -
Configuration menu - View commit details
-
Copy full SHA for 364241c - Browse repository at this point
Copy the full SHA 364241cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 128a313 - Browse repository at this point
Copy the full SHA 128a313View commit details -
Configuration menu - View commit details
-
Copy full SHA for 029ace4 - Browse repository at this point
Copy the full SHA 029ace4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c414628 - Browse repository at this point
Copy the full SHA c414628View commit details
Commits on Apr 2, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 4c9f8ae - Browse repository at this point
Copy the full SHA 4c9f8aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff4febf - Browse repository at this point
Copy the full SHA ff4febfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 509ef4c - Browse repository at this point
Copy the full SHA 509ef4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 255d919 - Browse repository at this point
Copy the full SHA 255d919View commit details
Commits on Apr 3, 2017
-
Revert "Implement AsRawFd/IntoRawFd for RawFd"
This reverts commit 2cf686f (rust-lang#40842) RawFd is a type alias for c_int, which is itself a type alias for i32. As a result, adding AsRawFd and IntoRawFd impls for RawFd actually adds them for i32. As a result, the reverted commit makes this valid: ``` use std::os::unix::io::AsRawFd; fn arf<T: AsRawFd>(_: T) {} fn main() { arf(32i32) } ``` Implimenting AsRawFd and IntoRawFd for i32 breaks the promises of both those traits that their methods return a valid RawFd. r? @aturon cc @Mic92 @kamalmarhubi
Configuration menu - View commit details
-
Copy full SHA for 9c1b7ae - Browse repository at this point
Copy the full SHA 9c1b7aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for f74ca38 - Browse repository at this point
Copy the full SHA f74ca38View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7c2160 - Browse repository at this point
Copy the full SHA e7c2160View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a07a73 - Browse repository at this point
Copy the full SHA 7a07a73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5787808 - Browse repository at this point
Copy the full SHA 5787808View commit details -
Configuration menu - View commit details
-
Copy full SHA for b02cb19 - Browse repository at this point
Copy the full SHA b02cb19View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab4f442 - Browse repository at this point
Copy the full SHA ab4f442View commit details
Commits on Apr 4, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 3409f8d - Browse repository at this point
Copy the full SHA 3409f8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 086627e - Browse repository at this point
Copy the full SHA 086627eView commit details -
travis: Update sccache binaries
I've tracked down what I believe is the last spurious sccache failure on rust-lang#40240 to behavior in mio (tokio-rs/mio#583), and this commit updates the binaries to a version which has that fix incorporated.
Configuration menu - View commit details
-
Copy full SHA for e60ea55 - Browse repository at this point
Copy the full SHA e60ea55View commit details
Commits on Apr 5, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b5cedb7 - Browse repository at this point
Copy the full SHA b5cedb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 201b1a9 - Browse repository at this point
Copy the full SHA 201b1a9View commit details -
Rollup merge of rust-lang#40608 - GuillaumeGomez:mutex-doc-inconsiste…
…ncy, r=steveklabnik Fix mutex's docs inconsistency Fixes rust-lang#40176. r? @steveklabnik cc @rust-lang/docs
Configuration menu - View commit details
-
Copy full SHA for d3a1062 - Browse repository at this point
Copy the full SHA d3a1062View commit details -
Rollup merge of rust-lang#40870 - alexcrichton:stabilize-windows-subs…
…ystem, r=aturon rustc: Stabilize the `#![windows_subsystem]` attribute This commit stabilizes the `#![windows_subsystem]` attribute which is a conservative exposure of the `/SUBSYSTEM` linker flag on Widnows platforms. This is useful for creating applications as well as console programs. Closes rust-lang#37499
Configuration menu - View commit details
-
Copy full SHA for 14a7dd4 - Browse repository at this point
Copy the full SHA 14a7dd4View commit details -
Rollup merge of rust-lang#40949 - stjepang:fix-vecdeque-docs, r=frewsxcv
Improve some docs for VecDeque r? @GuillaumeGomez
Configuration menu - View commit details
-
Copy full SHA for b9f51e6 - Browse repository at this point
Copy the full SHA b9f51e6View commit details -
Rollup merge of rust-lang#40977 - projektir:BarrierWaitResult_doc, r=…
…steveklabnik Updating the description for BarrierWaitResult rust-lang#29377 Referencing `Barrier`, removing reference to `is_leader`.
Configuration menu - View commit details
-
Copy full SHA for 861f13c - Browse repository at this point
Copy the full SHA 861f13cView commit details -
Rollup merge of rust-lang#40981 - Technius:master, r=steveklabnik
Add links and some examples to std::sync::mpsc docs Addresses part of rust-lang#29377 r? @steveklabnik I took a stab at adding links to the `std::sync::mpsc` docs, and I also wrote a few examples. Edit: Whoops, typed in `?r` instead of `r?`.
Configuration menu - View commit details
-
Copy full SHA for 309a9e3 - Browse repository at this point
Copy the full SHA 309a9e3View commit details -
Rollup merge of rust-lang#40988 - eugene-bulkin:ascii-docs, r=frewsxcv
API Docs: ascii Add/update docs for the `ascii` module per rust-lang#29341. r? @steveklabnik
Configuration menu - View commit details
-
Copy full SHA for ff1467a - Browse repository at this point
Copy the full SHA ff1467aView commit details -
Rollup merge of rust-lang#40992 - donniebishop:utf8err_linking, r=ale…
…xcrichton Added links to from_utf8 methods in Utf8Error Referencing rust-lang#29375. Linked the `from_utf8` methods for both `String` and `str` in the description. Also linked the `u8` to its documentation
Configuration menu - View commit details
-
Copy full SHA for 9fb1ddd - Browse repository at this point
Copy the full SHA 9fb1dddView commit details -
Rollup merge of rust-lang#40997 - donniebishop:from_utf8_linking, r=s…
…teveklabnik Added links to types in from_utf8 description References rust-lang#29375. Link to types mentioned in the documentation for `from_utf8` (`str`, `&[u8`], etc). Paragraphs were reformatted to keep any one line from being excessively long, but are otherwise unchanged.
Configuration menu - View commit details
-
Copy full SHA for 800b85e - Browse repository at this point
Copy the full SHA 800b85eView commit details -
Rollup merge of rust-lang#40999 - irfanhudda:improve-option-docs, r=s…
…teveklabnik Improve option API docs Associated Issue: rust-lang#29366 Improve `option` API docs for * `IntoIter` struct * `Iter` struct * `IterMut` struct r? @steveklabnik
Configuration menu - View commit details
-
Copy full SHA for 854c81c - Browse repository at this point
Copy the full SHA 854c81cView commit details -
Rollup merge of rust-lang#41007 - pgerber:dir_builder, r=frewsxcv
Improve documentation for `std::fs::DirBuilder`
Configuration menu - View commit details
-
Copy full SHA for c609826 - Browse repository at this point
Copy the full SHA c609826View commit details -
Rollup merge of rust-lang#41014 - SimonSapin:patch-6, r=frewsxcv
std::thread docs: fix link to current()
Configuration menu - View commit details
-
Copy full SHA for 7bf0706 - Browse repository at this point
Copy the full SHA 7bf0706View commit details -
Rollup merge of rust-lang#41019 - mandeep:fix-vec-swapremove-docs, r=…
…BurntSushi Fixed typo in doc comments for swap_remove While reading the Vec docs, I came across the docs for swap_remove. I believe there is a typo in the comment and ```return``` should be ```returns```. This PR fixes this issue. I also feel that the entire doc comment is a bit of a run-on and could be changed to something along the lines of ```Removes an element from anywhere in the vector and returns it. The vector is mutated and the removed element is replaced by the last element of the vector. ``` Thoughts?
Configuration menu - View commit details
-
Copy full SHA for 695588e - Browse repository at this point
Copy the full SHA 695588eView commit details -
Rollup merge of rust-lang#41035 - jmesmon:revert-bad-raw-fd-impls, r=…
…aturon Revert "Implement AsRawFd/IntoRawFd for RawFd" This reverts commit 2cf686f (rust-lang#40842) RawFd is a type alias for c_int, which is itself a type alias for i32. As a result, adding AsRawFd and IntoRawFd impls for RawFd actually adds them for i32. As a result, the reverted commit makes this valid: ``` use std::os::unix::io::AsRawFd; fn arf<T: AsRawFd>(_: T) {} fn main() { arf(32i32) } ``` Implimenting AsRawFd and IntoRawFd for i32 breaks the promises of both those traits that their methods return a valid RawFd. r? @aturon cc @Mic92 @kamalmarhubi
Configuration menu - View commit details
-
Copy full SHA for 5b23ae5 - Browse repository at this point
Copy the full SHA 5b23ae5View commit details -
Rollup merge of rust-lang#41043 - GuillaumeGomez:sup_balise, r=stevek…
…labnik Replace ^ with <sup> html balise r? @steveklabnik
Configuration menu - View commit details
-
Copy full SHA for 5697b90 - Browse repository at this point
Copy the full SHA 5697b90View commit details -
Rollup merge of rust-lang#41049 - GuillaumeGomez:rustdoc-ordered-list…
…, r=frewsxcv Handle ordered lists as well Part of rust-lang#40912. r? @rust-lang/docs
Configuration menu - View commit details
-
Copy full SHA for 8c29876 - Browse repository at this point
Copy the full SHA 8c29876View commit details -
Rollup merge of rust-lang#41062 - estebank:private-field, r=arielb1
Do not recommend private fields called as method ```rust error: no method named `dog_age` found for type `animal::Dog` in the current scope --> $DIR/private-field.rs:26:23 | 26 | let dog_age = dog.dog_age(); | ^^^^^^^ private field, not a method ``` Fix rust-lang#27654.
Configuration menu - View commit details
-
Copy full SHA for 3d566ad - Browse repository at this point
Copy the full SHA 3d566adView commit details -
Rollup merge of rust-lang#41066 - steveklabnik:fix-links, r=frewsxcv
Fix links part of rust-lang#40912 []\n() is not actually a link. r? @frewsxcv @GuillaumeGomez
Configuration menu - View commit details
-
Copy full SHA for 7a4c255 - Browse repository at this point
Copy the full SHA 7a4c255View commit details -
Rollup merge of rust-lang#41076 - alexcrichton:update-sccache, r=frew…
…sxcv travis: Update sccache binaries I've tracked down what I believe is the last spurious sccache failure on rust-lang#40240 to behavior in mio (tokio-rs/mio#583), and this commit updates the binaries to a version which has that fix incorporated.
Configuration menu - View commit details
-
Copy full SHA for 58b0399 - Browse repository at this point
Copy the full SHA 58b0399View commit details -
Rollup merge of rust-lang#41085 - nagisa:fix-output-properg, r=alexcr…
…ichton Properly adjust filenames when multiple emissions Fixes rust-lang#40993 Should backport just fine to beta but not sure if we want to do this since this is quite old stable regression.
Configuration menu - View commit details
-
Copy full SHA for 02ff7d1 - Browse repository at this point
Copy the full SHA 02ff7d1View commit details