| Age | Commit message (Expand) | Author | Lines |
| 2019-01-12 | Rollup merge of #57175 - oli-obk:const_let_stabilization, r=nikomatsakis | Mazdak Farrokhzad | -217/+27 |
| 2019-01-12 | const_let: --bless with --compare-mode=nll | Mazdak Farrokhzad | -57/+3 |
| 2019-01-12 | Stabilise irrefutable if-let and while-let patterns | varkor | -7/+8 |
| 2019-01-11 | Auto merge of #57355 - arielb1:correct-subst, r=nikomatsakis | bors | -0/+23 |
| 2019-01-11 | Update tests | John Kåre Alsaker | -0/+34 |
| 2019-01-10 | new trait alias tests | Niko Matsakis | -0/+13 |
| 2019-01-09 | clarify resolve typo suggestion | Andy Russell | -15/+25 |
| 2019-01-09 | const fn feature gate is not needed anymore in a lot of tests | Oliver Scherer | -5/+3 |
| 2019-01-09 | Stabilize `let` bindings and destructuring in constants and const fn | Oliver Scherer | -158/+24 |
| 2019-01-08 | improve non_upper_case_globals diagnostics | Andy Russell | -11/+11 |
| 2019-01-06 | Auto merge of #57272 - petrochenkov:featrecov, r=estebank | bors | -4/+6 |
| 2019-01-06 | Make sure feature gate errors are recoverable (take 2) | Vadim Petrochenkov | -4/+6 |
| 2019-01-06 | Auto merge of #57291 - euclio:method-call-suggestion, r=estebank | bors | -9/+13 |
| 2019-01-05 | Auto merge of #57230 - estebank:return-mismatch, r=varkor | bors | -22/+24 |
| 2019-01-05 | use the correct supertrait substitution in `object_ty_for_trait` | Ariel Ben-Yehuda | -0/+23 |
| 2019-01-05 | Rollup merge of #57249 - frewsxcv:frewsxcv-second-edition, r=KodrAus | kennytm | -22/+22 |
| 2019-01-05 | Rollup merge of #57229 - mikeyhew:fix-56806, r=varkor | kennytm | -0/+19 |
| 2019-01-05 | Auto merge of #56837 - arielb1:nonprincipal-trait-objects, r=nikomatsakis | bors | -26/+302 |
| 2019-01-04 | use `delay_span_bug` instead of `bug!` when doing layout sanity check | Michael Hewson | -0/+19 |
| 2019-01-04 | Improve diagnostic labels and add note. | David Wood | -2/+4 |
| 2019-01-04 | add test for #57162 | Ariel Ben-Yehuda | -0/+7 |
| 2019-01-04 | Auto merge of #56897 - euclio:parse-fatal, r=estebank | bors | -10/+12 |
| 2019-01-04 | alphabetize marker traits when printed | Ariel Ben-Yehuda | -10/+10 |
| 2019-01-03 | Improve error generation, fixup recursion limits | Aaron Hill | -33/+1 |
| 2019-01-04 | implement a hack to make traitobject 0.1.0 compile | Ariel Ben-Yehuda | -28/+297 |
| 2019-01-03 | use structured suggestion for method calls | Andy Russell | -9/+13 |
| 2019-01-02 | improve handling for subtype | Niko Matsakis | -21/+7 |
| 2019-01-02 | say "the lifetime" instead of "some lifetime" when it feels right | Niko Matsakis | -4/+4 |
| 2019-01-02 | apply the new placeholder errors even with just one placeholder | Niko Matsakis | -37/+20 |
| 2019-01-02 | WIP other test changes | Niko Matsakis | -1/+0 |
| 2019-01-02 | tests: worse diagnostics, but basically same errors | Niko Matsakis | -78/+66 |
| 2019-01-02 | make `panictry!` private to libsyntax | Andy Russell | -10/+12 |
| 2019-01-02 | Auto merge of #57250 - codeworm96:tyerr_msg, r=varkor | bors | -12/+12 |
| 2019-01-01 | Auto merge of #57209 - estebank:suggest-raw-ident, r=petrochenkov | bors | -0/+12 |
| 2019-01-01 | Fix broken links to second edition TRPL. | Corey Farwell | -22/+22 |
| 2018-12-31 | Improve type mismatch error messages | Yuning Zhang | -12/+12 |
| 2018-12-31 | Auto merge of #56878 - petrochenkov:privdyn, r=arielb1 | bors | -0/+3 |
| 2019-01-01 | privacy: Use common `DefId` visiting infra for all privacy visitors | Vadim Petrochenkov | -0/+3 |
| 2018-12-31 | Auto merge of #57047 - euclio:field-structured-suggestions, r=estebank | bors | -7/+7 |
| 2018-12-31 | use structured suggestions for nonexistent fields | Andy Russell | -7/+7 |
| 2018-12-31 | Update tests after rebase | Esteban Küber | -0/+4 |
| 2018-12-31 | Address review comments | Esteban Küber | -0/+8 |
| 2018-12-31 | Auto merge of #57208 - estebank:issue-57198, r=petrochenkov | bors | -0/+25 |
| 2018-12-30 | Tweak E0308 error for clarity | Esteban Küber | -9/+7 |
| 2018-12-31 | Auto merge of #57044 - varkor:E0512-equal-type, r=matthewjasper | bors | -13/+13 |
| 2018-12-30 | Point at function name span | Esteban Küber | -5/+15 |
| 2018-12-30 | Point at the return type span on type mismatch due to missing return | Esteban Küber | -25/+19 |
| 2018-12-30 | Auto merge of #57205 - petrochenkov:extrecov, r=estebank | bors | -25/+4 |
| 2018-12-29 | Do not complain about missing crate named as a keyword | Esteban Küber | -0/+25 |
| 2018-12-29 | Auto merge of #56843 - csmoe:non-copy, r=davidtwco | bors | -3/+5 |