| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-03-08 | rustbuild: Move rustbook to a `src/tools` directory | Alex Crichton | -75/+0 | |
| We've actually got quite a few tools that are compiled as part of our build, let's start housing them all in a `tools` directory. | ||||
| 2015-03-04 | std: Deprecate std::old_io::fs | Alex Crichton | -15/+15 | |
| This commit deprecates the majority of std::old_io::fs in favor of std::fs and its new functionality. Some functions remain non-deprecated but are now behind a feature gate called `old_fs`. These functions will be deprecated once suitable replacements have been implemented. The compiler has been migrated to new `std::fs` and `std::path` APIs where appropriate as part of this change. | ||||
| 2015-02-25 | Use os::getcwd instead of env in rustbook (fixup #22727) | Manish Goregaokar | -2/+2 | |
| 2015-02-23 | Rollup merge of #22688 - tshepang:use-new-slicing-syntax, r=alexcrichton | Manish Goregaokar | -2/+2 | |
| 2015-02-23 | Rollup merge of #22505 - tshepang:current_dir, r=steveklabnik | Manish Goregaokar | -2/+2 | |
| 2015-02-23 | rustbook: update slicing syntax where [] --> [..] | Tshepang Lekhonkhobe | -2/+2 | |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -1/+1 | |
| 2015-02-18 | unused imports | Tshepang Lekhonkhobe | -1/+0 | |
| 2015-02-18 | os.getcwd renamed to env::current_dir | Tshepang Lekhonkhobe | -1/+2 | |
| 2015-02-02 | `for x in xs.into_iter()` -> `for x in xs` | Jorge Aparicio | -1/+1 | |
| Also `for x in option.into_iter()` -> `if let Some(x) = option` | ||||
| 2015-01-26 | Fallout of io => old_io | Alex Crichton | -1/+1 | |
| 2015-01-08 | "The Rust Programming Language" | Steve Klabnik | -0/+75 | |
| This pulls all of our long-form documentation into a single document, nicknamed "the book" and formally titled "The Rust Programming Language." A few things motivated this change: * People knew of The Guide, but not the individual Guides. This merges them together, helping discoverability. * You can get all of Rust's longform documentation in one place, which is nice. * We now have rustbook in-tree, which can generate this kind of documentation. While its style is basic, the general idea is much better: a table of contents on the left-hand side. * Rather than a almost 10,000-line guide.md, there are now smaller files per section. | ||||
