| Age | Commit message (Expand) | Author | Lines |
| 2014-09-17 | rollup merge of #16931 : omasanori/unnecessary-path-brackets | Alex Crichton | -0/+21 |
| 2014-09-17 | rollup merge of #16889 : P1start/array-not-vector | Alex Crichton | -0/+16 |
| 2014-09-17 | test: Un-ignore some GDB pretty printing tests | Alex Crichton | -2/+0 |
| 2014-09-17 | auto merge of #17264 : bkoropoff/rust/issue-17252, r=nick29581 | bors | -0/+20 |
| 2014-09-17 | auto merge of #17246 : bkoropoff/rust/issue-17216, r=pnkfelix | bors | -0/+32 |
| 2014-09-17 | rustdoc: Correctly distinguish enums and types | P1start | -11/+22 |
| 2014-09-17 | Relicense shootout-fasta.rs ti the shootout license. | Guillaume Pinot | -14/+39 |
| 2014-09-17 | Relicense shootout-spectralnorm.rs to the shootout license | Guillaume Pinot | -8/+38 |
| 2014-09-16 | Add regression test for issue #17283 | Brian Koropoff | -0/+37 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -69/+69 |
| 2014-09-16 | Run cleanup for base struct in functional struct update expressions | Jakub Wieczorek | -0/+34 |
| 2014-09-16 | Deprecate libnum in favor of rust-lang/num | Aaron Turon | -128/+0 |
| 2014-09-16 | Generalize lifetime bounds on type parameters to support multiple | Niko Matsakis | -2/+64 |
| 2014-09-16 | auto merge of #17197 : nikomatsakis/rust/issue-5527-trait-reform-revisited, r... | bors | -256/+381 |
| 2014-09-15 | Add missing unused variable warnings for for loop bindings | Jakub Wieczorek | -0/+18 |
| 2014-09-15 | Update error messages in compile-fail tests | Niko Matsakis | -256/+381 |
| 2014-09-15 | Add tests for a few A-needstest issues | Jakub Wieczorek | -0/+216 |
| 2014-09-14 | Add regression test for issue #17252 | Brian Koropoff | -0/+20 |
| 2014-09-14 | auto merge of #17163 : pcwalton/rust/impls-next-to-struct, r=alexcrichton | bors | -15/+41 |
| 2014-09-14 | auto merge of #17130 : jakub-/rust/issue-17033, r=pcwalton | bors | -0/+28 |
| 2014-09-14 | auto merge of #13316 : eddyb/rust/ast-ptr, r=brson | bors | -16/+15 |
| 2014-09-13 | Add regression test for issue #17216 | Brian Koropoff | -0/+32 |
| 2014-09-14 | Fix fallout in macro_crate/quote tests. | Eduard Burtescu | -16/+15 |
| 2014-09-14 | auto merge of #17189 : bkoropoff/rust/extern-existing-crate, r=alexcrichton | bors | -0/+35 |
| 2014-09-13 | auto merge of #17182 : luqmana/rust/rnp, r=alexcrichton | bors | -0/+5 |
| 2014-09-13 | librustc: Forbid inherent implementations that aren't adjacent to the | Patrick Walton | -15/+41 |
| 2014-09-13 | auto merge of #17175 : pcwalton/rust/region-bounds-on-closures, r=huonw | bors | -0/+16 |
| 2014-09-13 | auto merge of #17162 : sfackler/rust/decorator-traits, r=huonw | bors | -1/+1 |
| 2014-09-12 | Add regression test for #17186 | Brian Koropoff | -0/+35 |
| 2014-09-12 | auto merge of #17134 : vberger/rust/lint_unused_extern_crate, r=alexcrichton | bors | -0/+32 |
| 2014-09-12 | New lint : unused_extern_crate. #10385 | Victor Berger | -0/+32 |
| 2014-09-12 | auto merge of #17145 : ahmedcharles/rust/unicode, r=alexcrichton | bors | -0/+8 |
| 2014-09-11 | librustc: Enum nullable pointer opt should not apply to raw pointers. | Luqman Aden | -0/+5 |
| 2014-09-11 | Fix bug in padding unicode, #17105. | Ahmed Charles | -0/+8 |
| 2014-09-12 | Handle always-unsized structs | Nick Cameron | -2/+110 |
| 2014-09-11 | librustc: Make sure region bounds on closures outlive calls to them. | Patrick Walton | -0/+16 |
| 2014-09-11 | auto merge of #17157 : nikomatsakis/rust/occurs-check, r=pcwalton | bors | -2/+20 |
| 2014-09-11 | auto merge of #17110 : thestinger/rust/dst, r=cmr | bors | -0/+6 |
| 2014-09-11 | auto merge of #16866 : P1start/rust/tuple-indexing, r=brson | bors | -0/+226 |
| 2014-09-10 | Change ItemModifier and ItemDecorator to traits | Steven Fackler | -1/+1 |
| 2014-09-10 | Add unnecessary_import_braces lint. | OGINO Masanori | -0/+21 |
| 2014-09-09 | auto merge of #16662 : pczarn/rust/format-fmtstr-opt, r=brson | bors | -14/+8 |
| 2014-09-09 | Avoid ever constructing cyclic types in the first place, rather than detectin... | Niko Matsakis | -2/+20 |
| 2014-09-10 | Implement tuple and tuple struct indexing | P1start | -0/+226 |
| 2014-09-09 | Test fixes from the rollup | Alex Crichton | -3/+4 |
| 2014-09-09 | Decouple string and argument pieces | Piotr Czarnecki | -14/+8 |
| 2014-09-09 | fixes for Box<[T]> | Daniel Micay | -0/+6 |
| 2014-09-09 | rollup merge of #17114 : nick29581/dst-type | Alex Crichton | -0/+1 |
| 2014-09-09 | rollup merge of #17101 : pcwalton/for-loop-borrowck | Alex Crichton | -30/+19 |
| 2014-09-09 | rollup merge of #17096 : TeXitoi/relicense-shootout-chameneos-redux | Alex Crichton | -8/+38 |