| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-07-25 | Remove obsolete Japanese translation for a while. | OGINO Masanori | -9404/+0 | |
| The translation is based on an early version of tutorial.md, thus most of entries have been marked as fuzzy and actually they are incorrect. Now tutorial.md is planed to be replaced with guide.md, so I'd suggest removing translation files for a while. Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com> | ||||
| 2014-07-11 | Bump version to 0.12.0-pre | Brian Anderson | -15/+15 | |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -8/+8 | |
| [breaking-change] | ||||
| 2014-06-16 | Update repo location | Brian Anderson | -27/+27 | |
| 2014-06-02 | docs: Stop using `notrust` | Florian Gilcher | -16/+16 | |
| Now that rustdoc understands proper language tags as the code not being Rust, we can tag everything properly. This change tags examples in other languages by their language. Plain notations are marked as `text`. Console examples are marked as `console`. Also fix markdown.rs to not highlight non-rust code. | ||||
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -11/+11 | |
| [breaking-change] | ||||
| 2014-05-16 | doc: Remove all uses of `~str` from the documentation. | Patrick Walton | -11/+11 | |
| 2014-05-12 | Add the patch number to version strings. Closes #13289 | Brian Anderson | -15/+15 | |
| 2014-04-19 | doc: add webfonts and tweak the styles accordingly | Adrien Tétar | -12/+12 | |
| 2014-04-12 | Update tutorials to use new attribute syntax (#13476) | Manish Goregaokar | -7/+7 | |
| 2014-04-04 | Fix inner attribute syntax from `#[foo];` to `#![foo]` | Timothée Ravier | -2/+2 | |
| From the 0.10 changelog: * The inner attribute syntax has changed from `#[foo];` to `#![foo]`. | ||||
| 2014-04-03 | Bump version to 0.11-pre | Brian Anderson | -87/+87 | |
| This also changes some of the download links in the documentation to 'nightly'. | ||||
| 2014-03-31 | Bump version to 0.10 | Alex Crichton | -19/+19 | |
| 2014-02-24 | Transition to new `Hash`, removing IterBytes and std::to_bytes. | Huon Wilson | -3/+3 | |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -118/+118 | |
| This was previously implemented, and it just needed a snapshot to go through | ||||
| 2014-02-03 | Update po4a.conf and regenerate .po files. | OGINO Masanori | -830/+3060 | |
| Also, I've corrected src/doc/README.md in line with this change. Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com> | ||||
| 2014-02-02 | Move doc/ to src/doc/ | Alex Crichton | -0/+7174 | |
| We generate documentation into the doc/ directory, so we shouldn't be intermingling source files with generated files | ||||
