| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-08-15 | Auto merge of #53164 - davidtwco:issue-52663-span-decl-captured-variables, r=... | bors | -63/+153 |
| 2018-08-15 | Fix since of Iterator::flatten to be a proper semver | Aleksey Kladov | -7/+7 |
| 2018-08-15 | Auto merge of #53237 - overdrivenpotato:wasm-export-table, r=alexcrichton | bors | -0/+3 |
| 2018-08-15 | Fix links' color | Guillaume Gomez | -9/+15 |
| 2018-08-15 | Auto merge of #53133 - Zoxc:gen-int, r=eddyb | bors | -1/+42 |
| 2018-08-15 | Auto merge of #53367 - ehuss:update-cargo, r=alexcrichton | bors | -21/+43 |
| 2018-08-15 | fix error for unsized packed struct field | Ralf Jung | -17/+32 |
| 2018-08-15 | Auto merge of #53212 - sunjay:nll-raw-cast, r=nikomatsakis | bors | -1/+49 |
| 2018-08-14 | Update cargo | Eric Huss | -21/+43 |
| 2018-08-15 | Auto merge of #52716 - tromey:rustup-lldb, r=alexcrichton | bors | -18/+205 |
| 2018-08-14 | Add doc examples for std::alloc::{alloc,alloc_zeroed}. | Corey Farwell | -0/+31 |
| 2018-08-14 | Add lldb to the build | Tom Tromey | -18/+205 |
| 2018-08-15 | Auto merge of #52928 - Mark-Simulacrum:borrowck-cleanup, r=cramertj | bors | -85/+31 |
| 2018-08-14 | Auto merge of #52936 - felixrabe:patch-1, r=alexcrichton | bors | -0/+28 |
| 2018-08-14 | Ignore test that fails on stage1 | Matthew Jasper | -15/+16 |
| 2018-08-15 | syntax: Enforce attribute grammar in the parser | Vadim Petrochenkov | -55/+128 |
| 2018-08-14 | Auto merge of #53361 - Manishearth:clippyup, r=nrc | bors | -5/+5 |
| 2018-08-14 | Update clippy | Manish Goregaokar | -5/+5 |
| 2018-08-14 | Auto merge of #53354 - kennytm:rollup, r=kennytm | bors | -229/+486 |
| 2018-08-14 | Improved how upvars are detected when presenting errors using prefixes. | David Wood | -27/+68 |
| 2018-08-14 | Rollup merge of #53317 - estebank:abolish-ice, r=oli-obk | kennytm | -0/+46 |
| 2018-08-14 | Rollup merge of #53290 - whitequark:fix-35741, r=nagisa | kennytm | -2/+9 |
| 2018-08-14 | Rollup merge of #53274 - bjorn3:remove_statics_field, r=nagisa | kennytm | -7/+0 |
| 2018-08-14 | Rollup merge of #53257 - faern:ip-method-idiomatic-improvement, r=TimNN | kennytm | -47/+50 |
| 2018-08-14 | Rollup merge of #53246 - ljedrz:cleanup_various, r=kennytm | kennytm | -153/+141 |
| 2018-08-14 | Rollup merge of #53239 - cuviper:llvm5-closure-alloca, r=eddyb | kennytm | -2/+24 |
| 2018-08-14 | Rollup merge of #53233 - andre-richter:master, r=alexcrichton | kennytm | -0/+48 |