| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-01-11 | added empty() to Peekable | Shamir Khodzha | -1/+15 |
| 2014-01-11 | auto merge of #11470 : eminence/rust/rustpkg_help_test, r=alexcrichton | bors | -3/+21 |
| 2014-01-11 | "rustpkg prefer" should print the help for '"prefer" not "uninstall" | Andrew Chin | -1/+1 |
| 2014-01-11 | auto merge of #11472 : kud1ing/rust/iOS, r=alexcrichton | bors | -0/+1 |
| 2014-01-11 | auto merge of #11252 : eddyb/rust/ty-cleanup, r=pcwalton | bors | -912/+769 |
| 2014-01-11 | Use the right type for self in methods and remove obsoleted items. | Eduard Burtescu | -522/+472 |
| 2014-01-11 | Removed free_glue from tydesc (the code is still generated, but inlined in dr... | Eduard Burtescu | -172/+80 |
| 2014-01-11 | Removed obsolete 'e' prefix on ty_evec and ty_estr. | Eduard Burtescu | -235/+234 |
| 2014-01-11 | auto merge of #11463 : brson/rust/envcaps, r=huonw | bors | -7/+7 |
| 2014-01-11 | auto merge of #11468 : klutzy/rust/workcache-cleanup, r=alexcrichton | bors | -36/+9 |
| 2014-01-11 | auto merge of #11461 : alexcrichton/rust/rustdoc-fixes, r=brson | bors | -6/+29 |
| 2014-01-11 | rustdoc: Don't show a fields header if there are none | Alex Crichton | -3/+3 |
| 2014-01-11 | auto merge of #11466 : eminence/rust/fix_rustpkg_help, r=brson | bors | -1/+8 |
| 2014-01-11 | define arch for iOS/ARM | kud1ing | -0/+1 |
| 2014-01-11 | auto merge of #11465 : pcwalton/rust/borrow-check-bug, r=pcwalton | bors | -14/+62 |
| 2014-01-11 | extra::workcache: Remove unused Logger | klutzy | -36/+9 |
| 2014-01-11 | Fix `rustpkg help` handling | Andrew Chin | -2/+20 |
| 2014-01-10 | Re-implement --help in rustpkg | Andrew Chin | -1/+8 |
| 2014-01-10 | librustc: Check restrictions on all subcomponents of a path when moving | Patrick Walton | -14/+62 |
| 2014-01-10 | auto merge of #11416 : bjz/rust/remove-print-fns, r=alexcrichton | bors | -253/+258 |
| 2014-01-10 | syntax: Fix capitalization in macro_parser errors | Brian Anderson | -5/+5 |
| 2014-01-10 | rustc: Fix formatting of env! error message | Brian Anderson | -2/+2 |
| 2014-01-10 | auto merge of #11415 : nick29581/rust/visit_trait_option, r=alexcrichton | bors | -5/+6 |