| Age | Commit message (Expand) | Author | Lines |
| 2016-11-10 | Auto merge of #37645 - jseyfried:fix_crate_var_in_custom_derives, r=nrc | bors | -0/+51 |
| 2016-11-10 | Auto merge of #37687 - nox:patch-1, r=eddyb | bors | -0/+16 |
| 2016-11-10 | Work around a borrow surviving too long (fixes #37686) | Anthony Ramine | -0/+16 |
| 2016-11-10 | Add regression test. | Jeffrey Seyfried | -0/+51 |
| 2016-11-10 | Test `#[macro_reexport]`ing custom derives. | Jeffrey Seyfried | -0/+38 |
| 2016-11-10 | Support `#[macro_reexport]`ing custom derives. | Jeffrey Seyfried | -5/+11 |
| 2016-11-10 | Register and stability check `#[no_link]` crates. | Jeffrey Seyfried | -4/+4 |
| 2016-11-09 | Auto merge of #37678 - eddyb:rollup, r=eddyb | bors | -128/+190 |
| 2016-11-10 | tests: fix fallout in pretty-printing output exact-match tests. | Eduard Burtescu | -66/+80 |
| 2016-11-10 | tests: fix fallout in flowgraph graphviz comparison dot files. | Eduard Burtescu | -26/+78 |
| 2016-11-10 | rustc_typeck: correctly track "always-diverges" and "has-type-errors". | Eduard Burtescu | -35/+30 |
| 2016-11-10 | syntax: don't fake a block around closures' bodies during parsing. | Eduard Burtescu | -1/+2 |
| 2016-11-09 | Auto merge of #37603 - arielb1:max-slice-length, r=nikomatsakis | bors | -0/+45 |
| 2016-11-09 | Auto merge of #37670 - eddyb:rollup, r=eddyb | bors | -88/+915 |
| 2016-11-09 | Rollup merge of #37654 - michaelwoerister:test-let-ich, r=nikomatsakis | Eduard-Mihai Burtescu | -0/+570 |
| 2016-11-09 | Rollup merge of #37614 - keeperofdakeys:proc_macro, r=jseyfried | Eduard-Mihai Burtescu | -19/+169 |
| 2016-11-09 | Rollup merge of #37428 - estebank:generic-type-error-span, r=sanxiyn | Eduard-Mihai Burtescu | -3/+36 |
| 2016-11-09 | Rollup merge of #37370 - estebank:signature-2-empire-strikes-back, r=nikomats... | Eduard-Mihai Burtescu | -3/+161 |
| 2016-11-09 | Rollup merge of #36868 - petrochenkov:adtstab, r=nikomatsakis | Eduard-Mihai Burtescu | -90/+6 |
| 2016-11-09 | Auto merge of #36520 - estebank:dataless-enum, r=brson | bors | -2/+6 |
| 2016-11-08 | Point to type argument span when used as trait | Esteban Küber | -3/+36 |
| 2016-11-08 | Rollup merge of #37610 - oldmanmike:unary-and-binary-tests, r=michaelwoerister | Steve Klabnik | -0/+514 |
| 2016-11-08 | ICH: Add test case for match-expressions | Michael Woerister | -0/+342 |
| 2016-11-08 | ICH: Add test case for let-expressions. | Michael Woerister | -0/+228 |
| 2016-11-08 | Partially stabilize RFC 1506 "Clarify relationships between ADTs" | Vadim Petrochenkov | -90/+6 |
| 2016-11-08 | Revert "Point macros 1.1 errors to the input item" | Josh Driver | -2/+2 |
| 2016-11-08 | Allow proc_macro functions to whitelist specific attributes | Josh Driver | -17/+167 |
| 2016-11-08 | Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakis | bors | -37/+0 |
| 2016-11-07 | Auto merge of #36365 - matthew-piziak:silent-overflow, r=eddyb | bors | -0/+50 |
| 2016-11-07 | Fix typos and redundant code | oldmanmike | -5/+3 |
| 2016-11-07 | Apply changes recommended in code review | oldmanmike | -21/+40 |
| 2016-11-06 | Auto merge of #37506 - jseyfried:improve_shadowing_checks, r=nrc | bors | -0/+37 |
| 2016-11-06 | Add test for issue 18060. | Joe Neeman | -0/+17 |
| 2016-11-05 | Add unary and binary tests for incr-comp | oldmanmike | -0/+497 |
| 2016-11-05 | Include type of missing trait methods in error | Esteban Küber | -3/+161 |
| 2016-11-05 | Merge branch 'gdb-next-gen' of https://github.com/TimNN/rust into rollup | Alex Crichton | -494/+983 |
| 2016-11-05 | Fix tests from the rollup | Alex Crichton | -1/+2 |
| 2016-11-05 | Merge branch 'selfgate' of https://github.com/petrochenkov/rust into rollup | Alex Crichton | -0/+39 |
| 2016-11-05 | Rollup merge of #37596 - est31:master, r=alexcrichton | Alex Crichton | -0/+6 |
| 2016-11-05 | Rollup merge of #37569 - jseyfried:improve_expansion_perf, r=eddyb | Alex Crichton | -28/+33 |
| 2016-11-05 | Rollup merge of #37564 - Mark-Simulacrum:sized-ice, r=eddyb | Alex Crichton | -0/+16 |
| 2016-11-05 | Rollup merge of #37557 - TimNN:fix-36954, r=eddyb | Alex Crichton | -0/+35 |
| 2016-11-05 | Rollup merge of #37501 - alexcrichton:windows-subsystem, r=brson | Alex Crichton | -0/+63 |
| 2016-11-05 | _match: correct max_slice_length logic | Ariel Ben-Yehuda | -0/+45 |
| 2016-11-04 | Add error when proc_macro_derive is used not on functions | est31 | -0/+6 |
| 2016-11-04 | Auto merge of #37167 - nikomatsakis:jroesch-issue-18937, r=pnkfelix | bors | -30/+419 |
| 2016-11-04 | Fix fallout in tests. | Jeffrey Seyfried | -28/+33 |
| 2016-11-03 | Fix ICE when querying DefId on Def::Err. | Mark-Simulacrum | -0/+16 |
| 2016-11-03 | use DefId's in const eval for cross-crate const fn's | Tim Neumann | -0/+35 |
| 2016-11-02 | Auto merge of #37541 - nikomatsakis:issue-37291, r=brson | bors | -0/+81 |