| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-06-12 | Remove unstable feature from TRPL: iterators | Steve Klabnik | -6/+5 | |
| Fixes #25499 | ||||
| 2015-06-01 | trpl: Use infinite iterator in chain example with take | Paul Oliver | -1/+1 | |
| 2015-05-31 | Update iterators.md | Steve Gury | -2/+2 | |
| Fix the actual off by one | ||||
| 2015-05-31 | Fix off by one in the iterator documentation | Steve Gury | -1/+1 | |
| `(1..100).map(|x| x + 1)` is actually mapping [1,100) to [2,101) | ||||
| 2015-05-18 | TRPL: Normalize rust Code Block Markers | Pascal Hertleif | -3/+3 | |
| `{rust,ignore}` -> `rust,ignore | ||||
| 2015-05-13 | Fix automatic substitution of task->thread. | David Reid | -1/+1 | |
| 2015-05-12 | book: typo fixes, wording improvements. | Shmuale Mark | -3/+3 | |
| The text in iterators.md wasn't wrong, but it read awkwardly to my ear. | ||||
| 2015-05-09 | Squeeze the last bits of `task`s in documentation in favor of `thread` | Barosl Lee | -1/+1 | |
| An automated script was run against the `.rs` and `.md` files, subsituting every occurrence of `task` with `thread`. In the `.rs` files, only the texts in the comment blocks were affected. | ||||
| 2015-04-30 | Fix code sample, remove unstable code | Steve Klabnik | -13/+2 | |
| Fixes #24977 | ||||
| 2015-04-02 | doc/trpl: Fixing a comma splice in iterators.md. | Liam Monahan | -1/+1 | |
| 2015-03-31 | std: Clean out #[deprecated] APIs | Alex Crichton | -6/+7 | |
| This commit cleans out a large amount of deprecated APIs from the standard library and some of the facade crates as well, updating all users in the compiler and in tests as it goes along. | ||||
| 2015-03-23 | Add #![feature] attributes to doctests | Brian Anderson | -0/+2 | |
| 2015-02-22 | Fixed erroneous statements in iterators.md. | Alexander Bliskovsky | -8/+5 | |
| 2015-02-22 | Switch to &vector notation in the iterators chapter. | Alexander Bliskovsky | -13/+16 | |
| 2015-02-16 | Remove use of range() in iterator docs. | Steve Klabnik | -43/+41 | |
| Fixes #21577. | ||||
| 2015-02-15 | Rollup merge of #22293 - steveklabnik:gh12891, r=brson | Manish Goregaokar | -1/+10 | |
| Fixes #12891. | ||||
| 2015-02-13 | Mention type placeholders in the book. | Steve Klabnik | -1/+10 | |
| Fixes #12891. | ||||
| 2015-02-12 | Updated documentation to use range notation syntax. | Nick Sarten | -17/+17 | |
| Replaced outdated use of the `range(start, end)` function where approriate with `start..end`, and tweaked the examples to compile and run with the latest rust. I also fixed two periphery compile issues in reference.md which were occluding whether there were any new errors created by these changes, so I fixed them. | ||||
| 2015-01-17 | doc: Remove extra whitespace in the middle of lines to provide alignment | Nick Howell | -1/+1 | |
| "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. | ||||
| 2015-01-17 | Intpocalypse, book edition. | Steve Klabnik | -37/+37 | |
| Fix all usage of int/uint/i/u in the book. | ||||
| 2015-01-08 | Standardize punctuation & formatting of TRPL | Kevin Yap | -11/+11 | |
| This commit is an attempt to standardize the use of punctuation and formatting in "The Rust Programming Language" as discussed in #19823. - Convert bold text to italicized textcwhen referring to terminology. - Convert single-quoted text to italicized or double-quoted text, depending on context. - Use double quotes only in the case of scare quotes or quotations. | ||||
| 2015-01-08 | Fix dead links in the guide and reorganize | Alex Crichton | -0/+339 | |
