| Age | Commit message (Expand) | Author | Lines |
| 2020-05-29 | Improve inline asm error diagnostics | Amanieu d'Antras | -12/+133 |
| 2020-05-29 | Auto merge of #72727 - JohnTitor:rollup-nni16m2, r=JohnTitor | bors | -2/+25 |
| 2020-05-29 | Rollup merge of #72534 - chrissimpkins:fix-72373, r=estebank | Yuki Okushi | -0/+22 |
| 2020-05-29 | Rollup merge of #72495 - GuillaumeGomez:cleanup-e0601, r=Dylan-DPC | Yuki Okushi | -2/+3 |
| 2020-05-29 | Auto merge of #72506 - Nadrieril:fix-72476, r=matthewjasper | bors | -0/+22 |
| 2020-05-29 | Rollup merge of #72702 - petrochenkov:unudeps, r=estebank | Dylan DPC | -0/+9 |
| 2020-05-29 | Rollup merge of #72682 - JohnTitor:mir-tests, r=RalfJung | Dylan DPC | -0/+11 |
| 2020-05-29 | Rollup merge of #72670 - rust-lang:jonas-schievink-patch-1, r=nikomatsakis | Dylan DPC | -1/+1 |
| 2020-05-29 | Rollup merge of #72667 - RalfJung:unaligned-ref-test, r=nikomatsakis | Dylan DPC | -11/+34 |
| 2020-05-28 | rustc_lint: Remove `unused_crate_dependencies` from the `unused` group | Vadim Petrochenkov | -0/+9 |
| 2020-05-28 | Add test for #66930 | Yuki Okushi | -0/+11 |
| 2020-05-27 | Fix incorrect comment in generator test | Jonas Schievink | -1/+1 |
| 2020-05-27 | expand unaligned_references test | Ralf Jung | -11/+34 |
| 2020-05-27 | improve diagnostics suggestion for missing `@` in slice id binding to rest p... | Chris Simpkins | -0/+22 |
| 2020-05-27 | Rollup merge of #72548 - rossmacarthur:add-mcve-for-50687, r=nikomatsakis | Dylan DPC | -0/+57 |
| 2020-05-27 | Rollup merge of #72348 - chrissimpkins:fix-72253, r=estebank | Dylan DPC | -0/+16 |
| 2020-05-26 | improve error message for unexpected comma token in multiline block | Chris Simpkins | -0/+16 |
| 2020-05-26 | Rollup merge of #72581 - samrat:allow-desugared-break-in-labeled-block, r=dav... | Dylan DPC | -0/+12 |
| 2020-05-26 | Rollup merge of #72401 - ecstatic-morse:issue-72394, r=eddyb | Dylan DPC | -0/+24 |
| 2020-05-26 | Rollup merge of #72342 - jsgf:warn-unused-deps, r=petrochenkov | Dylan DPC | -0/+151 |
| 2020-05-26 | Rollup merge of #72270 - RalfJung:lint-ref-to-packed, r=oli-obk | Dylan DPC | -18/+65 |
| 2020-05-26 | Update UI test | Guillaume Gomez | -2/+3 |
| 2020-05-25 | Implement warning for unused dependencies. | Jeremy Fitzhardinge | -0/+151 |
| 2020-05-26 | Auto merge of #71487 - rcoh:71471-shebang, r=petrochenkov | bors | -0/+73 |
| 2020-05-25 | Rollup merge of #72450 - csmoe:issue-72442, r=oli-obk | Dylan DPC | -0/+40 |
| 2020-05-25 | Rollup merge of #72061 - lcnr:const-inference-test, r=eddyb | Dylan DPC | -0/+70 |
| 2020-05-26 | Allow unlabeled breaks from desugared `?` in labeled blocks | Samrat Man Singh | -0/+12 |
| 2020-05-25 | Auto merge of #72575 - Dylan-DPC:rollup-zo679hv, r=Dylan-DPC | bors | -0/+97 |
| 2020-05-25 | Rollup merge of #72308 - Aaron1011:fix/hygiene-error-message, r=matthewjasper | Dylan DPC | -0/+40 |
| 2020-05-25 | Rollup merge of #72153 - lcnr:exhaustively-match, r=pnkfelix | Dylan DPC | -0/+57 |
| 2020-05-25 | Fix bug in shebang handling | Russell Cohen | -0/+73 |
| 2020-05-25 | Auto merge of #72354 - tamird:remove-copyright, r=Mark-Simulacrum | bors | -18/+9 |
| 2020-05-25 | rename lint | Ralf Jung | -40/+40 |
| 2020-05-25 | more test ref-to-packed tests | Ralf Jung | -1/+19 |
| 2020-05-25 | remove some unused types from the tests | Ralf Jung | -25/+6 |
| 2020-05-25 | add a lint against references to packed fields | Ralf Jung | -0/+48 |
| 2020-05-25 | Add test for old compiler ICE when using `Borrow` | Ross MacArthur | -0/+57 |
| 2020-05-24 | Collect tokens for `ast::Expr` | Aaron Hill | -0/+30 |
| 2020-05-24 | Auto merge of #72529 - RalfJung:rollup-ydthv90, r=RalfJung | bors | -2/+2 |
| 2020-05-24 | Rollup merge of #72393 - Aaron1011:feature/rewrite-collect-tokens, r=petroche... | Ralf Jung | -2/+2 |
| 2020-05-24 | Auto merge of #72524 - RalfJung:rollup-s9f1pcc, r=RalfJung | bors | -0/+30 |
| 2020-05-24 | Rollup merge of #72388 - Aaron1011:fix/deep-tokenstream-equality, r=petrochenkov | Ralf Jung | -0/+30 |
| 2020-05-24 | Auto merge of #72362 - matthewjasper:remove-rescope, r=nikomatsakis | bors | -883/+462 |
| 2020-05-24 | Rollup merge of #71618 - ecstatic-morse:issue-71394, r=nikomatsakis | Dylan DPC | -1/+16 |
| 2020-05-23 | Remove out-of-date comment | Nadrieril | -1/+0 |
| 2020-05-23 | Work around type normalization issues | Nadrieril | -0/+23 |
| 2020-05-23 | Add test for #72455 | Yuki Okushi | -0/+27 |
| 2020-05-23 | Add test for #69415 | Yuki Okushi | -16/+19 |
| 2020-05-22 | Bless other example of #71394 | Dylan MacKenzie | -1/+0 |
| 2020-05-22 | Add regression test for #71394 | Dylan MacKenzie | -0/+16 |