| Age | Commit message (Expand) | Author | Lines |
| 2018-08-22 | 52985: better cycle error for existential types | Tristan Burgess | -38/+55 |
| 2018-08-23 | deemphasize immutability and improve swap explanation in pin module | Niv Kaminer | -13/+9 |
| 2018-08-23 | fix PinMut documentation | Niv Kaminer | -4/+8 |
| 2018-08-23 | expand the documentation on PinBox | Niv Kaminer | -0/+9 |
| 2018-08-23 | move pin module to liballoc and reexport that | Niv Kaminer | -100/+81 |
| 2018-08-23 | fix link to PinMut | Niv Kaminer | -1/+1 |
| 2018-08-23 | attempt to work around Box<T> not being recognized as local type | Niv Kaminer | -7/+8 |
| 2018-08-23 | add top-level documentation to the std pin module | Niv Kaminer | -1/+88 |
| 2018-08-23 | move PinBox into pin module and export through std | Niv Kaminer | -207/+233 |
| 2018-08-23 | move PinMut into pin module and export through std | Niv Kaminer | -156/+191 |
| 2018-08-22 | Lament the invincibility of the Turbofish | varkor | -0/+4 |
| 2018-08-22 | tidy: Stop requiring a license header | Josh Triplett | -53/+0 |
| 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 | Update E0161 test to cover more cases | Matthew Jasper | -15/+106 |
| 2018-08-22 | Hard error for unsized values more often | Matthew Jasper | -32/+23 |
| 2018-08-23 | add warning for missing docs | dylan_DPC | -4/+5 |
| 2018-08-22 | Auto merge of #53607 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -147/+391 |
| 2018-08-22 | update nomicon and book | Ralf Jung | -0/+0 |
| 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 | Add a test for issue #53529 | MaloJaffre | -0/+17 |
| 2018-08-22 | Fix unsoundness in VecDeque Debug impls | MaloJaffre | -8/+8 |
| 2018-08-22 | Fix a grammatical mistake in "expected generic arguments" errors | varkor | -3/+3 |
| 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 |