| Age | Commit message (Expand) | Author | Lines |
| 2020-04-23 | Moving more build-pass tests to check-pass | Val Markovic | -39/+39 |
| 2020-04-23 | Rollup merge of #70633 - kper:master, r=estebank | Dylan DPC | -0/+69 |
| 2020-04-23 | Rollup merge of #71396 - DeeDeeG:improve-e0308-again, r=estebank | Dylan DPC | -40/+32 |
| 2020-04-23 | Rollup merge of #71005 - jonas-schievink:no-place-like-return, r=oli-obk | Dylan DPC | -2/+2 |
| 2020-04-22 | Rollup merge of #71400 - dtolnay:isavailable, r=petrochenkov | Dylan DPC | -0/+31 |
| 2020-04-22 | Rollup merge of #71256 - cuviper:must_use_replace, r=estebank | Dylan DPC | -1/+2 |
| 2020-04-22 | Rollup merge of #71370 - PankajChaudhary5:ErrorCode-E0696, r=GuillaumeGomez | Dylan DPC | -1/+2 |
| 2020-04-22 | Rollup merge of #71336 - ecstatic-morse:check-consts-asm, r=oli-obk | Dylan DPC | -1/+28 |
| 2020-04-22 | Auto merge of #71424 - Dylan-DPC:rollup-iunh61a, r=Dylan-DPC | bors | -14/+77 |
| 2020-04-22 | Rollup merge of #71412 - dtolnay:uselessdoc, r=Manishearth | Dylan DPC | -2/+2 |
| 2020-04-22 | Rollup merge of #71214 - GuillaumeGomez:add-error-code-inner-doc-error, r=Dyl... | Dylan DPC | -2/+4 |
| 2020-04-22 | Rollup merge of #71203 - csmoe:issue-71137, r=csmoe | Dylan DPC | -0/+44 |
| 2020-04-22 | Rollup merge of #70970 - eddyb:trait-vs-impl-mismatch, r=oli-obk | Dylan DPC | -10/+27 |
| 2020-04-22 | Update UI tests | Guillaume Gomez | -2/+4 |
| 2020-04-22 | Auto merge of #71323 - nnethercote:bitcode-in-rlib, r=alexcrichton | bors | -0/+5 |
| 2020-04-22 | Add a simple test. | Nicholas Nethercote | -0/+5 |
| 2020-04-21 | Clarify unused_doc_comments note on macro invocations | David Tolnay | -2/+2 |
| 2020-04-22 | add test for correct await span | csmoe | -0/+44 |
| 2020-04-22 | Rollup merge of #70998 - estebank:suggest-impl-trait-empty-fn, r=varkor | Yuki Okushi | -19/+49 |
| 2020-04-21 | proc_macro::is_available() | David Tolnay | -0/+31 |
| 2020-04-21 | Improve E0308 error message wording again | DeeDeeG | -40/+32 |
| 2020-04-21 | Assign correct span to new illegal ops | Dylan MacKenzie | -11/+12 |
| 2020-04-21 | Added proper explanation error code E0696 | pankajchaudhary5 | -1/+2 |
| 2020-04-21 | Auto merge of #71170 - spastorino:dyn-fnonce-alignment, r=nikomatsakis | bors | -12/+36 |
| 2020-04-21 | Rollup merge of #71174 - Nokel81:fix-async-main-error, r=petrochenkov | Dylan DPC | -0/+43 |
| 2020-04-20 | Treat RETURN_PLACE as a normal Local | Jonas Schievink | -2/+2 |
| 2020-04-20 | Ensure tail expression will have a `Ty` for E0746 | Esteban Küber | -14/+20 |
| 2020-04-20 | Suggest `-> impl Trait` and `-> Box<dyn Trait>` on fn that doesn't return | Esteban Küber | -17/+41 |
| 2020-04-20 | Rollup merge of #71284 - JOE1994:serialize_id, r=petrochenkov | Dylan DPC | -2/+14 |
| 2020-04-20 | Check that main/start is not async | Sebastian Malton | -0/+43 |
| 2020-04-19 | Bless new miri_unleashed test | Dylan MacKenzie | -2/+13 |
| 2020-04-19 | check '-Zast-json' & '-Zast-json-noexpand' to output legal JSON | JOE1994 | -2/+14 |
| 2020-04-20 | Auto merge of #71007 - Amanieu:deprecate_asm, r=Mark-Simulacrum | bors | -4/+22 |
| 2020-04-19 | allow(unused_must_use) in issue-23611-enum-swap-in-drop.rs | Josh Stone | -1/+2 |
| 2020-04-19 | Check for `llvm_asm` in a const context | Dylan MacKenzie | -0/+15 |
| 2020-04-19 | Rollup merge of #71324 - petrochenkov:passcheck2, r=RalfJung | Dylan DPC | -3/+3 |
| 2020-04-19 | Rollup merge of #71317 - RalfJung:unleash-inline-asm, r=ecstatic-morse | Dylan DPC | -0/+25 |
| 2020-04-19 | Rollup merge of #71310 - JohnTitor:dont-did, r=estebank | Dylan DPC | -2/+24 |
| 2020-04-19 | Rollup merge of #71026 - seiyab:issue-64362-adhoc, r=varkor | Dylan DPC | -1/+21 |
| 2020-04-19 | Fix comment | Ralf Jung | -3/+2 |
| 2020-04-19 | Fix some tests failing in `--pass check` mode | Vadim Petrochenkov | -3/+3 |
| 2020-04-19 | Rollup merge of #71188 - Duddino:fix, r=matthewjasper | Dylan DPC | -2/+10 |
| 2020-04-19 | test for false "never constructed" warnings for `Self::` variant paths | jakubadamw | -1/+21 |
| 2020-04-19 | miri-unleash test for llvm_asm | Ralf Jung | -0/+26 |
| 2020-04-19 | Auto merge of #70015 - jonas-schievink:gen-needs-drop, r=matthewjasper | bors | -13/+9 |
| 2020-04-19 | Auto merge of #69793 - estebank:predicate-obligations-4, r=nikomatsakis | bors | -118/+212 |
| 2020-04-19 | Do not show DefId in diagnostics | Yuki Okushi | -2/+24 |
| 2020-04-18 | Add label to item source of bound obligation | Esteban Küber | -59/+59 |
| 2020-04-18 | Do not emit note for projected derived obligations | Esteban Küber | -44/+0 |
| 2020-04-18 | Remove `AssocTypeBound` and propagate bound `Span`s | Esteban Küber | -88/+55 |