| Age | Commit message (Expand) | Author | Lines |
| 2017-01-06 | Auto merge of #38069 - canndrew:empty-sub-patterns-again, r=nikomatsakis | bors | -2/+2 |
| 2017-01-04 | typeck::coherence::builtin - sort impls in the DefId order | Ariel Ben-Yehuda | -21/+21 |
| 2017-01-04 | simplify Copy implementation error reporting | Ariel Ben-Yehuda | -0/+74 |
| 2017-01-03 | Improve error message, fix and add tests. | Andrew Cann | -2/+2 |
| 2016-12-30 | Further and hopefully final Windows fixes | Simonas Kazlauskas | -1/+1 |
| 2016-12-29 | Rollup merge of #38559 - japaric:ptx2, r=alexcrichton | Alex Crichton | -1/+1 |
| 2016-12-28 | rustc: separate TraitItem from their parent Item, just like ImplItem. | Eduard-Mihai Burtescu | -8/+8 |
| 2016-12-26 | fix ui test | Jorge Aparicio | -1/+1 |
| 2016-12-26 | More systematic error reporting in path resolution | Vadim Petrochenkov | -257/+299 |
| 2016-12-26 | Move some compile-fail tests into UI directory | Vadim Petrochenkov | -0/+1953 |
| 2016-12-21 | Disable field reordering | Austin Hicks | -29/+32 |
| 2016-12-21 | Auto merge of #38099 - GuillaumeGomez:cast_suggestions, r=nikomatsakis | bors | -0/+102 |
| 2016-12-20 | Rollup merge of #38245 - estebank:cast-deref-hint-2, r=nikomatsakis | Alex Crichton | -0/+322 |
| 2016-12-20 | Update ui test stderr | Guillaume Gomez | -2/+5 |
| 2016-12-20 | improve suggestions output and add ui test | Guillaume Gomez | -0/+99 |
| 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 | When cast needs a dereference point at full cast | Esteban Küber | -0/+322 |
| 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 |