| Age | Commit message (Expand) | Author | Lines |
| 2014-09-22 | librustc: Parse and resolve higher-rank lifetimes in traits. | Patrick Walton | -0/+2 |
| 2014-09-22 | librustc: Forbid private types in public APIs. | Patrick Walton | -36/+99 |
| 2014-09-22 | auto merge of #17286 : vberger/rust/deprecated_in_macros, r=aturon | bors | -3/+15 |
| 2014-09-22 | auto merge of #17408 : bkoropoff/rust/bot-ice, r=alexcrichton | bors | -0/+26 |
| 2014-09-22 | Lint stability now checks macro arguments. | Victor Berger | -3/+15 |
| 2014-09-22 | Fix snapshot builders | Alex Crichton | -1/+3 |
| 2014-09-22 | auto merge of #17029 : alexcrichton/rust/vec-stable, r=aturon | bors | -1/+1 |
| 2014-09-21 | Fix fallout from Vec stabilization | Alex Crichton | -1/+1 |
| 2014-09-21 | auto merge of #17419 : anchovieshat/rust/remove_no_opt, r=cmr | bors | -39/+0 |
| 2014-09-21 | Move -Z lto to -C lto. | Colin Davidson | -8/+8 |
| 2014-09-21 | Remove -Z no-opt flag. | Colin Davidson | -39/+0 |
| 2014-09-21 | auto merge of #17415 : jakub-/rust/issue-17383, r=huonw | bors | -0/+18 |
| 2014-09-21 | Fix the span for discriminators in non-C-like enums | Jakub Wieczorek | -0/+18 |
| 2014-09-20 | auto merge of #17218 : iliekturtles/rust/2789-invalid-doc-comment, r=huonw | bors | -0/+92 |
| 2014-09-20 | auto merge of #17382 : brson/rust/gdbwin, r=sfackler | bors | -0/+2 |
| 2014-09-20 | Induce an empty loan for the value being matched in match expressions | Jakub Wieczorek | -0/+39 |
| 2014-09-20 | libsyntax: Explicit error message for sugared doc comments. | Mike Boutin | -0/+92 |
| 2014-09-20 | Add test that `!` cannot be indexed | Brian Koropoff | -0/+13 |
| 2014-09-20 | Add regression test for issue #17373 | Brian Koropoff | -0/+13 |
| 2014-09-20 | auto merge of #17319 : kmcallister/rust/method-macro-bt, r=pcwalton | bors | -0/+37 |
| 2014-09-19 | Test fixes from the rollup | Alex Crichton | -4/+5 |
| 2014-09-19 | rollup merge of #17379 : pcwalton/keywords-followed-by-double-colon | Alex Crichton | -0/+15 |
| 2014-09-19 | rollup merge of #17358 : epdtry/pcg-lto | Alex Crichton | -3/+2 |
| 2014-09-19 | rollup merge of #17338 : nick29581/variants-namespace | Alex Crichton | -34/+61 |
| 2014-09-19 | rollup merge of #17318 : nick29581/slice | Alex Crichton | -1/+308 |
| 2014-09-19 | rollup merge of #17314 : eddyb/span-no-gc | Alex Crichton | -3/+3 |
| 2014-09-19 | rollup merge of #17236 : fhahn/issue-16723-multiple-items | Alex Crichton | -0/+63 |
| 2014-09-19 | Allow syntax extensions to return multiple items, closes #16723. | Florian Hahn | -0/+63 |
| 2014-09-19 | Add enum variants to the type namespace | Nick Cameron | -34/+61 |
| 2014-09-19 | reviewer changes | Nick Cameron | -3/+69 |
| 2014-09-18 | Ignore two gdb tests on windows that are failing on the bots | Brian Anderson | -0/+2 |
| 2014-09-18 | librustc: Implement the syntax in the RFC for unboxed closure sugar. | Patrick Walton | -17/+51 |
| 2014-09-18 | libsyntax: Disallow keywords followed by `::`. | Patrick Walton | -0/+15 |
| 2014-09-19 | Implement slicing syntax. | Nick Cameron | -1/+242 |
| 2014-09-18 | Fix fallout in tests from removing the use of Gc in ExpnInfo. | Eduard Burtescu | -3/+3 |
| 2014-09-18 | auto merge of #17341 : alexcrichton/rust/unignore, r=brson | bors | -2/+0 |
| 2014-09-18 | auto merge of #17335 : TeXitoi/rust/relicense-shootout, r=brson | bors | -22/+77 |
| 2014-09-17 | support LTO against libraries built with codegen-units > 1 | Stuart Pernsteiner | -3/+2 |
| 2014-09-17 | librustc: Implement associated types behind a feature gate. | Patrick Walton | -4/+309 |
| 2014-09-17 | auto merge of #17331 : kballard/rust/rust_log_pattern_inverted, r=alexcrichton | bors | -0/+54 |
| 2014-09-17 | Fix the inverted RUST_LOG filter | Kevin Ballard | -0/+54 |
| 2014-09-17 | auto merge of #17343 : alexcrichton/rust/rollup, r=alexcrichton | bors | -141/+212 |
| 2014-09-17 | Pop the expansion context after expanding a method macro | Keegan McAllister | -0/+37 |
| 2014-09-17 | auto merge of #16836 : P1start/rust/closure_ret_bang, r=alexcrichton | bors | -0/+44 |
| 2014-09-17 | rollup merge of #17311 : jakub-/issue-17302 | Alex Crichton | -0/+34 |
| 2014-09-17 | rollup merge of #17310 : nikomatsakis/type-bounds-generalize-to-multiple-obje... | Alex Crichton | -2/+64 |
| 2014-09-17 | rollup merge of #17309 : aturon/deprecate-libnum | Alex Crichton | -128/+0 |
| 2014-09-17 | rollup merge of #17290 : bkoropoff/issue-17283 | Alex Crichton | -0/+37 |
| 2014-09-17 | rollup merge of #17279 : jakub-/for-loop-unused-variable | Alex Crichton | -0/+18 |
| 2014-09-17 | rollup merge of #17226 : P1start/rustdoc-colour | Alex Crichton | -11/+22 |