| Age | Commit message (Expand) | Author | Lines |
| 2013-10-02 | std: Replace num::IntConvertible with {To,From}Primitive | Erick Tryzelaar | -2/+2 |
| 2013-10-02 | auto merge of #9679 : pnkfelix/rust/de-pub-resolve-code, r=huonw | bors | -143/+142 |
| 2013-10-02 | De-pub resolve.rs | Felix S. Klock II | -143/+142 |
| 2013-10-02 | auto merge of #9665 : alexcrichton/rust/snapshot, r=brson | bors | -20/+20 |
| 2013-10-02 | auto merge of #9638 : pnkfelix/rust/fsk-issue7526-attempt-to-catch-nonuc-stat... | bors | -0/+39 |
| 2013-10-01 | auto merge of #9656 : thestinger/rust/immediate, r=alexcrichton | bors | -75/+118 |
| 2013-10-01 | Migrate users of 'loop' to 'continue' | Alex Crichton | -20/+20 |
| 2013-10-01 | auto merge of #9560 : pcwalton/rust/xc-tuple-structs, r=pcwalton | bors | -3/+17 |
| 2013-10-01 | librustc: Inline cross-crate tuple struct constructors | Patrick Walton | -3/+17 |
| 2013-10-01 | remove the `float` type | Daniel Micay | -37/+20 |
| 2013-10-01 | incoporate suggestion from huonw to move code into lint.rs | Felix S. Klock II | -19/+21 |
| 2013-10-01 | auto merge of #9599 : alexcrichton/rust/less-fmt, r=huonw | bors | -1739/+1743 |
| 2013-10-01 | make small (<= size_of::<int>()) tuples immediate | Daniel Micay | -75/+118 |
| 2013-09-30 | auto merge of #9617 : crabtw/rust/softfp, r=alexcrichton | bors | -2/+7 |
| 2013-09-30 | rustc: Remove usage of fmt! | Alex Crichton | -1739/+1743 |
| 2013-10-01 | fix dropping non-primitive immediates | Daniel Micay | -13/+3 |
| 2013-10-01 | add -Z soft-float option | Jyun-Yan You | -2/+7 |
| 2013-10-01 | Revise error message to use phrase "all caps" instead of "uppercase". | Felix S. Klock II | -2/+2 |
| 2013-10-01 | Add new lint: non_uppercase_pattern_statics, for #7526. | Felix S. Klock II | -0/+37 |
| 2013-09-30 | rm only use of type_is_immediate outside of trans | Daniel Micay | -36/+43 |
| 2013-09-30 | auto merge of #9630 : blake2-ppc/rust/de-at-smaller, r=huonw | bors | -178/+191 |
| 2013-09-30 | trans::build: Change @mut Block to &Block or &mut Block | blake2-ppc | -116/+129 |
| 2013-09-30 | trans: Change @ast::Pat and @mut CrateContext in a few places | blake2-ppc | -6/+6 |
| 2013-09-30 | trans: Change @ast::Expr -> &ast::Expr where possible | blake2-ppc | -56/+56 |
| 2013-09-30 | auto merge of #9614 : blake2-ppc/rust/lang-item-iter, r=alexcrichton | bors | -51/+52 |
| 2013-09-30 | rustc: Convert lang_item to use an iterator | blake2-ppc | -5/+6 |
| 2013-09-30 | rustc: Convert lang_items hashmap to use &'static str keys | blake2-ppc | -46/+46 |
| 2013-09-29 | Remove all usage of @ast::Crate | Alex Crichton | -175/+130 |
| 2013-09-29 | Require &Crate instead of @Crate | Alex Crichton | -4/+4 |
| 2013-09-28 | auto merge of #9583 : blake2-ppc/rust/connect-vec, r=huonw | bors | -2/+2 |
| 2013-09-28 | std::vec: Remove functions concat, connect | blake2-ppc | -2/+2 |
| 2013-09-27 | auto merge of #9556 : alexcrichton/rust/less-at-mut, r=luqmana | bors | -353/+308 |
| 2013-09-27 | auto merge of #9552 : brson/rust/0.9-pre, r=alexcrichton | bors | -3/+3 |
| 2013-09-27 | auto merge of #9550 : alexcrichton/rust/remove-printf, r=thestinger | bors | -48/+48 |
| 2013-09-27 | auto merge of #9548 : thestinger/rust/internal, r=alexcrichton | bors | -17/+8 |
| 2013-09-27 | auto merge of #9538 : thestinger/rust/type_use, r=pcwalton | bors | -546/+21 |
| 2013-09-27 | auto merge of #9527 : bmaxa/rust/master, r=alexcrichton | bors | -2/+2 |
| 2013-09-26 | std and rustc: Convert users of c_str to use .with_c_str | Erick Tryzelaar | -6/+6 |
| 2013-09-26 | Remove `@mut Resolver` | Alex Crichton | -353/+308 |
| 2013-09-26 | auto merge of #9504 : brson/rust/continue, r=alexcrichton | bors | -16/+16 |
| 2013-09-26 | Update version numbers to 0.9-pre | Brian Anderson | -3/+3 |
| 2013-09-26 | Update the compiler to not use printf/printfln | Alex Crichton | -48/+48 |
| 2013-09-26 | mark globals as internal when not building a library | Daniel Micay | -17/+8 |
| 2013-09-26 | Add 'continue' as a synonym for 'loop' | Brian Anderson | -16/+16 |
| 2013-09-26 | remove type_use | Daniel Micay | -546/+21 |
| 2013-09-26 | Ensure that skipped items aren't encoded | Alex Crichton | -0/+11 |
| 2013-09-26 | Fix ICE caused by my previous patch, that is, if super trait had more | Branimir | -2/+2 |
| 2013-09-26 | auto merge of #9464 : bmaxa/rust/master, r=cmr | bors | -6/+5 |
| 2013-09-26 | fix for issue #9394 | Branimir | -6/+5 |
| 2013-09-25 | rustdoc: Linkify all reexports. | Alex Crichton | -0/+28 |