| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-02-10 | Fix documentation example in the book | Oliver Middleton | -3/+3 | |
| The code sections shouldn't be inside a ```text block. | ||||
| 2016-02-09 | Rollup merge of #31514 - cgar:spelling, r=alexcrichton | Steve Klabnik | -1/+1 | |
| 2016-02-09 | Minor spelling fixes | Carlos E. Garcia | -1/+1 | |
| 2016-02-07 | Clean up Error Handling case study examples | Andrew Barchuk | -45/+44 | |
| Remove unnecessary cloning and conversions. Expand tabs left in examples. | ||||
| 2016-02-04 | Synthesize calls to box_free language item | Simonas Kazlauskas | -0/+6 | |
| This gets rid of Drop(Free, _) MIR construct by synthesizing a call to language item which takes care of dropping instead. | ||||
| 2016-02-03 | Rollup merge of #31366 - paulsmith:patch-1, r=steveklabnik | Manish Goregaokar | -1/+1 | |
| The context of the link is `Result` but it points to the docs on `Option`'s `expect`. | ||||
| 2016-02-03 | Rollup merge of #31352 - steveklabnik:gh31154, r=nikomatsakis | Manish Goregaokar | -1/+33 | |
| Fixes #31154 | ||||
| 2016-02-02 | Add note about temporaries | Steve Klabnik | -2/+10 | |
| 2016-02-02 | Fix reference to `expect` | Paul Smith | -1/+1 | |
| The context of the link is `Result` but it points to the docs on `Option`'s `expect`. | ||||
| 2016-02-02 | Rollup merge of #31348 - alexcrichton:shuffle-tiers, r=steveklabnik | Steve Klabnik | -1/+5 | |
| Some other shufflings as well: * Three powerpc triples for Linux have been added recently * An armv7 linux triple was added recently * The 64-bit Solaris triple is now mentioned in tier 3 We are currently now also building nightlies for iOS, powerpc triples, and armv7, but there hasn't been much vetting of the triples themselves so I've left them in tier 3 for now. | ||||
| 2016-02-02 | Rollup merge of #31345 - kamalmarhubi:book-docs-special-section-errors, ↵ | Steve Klabnik | -1/+1 | |
| r=steveklabnik This matches the usage in the standard library's documentation. | ||||
| 2016-02-02 | Rollup merge of #31344 - steveklabnik:gh31334, r=alexcrichton | Steve Klabnik | -5/+4 | |
| Fixes #31334 This is just a quicker fix for this issue; since I'm working on the next draft of the book, I don't want to put a huuuge amount of work into improving it here. | ||||
| 2016-02-02 | Rollup merge of #31340 - pra85:patch-1, r=alexcrichton | Steve Klabnik | -1/+1 | |
| Spelling mistake - `familliar` > `familiar` | ||||
| 2016-02-02 | Rollup merge of #30971 - SDX2000:docfixes, r=steveklabnik | Steve Klabnik | -5/+26 | |
| Updated documentation to clarify the difference between `and_then` and `map`. This also explains why we need `and_then` in addition to `map`. Please look at the diff for more information. r? @alexcrichton | ||||
| 2016-02-01 | Explain behavior of _ | Steve Klabnik | -1/+25 | |
| Fixes #31154 | ||||
| 2016-02-01 | doc: Move 32-bit MSVC to a tier 1 platform | Alex Crichton | -1/+5 | |
| Some other shufflings as well: * Three powerpc triples for Linux have been added recently * An armv7 linux triple was added recently * The 64-bit Solaris triple is now mentioned in tier 3 We are currently now also building nightlies for iOS, powerpc triples, and armv7, but there hasn't been much vetting of the triples themselves so I've left them in tier 3 for now. | ||||
| 2016-02-01 | book: Change "Failures" to "Errors" in doc special sections chapter | Kamal Marhubi | -1/+1 | |
| This matches the usage in the standard library's documentation. | ||||
| 2016-02-01 | make this example more obvious | Steve Klabnik | -5/+4 | |
| Fixes #31334 | ||||
| 2016-02-01 | Fix typo in doc/book/getting-started.md | Prayag Verma | -1/+1 | |
| Spelling mistake - `familliar` > `familiar` | ||||
| 2016-01-30 | Reword explanation of 'size' types. | jocki84 | -3/+5 | |
| Do not reference machine 'pointers' in explanation of 'size' types. | ||||
| 2016-01-30 | Rollup merge of #31296 - steveklabnik:gh31249, r=alexcrichton | Manish Goregaokar | -0/+11 | |
| Rustdoc will automatically wrap things in main, but this doesn't work here. Fixes #31249 | ||||
| 2016-01-30 | Rollup merge of #31295 - steveklabnik:gh31266, r=alexcrichton | Manish Goregaokar | -0/+5 | |
| These are free functions in the text, but methods in the standard library. Fixes #31266 | ||||
| 2016-01-30 | Ignoring demo code with compilation error. | Sandeep Datta | -1/+1 | |
| 2016-01-29 | Add main() so that examples work | Steve Klabnik | -0/+11 | |
| Rustdoc will automatically wrap things in main, but this doesn't work here. Fixes #31249 | ||||
| 2016-01-29 | Make note that this is different in std | Steve Klabnik | -0/+5 | |
| These are free functions in the text, but methods in the standard library. Fixes #31266 | ||||
| 2016-01-29 | Fix number of methods in guessing game | Steve Klabnik | -2/+2 | |
| This code was refactored, but the words were not Fixes #31284 | ||||
| 2016-01-28 | Auto merge of #31240 - durka:follow-set-docs, r=pnkfelix | bors | -3/+3 | |
| Missed as part of #31152, but the list had other mistakes as well. r? @pnkfelix | ||||
| 2016-01-28 | Rollup merge of #31226 - steveklabnik:gh30954, r=Manishearth | Manish Goregaokar | -3/+4 | |
| Fixes #30954 | ||||
| 2016-01-28 | Rollup merge of #31222 - durka:patch-15, r=steveklabnik | Manish Goregaokar | -2/+7 | |
| r? @steveklabnik | ||||
| 2016-01-28 | Rollup merge of #30689 - Manishearth:lifetime-bound, r=steveklabnik | Manish Goregaokar | -1/+2 | |
| We should have stuff on this in the book somewhere too r? @steveklabnik | ||||
| 2016-01-27 | trpl: fix macro follow sets | Alex Burka | -3/+3 | |
| 2016-01-26 | Mention that globs import public symbols | Steve Klabnik | -3/+4 | |
| Fixes #30954 | ||||
| 2016-01-26 | capitalization and associated types | Alex Burka | -5/+5 | |
| 2016-01-26 | book: cover UFCS in Syntax Index | Alex Burka | -1/+6 | |
| 2016-01-26 | Rollup merge of #31199 - steveklabnik:gh31181, r=Manishearth | Manish Goregaokar | -0/+4 | |
| Fixes #31181 | ||||
| 2016-01-26 | Rollup merge of #31197 - apasel422:issue-31195, r=steveklabnik | Manish Goregaokar | -1/+1 | |
| Closes #31195 r? @steveklabnik | ||||
| 2016-01-25 | Mention the need for a linker | Steve Klabnik | -0/+4 | |
| Fixes #31181 | ||||
| 2016-01-25 | Fix typo in "Loops" section of the book | Andrew Paseltiner | -1/+1 | |
| Closes #31195 | ||||
| 2016-01-25 | Replace link to learn-rust in the book | Oliver Middleton | -12/+3 | |
| It was removed in #30595. Also delete the old learn-rust.md. | ||||
| 2016-01-25 | Fix link to hello-cargo in the book | Oliver Middleton | -1/+1 | |
| It was moved in #29538. | ||||
| 2016-01-23 | Clarify when `Cargo.lock` is created by `cargo build` in the book | Dirk Gadsden | -3/+5 | |
| Also remove a "finally" in the section about building for release to make it feel a bit friendlier. | ||||
| 2016-01-23 | Rollup merge of #31145 - D101101:patch-1, r=steveklabnik | Steve Klabnik | -0/+1 | |
| r? @steveklabnik | ||||
| 2016-01-23 | Rollup merge of #31128 - kamalmarhubi:book-trait-impl-clarify, r=steveklabnik | Steve Klabnik | -5/+11 | |
| 2016-01-23 | Rollup merge of #31113 - steveklabnik:master, r=alexcrichton | Steve Klabnik | -7/+8 | |
| r? @alexcrichton | ||||
| 2016-01-23 | Rollup merge of #31111 - apasel422:issue-31103, r=steveklabnik | Steve Klabnik | -1/+1 | |
| Closes #31103 r? @steveklabnik | ||||
| 2016-01-23 | Rollup merge of #31061 - brson:bib, r=steveklabnik | Steve Klabnik | -0/+1 | |
| 2016-01-23 | Fix the missing line in the guessing-game.md | Sergey Veselkov | -0/+1 | |
| r? @steveklabnik | ||||
| 2016-01-23 | Auto merge of #30807 - kolloch:patch-1, r=steveklabnik | bors | -0/+3 | |
| When I read the book, the following sentence of the reference documentation helped me greatly to understand slices: "Slices are a view into a block of memory represented as a pointer and a length." In this commit, I tried to integrate the gist of that into the slice section inside of "primitive-types.md". I am not a native speaker, so feel very free to improve the wording. r? @steveklabnik | ||||
| 2016-01-22 | Forward reference crates and modules chapter | Kamal Marhubi | -1/+3 | |
| 2016-01-22 | book: Clarify that trait or type must be in same crate as impl | Kamal Marhubi | -5/+9 | |
