summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-08-2252985: better cycle error for existential typesTristan Burgess-38/+55
2018-08-23deemphasize immutability and improve swap explanation in pin moduleNiv Kaminer-13/+9
2018-08-23fix PinMut documentationNiv Kaminer-4/+8
2018-08-23expand the documentation on PinBoxNiv Kaminer-0/+9
2018-08-23move pin module to liballoc and reexport thatNiv Kaminer-100/+81
2018-08-23fix link to PinMutNiv Kaminer-1/+1
2018-08-23attempt to work around Box<T> not being recognized as local typeNiv Kaminer-7/+8
2018-08-23add top-level documentation to the std pin moduleNiv Kaminer-1/+88
2018-08-23move PinBox into pin module and export through stdNiv Kaminer-207/+233
2018-08-23move PinMut into pin module and export through stdNiv Kaminer-156/+191
2018-08-22Lament the invincibility of the Turbofishvarkor-0/+4
2018-08-22tidy: Stop requiring a license headerJosh Triplett-53/+0
2018-08-23Stabilize a few secondary macro featuresVadim Petrochenkov-131/+27
2018-08-22Auto merge of #52011 - oli-obk:dont_you_hate_it_too_when_everything_panics_co...bors-25/+368
2018-08-22Update E0161 test to cover more casesMatthew Jasper-15/+106
2018-08-22Hard error for unsized values more oftenMatthew Jasper-32/+23
2018-08-23add warning for missing docsdylan_DPC-4/+5
2018-08-22Auto merge of #53607 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-147/+391
2018-08-22update nomicon and bookRalf Jung-0/+0
2018-08-22Auto merge of #53581 - varkor:tyvariants-rename, r=eddybbors-2237/+2238
2018-08-22Reexpose stability hole in the presence of feature gatesOliver Schneider-1/+3
2018-08-22Allow panicking with string literal messages inside constantsOliver Schneider-25/+366
2018-08-22Rollup merge of #53585 - dtolnay:comment, r=Mark-SimulacrumGuillaume Gomez-2/+0
2018-08-22Rollup merge of #53574 - vorner:ptr_as_ref_unchecked, r=Mark-SimulacrumGuillaume Gomez-0/+30
2018-08-22Rollup merge of #53562 - varkor:bastion-of-the-turbofish, r=nagisaGuillaume Gomez-0/+42
2018-08-22Rollup merge of #53558 - davidtwco:issue-53547, r=estebankGuillaume Gomez-3/+10
2018-08-22Rollup merge of #53544 - estebank:issue-53534, r=varkorGuillaume Gomez-8/+9
2018-08-22Rollup merge of #53541 - GuillaumeGomez:fix-impl-trait-ret-type, r=oli-obkGuillaume Gomez-0/+49
2018-08-22Rollup merge of #53504 - ekse:suggestions-applicability-2, r=estebankGuillaume Gomez-125/+217
2018-08-22Rollup merge of #53442 - staktrace:rlsbump, r=nrcGuillaume Gomez-2/+12
2018-08-22Rollup merge of #53431 - alexreg:move-feature-gate-tests, r=cramertjGuillaume Gomez-0/+0
2018-08-22Rollup merge of #53418 - ekse:suggestions-applicability, r=estebankGuillaume Gomez-7/+22
2018-08-22Auto merge of #53536 - RalfJung:array-drop, r=eddybbors-3/+10
2018-08-22Fix rebase issuesvarkor-29/+29
2018-08-22Replace TyForeign with ForeignTyvarkor-14/+14
2018-08-22Rename Def::{Param, Foreign} to Def::{TyParam, TyForeign}varkor-38/+38
2018-08-22Remove unnecessary TyKind::svarkor-13/+13
2018-08-22Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str}varkor-549/+549
2018-08-22Remove Ty prefix from Ty{Foreign|Param}varkor-160/+160
2018-08-22Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...varkor-1430/+1430
2018-08-22Rename ty::TyVariants to ty::TyKindvarkor-77/+77
2018-08-22Rename ty::Slice to ty::Listvarkor-139/+140
2018-08-22Lament the invincibility of the Turbofishvarkor-0/+42
2018-08-22Auto merge of #53524 - alexcrichton:buffer-out, r=eddybbors-1/+2
2018-08-22Add a test for issue #53529MaloJaffre-0/+17
2018-08-22Fix unsoundness in VecDeque Debug implsMaloJaffre-8/+8
2018-08-22Fix a grammatical mistake in "expected generic arguments" errorsvarkor-3/+3
2018-08-22Auto merge of #53424 - RalfJung:miri-refactor, r=oli-obkbors-2444/+2827
2018-08-22fix error reporting in validationRalf Jung-7/+14
2018-08-22fix validating fat pointers to user-defined unsized typesRalf Jung-67/+56