about summary refs log tree commit diff
path: root/src/doc/po
AgeCommit message (Collapse)AuthorLines
2014-07-25Remove 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-11Bump version to 0.12.0-preBrian Anderson-15/+15
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-8/+8
[breaking-change]
2014-06-16Update repo locationBrian Anderson-27/+27
2014-06-02docs: 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-24core: rename strbuf::StrBuf to string::StringRicho Healey-11/+11
[breaking-change]
2014-05-16doc: Remove all uses of `~str` from the documentation.Patrick Walton-11/+11
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-15/+15
2014-04-19doc: add webfonts and tweak the styles accordinglyAdrien Tétar-12/+12
2014-04-12Update tutorials to use new attribute syntax (#13476)Manish Goregaokar-7/+7
2014-04-04Fix 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-03Bump version to 0.11-preBrian Anderson-87/+87
This also changes some of the download links in the documentation to 'nightly'.
2014-03-31Bump version to 0.10Alex Crichton-19/+19
2014-02-24Transition to new `Hash`, removing IterBytes and std::to_bytes.Huon Wilson-3/+3
2014-02-14extern mod => extern crateAlex Crichton-118/+118
This was previously implemented, and it just needed a snapshot to go through
2014-02-03Update 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-02Move 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