-
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 #21300
Rollup #21300
Commits on Jan 17, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 868669f - Browse repository at this point
Copy the full SHA 868669fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a2e277e - Browse repository at this point
Copy the full SHA a2e277eView commit details -
Revert stability for Bitv and BitvSet
The collections were promoted to stable by mistake and do not match RFC 509. This reverts the stability back to unstable. [breaking-change] since previously stable API became unstable. Fixes rust-lang#21193
Configuration menu - View commit details
-
Copy full SHA for 873ae55 - Browse repository at this point
Copy the full SHA 873ae55View commit details -
Fix intro concurrency examples compilation warns
* Use range notation instead of deprecated `range()` * Remove deprecated `u` integer suffixes used in ranges * Replace deprecated `i` integer suffixes with `is` for vector numbers `Thread::spawn()` still gives "use of unstable item" warning which I hadn't found a way to fix.
Configuration menu - View commit details
-
Copy full SHA for 9ed27df - Browse repository at this point
Copy the full SHA 9ed27dfView commit details -
Remove Thread::detach() call from intro example
The mentioned method are no longer part of Thread. Spawned threads are detached by default as of now.
Configuration menu - View commit details
-
Copy full SHA for f772089 - Browse repository at this point
Copy the full SHA f772089View commit details -
Replace obsolete constructions in into examples
Replace deprecated integer suffixes. Remove integer type notations altogether where possible. Replace uses of deprecated `range()` function with range notation.
Configuration menu - View commit details
-
Copy full SHA for 5f1ba93 - Browse repository at this point
Copy the full SHA 5f1ba93View commit details -
Configuration menu - View commit details
-
Copy full SHA for a03701d - Browse repository at this point
Copy the full SHA a03701dView commit details -
I searched for times when we were hiding functions with # in the documentation, and fixed them to not use it unless neccesary. I also made random improvements whenever I changed something. For example, I changed Example to Examples, for consistency. Fixes rust-lang#13423
Configuration menu - View commit details
-
Copy full SHA for 078bd49 - Browse repository at this point
Copy the full SHA 078bd49View commit details -
Fix all usage of int/uint/i/u in the book.
Configuration menu - View commit details
-
Copy full SHA for 899ffcf - Browse repository at this point
Copy the full SHA 899ffcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for f979f91 - Browse repository at this point
Copy the full SHA f979f91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0109cea - Browse repository at this point
Copy the full SHA 0109ceaView commit details -
Make Index trait example clearer
The example of the `Index` and `IndexMut` trait contained too much `Foo`. It now contains a bit more `Bar` to make things clearer which parts are defining the type of the index.
Configuration menu - View commit details
-
Copy full SHA for f12e60a - Browse repository at this point
Copy the full SHA f12e60aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5091c9 - Browse repository at this point
Copy the full SHA d5091c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1ab379 - Browse repository at this point
Copy the full SHA d1ab379View commit details -
Configuration menu - View commit details
-
Copy full SHA for 433ea0b - Browse repository at this point
Copy the full SHA 433ea0bView commit details -
Fixes rust-lang#21249 Fixes rust-lang#11540
Configuration menu - View commit details
-
Copy full SHA for 0296838 - Browse repository at this point
Copy the full SHA 0296838View commit details -
std: Move the bitflags! macro to a gated crate
In accordance with [collections reform part 2][rfc] this macro has been moved to an external [bitflags crate][crate] which is [available though crates.io][cratesio]. Inside the standard distribution the macro has been moved to a crate called `rustc_bitflags` for current users to continue using. [rfc]: https://github.com/rust-lang/rfcs/blob/master/text/0509-collections-reform-part-2.md [crate]: https://github.com/rust-lang/bitflags [cratesio]: http://crates.io/crates/bitflags The major user of `bitflags!` in terms of a public-facing possibly-stable API today is the `FilePermissions` structure inside of `std::io`. This user, however, will likely no longer use `bitflags!` after I/O reform has landed. To prevent breaking APIs today, this structure remains as-is. Current users of the `bitflags!` macro should add this to their `Cargo.toml`: bitflags = "0.1" and this to their crate root: #[macro_use] extern crate bitflags; Due to the removal of a public macro, this is a: [breaking-change]
Configuration menu - View commit details
-
Copy full SHA for 34fa70f - Browse repository at this point
Copy the full SHA 34fa70fView commit details -
doc: Remove extra whitespace in the middle of lines to provide alignment
"Idiomatic code should not use extra whitespace in the middle of a line to provide alignment." http://aturon.github.io/style/whitespace.html I realize the linked page still needs an RFC, but the docs should be written in accordance with the guidelines nevertheless.
Configuration menu - View commit details
-
Copy full SHA for 0c26524 - Browse repository at this point
Copy the full SHA 0c26524View commit details -
5
Configuration menu - View commit details
-
Copy full SHA for 2c64023 - Browse repository at this point
Copy the full SHA 2c64023View commit details -
5
Configuration menu - View commit details
-
Copy full SHA for 69e9b46 - Browse repository at this point
Copy the full SHA 69e9b46View commit details -
7
Configuration menu - View commit details
-
Copy full SHA for 6553c0f - Browse repository at this point
Copy the full SHA 6553c0fView commit details