| Age | Commit message (Expand) | Author | Lines |
| 2019-11-15 | Use new const-checker for `mir_const_qualif` | Dylan MacKenzie | -2/+37 |
| 2019-11-15 | Enable standalone const-checking with `Validator` | Dylan MacKenzie | -1/+126 |
| 2019-11-15 | Allow `Validator` to get qualifs for the return place | Dylan MacKenzie | -1/+45 |
| 2019-11-15 | Remove `requires_sync` | Dylan MacKenzie | -10/+0 |
| 2019-11-15 | Remove `QUALIF_ERROR_BIT` checking | Dylan MacKenzie | -25/+4 |
| 2019-11-15 | Rollup merge of #66443 - GuillaumeGomez:port-erased-cleanup, r=Mark-Simulacrum | Tyler Mandry | -76/+135 |
| 2019-11-15 | Rollup merge of #66435 - JohnTitor:fix-spelling, r=Centril | Tyler Mandry | -7/+7 |
| 2019-11-15 | Rollup merge of #66429 - guanqun:add-unit-test, r=Centril | Tyler Mandry | -0/+38 |
| 2019-11-15 | Rollup merge of #66197 - Centril:transparent-ast, r=varkor | Tyler Mandry | -263/+314 |
| 2019-11-15 | Clean up E0025, E0034, E0044, E0046 and E0053 | Guillaume Gomez | -5/+11 |
| 2019-11-15 | Clean up E0054 | Guillaume Gomez | -2/+6 |
| 2019-11-15 | Clean up E0050 | Guillaume Gomez | -5/+21 |
| 2019-11-15 | Clean up E0049 | Guillaume Gomez | -4/+21 |
| 2019-11-15 | Clean up E0045 | Guillaume Gomez | -10/+10 |
| 2019-11-15 | Clean up E0040 | Guillaume Gomez | -4/+21 |
| 2019-11-15 | Clean up E0033 | Guillaume Gomez | -6/+10 |
| 2019-11-15 | Clean up E0029 | Guillaume Gomez | -5/+9 |
| 2019-11-15 | Clean up E0027 | Guillaume Gomez | -5/+5 |
| 2019-11-15 | Clean up E0026 | Guillaume Gomez | -27/+10 |
| 2019-11-15 | Add link to error code explanation RFC | Guillaume Gomez | -0/+5 |
| 2019-11-15 | Clean up E0023 | Guillaume Gomez | -3/+6 |
| 2019-11-15 | Rollup merge of #66428 - dns2utf8:cleanup_unused_function, r=GuillaumeGomez | Yuki Okushi | -4/+3 |
| 2019-11-15 | Rollup merge of #66419 - JohnTitor:ignore-underscore, r=varkor | Yuki Okushi | -1/+13 |
| 2019-11-15 | Rollup merge of #66418 - ecstatic-morse:hir-const-check-err-msg, r=estebank | Yuki Okushi | -0/+7 |
| 2019-11-15 | Rollup merge of #66410 - RalfJung:miri-machine-max, r=oli-obk | Yuki Okushi | -0/+13 |
| 2019-11-15 | Rollup merge of #66398 - sfackler:no-async-nesting, r=Centril | Yuki Okushi | -33/+12 |
| 2019-11-15 | Rollup merge of #66391 - estebank:if-else-async-ice, r=Centril | Yuki Okushi | -2/+34 |
| 2019-11-15 | Rollup merge of #66390 - estebank:parenice, r=Centril | Yuki Okushi | -9/+10 |
| 2019-11-15 | Rollup merge of #66388 - estebank:melt-ice, r=Centril | Yuki Okushi | -1/+35 |
| 2019-11-15 | Rollup merge of #66338 - ehuss:update-mdbook, r=alexcrichton | Yuki Okushi | -31/+13 |
| 2019-11-15 | Rollup merge of #66306 - spastorino:remove-error-handled-by-miri, r=oli-obk | Yuki Okushi | -45/+10 |
| 2019-11-15 | Rollup merge of #66013 - nnethercote:avoid-hashing-twice-in-get_query, r=Zoxc | Yuki Okushi | -3/+20 |
| 2019-11-15 | Rollup merge of #65557 - haraldh:error_iter_rename, r=sfackler | Yuki Okushi | -80/+12 |
| 2019-11-15 | Correct `const_in_array_repeat_expressions` feature name | Yuki Okushi | -7/+7 |
| 2019-11-15 | Auto merge of #64432 - gnzlbg:simplify_truncate, r=alexcrichton | bors | -22/+12 |
| 2019-11-15 | add a unit test for #62524 | Guanqun Lu | -0/+38 |
| 2019-11-15 | Code cleanup to remove douplacte var definition | Stefan Schindler | -3/+2 |
| 2019-11-15 | Remove unused argument | Stefan Schindler | -1/+1 |
| 2019-11-14 | Auto merge of #66414 - JohnTitor:clippyup, r=Manishearth | bors | -7/+7 |
| 2019-11-14 | review comments | Esteban Küber | -9/+5 |
| 2019-11-14 | review comments | Esteban Küber | -1/+3 |
| 2019-11-15 | Don't warn labels beginning with `_` | Yuki Okushi | -1/+13 |
| 2019-11-14 | Link to tracking issue in HIR const-check error | Dylan MacKenzie | -0/+7 |
| 2019-11-14 | Auto merge of #66314 - GuillaumeGomez:move-error-codes, r=Centril | bors | -13967/+13237 |
| 2019-11-14 | TAIT: adjust tests | Mazdak Farrokhzad | -29/+202 |
| 2019-11-14 | TAIT: --bless some span changes for the better | Mazdak Farrokhzad | -20/+20 |
| 2019-11-14 | TAIT: adjust resolve | Mazdak Farrokhzad | -20/+6 |
| 2019-11-14 | TAIT: adjust save-analysis | Mazdak Farrokhzad | -48/+0 |
| 2019-11-14 | TAIT: remove redundant check from ast_validation | Mazdak Farrokhzad | -9/+1 |
| 2019-11-14 | TAIT: use hack in ->HIR to avoid more changes | Mazdak Farrokhzad | -31/+46 |