-
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 18 pull requests #40544
Rollup of 18 pull requests #40544
Commits on Mar 9, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 13341f4 - Browse repository at this point
Copy the full SHA 13341f4View commit details
Commits on Mar 12, 2017
-
Update usages of 'OSX' (and other old names) to 'macOS'.
As of last year with version 'Sierra', the Mac operating system is now called 'macOS'.
Configuration menu - View commit details
-
Copy full SHA for 97a1b6a - Browse repository at this point
Copy the full SHA 97a1b6aView commit details
Commits on Mar 13, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b38992c - Browse repository at this point
Copy the full SHA b38992cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0644773 - Browse repository at this point
Copy the full SHA 0644773View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b7b262 - Browse repository at this point
Copy the full SHA 6b7b262View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb203d5 - Browse repository at this point
Copy the full SHA eb203d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for adba642 - Browse repository at this point
Copy the full SHA adba642View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e49f79 - Browse repository at this point
Copy the full SHA 5e49f79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11d3344 - Browse repository at this point
Copy the full SHA 11d3344View commit details
Commits on Mar 14, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 8b9b3b6 - Browse repository at this point
Copy the full SHA 8b9b3b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e06c515 - Browse repository at this point
Copy the full SHA e06c515View commit details -
Configuration menu - View commit details
-
Copy full SHA for 327e8e9 - Browse repository at this point
Copy the full SHA 327e8e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dd03ff - Browse repository at this point
Copy the full SHA 0dd03ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 137c1e8 - Browse repository at this point
Copy the full SHA 137c1e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e58e3d0 - Browse repository at this point
Copy the full SHA e58e3d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3ae2eb - Browse repository at this point
Copy the full SHA d3ae2ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1545f4e - Browse repository at this point
Copy the full SHA 1545f4eView commit details -
Remove function invokation parens from documentation links.
This was never established as a convention we should follow in the 'More API Documentation Conventions' RFC: https://github.com/rust-lang/rfcs/blob/master/text/1574-more-api-documentation-conventions.md
Configuration menu - View commit details
-
Copy full SHA for e7b0f2b - Browse repository at this point
Copy the full SHA e7b0f2bView commit details -
A few improvements to the
core::hash
top-level docs.Primarily opened to address the concerns brought up in rust-lang#40498. * run rustfmt on code blocks * use `DefaultHasher` instead of deprecated `SipHasher` * rename `hash` to `calculate_hash` to prevent confusion with the `hash` method
Configuration menu - View commit details
-
Copy full SHA for 5cc056a - Browse repository at this point
Copy the full SHA 5cc056aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0671cc1 - Browse repository at this point
Copy the full SHA 0671cc1View commit details -
Inline functions Ordering::{then, then_with}
@jongiddy noticed bad performance due to the lack of inlining on `then` and `then_with`. I confirmed that inlining really is the culprit by creating a custom `then` function and repeating his benchmark on my machine with and without the `#[inline]` attribute. The numbers were exactly the same on my machine without the attribute. With `#[inline]` I got the same performance as I did with manually inlined implementation.
Stjepan Glavina committedMar 14, 2017 Configuration menu - View commit details
-
Copy full SHA for 8af3013 - Browse repository at this point
Copy the full SHA 8af3013View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc08edc - Browse repository at this point
Copy the full SHA cc08edcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b7c7f3 - Browse repository at this point
Copy the full SHA 8b7c7f3View commit details -
Point out correct turbofish usage on
Foo<Bar<Baz>>
Whenever we parse a chain of binary operations, as long as the first operation is `<` and the subsequent operations are either `>` or `<`, present the following diagnostic help: use `::<...>` instead of `<...>` if you meant to specify type arguments This will lead to spurious recommendations on situations like `2 < 3 < 4` but should be clear from context that the help doesn't apply in that case.
Configuration menu - View commit details
-
Copy full SHA for e3b8550 - Browse repository at this point
Copy the full SHA e3b8550View commit details
Commits on Mar 15, 2017
-
Rollup merge of rust-lang#40387 - tbu-:pr_doc_ptr_write2, r=steveklabnik
Configuration menu - View commit details
-
Copy full SHA for 8ab12d7 - Browse repository at this point
Copy the full SHA 8ab12d7View commit details -
Rollup merge of rust-lang#40433 - mattico:test-issue-29595, r=estebank
Add test for issue rust-lang#29595 Closes rust-lang#29595 Couldn't get this to run locally, all the compile-fail tests are ignored... let's see what Travis says.
Configuration menu - View commit details
-
Copy full SHA for bb1c465 - Browse repository at this point
Copy the full SHA bb1c465View commit details -
Rollup merge of rust-lang#40452 - frewsxcv:frewsxcv-unstable-docs, r=…
…GuillaumeGomez Add basic documentation/examples for six unstable features.
Configuration menu - View commit details
-
Copy full SHA for c4db59f - Browse repository at this point
Copy the full SHA c4db59fView commit details -
Rollup merge of rust-lang#40456 - frewsxcv:frewsxcv-docs-function-par…
…ens, r=GuillaumeGomez Remove function invokation parens from documentation links. This was never established as a convention we should follow in the 'More API Documentation Conventions' RFC: https://github.com/rust-lang/rfcs/blob/master/text/1574-more-api-documentation-conventions.md
Configuration menu - View commit details
-
Copy full SHA for 85f10d8 - Browse repository at this point
Copy the full SHA 85f10d8View commit details -
Rollup merge of rust-lang#40457 - frewsxcv:frewsxcv-macos, r=stevekla…
…bnik Update usages of 'OSX' (and other old names) to 'macOS'. As of last year with version 'Sierra', the Mac operating system is now called 'macOS'.
Configuration menu - View commit details
-
Copy full SHA for 23c87ab - Browse repository at this point
Copy the full SHA 23c87abView commit details -
Rollup merge of rust-lang#40463 - tshepang:nit, r=nikomatsakis
some style fixes
Configuration menu - View commit details
-
Copy full SHA for 499b104 - Browse repository at this point
Copy the full SHA 499b104View commit details -
Rollup merge of rust-lang#40466 - projektir:outdated_docs_highlightin…
…g, r=steveklabnik Remove doc about highlighting code in other languages rust-lang#40301 This doesn't appear to be true any longer, so removing it to avoid confusion. See rust-lang#40301 Thoughts: - may be a good idea to remove "Let's discuss the details of these code blocks.", as there's not much being discussed at this point; - does `text` still work? r? @steveklabnik
Configuration menu - View commit details
-
Copy full SHA for e62a282 - Browse repository at this point
Copy the full SHA e62a282View commit details -
Rollup merge of rust-lang#40467 - projektir:readme_docs, r=steveklabnik
Updating README.md to point to the correct doc location
Configuration menu - View commit details
-
Copy full SHA for d7ca11d - Browse repository at this point
Copy the full SHA d7ca11dView commit details -
Rollup merge of rust-lang#40495 - llogiq:format-docs, r=steveklabnik
fix format grammar This is just a trivial change to get the escaped squigglies into the grammar. r? @steveklabnik
Configuration menu - View commit details
-
Copy full SHA for 488ad85 - Browse repository at this point
Copy the full SHA 488ad85View commit details -
Rollup merge of rust-lang#40496 - projektir:docs_number_headings, r=f…
…rewsxcv Using X headings rust-lang#39850 Fix for issue rust-lang#39850, the headings should now be 1, 2, and 3.
Configuration menu - View commit details
-
Copy full SHA for 430c607 - Browse repository at this point
Copy the full SHA 430c607View commit details -
Rollup merge of rust-lang#40497 - wesleywiser:fix_sidebar, r=Guillaum…
…eGomez Fix sidebar not extending to the bottom of the page Fixes rust-lang#40459
Configuration menu - View commit details
-
Copy full SHA for 4aea360 - Browse repository at this point
Copy the full SHA 4aea360View commit details -
Rollup merge of rust-lang#40500 - estebank:turbofish-help, r=pnkfelix
Point out correct turbofish usage on `Foo<Bar<Baz>>` Whenever we parse a chain of binary operations, as long as the first operation is `<` and the subsequent operations are either `>` or `<`, present the following diagnostic help: use `::<...>` instead of `<...>` if you meant to specify type arguments This will lead to spurious recommendations on situations like `2 < 3 < 4` but should be clear from context that the help doesn't apply in that case. Fixes rust-lang#40396.
Configuration menu - View commit details
-
Copy full SHA for d9d365d - Browse repository at this point
Copy the full SHA d9d365dView commit details -
Rollup merge of rust-lang#40503 - swgillespie:thread-hack-removal, r=…
…sfackler std: remove a workaround for privacy limitations `std::thread::Thread` implements a non-exported `NewThread` trait to allow for internal-only use of `Thread::new`. Nowadays we have `pub(crate)`, which accomplishes the same thing but much more idiomatically. Rustdoc handles this correctly (I checked and I didn't see `Thread::new` on the rustdoc entry for `Thread` with this change), and the stage1 `rustc` emits the correct error still (I'm assuming that the stage1 compiler uses my `libstd`?): ``` $ ./build/x86_64-apple-darwin/stage1/bin/rustc test.rs error: method `new` is private --> test.rs:4:18 | 4 | let thread = thread::Thread::new(None); | ^^^^^^^^^^^^^^^^^^^ error: aborting due to previous error ```
Configuration menu - View commit details
-
Copy full SHA for 16aa039 - Browse repository at this point
Copy the full SHA 16aa039View commit details -
Rollup merge of rust-lang#40505 - frewsxcv:hash-docs, r=alexcrichton
A few improvements to the `core::hash` top-level docs. Primarily opened to address the concerns brought up in rust-lang#40498. * run rustfmt on code blocks * use `DefaultHasher` instead of deprecated `SipHasher` * rename `hash` to `calculate_hash` to prevent confusion with the `hash` method
Configuration menu - View commit details
-
Copy full SHA for cc1e513 - Browse repository at this point
Copy the full SHA cc1e513View commit details -
Rollup merge of rust-lang#40512 - nodakai:patch-1, r=alexcrichton
.gitmodules: use official URLs w/o redirect
Configuration menu - View commit details
-
Copy full SHA for e56ef86 - Browse repository at this point
Copy the full SHA e56ef86View commit details -
Rollup merge of rust-lang#40514 - stjepang:inline-then-ordering, r=al…
…excrichton Inline functions Ordering::{then, then_with} @jongiddy noticed bad performance due to the lack of inlining on `then` and `then_with`. I confirmed that inlining really is the culprit by creating a custom `then` function and repeating his benchmark on my machine with and without the `#[inline]` attribute. The numbers were exactly the same on my machine without the attribute. With `#[inline]` I got the same performance as I did with manually inlined implementation. The problem was reported in rust-lang#37053.
Configuration menu - View commit details
-
Copy full SHA for 51738b3 - Browse repository at this point
Copy the full SHA 51738b3View commit details -
Rollup merge of rust-lang#40517 - rust-lang:release-notes-tweak, r=al…
…excrichton Remove incorrect feature from the 1.16 relnotes According to @golddranks https://internals.rust-lang.org/t/rust-1-16-0-prerelease-testing/4953/3 r? @brson
Configuration menu - View commit details
-
Copy full SHA for 6bf3b36 - Browse repository at this point
Copy the full SHA 6bf3b36View commit details -
Rollup merge of rust-lang#40520 - steveklabnik:link-core-slice, r=ale…
…xcrichton Link core::slice to std::slice
Configuration menu - View commit details
-
Copy full SHA for a2d2a97 - Browse repository at this point
Copy the full SHA a2d2a97View commit details