| Age | Commit message (Expand) | Author | Lines |
| 2016-12-30 | Disable field reordering | Austin Hicks | -29/+32 |
| 2016-12-18 | Auto merge of #37429 - camlorn:univariant_layout_optimization, r=eddyb | bors | -32/+29 |
| 2016-12-16 | Allow path fragments to be parsed as type parameter bounds in macro expansion | Kalita Alexey | -0/+30 |
| 2016-12-14 | Fix -Z print-type-sizes and tests. | Austin Hicks | -32/+29 |
| 2016-12-12 | Auto merge of #38057 - KiChjang:display-formal-type-param, r=nikomatsakis | bors | -2/+27 |
| 2016-12-09 | Add UI test for missing type parameter | Keith Yeung | -0/+25 |
| 2016-12-06 | Auto merge of #38121 - jonathandturner:better_e0061, r=nikomatsakis | bors | -6/+2 |
| 2016-12-03 | Update error expectations | Keith Yeung | -2/+2 |
| 2016-12-03 | Rollup merge of #38065 - estebank:fix-37618, r=jonathandturner | Corey Farwell | -3/+3 |
| 2016-12-01 | Point arg num mismatch errors back to their definition | Jonathan Turner | -6/+2 |
| 2016-12-02 | limit the length of types in monomorphization | Ariel Ben-Yehuda | -0/+43 |
| 2016-11-29 | Auto merge of #37863 - mikhail-m1:mut_error, r=nikomatsakis | bors | -0/+640 |
| 2016-11-29 | Auto merge of #37369 - estebank:multiline-span, r=nikomatsakis | bors | -36/+152 |
| 2016-11-28 | Show `Trait` instead of `<Struct as Trait>` in E0323 | Esteban Küber | -3/+3 |
| 2016-11-29 | add hint to fix error for immutable ref in arg | Mikhail Modin | -0/+640 |
| 2016-11-28 | rustc: rework stability to be on-demand for type-directed lookup. | Eduard Burtescu | -1/+1 |
| 2016-11-24 | Tests of `-Z print-type-sizes` functionality. | Felix S. Klock II | -0/+442 |
| 2016-11-23 | review comments | Esteban Küber | -8/+7 |
| 2016-11-22 | Show multiline spans in full if short enough | Esteban Küber | -36/+153 |
| 2016-11-14 | Auto merge of #37771 - alexcrichton:fix-nightlies, r=brson | bors | -0/+52 |
| 2016-11-14 | test: Move missing-items to a ui test | Alex Crichton | -0/+52 |
| 2016-11-12 | Auto merge of #37531 - estebank:fix-ref-mut-mut, r=jonathandturner | bors | -0/+142 |
| 2016-11-12 | Auto merge of #37554 - mikhail-m1:dnlle, r=jonathandturner | bors | -8/+110 |
| 2016-11-12 | Rollup merge of #37695 - estebank:unescaped-curly, r=alexcrichton | Eduard-Mihai Burtescu | -0/+36 |
| 2016-11-12 | Rollup merge of #37613 - DanielKeep:eww-you-got-printf-in-your-format, r=alex... | Eduard-Mihai Burtescu | -0/+72 |
| 2016-11-12 | Rollup merge of #37481 - estebank:lifetime-help-removal-for-impl, r=eddyb | Eduard-Mihai Burtescu | -0/+50 |
| 2016-11-11 | On fmt string with unescaped `{` note how to escape | Esteban Küber | -0/+36 |
| 2016-11-11 | Auto merge of #37456 - estebank:unused-imports-verbosity, r=jonathandturner | bors | -0/+21 |
| 2016-11-11 | Add foreign formatting directive detection. | Daniel Keep | -0/+72 |
| 2016-11-10 | Don't hint to add lifetime on trait impl | Esteban Küber | -0/+50 |
| 2016-11-09 | Rollup merge of #37428 - estebank:generic-type-error-span, r=sanxiyn | Eduard-Mihai Burtescu | -1/+34 |
| 2016-11-09 | Rollup merge of #37370 - estebank:signature-2-empire-strikes-back, r=nikomats... | Eduard-Mihai Burtescu | -0/+315 |
| 2016-11-08 | Group unused import warnings per path list | Esteban Küber | -0/+21 |
| 2016-11-08 | Point to type argument span when used as trait | Esteban Küber | -1/+34 |
| 2016-11-09 | Improve "Doesn't live long enough" error | Mikhail Modin | -8/+110 |
| 2016-11-05 | Include type of missing trait methods in error | Esteban Küber | -0/+315 |
| 2016-11-04 | Auto merge of #37167 - nikomatsakis:jroesch-issue-18937, r=pnkfelix | bors | -2/+440 |
| 2016-11-03 | Fix invalid "ref mut mut" sugestion | Esteban Küber | -0/+142 |
| 2016-11-01 | move compile-fail tests to ui tests | Niko Matsakis | -7/+313 |
| 2016-11-01 | update ref file | Niko Matsakis | -8/+0 |
| 2016-11-01 | compare-method lint | Niko Matsakis | -9/+36 |
| 2016-11-01 | cleanup error reporting and add `ui` tests | Niko Matsakis | -2/+115 |
| 2016-11-01 | Improve "Doesn't live long enough" error | Mikhail Modin | -6/+690 |
| 2016-10-31 | Auto merge of #37191 - zackmdavis:we_heard_you_the_first_time_really, r=nikom... | bors | -0/+54 |
| 2016-10-26 | deduplicate one-time diagnostics on lint ID as well as span and message | Zack M. Davis | -0/+54 |
| 2016-10-26 | un-break the `construct_witness` logic | Ariel Ben-Yehuda | -0/+103 |
| 2016-10-20 | improve "Doesn't live long enough" error | Mikhail Modin | -36/+1818 |
| 2016-10-17 | Moved new dropck-eyepatch compile-fail tests to the `ui/` subtree. | Felix S. Klock II | -0/+470 |
| 2016-10-06 | Better underline for E0057,E0060,E0061 | Andrea Corradi | -0/+34 |
| 2016-10-04 | Rollup merge of #36798 - gavinb:fix/36164, r=GuillaumeGomez | Manish Goregaokar | -6/+58 |