| Age | Commit message (Expand) | Author | Lines |
| 2014-01-14 | Add noalias and noreturn attributes in more cases. | Eduard Burtescu | -57/+59 |
| 2014-01-14 | auto merge of #11438 : b1nd/rust/rust-doc, r=alexcrichton | bors | -49/+125 |
| 2014-01-14 | renamed empty() to is_empty() | Shamir Khodzha | -4/+4 |
| 2014-01-14 | Note that translation workflow is WIP now. | OGINO Masanori | -3/+6 |
| 2014-01-14 | Add notes for translators. | OGINO Masanori | -0/+43 |
| 2014-01-14 | Update .po and strip down untranslated entries. | OGINO Masanori | -12995/+3659 |
| 2014-01-14 | Completed patch searching for rust docs | b1nd | -49/+125 |
| 2014-01-13 | auto merge of #11501 : alexcrichton/rust/dox, r=brson | bors | -3/+276 |
| 2014-01-13 | dox: Write a guide to the rust runtime | Alex Crichton | -3/+276 |
| 2014-01-13 | auto merge of #11531 : brson/rust/yetmoreandroidfixes, r=alexcrichton | bors | -10/+12 |
| 2014-01-13 | std: Ignore bind error tests on android. #11530 | Brian Anderson | -2/+4 |
| 2014-01-13 | mk: Make TESTNAME and VERBOSE work with android. Closes #10957 | Brian Anderson | -8/+8 |
| 2014-01-13 | auto merge of #11525 : luqmana/rust/trait-coercions, r=pcwalton | bors | -24/+63 |
| 2014-01-13 | librustc: Don't translate an expr twice when implicitly coercing to a trait o... | Luqman Aden | -22/+21 |
| 2014-01-13 | librustc: Don't allow use after move of implicitly coerced object. Fixes #11481. | Luqman Aden | -2/+42 |
| 2014-01-13 | auto merge of #11305 : pcwalton/rust/at-patterns, r=pcwalton | bors | -1037/+1025 |
| 2014-01-13 | librustc: Remove `@` pointer patterns from the language | Patrick Walton | -1035/+1014 |
| 2014-01-13 | auto merge of #11518 : brson/rust/moreandroidxfails, r=alexcrichton | bors | -0/+1 |
| 2014-01-13 | xfail another native test on android (#11419) | Brian Anderson | -0/+1 |
| 2014-01-13 | libsyntax: Make managed box `@` patterns obsolete | Patrick Walton | -3/+12 |
| 2014-01-13 | auto merge of #11482 : fhahn/rust/issue-8005-better-error-msg-semi-last-stmt,... | bors | -3/+55 |
| 2014-01-13 | Better error message for semicolon on the last line of a function | Florian Hahn | -3/+55 |
| 2014-01-13 | auto merge of #11513 : huonw/rust/generic-errs, r=alexcrichton | bors | -5/+24 |
| 2014-01-13 | rustc: make error messages containing generic more self-explanatory. | Huon Wilson | -5/+24 |
| 2014-01-13 | auto merge of #11510 : wycats/rust/clone-treeset, r=huonw | bors | -0/+11 |
| 2014-01-13 | Add Clone to TreeSet | Yehuda Katz | -0/+11 |
| 2014-01-12 | auto merge of #11506 : brson/rust/androidfixes, r=cmr | bors | -0/+2 |
| 2014-01-12 | xfail two tests that hang on Android (#11419) | Brian Anderson | -0/+2 |
| 2014-01-12 | auto merge of #11442 : brson/rust/0.10-pre, r=alexcrichton | bors | -22/+18 |
| 2014-01-12 | Bump version to 0.10-pre | Brian Anderson | -22/+18 |
| 2014-01-12 | auto merge of #11504 : bjz/rust/std-num-cleanups, r=brson | bors | -236/+81 |
| 2014-01-13 | Clean up std::num::cmath and remove stale comments | Brendan Zabarauskas | -187/+80 |
| 2014-01-13 | Remove RealExt | Brendan Zabarauskas | -49/+1 |
| 2014-01-12 | auto merge of #11502 : jhasse/rust/crate_type, r=alexcrichton | bors | -5/+0 |
| 2014-01-12 | ebml::extra: Optimize reader::vuint_at() | Carl-Anton Ingmarsson | -22/+29 |
| 2014-01-12 | auto merge of #11471 : ktt3ja/rust/issue-11380, r=alexcrichton | bors | -13/+80 |
| 2014-01-12 | Mark allowed dead code and lang items as live | Kiet Tran | -13/+80 |
| 2014-01-12 | Don't overwrite the options.output value from build_session_options | Jan Niklas Hasse | -5/+0 |
| 2014-01-12 | extra::ebml: Add unit test for vuint_at() | Carl-Anton Ingmarsson | -0/+48 |
| 2014-01-12 | extra::ebml: Make reader::Res public | Carl-Anton Ingmarsson | -1/+1 |
| 2014-01-12 | Update guide-ffi.md | Matthias Einwag | -98/+60 |
| 2014-01-12 | auto merge of #11495 : kud1ing/rust/backticks, r=huonw | bors | -35/+35 |
| 2014-01-12 | more backticks | kud1ing | -35/+35 |
| 2014-01-11 | auto merge of #11491 : wting/rust/wting_7959_document_inline_attributes, r=al... | bors | -6/+28 |
| 2014-01-11 | auto merge of #11488 : kballard/rust/librustpkg-docs, r=brson | bors | -20/+26 |
| 2014-01-11 | Add inline attributes documentation. | William Ting | -6/+28 |
| 2014-01-11 | Add librustuv to doc/index.md | Kevin Ballard | -0/+1 |
| 2014-01-11 | Restore missing line breaks in doc/index.html | Kevin Ballard | -19/+19 |
| 2014-01-11 | doc: build the docs for librustpkg | Kevin Ballard | -1/+6 |
| 2014-01-11 | auto merge of #11483 : kballard/rust/gitignore-doc-rustuv, r=alexcrichton | bors | -0/+1 |