| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-05-10 | Rollup merge of #25251 - nham:whitespace_lang_items, r=Manishearth | Manish Goregaokar | -3/+3 | |
| In my opinion this looks nicer, but also it matches the whitespace generally used for stability markers. | ||||
| 2015-05-10 | Rollup merge of #25249 - robyoung:minor-doc-fix, r=Manishearth | Manish Goregaokar | -2/+4 | |
| Remove an rogue 'is' and fix some line wrapping. | ||||
| 2015-05-10 | Rollup merge of #25242 - acgtyrant:patch-3, r=Manishearth | Manish Goregaokar | -1/+1 | |
| Fix a typo while `io::stdin().read_line()` returns `Result` actually | ||||
| 2015-05-09 | Fix typo in Match document. | Don Petersen | -1/+1 | |
| 2015-05-09 | Add omitted word to mutability docs. | Don Petersen | -2/+2 | |
| 2015-05-10 | Update error-handling.md | Isaac Ge | -1/+1 | |
| Fix two typos while `io::stdin().read_line()` returns `Result` actually Signed-off-by: acgtyrant <acgtyrant@gmail.com> | ||||
| 2015-05-09 | Convert #[lang=".."] to #[lang = ".."] for docs too. | Nick Hamann | -3/+3 | |
| 2015-05-09 | Minor docs fix | Rob Young | -2/+4 | |
| Remove an rogue 'is' and fix some line wrapping. | ||||
| 2015-05-09 | Rollup merge of #25216 - barosl:no-more-task, r=Manishearth | Manish Goregaokar | -2/+2 | |
| I've found that there are still huge amounts of occurrences of `task`s in the documentation. This PR tries to eliminate all of them in favor of `thread`. | ||||
| 2015-05-09 | Fixed a typo. Removed an extra s | Sindre Johansen | -1/+1 | |
| 2015-05-09 | Auto merge of #25214 - acgtyrant:patch-1, r=brson | bors | -1/+1 | |
| make the definition of static methods explicit | ||||
| 2015-05-08 | Add a precision for references | Guillaume Gomez | -0/+32 | |
| 2015-05-09 | Rollup merge of #25215 - acgtyrant:patch-2, r=alexcrichton | Manish Goregaokar | -1/+1 | |
| Fix wrong radius valve from 0.0 to 1.0 as above | ||||
| 2015-05-09 | Rollup merge of #25195 - simonkern:master, r=steveklabnik | Manish Goregaokar | -4/+5 | |
| I deleted one unneccessary 'the' and added the href for [bindings] | ||||
| 2015-05-09 | Rollup merge of #25181 - steveklabnik:fix_curlies, r=alexcrichton | Manish Goregaokar | -1/+1 | |
| 2015-05-09 | Rollup merge of #25179 - bengesoff:patch-1, r=steveklabnik | Manish Goregaokar | -6/+5 | |
| Following paragraph says "we've used `*` which..." but code says "rand=\"0.3.0\"" | ||||
| 2015-05-09 | Fix invalid references due to the automated string substitution | Barosl Lee | -1/+1 | |
| 2015-05-09 | Squeeze the last bits of `task`s in documentation in favor of `thread` | Barosl Lee | -3/+3 | |
| 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-05-08 | Update method-syntax.md | Isaac Ge | -1/+1 | |
| Fix wrong radius valve from 0.0 to 1.0 as above | ||||
| 2015-05-08 | Update method-syntax.md | Isaac Ge | -1/+1 | |
| make the definition of static methods explicit | ||||
| 2015-05-08 | fix logic when describing kinds of borrows | Andrew Straw | -1/+1 | |
| If you have 0 references (`&T`) to a resource, presumably, you could have a mutable reference (`&mut T`). So this only start to make sense at having 1 reference to a resource. | ||||
| 2015-05-08 | fixed href for structs | Simon Kern | -1/+1 | |
| 2015-05-08 | v2 gets a copy of the pointer, not a copy of the data | Simon Kern | -1/+1 | |
| 2015-05-08 | deleted unnecessary `the` | Simon Kern | -1/+1 | |
| 2015-05-08 | two minor fixes | Simon Kern | -1/+2 | |
| 2015-05-07 | Another typo | Tincan | -1/+1 | |
| 2015-05-07 | Typo in ownership.md | Tincan | -1/+1 | |
| 2015-05-07 | Undid changes involving misunderstanding of 0.3.x | Ben Gesoff | -10/+11 | |
| Didn't realise 0.3.0 referred to all 0.3.x versions! Fixed my mistakes. Should have just updated the Cargo.toml now. | ||||
| 2015-05-07 | Fix incorrect curly quotes | Steve Klabnik | -1/+1 | |
| 2015-05-07 | Refactor to keep rand version 0.3.0 | Ben Gesoff | -17/+15 | |
| changed paragraphs with discussion of Cargo.lock file to agree with rand version 0.3.0 in the Cargo.tom file. | ||||
| 2015-05-07 | Change rand version to '*' | Ben Gesoff | -1/+1 | |
| Following paragraph says "we've used `*` which..." but code says "rand=\"0.3.0\"" | ||||
| 2015-05-07 | Rollup merge of #25173 - andreastt:guessing_game_syntax_fix, r=steveklabnik | Steve Klabnik | -1/+1 | |
| 2015-05-07 | Rollup merge of #25156 - rydotyosh:patch-4, r=alexcrichton | Steve Klabnik | -2/+0 | |
| Remove printing of secret number at final source. | ||||
| 2015-05-07 | Rollup merge of #25154 - rydotyosh:patch-3, r=steveklabnik | Steve Klabnik | -1/+1 | |
| Edit version of #25150. This commit depends on #25148. | ||||
| 2015-05-07 | Rollup merge of #25148 - banks:master, r=steveklabnik | Steve Klabnik | -3/+3 | |
| Let me know if I didn't follow correct procedure - seems a trivial change and no one that can be automatically tested. | ||||
| 2015-05-07 | Rollup merge of #25141 - steveklabnik:fix_guessing_game, r=huonw | Steve Klabnik | -8/+13 | |
| https://github.com/rust-lang/rust/pull/25080/files#r29634986 r? @huonw | ||||
| 2015-05-07 | Rollup merge of #25139 - hibariya:fix-indentation, r=alexcrichton | Steve Klabnik | -2/+2 | |
| 2015-05-07 | doc: fix syntax error in Guessing Game | Andreas Tolfsen | -1/+1 | |
| 2015-05-07 | doc: Fix remove secret number at final source | らいどっと | -2/+0 | |
| Remove printing of secret number at final source. | ||||
| 2015-05-07 | doc: Fix remove unused variable | らいどっと | -1/+1 | |
| This commit depends on #25148. | ||||
| 2015-05-06 | Correct initial guessing game example. Fixes #25147. r? @steveklabnik | Paul Banks | -3/+3 | |
| 2015-05-06 | Fix explanation of Cargo's behavior | Steve Klabnik | -8/+13 | |
| https://github.com/rust-lang/rust/pull/25080/files#r29634986 | ||||
| 2015-05-06 | Fix indentation in the "Strings" chapter | Hika Hibariya | -2/+2 | |
| 2015-05-05 | Rollup merge of #25112 - jsyeo:jsyeo-while-let, r=alexcrichton | Steve Klabnik | -1/+1 | |
| The indentation in this example is messed up. The `_ => break,` line was using a tab instead of spaces to indent. | ||||
| 2015-05-05 | Rollup merge of #25080 - steveklabnik:guessing_game, r=alexcrichton | Steve Klabnik | -5/+1011 | |
| This also made me realize that I wasn't using the correct term, 'associated functions', rather than 'static methods'. So I corrected that in the method syntax chapter. | ||||
| 2015-05-05 | Rollup merge of #24782 - steveklabnik:doc_ownership, r=nikomatsakis | Steve Klabnik | -567/+740 | |
| Also, as @huonw guessed, move semantics really _does_ make more sense as a sub-chapter of ownership. | ||||
| 2015-05-05 | TRPL: guessing game | Steve Klabnik | -5/+1011 | |
| This also made me realize that I wasn't using the correct term, 'associated functions', rather than 'static methods'. So I corrected that in the method syntax chapter. | ||||
| 2015-05-05 | TRPL: ownership, borrowing, and lifetimes | Steve Klabnik | -567/+740 | |
| Also, as @huonw guessed, move semantics really _does_ make more sense as a sub-chapter of ownership. | ||||
| 2015-05-05 | Fix indentation in while-let example | Jason Yeo | -1/+1 | |
| 2015-05-05 | Rollup merge of #25109 - alexcrichton:fix-doc-crates-io-link, r=steveklabnik | Manish Goregaokar | -1/+1 | |
| Right now it's all hosted over GitHub pages so https doesn't work, so only link to the http version. | ||||
