| Age | Commit message (Expand) | Author | Lines |
| 2018-08-23 | Fixup long code lines | Bernardo Meurer | -31/+91 |
| 2018-08-23 | Reflow and fixup comments | Bernardo Meurer | -31/+49 |
| 2018-08-23 | Fixed long strings | Bernardo Meurer | -7/+12 |
| 2018-08-23 | Add license header to CTFE/MIRI | Bernardo Meurer | -0/+170 |
| 2018-08-23 | Removed librustc/mir/interpret and librustc_mir/interpreter from tidy skip list | Bernardo Meurer | -2/+0 |
| 2018-08-23 | Auto merge of #52602 - scottmcm:tryblock-expr, r=nikomatsakis | bors | -224/+320 |
| 2018-08-23 | Auto merge of #53459 - petrochenkov:stabmore, r=nrc | bors | -131/+27 |
| 2018-08-23 | Auto merge of #53235 - varkor:gat_impl_where, r=estebank | bors | -8/+26 |
| 2018-08-23 | Auto merge of #53520 - nnethercote:merge-IdxSet-IdxSetBuf, r=nikomatsakis | bors | -232/+120 |
| 2018-08-23 | Stabilize a few secondary macro features | Vadim Petrochenkov | -131/+27 |
| 2018-08-22 | Auto merge of #52011 - oli-obk:dont_you_hate_it_too_when_everything_panics_co... | bors | -25/+368 |
| 2018-08-22 | Auto merge of #53607 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -147/+391 |
| 2018-08-22 | Auto merge of #53581 - varkor:tyvariants-rename, r=eddyb | bors | -2237/+2238 |
| 2018-08-22 | Reexpose stability hole in the presence of feature gates | Oliver Schneider | -1/+3 |
| 2018-08-22 | Allow panicking with string literal messages inside constants | Oliver Schneider | -25/+366 |
| 2018-08-22 | Rollup merge of #53585 - dtolnay:comment, r=Mark-Simulacrum | Guillaume Gomez | -2/+0 |
| 2018-08-22 | Rollup merge of #53574 - vorner:ptr_as_ref_unchecked, r=Mark-Simulacrum | Guillaume Gomez | -0/+30 |
| 2018-08-22 | Rollup merge of #53562 - varkor:bastion-of-the-turbofish, r=nagisa | Guillaume Gomez | -0/+42 |
| 2018-08-22 | Rollup merge of #53558 - davidtwco:issue-53547, r=estebank | Guillaume Gomez | -3/+10 |
| 2018-08-22 | Rollup merge of #53544 - estebank:issue-53534, r=varkor | Guillaume Gomez | -8/+9 |
| 2018-08-22 | Rollup merge of #53541 - GuillaumeGomez:fix-impl-trait-ret-type, r=oli-obk | Guillaume Gomez | -0/+49 |
| 2018-08-22 | Rollup merge of #53504 - ekse:suggestions-applicability-2, r=estebank | Guillaume Gomez | -125/+217 |
| 2018-08-22 | Rollup merge of #53442 - staktrace:rlsbump, r=nrc | Guillaume Gomez | -2/+12 |
| 2018-08-22 | Rollup merge of #53431 - alexreg:move-feature-gate-tests, r=cramertj | Guillaume Gomez | -0/+0 |
| 2018-08-22 | Rollup merge of #53418 - ekse:suggestions-applicability, r=estebank | Guillaume Gomez | -7/+22 |
| 2018-08-22 | Auto merge of #53536 - RalfJung:array-drop, r=eddyb | bors | -3/+10 |
| 2018-08-22 | Fix rebase issues | varkor | -29/+29 |
| 2018-08-22 | Replace TyForeign with ForeignTy | varkor | -14/+14 |
| 2018-08-22 | Rename Def::{Param, Foreign} to Def::{TyParam, TyForeign} | varkor | -38/+38 |
| 2018-08-22 | Remove unnecessary TyKind::s | varkor | -13/+13 |
| 2018-08-22 | Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str} | varkor | -549/+549 |
| 2018-08-22 | Remove Ty prefix from Ty{Foreign|Param} | varkor | -160/+160 |
| 2018-08-22 | Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu... | varkor | -1430/+1430 |
| 2018-08-22 | Rename ty::TyVariants to ty::TyKind | varkor | -77/+77 |
| 2018-08-22 | Rename ty::Slice to ty::List | varkor | -139/+140 |
| 2018-08-22 | Lament the invincibility of the Turbofish | varkor | -0/+42 |
| 2018-08-22 | Auto merge of #53524 - alexcrichton:buffer-out, r=eddyb | bors | -1/+2 |
| 2018-08-22 | Auto merge of #53424 - RalfJung:miri-refactor, r=oli-obk | bors | -2444/+2827 |
| 2018-08-22 | fix error reporting in validation | Ralf Jung | -7/+14 |
| 2018-08-22 | fix validating fat pointers to user-defined unsized types | Ralf Jung | -67/+56 |
| 2018-08-22 | fix a comment in validity | Ralf Jung | -1/+3 |
| 2018-08-22 | fix layout sanity check | Ralf Jung | -1/+6 |
| 2018-08-22 | also avoid recomputing the layout for unary and binary ops, where possible | Ralf Jung | -19/+47 |
| 2018-08-22 | in a Use statement, exploit the fact that type and hence layout are the same ... | Ralf Jung | -15/+44 |
| 2018-08-22 | optimize creating a stack frame | Ralf Jung | -6/+17 |
| 2018-08-22 | fix validating fat raw pointers | Ralf Jung | -18/+25 |
| 2018-08-22 | optimize sanity check path printing | Ralf Jung | -126/+179 |
| 2018-08-22 | avoid some redundant alignment checks | Ralf Jung | -7/+18 |
| 2018-08-22 | better error message when using NULL in to_ptr | Ralf Jung | -1/+2 |
| 2018-08-22 | fix UI tests | Ralf Jung | -1/+1 |