| Age | Commit message (Expand) | Author | Lines |
| 2014-09-09 | librustc: Obsolete the old external crate renaming syntax. | Patrick Walton | -7/+10 |
| 2014-09-09 | auto merge of #16662 : pczarn/rust/format-fmtstr-opt, r=brson | bors | -66/+232 |
| 2014-09-09 | Test fixes from the rollup | Alex Crichton | -3/+4 |
| 2014-09-09 | coretest: Ensure that pointer formatting flags are cleaned up | Piotr Czarnecki | -0/+7 |
| 2014-09-09 | Optimize for the most common cases of `format!` | Piotr Czarnecki | -55/+125 |
| 2014-09-09 | Decouple string and argument pieces | Piotr Czarnecki | -45/+134 |
| 2014-09-09 | rollup merge of #17114 : nick29581/dst-type | Alex Crichton | -2/+7 |
| 2014-09-09 | rollup merge of #17107 : steveklabnik/uninitialized_bindings | Alex Crichton | -11/+2 |
| 2014-09-09 | rollup merge of #17106 : treeman/test-warnings | Alex Crichton | -70/+79 |
| 2014-09-09 | rollup merge of #17101 : pcwalton/for-loop-borrowck | Alex Crichton | -30/+23 |
| 2014-09-09 | rollup merge of #17096 : TeXitoi/relicense-shootout-chameneos-redux | Alex Crichton | -8/+39 |
| 2014-09-09 | rollup merge of #17093 : nathantypanski/17021 | Alex Crichton | -0/+34 |
| 2014-09-09 | rollup merge of #17090 : alexcrichton/rustdoc-no-strip | Alex Crichton | -15/+9 |
| 2014-09-09 | rollup merge of #17085 : jakub-/issue-17074 | Alex Crichton | -35/+57 |
| 2014-09-09 | rollup merge of #17080 : treeman/issue-17066 | Alex Crichton | -2/+2 |
| 2014-09-09 | rollup merge of #17077 : TeXitoi/relicense-shootout-nbody | Alex Crichton | -8/+39 |
| 2014-09-09 | rollup merge of #17070 : TeXitoi/relicense-shootout-reverse-complement.rs | Alex Crichton | -8/+39 |
| 2014-09-09 | rollup merge of #17062 : nathantypanski/generic-lifetime-trait-impl | Alex Crichton | -0/+30 |
| 2014-09-09 | rollup merge of #17061 : nathantypanski/test-borrowck-trait | Alex Crichton | -0/+21 |
| 2014-09-09 | rollup merge of #17054 : pcwalton/subslice-syntax | Alex Crichton | -82/+110 |
| 2014-09-09 | rollup merge of #17052 : pcwalton/feature-gate-subslices | Alex Crichton | -6/+57 |
| 2014-09-09 | rollup merge of #17040 : kmcallister/borrow-extctxt | Alex Crichton | -10/+36 |
| 2014-09-09 | rollup merge of #17020 : nodakai/libnative-c_int | Alex Crichton | -34/+22 |
| 2014-09-09 | rollup merge of #17013 : rgawdzik/literal_int | Alex Crichton | -18/+10 |
| 2014-09-09 | rollup merge of #17008 : nick29581/impl2 | Alex Crichton | -7/+16 |
| 2014-09-09 | rollup merge of #16971 : treeman/json-decode | Alex Crichton | -1/+37 |
| 2014-09-09 | auto merge of #16927 : dotdash/rust/llvmup, r=alexcrichton | bors | -1/+1 |
| 2014-09-09 | auto merge of #16827 : steveklabnik/rust/fix_doc_index, r=brson | bors | -63/+73 |
| 2014-09-09 | auto merge of #16965 : huonw/rust/isaac-oob--, r=alexcrichton | bors | -2/+18 |
| 2014-09-09 | Remove some test warnings. | Jonas Hietala | -70/+79 |
| 2014-09-09 | Handle `Sized?` in `type` items. | Nick Cameron | -2/+7 |
| 2014-09-09 | Decoding json now defaults Option<_> to None. | Jonas Hietala | -1/+37 |
| 2014-09-09 | auto merge of #16825 : steveklabnik/rust/fix_manual_array_terms, r=brson | bors | -23/+25 |
| 2014-09-08 | librustc: Change the syntax of subslice matching to use postfix `..` | Patrick Walton | -82/+110 |
| 2014-09-08 | guide: Remove reference to uninitialized bindings | Steve Klabnik | -11/+2 |
| 2014-09-09 | Check traits for built-in bounds in impls | Nick Cameron | -7/+16 |
| 2014-09-08 | auto merge of #16952 : alexcrichton/rust/windows-large-console-write, r=brson | bors | -1/+8 |
| 2014-09-08 | std: Turn down the stdout chunk size | Alex Crichton | -1/+8 |
| 2014-09-08 | quote: Explicitly borrow the ExtCtxt | Keegan McAllister | -10/+36 |
| 2014-09-08 | librustc: Feature gate subslice matching in non-tail positions. | Patrick Walton | -6/+57 |
| 2014-09-08 | librustc: Make sure lifetimes in `for` loop heads outlive the `for` loop | Patrick Walton | -30/+23 |
| 2014-09-08 | auto merge of #12809 : eddyb/rust/ty-arena, r=cmr | bors | -2378/+2299 |
| 2014-09-08 | Update LLVM to fix a crash in the MergeFunc pass | Björn Steinbrink | -1/+1 |
| 2014-09-08 | auto merge of #16903 : mahkoh/rust/move_items_unwrap, r=aturon | bors | -0/+25 |
| 2014-09-08 | rustdoc: fix fallout from the addition of a 'tcx lifetime on tcx. | Eduard Burtescu | -472/+438 |
| 2014-09-08 | rustc: fix fallout from the addition of a 'tcx lifetime on trans::Block. | Eduard Burtescu | -1135/+1095 |
| 2014-09-08 | rustc: fix fallout from the addition of a 'tcx lifetime on tcx. | Eduard Burtescu | -759/+742 |
| 2014-09-08 | rustc: use a TypedArena to allocate types in the type context. | Eduard Burtescu | -25/+37 |
| 2014-09-08 | auto merge of #17053 : thestinger/rust/large_address_aware, r=sfackler,cmr | bors | -0/+6 |
| 2014-09-08 | auto merge of #17063 : huonw/rust/snap, r=alexcrichton | bors | -16/+8 |