| Age | Commit message (Expand) | Author | Lines |
| 2014-01-11 | Remove re-exports of std::io::stdio::{print, println} in the prelude. | Brendan Zabarauskas | -253/+258 |
| 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 | 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 | std::io: Optimize u64_from_be_bytes() | Carl-Anton Ingmarsson | -11/+19 |
| 2014-01-10 | Fix #11421 | Derek Chiang | -2/+8 |
| 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-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 | -0/+8 |
| 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 | 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 |
| 2014-01-09 | rustc: Fix style of Lint enum | Brian Anderson | -124/+124 |
| 2014-01-09 | rustc: Fix style of OutputType enum | Brian Anderson | -41/+41 |
| 2014-01-09 | auto merge of #11055 : pcwalton/rust/placement-box, r=pcwalton | bors | -42/+296 |
| 2014-01-09 | librustc: Implement placement `box` for GC and unique pointers. | Patrick Walton | -42/+296 |
| 2014-01-09 | rename Strong -> Rc, replacing `rc` with `weak` | Daniel Micay | -288/+103 |
| 2014-01-09 | add a strong/weak reference counted pointer type | Daniel Micay | -0/+191 |
| 2014-01-09 | stop treating `Rc` cycles as unsafe | Daniel Micay | -70/+13 |
| 2014-01-09 | Updated librustdoc and librustpkg to use the proper UpperCase names from libs... | Eduard Burtescu | -32/+31 |
| 2014-01-09 | libsyntax: Renamed types, traits and enum variants to CamelCase. | Eduard Burtescu | -4325/+4222 |
| 2014-01-09 | Remove eof() from io::Reader | Alex Crichton | -144/+19 |
| 2014-01-09 | Register new snapshots | Alex Crichton | -0/+8 |
| 2014-01-09 | auto merge of #11414 : nick29581/rust/span, r=alexcrichton | bors | -1/+2 |
| 2014-01-09 | auto merge of #11412 : bjz/rust/num-cleanups, r=alexcrichton | bors | -289/+245 |
| 2014-01-09 | auto merge of #11402 : bjz/rust/remove-approx, r=alexcrichton | bors | -297/+163 |
| 2014-01-09 | auto merge of #11394 : alexcrichton/rust/no-decorator, r=cmr | bors | -247/+145 |
| 2014-01-09 | auto merge of #11387 : pcwalton/rust/de-at-block, r=alexcrichton | bors | -745/+1128 |
| 2014-01-09 | auto merge of #11386 : rcatolino/rust/ice-10955, r=pcwalton | bors | -5/+32 |
| 2014-01-08 | Remove the io::Decorator trait | Alex Crichton | -247/+145 |
| 2014-01-09 | Start the span for a path in a view_path at the correct place (at the start o... | Nick Cameron | -1/+2 |
| 2014-01-09 | Remove ApproxEq and assert_approx_eq! | Brendan Zabarauskas | -297/+163 |
| 2014-01-09 | Merge some numeric traits with Real and don't re-export RealExt | Brendan Zabarauskas | -289/+245 |
| 2014-01-08 | Fix windows installer version to be less verbose | Brian Anderson | -2/+1 |
| 2014-01-08 | Robustly read remaining bytes in a character | Alex Crichton | -4/+16 |
| 2014-01-08 | auto merge of #11401 : michaelwoerister/rust/issue11322, r=alexcrichton | bors | -13/+46 |
| 2014-01-08 | auto merge of #11370 : alexcrichton/rust/issue-10465, r=pwalton | bors | -247/+278 |
| 2014-01-08 | Fix CodeMap issue in expand_include_str() | Michael Woerister | -13/+46 |
| 2014-01-08 | auto merge of #11405 : huonw/rust/moredocs, r=huonw | bors | -93/+120 |
| 2014-01-08 | auto merge of #11358 : pcwalton/rust/typed-arenas, r=alexcrichton | bors | -44/+331 |
| 2014-01-08 | auto merge of #11391 : alexcrichton/rust/rustdoc-inline, r=brson | bors | -149/+289 |
| 2014-01-07 | Fixup the rest of the tests in the compiler | Alex Crichton | -5/+7 |