| Age | Commit message (Expand) | Author | Lines |
| 2019-11-15 | Changed unused_labels lint default from allow to warn | Bart Massey | -1/+1 |
| 2019-11-15 | Cleaned up unused labels | Bart Massey | -1/+1 |
| 2019-11-15 | Fix nits from review | Dylan MacKenzie | -4/+8 |
| 2019-11-15 | Use a bespoke type for the result of `mir_const_qualif` | Dylan MacKenzie | -1/+8 |
| 2019-11-15 | Remove -Z flag for suppressing validation mismatch ICE | Dylan MacKenzie | -2/+0 |
| 2019-11-15 | Rollup merge of #66427 - Mark-Simulacrum:errors-json, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-11-15 | Move JSON emitter to rustc_errors | Mark Rousskov | -1/+1 |
| 2019-11-15 | Rollup merge of #66435 - JohnTitor:fix-spelling, r=Centril | Tyler Mandry | -4/+4 |
| 2019-11-15 | Rollup merge of #66197 - Centril:transparent-ast, r=varkor | Tyler Mandry | -31/+37 |
| 2019-11-15 | Rollup merge of #66410 - RalfJung:miri-machine-max, r=oli-obk | Yuki Okushi | -0/+13 |
| 2019-11-15 | Rollup merge of #66390 - estebank:parenice, r=Centril | Yuki Okushi | -9/+10 |
| 2019-11-15 | Rollup merge of #66013 - nnethercote:avoid-hashing-twice-in-get_query, r=Zoxc | Yuki Okushi | -3/+14 |
| 2019-11-15 | Correct `const_in_array_repeat_expressions` feature name | Yuki Okushi | -4/+4 |
| 2019-11-14 | Use multiple derive clauses. | Camille GILLOT | -34/+34 |
| 2019-11-14 | TAIT: use hack in ->HIR to avoid more changes | Mazdak Farrokhzad | -31/+37 |
| 2019-11-14 | Clean some error codes diagnostics | Guillaume Gomez | -16/+28 |
| 2019-11-14 | Remove unused error_codes.rs files | Guillaume Gomez | -2394/+0 |
| 2019-11-14 | Update to use new librustc_error_codes library | Guillaume Gomez | -2/+47 |
| 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 | -2/+10 |
| 2019-11-14 | Rollup merge of #66253 - ohadravid:improve-errors-after-re-rebalance-coherenc... | Yuki Okushi | -2/+10 |
| 2019-11-14 | Auto merge of #66233 - cjgillot:constkind, r=oli-obk | bors | -196/+206 |
| 2019-11-13 | Fix ICE when trying to suggest `Type<>` instead of `Type()` | Esteban Küber | -9/+10 |
| 2019-11-13 | Retire BraceStructTypeFoldableImpl and TupleStructTypeFoldableImpl. | Camille GILLOT | -56/+1 |
| 2019-11-13 | Use TypeFoldable derive macro. | Camille GILLOT | -688/+90 |
| 2019-11-13 | Add HIR pass to check for `if`s and `loop`s in a `const` | Dylan MacKenzie | -0/+5 |
| 2019-11-13 | Get `FnSig` by `HirId` | Dylan MacKenzie | -0/+35 |
| 2019-11-13 | Rollup merge of #66337 - Mark-Simulacrum:no-decode-lint-id, r=Dylan-DPC | Yuki Okushi | -26/+1 |
| 2019-11-13 | Rollup merge of #66335 - Mark-Simulacrum:self-profile-to-data, r=michaelwoeri... | Yuki Okushi | -322/+18 |
| 2019-11-13 | Rollup merge of #66334 - Mark-Simulacrum:sess-cstore, r=petrochenkov | Yuki Okushi | -10/+12 |
| 2019-11-13 | Rollup merge of #66186 - GuillaumeGomez:long-err-explanation-E0623, r=Dylan-DPC | Yuki Okushi | -1/+45 |
| 2019-11-13 | tidy up! | Dylan DPC | -2/+2 |
| 2019-11-13 | Update error_codes.rs | Dylan DPC | -3/+5 |
| 2019-11-12 | Snap cfgs | Mark Rousskov | -2/+0 |
| 2019-11-12 | Centril review. | Camille GILLOT | -4/+1 |
| 2019-11-12 | Remove cruft. | Camille GILLOT | -15/+0 |
| 2019-11-12 | Refactor pretty_print_const. | Camille GILLOT | -18/+41 |
| 2019-11-12 | Create intermediate enum ty::ConstKind. | Camille GILLOT | -200/+205 |
| 2019-11-12 | Register queries with self profiler in rustc_interface | Mark Rousskov | -2/+3 |
| 2019-11-12 | Remove dead code for encoding/decoding lint IDs | Mark Rousskov | -26/+1 |
| 2019-11-12 | Auto merge of #65608 - matthewjasper:mir-eval-order, r=pnkfelix | bors | -3/+11 |
| 2019-11-12 | Move self-profile infrastructure to data structures | Mark Rousskov | -321/+16 |
| 2019-11-13 | update suggestion ui test | csmoe | -10/+22 |
| 2019-11-12 | Rollup merge of #66299 - rossmacarthur:fix-41260-avoid-issue-0, r=varkor | Yuki Okushi | -7/+9 |
| 2019-11-12 | Rollup merge of #66276 - Mark-Simulacrum:sess-code-stats, r=nikomatsakis | Yuki Okushi | -13/+15 |
| 2019-11-11 | Fix soundness issue with index bounds checks | Matthew Jasper | -3/+11 |
| 2019-11-11 | Move allocator_kind to CrateStore | Mark Rousskov | -7/+7 |
| 2019-11-11 | Move injected_panic_runtime to CrateStore | Mark Rousskov | -3/+5 |
| 2019-11-11 | support issue = "none" in unstable attributes | Ross MacArthur | -7/+9 |
| 2019-11-11 | Auto merge of #66252 - cjgillot:trees, r=oli-obk | bors | -245/+96 |