| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-03-20 | Rollup merge of #40685 - portal-chan:patch-1, r=eddyb | Corey Farwell | -4/+4 | |
| Add missing associated type Item to Iterator | ||||
| 2017-03-20 | Rollup merge of #40556 - cramertj:stabilize-pub-restricted, r=petrochenkov | Corey Farwell | -11/+0 | |
| Stabilize pub(restricted) Fix https://github.com/rust-lang/rust/issues/32409 | ||||
| 2017-03-20 | Add missing associated type Item to Iterator | portal | -4/+4 | |
| 2017-03-20 | Fix up various links | steveklabnik | -1/+1 | |
| The unstable book, libstd, libcore, and liballoc all needed some adjustment. | ||||
| 2017-03-20 | Update book and reference submodules | steveklabnik | -0/+0 | |
| Some links needed adjustment to support this new scheme. | ||||
| 2017-03-20 | Import submodule for the book. | steveklabnik | -0/+0 | |
| It's all in the external repository now. | ||||
| 2017-03-20 | Remove the existing book | steveklabnik | -17500/+0 | |
| We'll bring this back in with the next commit, as a submodule. | ||||
| 2017-03-19 | Rollup merge of #40441 - tschottdorf:promotable-rfc, r=eddyb | Corey 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-17 | Rollup 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-17 | Rollup merge of #40496 - projektir:docs_number_headings, r=frewsxcv | Corey Farwell | -3/+3 | |
| Using X headings #39850 Fix for issue #39850, the headings should now be 1, 2, and 3. | ||||
| 2017-03-17 | Rollup merge of #40466 - projektir:outdated_docs_highlighting, r=steveklabnik | Corey 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-17 | Rollup merge of #40457 - frewsxcv:frewsxcv-macos, r=steveklabnik | Corey 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-17 | Rollup 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-16 | add sort_unstable to unstable book | steveklabnik | -0/+10 | |
| cc #40585 | ||||
| 2017-03-15 | Stabilize pub(restricted) | Taylor Cramer | -11/+0 | |
| 2017-03-14 | Improve the documentation for `rvalue_static_promotion` | Tobias Schottdorf | -0/+18 | |
| 2017-03-14 | Add feature toggle for rvalue-static-promotion RFC | Tobias Schottdorf | -0/+6 | |
| See https://github.com/rust-lang/rfcs/pull/1414. Updates #38865. | ||||
| 2017-03-13 | Remove 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-13 | Rust unstable book: basic desc and example for `concat_idents`. | Corey Farwell | -0/+12 | |
| 2017-03-13 | Rust unstable book: basic desc and example for `non_ascii_idents`. | Corey Farwell | -0/+8 | |
| 2017-03-13 | Rust unstable book: basic desc and example for `i128_type`. | Corey Farwell | -0/+15 | |
| 2017-03-13 | Rust unstable book: basic desc and example for `const_indexing`. | Corey Farwell | -0/+9 | |
| 2017-03-13 | Rust unstable book: basic desc and example for `conservative_impl_trait`. | Corey Farwell | -0/+56 | |
| 2017-03-13 | Rust unstable book: basic desc and example for `const_fn`. | Corey Farwell | -0/+19 | |
| 2017-03-13 | Using X headings #39850 | projektir | -3/+3 | |
| 2017-03-13 | Adjust wording #40301 | projektir | -2/+3 | |
| 2017-03-13 | Remove doc about highlighting code in other languages #40301 | projektir | -18/+0 | |
| 2017-03-12 | Update 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-08 | Rollup merge of #40222 - steveklabnik:extract-nomicon, r=alexcrichton | Ariel 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-08 | Rollup merge of #40154 - steveklabnik:link-unstable-book, r=frewsxcv | Ariel Ben-Yehuda | -0/+2 | |
| add unstable book to the bookshelf r? @frewsxcv @GuillaumeGomez | ||||
| 2017-03-04 | import nomicon submodule | steveklabnik | -0/+0 | |
| 2017-03-04 | remove nomicon | steveklabnik | -5645/+0 | |
| 2017-03-04 | import reference submodule | steveklabnik | -0/+0 | |
| 2017-03-04 | remove reference | steveklabnik | -5316/+0 | |
| 2017-03-02 | fix link | Steve Klabnik | -1/+1 | |
| 2017-03-02 | Rollup merge of #40194 - letmaik:patch-1, r=steveklabnik | Guillaume Gomez | -1/+1 | |
| Fix wrong word used in book page "const and static" | ||||
| 2017-03-02 | Rollup merge of #40191 - topecongiro:x86-interrupt, r=steveklabnik | Guillaume Gomez | -0/+8 | |
| Add abi_x86_interrupt to the unstable book This PR closes #40181. | ||||
| 2017-03-02 | Rollup 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-02 | Rollup merge of #40170 - iKevinY:if-let-typo, r=frewsxcv | Guillaume Gomez | -1/+1 | |
| Fix link in `if let` docs r? @steveklabnik | ||||
| 2017-03-02 | Rollup merge of #40169 - MajorBreakfast:patch-8, r=steveklabnik | Guillaume Gomez | -1/+1 | |
| String docs: Add "the" r? @steveklabnik | ||||
| 2017-03-02 | Rollup merge of #40144 - MajorBreakfast:patch-7, r=frewsxcv | Guillaume 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-02 | Add abi_x86_interrupt to the unstable book | topecongiro | -0/+8 | |
| 2017-03-01 | fix wrong word used (static vs const) | Maik Riechert | -1/+1 | |
| 2017-03-01 | doc: fix inconsistency in error output in guessing-game.md | deso | -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-01 | Unit-like structs doc: Add compile fail tag | Josef Brandl | -1/+1 | |
| 2017-03-01 | Fix link in `if let` docs | Kevin Yap | -1/+1 | |
| 2017-03-01 | String docs: Add "the" | Josef Brandl | -1/+1 | |
| 2017-02-28 | Rollup merge of #40153 - steveklabnik:alphabetize-unstable-book, r=frewsxcv | Steve 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-28 | Rollup merge of #40142 - MajorBreakfast:patch-4, r=steveklabnik | Steve 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-28 | add unstable book to the bookshelf | Steve Klabnik | -1/+3 | |
