| Age | Commit message (Expand) | Author | Lines |
| 2019-11-15 | Fix the source code highlighting on source comments | Stefan Schindler | -24/+32 |
| 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 | Use multiple derive clauses. | Camille GILLOT | -34/+34 |
| 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 |
| 2019-11-14 | TAIT: parse recursively instead of hack. | Mazdak Farrokhzad | -48/+13 |
| 2019-11-14 | TAIT: feature gate recursive locations | Mazdak Farrokhzad | -20/+26 |
| 2019-11-14 | TAIT: remove `OpaqueTy` in AST. | Mazdak Farrokhzad | -38/+0 |
| 2019-11-14 | Move E0210 to new error location | Guillaume Gomez | -5/+18 |
| 2019-11-14 | move E0744 to new error code | Guillaume Gomez | -0/+19 |
| 2019-11-14 | Update rustc --explain to the new error codes format | Guillaume Gomez | -2/+2 |
| 2019-11-14 | move E0623 into the new error code format | Guillaume Gomez | -1/+42 |
| 2019-11-14 | Adapt error index generator to the new format | Guillaume Gomez | -17/+19 |
| 2019-11-14 | Fix error codes index generation | Guillaume Gomez | -1/+3 |
| 2019-11-14 | Fix ui tests with better error code usage | Guillaume Gomez | -22/+39 |
| 2019-11-14 | Put each error code long explanation into their own markdown file | Guillaume Gomez | -13403/+12609 |
| 2019-11-14 | Clean some error codes diagnostics | Guillaume Gomez | -53/+71 |
| 2019-11-14 | fix tidy issue on file length | Guillaume Gomez | -0/+2 |
| 2019-11-14 | Remove unused error_codes.rs files | Guillaume Gomez | -13818/+0 |
| 2019-11-14 | Update to use new librustc_error_codes library | Guillaume Gomez | -59/+179 |
| 2019-11-14 | Create new librustc_error_codes lib and move error codes declaration inside it | Guillaume Gomez | -0/+13648 |
| 2019-11-14 | Update Clippy | Yuki Okushi | -7/+7 |
| 2019-11-14 | Auto merge of #66378 - rkruppe:revert-pr-65134, r=pnkfelix | bors | -521/+37 |
| 2019-11-14 | miri: helper methods for max values of machine's usize/isize | Ralf Jung | -0/+13 |
| 2019-11-14 | Auto merge of #66403 - JohnTitor:rollup-7obuivl, r=JohnTitor | bors | -237/+430 |
| 2019-11-14 | Rollup merge of #66372 - ogham:patch-2, r=jonas-schievink | Yuki Okushi | -2/+2 |
| 2019-11-14 | Rollup merge of #66369 - tmiasko:compiletest-stamp, r=Mark-Simulacrum | Yuki Okushi | -72/+90 |
| 2019-11-14 | Rollup merge of #66363 - Munksgaard:patch-1, r=dtolnay | Yuki Okushi | -1/+1 |
| 2019-11-14 | Rollup merge of #66361 - Centril:66357, r=pnkfelix | Yuki Okushi | -1/+33 |
| 2019-11-14 | Rollup merge of #66360 - elichai:2019-11-vec-link, r=dtolnay | Yuki Okushi | -1/+1 |
| 2019-11-14 | Rollup merge of #66351 - JohnTitor:tweak-range-err-msg, r=Centril | Yuki Okushi | -106/+123 |
| 2019-11-14 | Rollup merge of #66349 - euclio:def-site-builtins, r=petrochenkov | Yuki Okushi | -0/+8 |
| 2019-11-14 | Rollup merge of #66264 - guanqun:fix-mbe-missing-close-delim, r=estebank | Yuki Okushi | -5/+50 |
| 2019-11-14 | Rollup merge of #66253 - ohadravid:improve-errors-after-re-rebalance-coherenc... | Yuki Okushi | -49/+122 |
| 2019-11-14 | Auto merge of #66233 - cjgillot:constkind, r=oli-obk | bors | -274/+305 |
| 2019-11-13 | Remove some stack frames from `.async` calls | Steven Fackler | -33/+12 |
| 2019-11-13 | Make a test compatible across python versions. | Steven Malis | -2/+2 |
| 2019-11-14 | Centralize panic macro documentation | Chris Gregory | -50/+49 |