| Age | Commit message (Expand) | Author | Lines |
| 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-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 | Partially stabilize RFC 1506 "Clarify relationships between ADTs" | Vadim Petrochenkov | -90/+6 |
| 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-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 |
| 2016-11-03 | Add feature gate for Self and associated types in struct expressions and patt... | Vadim Petrochenkov | -0/+39 |
| 2016-11-03 | Stabilize `..` in tuple (struct) patterns | Vadim Petrochenkov | -37/+0 |
| 2016-11-02 | add #32791 test case | Niko Matsakis | -0/+81 |
| 2016-11-02 | Rollup merge of #37513 - michaelwoerister:hash-panic-spans, r=nikomatsakis | Jonathan Turner | -0/+424 |
| 2016-11-02 | Rollup merge of #37405 - mikhail-m1:dnlle, r=jonathandturner | Jonathan Turner | -6/+296 |
| 2016-11-02 | add max value from iterator | Matthew Piziak | -0/+4 |
| 2016-11-02 | ICH: Add test case for when overflow checks are disabled. | Michael Woerister | -0/+251 |
| 2016-11-02 | Add regression test. | Jeffrey Seyfried | -0/+37 |
| 2016-11-01 | add -Z continue-parse-after-error to parse-fail tests | Niko Matsakis | -13/+15 |
| 2016-11-01 | move compile-fail tests to ui tests | Niko Matsakis | -11/+125 |
| 2016-11-01 | update test error messages | Niko Matsakis | -13/+14 |
| 2016-11-01 | update ref file | Niko Matsakis | -8/+0 |
| 2016-11-01 | compare-method lint | Niko Matsakis | -9/+38 |
| 2016-11-01 | cleanup error reporting and add `ui` tests | Niko Matsakis | -4/+63 |
| 2016-11-01 | elaborate `T: 'a` dependencies | Niko Matsakis | -0/+154 |
| 2016-11-01 | introduce fn-ctxt so we can invoke regionck code | Jared Roesch | -0/+38 |
| 2016-11-01 | Improve "Doesn't live long enough" error | Mikhail Modin | -6/+296 |
| 2016-11-01 | Auto merge of #37332 - nikomatsakis:incr-comp-benchmark-2, r=michaelwoerister | bors | -0/+356 |
| 2016-11-01 | ICH: Hash expression spans if their source location is captured for panics | Michael Woerister | -0/+173 |
| 2016-10-31 | Changed most vec! invocations to use square braces | iirelu | -182/+182 |
| 2016-10-31 | adapt debuginfo tests for gdb with native rust support | Tim Neumann | -494/+983 |
| 2016-10-31 | Auto merge of #37191 - zackmdavis:we_heard_you_the_first_time_really, r=nikom... | bors | -0/+54 |