| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-05-13 | Fix doc tests 1.0.0 | Brian Anderson | -3/+3 | |
| 2015-05-13 | Add a link to the error index to the main doc page. | Michael Sproul | -4/+9 | |
| I also capitalised "The Standard Library" and neatened a few bits of grammar. | ||||
| 2015-05-13 | doc: Remove mention of 30 minute intro | Brian Anderson | -9/+8 | |
| 2015-05-13 | Backport TRPL, reference, and grammar. | Steve Klabnik | -2110/+6688 | |
| Rather than port each individual change to these files, for the release, I just waited to do it all at the end, in this commit. Since individual comits made it to master, everyone should get proper credit in the main tree, and AUTHORS includes those whose changes are here. | ||||
| 2015-05-12 | Fix invalid references due to the automated string substitution | Barosl Lee | -2/+2 | |
| 2015-05-12 | Squeeze the last bits of `task`s in documentation in favor of `thread` | Barosl Lee | -40/+40 | |
| 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-10 | Fix #24872, XSS in docs not found page. | Chris Morgan | -1/+5 | |
| 2015-04-25 | Fix broken links in the docs | Florian Hartwig | -5/+5 | |
| 2015-04-25 | doc: improve/fix 'let' FAQ | Tshepang Lekhonkhobe | -4/+5 | |
| 2015-04-25 | Update Windows caveats | Tamir Duberstein | -4/+1 | |
| - https://github.com/rust-lang/rust/issues/1237 is closed - `libgcc` is now statically linked: https://github.com/rust-lang/rust/pull/17471 | ||||
| 2015-04-25 | Remove the 30 minute intro | Steve Klabnik | -583/+2 | |
| Fixes #24569. | ||||
| 2015-04-25 | Backport of https://github.com/rust-lang/rust/pull/24783 | Steve Klabnik | -4/+4 | |
| Only backporting the style portion, as changing the test suite is needless churn, and the book/reference are getting their own imports at the end. | ||||
| 2015-04-23 | std: Bring back f32::from_str_radix as an unstable API | Alex Crichton | -75/+0 | |
| This API was exercised in a few tests and mirrors the `from_str_radix` functionality of the integer types. Conflicts: src/doc/trpl/traits.md src/libstd/sys/windows/fs2.rs | ||||
| 2015-04-16 | Auto merge of #23682 - tamird:DRY-is-empty, r=alexcrichton | bors | -1/+1 | |
| r? @alexcrichton | ||||
| 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 #24471 - andrewseidl:master, r=alexcrichton | Steve Klabnik | -1/+1 | |
| Use external instead of relative link for rustbyexample.com in generated `src/doc/index.md`. (http://doc.rust-lang.org/nightly/index.html) Previous: http://doc.rust-lang.org/nightly/rustbyexample.com Desired: http://rustbyexample.com/ | ||||
| 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 | doc: Fix link to rustbyexample.com | Andrew Seidl | -1/+1 | |
| 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-14 | Positive case of `len()` -> `is_empty()` | Tamir Duberstein | -1/+1 | |
| `s/(?<!\{ self)(?<=\.)len\(\) == 0/is_empty()/g` | ||||
| 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/+12 | |
| 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 #24393: steveklabnik/rbe | Alex Crichton | -14/+6 | |
| It's no longer a community based project. Also, Rust for Rubyists is deprecated at this point, so we shouldn't link to it anymore. | ||||
| 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/+12 | |
| 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 | Link RBE more prominently | Steve Klabnik | -14/+6 | |
| It's no longer a community based project. Also, Rust for Rubyists is deprecated at this point, so we shouldn't link to it anymore. | ||||
| 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 | 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 | |
| 2015-04-11 | Rollup merge of #24309 - tshepang:doc-avoid-x-confusion, r=Manishearth | Manish Goregaokar | -4/+4 | |
| 2015-04-11 | Rollup merge of #24281 - steveklabnik:lol_editing, r=alexcrichton | Manish Goregaokar | -311/+161 | |
| more more more | ||||
| 2015-04-11 | Rollup merge of #24253 - steveklabnik:doc_primitive_types, r=alexcrichton | Manish Goregaokar | -171/+267 | |
| A brief introduction to each type, with pointers to the primitive pages for more info. | ||||
| 2015-04-11 | Rollup merge of #24247 - steveklabnik:update_variable_bindings, r=huonw | Manish Goregaokar | -49/+57 | |
| keeping on with the edits | ||||
| 2015-04-11 | Rollup merge of #24244 - steveklabnik:more_editing, r=steveklabnik | Manish Goregaokar | -172/+282 | |
| Fill out blank section headers. Copy edit the entire first section. | ||||
| 2015-04-11 | Rollup merge of #24239 - steveklabnik:editing_pass, r=steveklabnik | Manish Goregaokar | -25/+178 | |
| Now that the new TOC has landed, I've started doing an editing pass to get the old content into the right shape. I felt this introduction was significant enough to send as its own PR, though, as it's the introduction. It's possible that we may just want to replace 'the intro' with this directly, but this PR doesn't do that. | ||||
| 2015-04-11 | Rollup merge of #24234 - thiagooak:academic-research, r=steveklabnik | Manish Goregaokar | -0/+47 | |
| #24004 Something like this? | ||||
| 2015-04-11 | book: 'x' is already taken, so use something else | Tshepang Lekhonkhobe | -4/+4 | |
