about summary refs log tree commit diff
path: root/doc/po/tutorial-tasks.md.pot
AgeCommit message (Collapse)AuthorLines
2014-01-10Remove *.pot files and ignore them now.OGINO Masanori-1070/+0
The .pot files can be generated automatically and the files contain timestamps in their content. They can cause huge conflicts and take huge space even if you are not a translator. This commit is a part of improvement discussed on https://github.com/mozilla/rust/pull/11383 . Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
2013-11-18librustc: Convert `~fn()` to `proc()` everywhere.Patrick Walton-1/+1
2013-11-12Check inferred integer literals for overflows, closes #4220Florian Hahn-1/+1
2013-09-21Update version numbers to 0.8Brian Anderson-1/+1
2013-08-12doc: Update .pot filesgifnksm-124/+124
2013-08-03remove obsolete `foreach` keywordDaniel Micay-1/+1
this has been replaced by `for`
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-1/+1
2013-07-27Change concurrency primitives to standard naming conventionsSteven Stewart-Gallus-17/+17
To be more specific: `UPPERCASETYPE` was changed to `UppercaseType` `type_new` was changed to `Type::new` `type_function(value)` was changed to `value.method()`
2013-07-17Add project information to l10n templates.OGINO Masanori-5/+5
2013-07-07Generate initial translatable templates for documentationLuca Bruno-0/+1070
These files are automatically genereated by `make docs-l10n` (via po4a), which will also take of updating them if the original .md changes. Signed-off-by: Luca Bruno <lucab@debian.org>