summary refs log tree commit diff
path: root/doc/po
AgeCommit message (Expand)AuthorLines
2013-12-15std::vec: convert to(_mut)_ptr to as_... methods on &[] and &mut [].Huon Wilson-10/+10
2013-12-15Move std::{str,vec}::raw::set_len to an unsafe method on Owned{Vector,Str}.Huon Wilson-4/+4
2013-11-26librustc: Remove remaining uses of `&fn()` in favor of `||`.Patrick Walton-2/+2
2013-11-26Updating docs with updated closure syntax, `&fn` -> `||`Vijay Korapaty-39/+39
2013-11-18librustc: Convert `~fn()` to `proc()` everywhere.Patrick Walton-8/+8
2013-11-12Check inferred integer literals for overflows, closes #4220Florian Hahn-2/+2
2013-11-02Grammar error and vim syntax highlighting mistake fixed.Matt Carberry-1/+1
2013-11-02Added octal literal support.Matt Carberry-2/+18
2013-10-20doc (en & ja): remove mentions of type float, rust and rusti toolsSébastien Chauvel-216/+209
2013-10-17std: Move size/align functions to std::mem. #2240Brian Anderson-4/+4
2013-09-21Update version numbers to 0.8Brian Anderson-20/+20
2013-08-15auto merge of #8490 : huonw/rust/fromiterator-extendable, r=catamorphismbors-2/+2
2013-08-15std: Move the iterator param on FromIterator and Extendable to the method.Huon Wilson-2/+2
2013-08-13tutorial: Add Japanese translationgifnksm-98/+1460
2013-08-12doc: Generate .po files for Japanse translationsgifnksm-0/+15257
2013-08-12doc: Update .pot filesgifnksm-1775/+1840
2013-08-03remove obsolete `foreach` keywordDaniel Micay-14/+14
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-14/+14
2013-07-27Change concurrency primitives to standard naming conventionsSteven Stewart-Gallus-17/+17
2013-07-17Add project information to l10n templates.OGINO Masanori-895/+1198
2013-07-07Generate initial translatable templates for documentationLuca Bruno-0/+14889