about summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Collapse)AuthorLines
2017-03-20Rollup merge of #40685 - portal-chan:patch-1, r=eddybCorey Farwell-4/+4
Add missing associated type Item to Iterator
2017-03-20Rollup merge of #40556 - cramertj:stabilize-pub-restricted, r=petrochenkovCorey Farwell-11/+0
Stabilize pub(restricted) Fix https://github.com/rust-lang/rust/issues/32409
2017-03-20Add missing associated type Item to Iteratorportal-4/+4
2017-03-20Fix up various linkssteveklabnik-1/+1
The unstable book, libstd, libcore, and liballoc all needed some adjustment.
2017-03-20Update book and reference submodulessteveklabnik-0/+0
Some links needed adjustment to support this new scheme.
2017-03-20Import submodule for the book.steveklabnik-0/+0
It's all in the external repository now.
2017-03-20Remove the existing booksteveklabnik-17500/+0
We'll bring this back in with the next commit, as a submodule.
2017-03-19Rollup merge of #40441 - tschottdorf:promotable-rfc, r=eddybCorey Farwell-0/+24
Add feature gate for rvalue-static-promotion Probably needs more tests (which ones?) and there may be other things that need to be done. Also not sure whether the version that introduces the flag is really `1.15.1`. See https://github.com/rust-lang/rfcs/pull/1414. Updates #38865.
2017-03-17Rollup merge of #40586 - steveklabnik:add-unstable-sort-to-unstable-book, ↵Corey Farwell-0/+10
r=frewsxcv add sort_unstable to unstable book cc #40585
2017-03-17Rollup merge of #40496 - projektir:docs_number_headings, r=frewsxcvCorey Farwell-3/+3
Using X headings #39850 Fix for issue #39850, the headings should now be 1, 2, and 3.
2017-03-17Rollup merge of #40466 - projektir:outdated_docs_highlighting, r=steveklabnikCorey Farwell-19/+2
Remove doc about highlighting code in other languages #40301 This doesn't appear to be true any longer, so removing it to avoid confusion. See #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
2017-03-17Rollup merge of #40457 - frewsxcv:frewsxcv-macos, r=steveklabnikCorey Farwell-1/+1
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'.
2017-03-17Rollup merge of #40456 - frewsxcv:frewsxcv-docs-function-parens, ↵Corey Farwell-5/+5
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
2017-03-16add sort_unstable to unstable booksteveklabnik-0/+10
cc #40585
2017-03-15Stabilize pub(restricted)Taylor Cramer-11/+0
2017-03-14Improve the documentation for `rvalue_static_promotion`Tobias Schottdorf-0/+18
2017-03-14Add feature toggle for rvalue-static-promotion RFCTobias Schottdorf-0/+6
See https://github.com/rust-lang/rfcs/pull/1414. Updates #38865.
2017-03-13Remove function invokation parens from documentation links.Corey Farwell-5/+5
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
2017-03-13Rust unstable book: basic desc and example for `concat_idents`.Corey Farwell-0/+12
2017-03-13Rust unstable book: basic desc and example for `non_ascii_idents`.Corey Farwell-0/+8
2017-03-13Rust unstable book: basic desc and example for `i128_type`.Corey Farwell-0/+15
2017-03-13Rust unstable book: basic desc and example for `const_indexing`.Corey Farwell-0/+9
2017-03-13Rust unstable book: basic desc and example for `conservative_impl_trait`.Corey Farwell-0/+56
2017-03-13Rust unstable book: basic desc and example for `const_fn`.Corey Farwell-0/+19
2017-03-13Using X headings #39850projektir-3/+3
2017-03-13Adjust wording #40301projektir-2/+3
2017-03-13Remove doc about highlighting code in other languages #40301projektir-18/+0
2017-03-12Update usages of 'OSX' (and other old names) to 'macOS'.Corey Farwell-1/+1
As of last year with version 'Sierra', the Mac operating system is now called 'macOS'.
2017-03-08Rollup merge of #40222 - steveklabnik:extract-nomicon, r=alexcrichtonAriel Ben-Yehuda-5645/+0
Extract nomicon to its own repo part of https://github.com/rust-lang/rust/issues/39588 same as https://github.com/rust-lang/rust/pull/40213 but for the nomicon r? @alexcrichton
2017-03-08Rollup merge of #40154 - steveklabnik:link-unstable-book, r=frewsxcvAriel Ben-Yehuda-0/+2
add unstable book to the bookshelf r? @frewsxcv @GuillaumeGomez
2017-03-04import nomicon submodulesteveklabnik-0/+0
2017-03-04remove nomiconsteveklabnik-5645/+0
2017-03-04import reference submodulesteveklabnik-0/+0
2017-03-04remove referencesteveklabnik-5316/+0
2017-03-02fix linkSteve Klabnik-1/+1
2017-03-02Rollup merge of #40194 - letmaik:patch-1, r=steveklabnikGuillaume Gomez-1/+1
Fix wrong word used in book page "const and static"
2017-03-02Rollup merge of #40191 - topecongiro:x86-interrupt, r=steveklabnikGuillaume Gomez-0/+8
Add abi_x86_interrupt to the unstable book This PR closes #40181.
2017-03-02Rollup merge of #40175 - d-e-s-o:fix-inconsistency-in-guessing-game-readme, ↵Guillaume Gomez-8/+8
r=steveklabnik doc: fix inconsistency in error output in guessing-game.md The line '.expect("failed to read line");' is partly started with a lower case 'f' and partly with an uppercase one, adding additional spurious changes to otherwise clean diffs if each sample is copy-and-pasted over the previous. This change starts the string with an uppercase everywhere which is in line with the style of the other strings.
2017-03-02Rollup merge of #40170 - iKevinY:if-let-typo, r=frewsxcvGuillaume Gomez-1/+1
Fix link in `if let` docs r? @steveklabnik
2017-03-02Rollup merge of #40169 - MajorBreakfast:patch-8, r=steveklabnikGuillaume Gomez-1/+1
String docs: Add "the" r? @steveklabnik
2017-03-02Rollup merge of #40144 - MajorBreakfast:patch-7, r=frewsxcvGuillaume Gomez-2/+3
Unit-like structs doc: Improve code sample r? @steveklabnik BTW it seems that ```Rust let p = Proton {}; ``` compiles without an error. That's why I didn't add it to the example. It's about consistency anyway.
2017-03-02Add abi_x86_interrupt to the unstable booktopecongiro-0/+8
2017-03-01fix wrong word used (static vs const)Maik Riechert-1/+1
2017-03-01doc: fix inconsistency in error output in guessing-game.mddeso-8/+8
The line '.expect("failed to read line");' is partly started with a lower case 'f' and partly with an uppercase one, adding additional spurious changes to otherwise clean diffs if each sample is copy-and-pasted over the previous. This change starts the string with an uppercase everywhere which is in line with the style of the other strings.
2017-03-01Unit-like structs doc: Add compile fail tagJosef Brandl-1/+1
2017-03-01Fix link in `if let` docsKevin Yap-1/+1
2017-03-01String docs: Add "the"Josef Brandl-1/+1
2017-02-28Rollup merge of #40153 - steveklabnik:alphabetize-unstable-book, r=frewsxcvSteve Klabnik-75/+75
sort unstable book alphabetically I made these the same order as they were in the compiler, but for no good reason. Much easier to find out what you need when they're sorted alphabetically r? @frewsxcv
2017-02-28Rollup merge of #40142 - MajorBreakfast:patch-4, r=steveklabnikSteve Klabnik-1/+1
Structs doc: Change "pointers" to "references" Let's call them "references" instead of "pointers". That's how they're called in chapter 4.9 "References and Borrowing". r? @steveklabnik
2017-02-28add unstable book to the bookshelfSteve Klabnik-1/+3