| Age | Commit message (Expand) | Author | Lines |
| 2014-01-15 | Removed redundant code, improve performance | b1nd | -9/+1 |
| 2014-01-15 | std::trie: optimise insert slightly. | Huon Wilson | -34/+36 |
| 2014-01-15 | std::trie: add benchmarks for insert. | Huon Wilson | -0/+48 |
| 2014-01-14 | auto merge of #11521 : dguenther/rust/hide_libdir_relative, r=alexcrichton | bors | -1/+1 |
| 2014-01-14 | add an experimental tag for Gc<T> due to cycles | Daniel Micay | -0/+5 |
| 2014-01-14 | Renamed LIBDIR_RELATIVE to CFG_LIBDIR_RELATIVE | Derek Guenther | -1/+1 |
| 2014-01-14 | auto merge of #11538 : eddyb/rust/llvm-attributes, r=alexcrichton | bors | -57/+59 |
| 2014-01-14 | auto merge of #11485 : eddyb/rust/sweep-old-rust, r=nikomatsakis | bors | -260/+189 |
| 2014-01-14 | auto merge of #11539 : dotdash/rust/void_type_fixup, r=alexcrichton | bors | -1/+12 |
| 2014-01-14 | Fix the representation of C void pointers in LLVM IR | Björn Steinbrink | -1/+12 |
| 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 | Completed patch searching for rust docs | b1nd | -49/+125 |
| 2014-01-13 | auto merge of #11531 : brson/rust/yetmoreandroidfixes, r=alexcrichton | bors | -2/+4 |
| 2014-01-13 | std: Ignore bind error tests on android. #11530 | Brian Anderson | -2/+4 |
| 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 | -1030/+1018 |
| 2014-01-13 | librustc: Remove `@` pointer patterns from the language | Patrick Walton | -1028/+1007 |
| 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 | 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 | Bump version to 0.10-pre | Brian Anderson | -20/+16 |
| 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 | 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 | auto merge of #11495 : kud1ing/rust/backticks, r=huonw | bors | -35/+35 |
| 2014-01-12 | more backticks | kud1ing | -35/+35 |
| 2014-01-12 | Fix indention | Jan Niklas Hasse | -9/+9 |
| 2014-01-12 | Support linking of rlib files in rustpkg | Jan Niklas Hasse | -6/+13 |
| 2014-01-12 | Removed remnants of `@mut` and `~mut` from comments and the type system. | Eduard Burtescu | -260/+189 |
| 2014-01-11 | auto merge of #11480 : SiegeLord/rust/float_base, r=cmr | bors | -11/+133 |
| 2014-01-11 | auto merge of #11477 : adridu59/rust/bug-report, r=cmr | bors | -44/+40 |
| 2014-01-11 | auto merge of #11338 : jhasse/rust/patch-rustpkgtarget, r=alexcrichton | bors | -5/+5 |
| 2014-01-11 | Use target libraries instead of host libraries. Fixes #11243 | Jan Niklas Hasse | -5/+5 |
| 2014-01-11 | Tighten up float literal lexing. | SiegeLord | -11/+133 |
| 2014-01-11 | Trim src/ README, bring back version_info everywhere | Adrien Tétar | -16/+12 |
| 2014-01-11 | Various READMEs and docs cleanup | Adrien Tétar | -44/+44 |