| Age | Commit message (Expand) | Author | Lines |
| 2018-08-16 | extract helper fn | Douglas Campos | -9/+20 |
| 2018-08-16 | revert back to master state | Douglas Campos | -10/+3 |
| 2018-08-16 | bless output | Douglas Campos | -1/+1 |
| 2018-08-16 | fix lint | Douglas Campos | -1/+2 |
| 2018-08-16 | add missing license header | Douglas Campos | -0/+10 |
| 2018-08-16 | resolve suggestions should use `create::` when enabled | Douglas Campos | -3/+33 |
| 2018-08-16 | Auto merge of #53304 - dtolnay:extend, r=dtolnay | bors | -16/+279 |
| 2018-08-16 | Auto merge of #53256 - ollie27:writeln, r=KodrAus | bors | -5/+56 |
| 2018-08-16 | Auto merge of #53173 - alexcrichton:win-arm64, r=sfackler | bors | -33/+201 |
| 2018-08-16 | Auto merge of #53147 - ashtneoi:dont-suggest-ref, r=estebank | bors | -279/+3104 |
| 2018-08-16 | Auto merge of #53295 - estebank:on-unimplemented, r=michaelwoerister | bors | -26/+38 |
| 2018-08-15 | Split tests more and bless them again | ashtneoi | -602/+653 |
| 2018-08-15 | Move tests into their own directory | ashtneoi | -0/+0 |
| 2018-08-16 | Auto merge of #53293 - petrochenkov:gramattr2, r=alexcrichton | bors | -55/+128 |
| 2018-08-16 | Auto merge of #53289 - ljedrz:improve_lexer, r=michaelwoerister | bors | -74/+134 |
| 2018-08-15 | Start adding an `aarch64-pc-windows-msvc` target | Alex Crichton | -33/+201 |
| 2018-08-15 | Re-bless test | ashtneoi | -0/+63 |
| 2018-08-15 | Add files I forgot to commit earlier | ashtneoi | -0/+99 |
| 2018-08-15 | Change a method name and clarify a comment | ashtneoi | -5/+6 |
| 2018-08-15 | Bless tests | ashtneoi | -62/+178 |
| 2018-08-15 | Test move-into-Fn/FnMut errors too | ashtneoi | -2/+530 |
| 2018-08-15 | Fix compiletest JSON error message | ashtneoi | -2/+2 |
| 2018-08-15 | Allocate fewer Strings at a time | ashtneoi | -4/+8 |
| 2018-08-15 | Add another FIXME about suggestions | ashtneoi | -81/+83 |
| 2018-08-15 | Bless UI tests | ashtneoi | -121/+231 |
| 2018-08-15 | Remove incorrect space | ashtneoi | -1/+1 |
| 2018-08-15 | Remove unnecessary comment | ashtneoi | -2/+0 |
| 2018-08-15 | Test patterns in tuples | ashtneoi | -71/+249 |
| 2018-08-15 | Coalesce var-is-not-Copy notes per move | ashtneoi | -150/+60 |
| 2018-08-15 | Dedup suggestions | ashtneoi | -105/+654 |
| 2018-08-15 | Remove unnecessary underscore | ashtneoi | -7/+7 |
| 2018-08-15 | Change TODOs to FIXMEs | ashtneoi | -9/+9 |
| 2018-08-15 | Make move errors more consistent with typeck errors | ashtneoi | -23/+23 |
| 2018-08-15 | Make move error suggestions clearer | ashtneoi | -82/+85 |
| 2018-08-15 | Add backquotes around variable name | ashtneoi | -52/+52 |
| 2018-08-15 | Fix move errors for index expressions | ashtneoi | -43/+64 |
| 2018-08-15 | Test move errors for index expressions | ashtneoi | -80/+313 |
| 2018-08-15 | Accept whitespace between `&` and `mut` | ashtneoi | -1/+1 |
| 2018-08-15 | Add more TODOs | ashtneoi | -3/+3 |
| 2018-08-15 | Suggest match ergonomics, not `ref`/`ref mut` | ashtneoi | -97/+1055 |
| 2018-08-15 | Fix some random stuff | ashtneoi | -9/+10 |
| 2018-08-15 | Auto merge of #53400 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -57/+205 |
| 2018-08-15 | Rollup merge of #53396 - matklad:fix-flatten-since, r=varkor | Guillaume Gomez | -7/+7 |
| 2018-08-15 | Rollup merge of #53388 - GuillaumeGomez:fix-links-color, r=frewsxcv | Guillaume Gomez | -9/+15 |
| 2018-08-15 | Rollup merge of #53368 - matthewjasper:only-stage-2, r=varkor | Guillaume Gomez | -15/+16 |
| 2018-08-15 | Rollup merge of #53344 - frewsxcv:frewsxcv-doc-ptr, r=ollie27 | Guillaume Gomez | -0/+31 |
| 2018-08-15 | Rollup merge of #53342 - RalfJung:unsized-packed, r=cramertj | Guillaume Gomez | -17/+32 |
| 2018-08-15 | Rollup merge of #53279 - estebank:on-unimplemented-doc, r=GuillaumeGomez | Guillaume Gomez | -2/+95 |
| 2018-08-15 | Rollup merge of #53271 - llogiq:simplify-maybe-map, r=joshtriplett | Guillaume Gomez | -6/+1 |
| 2018-08-15 | Rollup merge of #52453 - srijs:fix-52436, r=TimNN | Guillaume Gomez | -1/+8 |