| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-04-20 | TRPL copyedits: strings | Steve Klabnik | -23/+91 | |
| 2015-04-20 | TRPL editing: vectors | Steve Klabnik | -21/+42 | |
| 2015-04-20 | Move drop back in TRPL TOC | Steve Klabnik | -1/+1 | |
| It's a trait implementation, so we need traits first. | ||||
| 2015-04-20 | TRPL edits: method syntax | Steve Klabnik | -36/+35 | |
| 2015-04-20 | TRPL editing: structs | Steve Klabnik | -5/+5 | |
| 2015-04-20 | TRPL editing: move patterns back | Steve Klabnik | -1/+1 | |
| We want to talk about how to pattern match on structs, so let's bump it back one. | ||||
| 2015-04-20 | TRPL editing: patterns | Steve Klabnik | -4/+36 | |
| Partially addresses #24388 | ||||
| 2015-04-20 | TRPL editing: match | Steve Klabnik | -15/+16 | |
| 2015-04-20 | TRPL editing: enums | Steve Klabnik | -104/+25 | |
| Now that we're not doing the guessing game, a lot of this is irrelevant. | ||||
| 2015-04-18 | Auto merge of #24383 - avdi:patch-1, r=steveklabnik | bors | -1/+1 | |
| "Dynamically typed" didn't seem like a relevant distinction; there are statically-compiled dynamically-typed languages. Another term that might work here (despite being notoriously vague) is "scripting languages". | ||||
| 2015-04-19 | fix doctest (fixup #24466) | Manish Goregaokar | -1/+1 | |
| 2015-04-18 | Rollup merge of #24466 - steveklabnik:more_more_more, r=alexcrichton | Manish Goregaokar | -3/+105 | |
| Link to the big chapter for now, and add move semantics. | ||||
| 2015-04-17 | Rollup merge of #24515 - steveklabnik:gh24070, r=Gankro | Manish Goregaokar | -2/+7 | |
| Fixes #24070 or rather, fixes it even though it's already been fixed: slices are before now. But the linking is nice anyway. | ||||
| 2015-04-17 | Rollup merge of #24513 - j1n3l0:patch-1, r=alexcrichton | Manish Goregaokar | -1/+1 | |
| 2015-04-16 | Fix broken links in the docs | Florian Hartwig | -3/+3 | |
| 2015-04-16 | Descripe tuple indexing in TRPL | Steve Klabnik | -8/+24 | |
| FIxes #23962 | ||||
| 2015-04-16 | Make note of documentation tests and binaries | Steve Klabnik | -1/+4 | |
| Fixes #24228 | ||||
| 2015-04-16 | remove example usage of from_str in error docs | Steve Klabnik | -15/+18 | |
| Fixes #24185 | ||||
| 2015-04-16 | Make note of possible XSS in Rustdoc | Steve Klabnik | -0/+10 | |
| Fixes #24160 | ||||
| 2015-04-16 | Link up some stuff in the vectors chapter | Steve Klabnik | -2/+7 | |
| Fixes #24070 or rather, fixes it even though it's already been fixed: slices are before now. But the linking is nice anyway. | ||||
| 2015-04-16 | Fix some broken links in the book | Florian Hartwig | -4/+4 | |
| 2015-04-16 | Fix link id for stackoverflow | Ting-Yu Lin | -2/+2 | |
| The document does not display properly if the link id contains a space. | ||||
| 2015-04-17 | Update hello-cargo.md | Nelo Onyiah | -1/+1 | |
| 2015-04-15 | Rollup merge of #24476 - brettcannon:patch-3, r=steveklabnik | Steve Klabnik | -1/+1 | |
| "as an library" -> "as a library" | ||||
| 2015-04-15 | Rollup merge of #24468 - brettcannon:patch-2, r=alexcrichton | Steve Klabnik | -4/+4 | |
| Link spanned a line and was missing the actual link target. | ||||
| 2015-04-15 | Rollup merge of #24467 - brettcannon:patch-1, r=alexcrichton | Steve Klabnik | -2/+2 | |
| Had a newline in middle of a link, causing the link text to be shown with `[]`. | ||||
| 2015-04-15 | Rollup merge of #24425 - dhuseby:bitrig_fixing_tests_3, r=alexcrichton | Steve Klabnik | -1/+1 | |
| the code block in the no-stdlib.md file caused test failure on bitrig and openbsd. Closes #24108 | ||||
| 2015-04-15 | Grammar fix | Brett Cannon | -1/+1 | |
| "as an library" -> "as a library" | ||||
| 2015-04-15 | Fix link to stack/heap page | Brett Cannon | -4/+4 | |
| Link spanned a line and was mising the actual link target. | ||||
| 2015-04-15 | Fix link formatting error | Brett Cannon | -2/+2 | |
| Had a newline in middle of a link, causing the link text to be shown with `[]`. | ||||
| 2015-04-15 | TRPL: move semantics | Steve Klabnik | -1/+103 | |
| 2015-04-14 | link to ownership for now | Steve Klabnik | -2/+2 | |
| 2015-04-14 | disabling a test for bitrig and openbsd | Dave Huseby | -1/+1 | |
| 2015-04-14 | rollup merge of #24385: aturon/unstable-scoped | Alex Crichton | -41/+8 | |
| Conflicts: src/libstd/thread/mod.rs src/test/bench/shootout-mandelbrot.rs src/test/bench/shootout-reverse-complement.rs src/test/run-pass/capturing-logging.rs src/test/run-pass/issue-9396.rs src/test/run-pass/tcp-accept-stress.rs src/test/run-pass/tcp-connect-timeouts.rs src/test/run-pass/tempfile.rs | ||||
| 2015-04-14 | rollup merge of #24401: fenduru/patch-2 | Alex Crichton | -1/+1 | |
| Not sure if `From<Error>` is the correct way to reference that trait (maybe `From<E: Error>`?) r? @steveklabnik | ||||
| 2015-04-14 | rollup merge of #24398: steveklabnik/thanks_mdinger | Alex Crichton | -1/+1 | |
| The two-step command left off the nightly flag :frown: Thanks @mdinger | ||||
| 2015-04-14 | rollup merge of #24394: rundrop1/patch-1 | Alex Crichton | -2/+1 | |
| Feel silly because it's just one thing but it was bothering me that the documentation tells you what you're not going to learn now instead of linking to the item in question. Am total noob pls assist, where is power button. :) | ||||
| 2015-04-14 | rollup merge of #24368: kgv/fix | Alex Crichton | -2/+0 | |
| Remove arity link from enums.md r? @steveklabnik | ||||
| 2015-04-14 | rollup merge of #24273: steveklabnik/even_moar_editing | Alex Crichton | -76/+148 | |
| Three more sections | ||||
| 2015-04-14 | mutability fixes | Steve Klabnik | -4/+4 | |
| 2015-04-14 | copyediting: structs | Steve Klabnik | -6/+46 | |
| 2015-04-14 | Fallout: move from scoped to spawn | Aaron Turon | -41/+8 | |
| 2015-04-13 | Point to From trait in error handling guide | fenduru | -1/+1 | |
| Not sure if `From<Error>` is the correct way to reference that trait (maybe `From<E: Error>`?) | ||||
| 2015-04-13 | Fix up nightly installation instructions. | Steve Klabnik | -1/+1 | |
| The two-step command left off the nightly flag :frown: Thanks @mdinger | ||||
| 2015-04-13 | Update vectors.md | rundrop1 | -2/+1 | |
| Feel silly because it's just one thing but it was bothering me that the documentation tells you what you're not going to learn now instead of linking to the item in question. Am total noob pls assist, where is power button. :) | ||||
| 2015-04-13 | Wording for dynamic languages. | Avdi Grimm | -1/+1 | |
| 2015-04-13 | Refer to Ruby/Python/JS as "dynamically evaluated" | Avdi Grimm | -1/+1 | |
| "Dynamically typed" didn't seem like a relevant distinction; there are statically-compiled dynamically-typed languages. Another term that might work here (despite being notoriously vague) is "scripting languages". | ||||
| 2015-04-13 | Arity link has moved to primitive-types.md. | kgv | -2/+0 | |
| 2015-04-12 | Updated dead link in Traits chapter of book to point to Trait Objects chapter. | Michael Alexander | -2/+2 | |
| 2015-04-11 | Fix readme doctest (fixup #24239) | Manish Goregaokar | -3/+3 | |
