about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-08-06Rollup merge of #63295 - RalfJung:align_offset, r=dtolnayMazdak Farrokhzad-4/+8
2019-08-06Rollup merge of #63293 - shepmaster:align-to-doc, r=RalfJungMazdak Farrokhzad-6/+8
2019-08-06Rollup merge of #63287 - Mark-Simulacrum:span-no-ref, r=CentrilMazdak Farrokhzad-6/+6
2019-08-06Rollup merge of #63285 - Mark-Simulacrum:rm-await-origin, r=CentrilMazdak Farrokhzad-9/+0
2019-08-06Rollup merge of #63272 - Mark-Simulacrum:clean-attr, r=petrochenkovMazdak Farrokhzad-20/+16
2019-08-06Rollup merge of #63264 - arielb1:revert-private-coherence-errors, r=estebankMazdak Farrokhzad-7/+22
2019-08-06Rollup merge of #63260 - RalfJung:ptr-test, r=matkladMazdak Farrokhzad-2/+1
2019-08-06Rollup merge of #63230 - tmandry:disallow-possibly-uninitialized, r=CentrilMazdak Farrokhzad-131/+209
2019-08-06Rollup merge of #63184 - JasonShin:master, r=sfacklerMazdak Farrokhzad-0/+2
2019-08-06Rollup merge of #63017 - matklad:no-fatal, r=petrochenkovMazdak Farrokhzad-116/+223
2019-08-06Rollup merge of #61457 - timvermeulen:double_ended_iters, r=scottmcmMazdak Farrokhzad-13/+296
2019-08-06Auto merge of #62987 - Thomasdezeeuw:ioslice-advance, r=Thomasdezeeuwbors-1/+351
2019-08-05fix testsEsteban Küber-55/+78
2019-08-06Update rustfmt to 1.4.4topecongiro-20/+20
2019-08-06Update README.mdMazdak Farrokhzad-1/+1
2019-08-06doc: the content has since been moved to the guideTshepang Lekhonkhobe-5/+2
2019-08-06doc: fix broken sentenceTshepang Lekhonkhobe-1/+1
2019-08-05Clarify align_to's requirements and obligationsJake Goulding-6/+8
2019-08-05Tests around moving parts of structs and tuples across await pointsRyan Gorup-0/+95
2019-08-05Remove gensym from format_argsMatthew Jasper-12/+14
2019-08-05Make some items in core::unicode privateMatthew Jasper-20/+20
2019-08-05Fix various issues with making items reachable through macrosMatthew Jasper-31/+276
2019-08-05Changed tests to check-pass.Alexander Regueiro-2/+2
2019-08-06Add test for DerefMut methodsGuillaume Gomez-0/+29
2019-08-06PlaceRef's base is already a referenceSantiago Pastorino-10/+10
2019-08-05Make use of possibly uninitialized data a hard errorTyler Mandry-131/+209
2019-08-05Display methods from DerefMut in the sidebar as wellGuillaume Gomez-3/+5
2019-08-05don't ignore mir_dump folderRalf Jung-1/+0
2019-08-05Make qualify consts in_projection use PlaceRefSantiago Pastorino-14/+15
2019-08-05Update LLVM submoduleNikita Popov-0/+0
2019-08-05Auto merge of #59369 - oli-obk:unwrap_usICE, r=eddyb,nikomatsakisbors-142/+298
2019-08-05assume_init: warn about valid != safeRalf Jung-0/+7
2019-08-05Don't recommend `extern crate` syntaxKornel-27/+27
2019-08-05improve wrapping_ docsRalf Jung-26/+112
2019-08-05note about stack-allocated variables being allocated objectsRalf Jung-8/+16
2019-08-05improve align_offset docsRalf Jung-4/+8
2019-08-05Force callers of resolve_ast_path to deal with Res::Err correctlyMark Rousskov-10/+9
2019-08-05Get rid of one more useless `lift` invocationOliver Scherer-2/+1
2019-08-05Update to new passing-ui-test schemeOliver Scherer-2/+2
2019-08-05Prevent array length printing cycle with debug assertionsOliver Scherer-1/+6
2019-08-05Fixup: eval_usize needs param envOliver Scherer-1/+1
2019-08-05Address comment and formatting nitsOliver Scherer-3/+3
2019-08-05Clear the ParamEnv where its information is irrelevantOliver Scherer-35/+43
2019-08-05Fiddle param env through to `try_eval_bits` in most placesOliver Scherer-119/+230
2019-08-05Add regression testsOliver Scherer-0/+37
2019-08-05Don't abort on unevaluated constants without at least tryting to eval themOliver Scherer-64/+80
2019-08-05Clean up the `ty::Const::assert*` methodsOliver Scherer-50/+30
2019-08-05Auto merge of #61491 - stjepang:impls-for-accesserror, r=dtolnaybors-0/+5
2019-08-05Added another test.Alexander Regueiro-0/+12
2019-08-05Don't store &SpanMark Rousskov-6/+6