about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-08-23Fixup long code linesBernardo Meurer-31/+91
2018-08-23Reflow and fixup commentsBernardo Meurer-31/+49
2018-08-23Fixed long stringsBernardo Meurer-7/+12
2018-08-23Add license header to CTFE/MIRIBernardo Meurer-0/+170
2018-08-23Removed librustc/mir/interpret and librustc_mir/interpreter from tidy skip listBernardo Meurer-2/+0
2018-08-23Auto merge of #52602 - scottmcm:tryblock-expr, r=nikomatsakisbors-224/+320
2018-08-23Auto merge of #53459 - petrochenkov:stabmore, r=nrcbors-131/+27
2018-08-23Auto merge of #53235 - varkor:gat_impl_where, r=estebankbors-8/+26
2018-08-23Auto merge of #53520 - nnethercote:merge-IdxSet-IdxSetBuf, r=nikomatsakisbors-232/+120
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-22Auto merge of #53607 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-147/+391
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-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
2018-08-22fix a comment in validityRalf Jung-1/+3
2018-08-22fix layout sanity checkRalf Jung-1/+6
2018-08-22also avoid recomputing the layout for unary and binary ops, where possibleRalf Jung-19/+47
2018-08-22in a Use statement, exploit the fact that type and hence layout are the same ...Ralf Jung-15/+44
2018-08-22optimize creating a stack frameRalf Jung-6/+17
2018-08-22fix validating fat raw pointersRalf Jung-18/+25
2018-08-22optimize sanity check path printingRalf Jung-126/+179
2018-08-22avoid some redundant alignment checksRalf Jung-7/+18
2018-08-22better error message when using NULL in to_ptrRalf Jung-1/+2
2018-08-22fix UI testsRalf Jung-1/+1