| Age | Commit message (Expand) | Author | Lines |
| 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/+30 |
| 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-10 | auto merge of #11459 : tedhorst/rust/uninstall_rustlib, r=alexcrichton | bors | -1/+1 |
| 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 | -336/+350 |
| 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 |
| 2014-01-11 | Remove re-exports of std::io::stdio::{print, println} in the prelude. | Brendan Zabarauskas | -336/+350 |
| 2014-01-10 | rustdoc: Don't show private modules | Alex Crichton | -4/+21 |
| 2014-01-10 | rustdoc: Get --version working | Alex Crichton | -0/+4 |
| 2014-01-10 | doc: build the docs for librustuv | Alex Crichton | -0/+1 |
| 2014-01-10 | rustdoc: Don't strip empty modules with documentation | Alex Crichton | -1/+3 |
| 2014-01-10 | auto merge of #11448 : c-a/rust/u64_from_be_bytes, r=alexcrichton | bors | -11/+101 |
| 2014-01-10 | auto merge of #11449 : rcatolino/rust/assign-binop-handling, r=alexcrichton | bors | -14/+34 |
| 2014-01-10 | Improve invalid operator assignment handling. | Raphael Catolino | -14/+34 |
| 2014-01-10 | fix uninstall target with configurable rustlib directory | Ted Horst | -1/+1 |
| 2014-01-10 | std::io: Optimize u64_from_be_bytes() | Carl-Anton Ingmarsson | -11/+19 |
| 2014-01-10 | auto merge of #11452 : derekchiang/rust/fix-11421, r=cmr | bors | -2/+8 |
| 2014-01-10 | auto merge of #11451 : kud1ing/rust/patch-1, r=cmr | bors | -1/+1 |
| 2014-01-10 | Fix #11421 | Derek Chiang | -2/+8 |
| 2014-01-10 | "As long an iterator" => "As long as an iterator" | kud1ing | -1/+1 |
| 2014-01-10 | std::io: Add tests and benchmarks for u64_from_be_bytes() | Carl-Anton Ingmarsson | -0/+82 |
| 2014-01-10 | auto merge of #11441 : jld/rust/enum-nullable-const-null-with-fields, r=alexc... | bors | -1/+19 |
| 2014-01-10 | auto merge of #11437 : sfackler/rust/mem-eof, r=alexcrichton | bors | -2/+12 |
| 2014-01-10 | auto merge of #11436 : alexcrichton/rust/update-forks, r=huonw | bors | -3/+3 |
| 2014-01-09 | auto merge of #11433 : brson/rust/minorstylefixes, r=alexcrichton | bors | -165/+165 |
| 2014-01-09 | Fix ICE on const of nullable enum with fields in null case. | Jed Davis | -1/+19 |
| 2014-01-09 | auto merge of #11418 : alexcrichton/rust/snapshots, r=cmr | bors | -25/+11 |
| 2014-01-09 | Add eof to MemReader and BufReader | Steven Fackler | -2/+12 |
| 2014-01-10 | item_impl holds an Option<> to the trait ref, not a list of trait refs. There... | Nick Cameron | -5/+6 |
| 2014-01-09 | Update submodules to point to rust-lang repos | Alex Crichton | -3/+3 |
| 2014-01-09 | auto merge of #11360 : huonw/rust/stack_bounds, r=alexcrichton | bors | -15/+36 |
| 2014-01-09 | auto merge of #10926 : thestinger/rust/rc, r=cmr | bors | -123/+113 |
| 2014-01-09 | port over the old tests to the new `Rc` | Daniel Micay | -3/+44 |