| Age | Commit message (Expand) | Author | Lines |
| 2014-09-29 | rollup merge of #17613 : bkoropoff/issue-17593 | Alex Crichton | -1/+3 |
| 2014-09-29 | rollup merge of #17598 : bkoropoff/issue-17441 | Alex Crichton | -0/+24 |
| 2014-09-29 | rollup merge of #17592 : kmcallister/inline-asm-loc | Alex Crichton | -0/+37 |
| 2014-09-29 | rollup merge of #17586 : Sawyer47/test-16465 | Alex Crichton | -0/+24 |
| 2014-09-29 | rollup merge of #17576 : kmcallister/hide-quotes | Alex Crichton | -0/+17 |
| 2014-09-29 | rollup merge of #17531 : tomjakubowski/rustdoc-where-clauses | Alex Crichton | -0/+55 |
| 2014-09-29 | rollup merge of #17519 : pcwalton/unboxed-closure-move-syntax | Alex Crichton | -18/+19 |
| 2014-09-29 | rustdoc: Render where clauses as appropriate | Tom Jakubowski | -0/+55 |
| 2014-09-29 | rustc: Fix permission denied error in 'ar' when lto is enabled | Ricardo M. Correia | -0/+36 |
| 2014-09-29 | auto merge of #17409 : farcaller/rust/patch-1, r=huonw | bors | -0/+2 |
| 2014-09-29 | Fixed quote_method!() implementation | Vladimir Pouzanov | -0/+2 |
| 2014-09-29 | auto merge of #17321 : apoelstra/rust/error-on-unknown-impl, r=alexcrichton | bors | -2/+92 |
| 2014-09-29 | auto merge of #17533 : michaelwoerister/rust/function-call-locs, r=luqmana | bors | -2/+2 |
| 2014-09-28 | Add regression test for issue #17441 | Brian Koropoff | -0/+24 |
| 2014-09-29 | Test for `..` in range patterns | Nick Cameron | -0/+16 |
| 2014-09-28 | Correctly populate trait impl map when checking for impl overlaps | Brian Koropoff | -1/+3 |
| 2014-09-28 | Cleanup error messages for anonymous impl for types not declared in the curre... | Andrew Poelstra | -2/+92 |
| 2014-09-28 | auto merge of #17527 : sfackler/rust/cfg-syntax, r=alexcrichton | bors | -29/+28 |
| 2014-09-27 | Convert cfg syntax to new system | Steven Fackler | -29/+28 |
| 2014-09-27 | auto merge of #17523 : TeXitoi/rust/relicense-shootout-fasta-redux, r=brson | bors | -8/+38 |
| 2014-09-27 | auto merge of #17517 : pczarn/rust/hashmap-lifetimes, r=alexcrichton | bors | -0/+37 |
| 2014-09-27 | Translate inline assembly errors back to source locations | Keegan McAllister | -0/+37 |
| 2014-09-27 | Add test for #16465 | Piotr Jawniak | -0/+24 |
| 2014-09-27 | auto merge of #17506 : sfackler/rust/cfg-attr, r=alexcrichton | bors | -1/+60 |
| 2014-09-26 | Hide the quote_*! macros when the feature gate is off | Keegan McAllister | -0/+17 |
| 2014-09-26 | librustc: Give trait methods accessible via fewer autoderefs priority | Patrick Walton | -3/+37 |
| 2014-09-26 | Add test for #13259. Closes #13259 and #14742 | Brian Anderson | -0/+28 |
| 2014-09-26 | Disable runtime split stack support on Windows | Brian Anderson | -2/+8 |
| 2014-09-26 | librustc: Eliminate the `ref` syntax for unboxed closure capture clauses | Patrick Walton | -18/+19 |
| 2014-09-25 | Fix various places that were affected by adding core as dep of libc | Niko Matsakis | -1/+3 |
| 2014-09-25 | debuginfo: Make sure that all calls to drop glue are associated with debug lo... | Michael Woerister | -2/+2 |
| 2014-09-25 | Move checking of whether fields are Sized or not into wf / trait code. | Niko Matsakis | -7/+6 |
| 2014-09-25 | Move checks for closure bounds out of kind.rs | Niko Matsakis | -6/+7 |
| 2014-09-25 | Move unsafe destructor check from kind.rs into wf.rs | Niko Matsakis | -1/+21 |
| 2014-09-25 | Integrate builtin bounds fully into the trait checker | Niko Matsakis | -25/+28 |
| 2014-09-25 | auto merge of #17492 : alexcrichton/rust/issue-16274, r=aturon | bors | -0/+86 |
| 2014-09-25 | auto merge of #17428 : fhahn/rust/issue-16114-rename-begin-unwind-2, r=alexcr... | bors | -3/+3 |
| 2014-09-25 | Rename `fail_` lang item to `fail`, closes #16114 | Florian Hahn | -2/+2 |
| 2014-09-25 | Relicense shootout-fasta-redux.rs to the shootout license. | Guillaume Pinot | -8/+38 |
| 2014-09-24 | Rename `begin_unwind` lang item to `fail_fmt`, refs #16114 | Florian Hahn | -1/+1 |
| 2014-09-24 | Use more descriptive names in dead code messages | Jakub Wieczorek | -24/+24 |
| 2014-09-24 | Add detection of unused enum variants | Jakub Wieczorek | -3/+48 |
| 2014-09-24 | Fix free lifetime vars in HashMap's iterators | Piotr Czarnecki | -0/+37 |
| 2014-09-23 | Deprecate `#[ignore(cfg(...))]` | Steven Fackler | -1/+5 |
| 2014-09-23 | Add a cfg_attr syntax extension | Steven Fackler | -0/+55 |
| 2014-09-23 | rustdoc: Don't try to inline the crate root | Alex Crichton | -1/+52 |
| 2014-09-23 | rustdoc: Prevent infinite recursion when inlining | Alex Crichton | -0/+35 |
| 2014-09-23 | auto merge of #17413 : jakub-/rust/issue-17385, r=pcwalton | bors | -0/+39 |
| 2014-09-23 | auto merge of #17028 : pcwalton/rust/higher-rank-trait-lifetimes, r=pnkfelix | bors | -0/+2 |
| 2014-09-23 | Add deallocate calls to the realloc-16687.rs test. | Felix S. Klock II | -4/+17 |