about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-09-21rename is_async_fn to asyncnesscsmoe-21/+13
2019-09-19append asyncness info to functionscsmoe-7/+31
2019-09-19add is_async_fn querycsmoe-0/+19
2019-09-17Auto merge of #64562 - tmandry:rollup-kfk0nuo, r=tmandrybors-184/+242
2019-09-17Rollup merge of #64544 - RalfJung:build-manifest, r=pietroalbiniTyler Mandry-8/+23
2019-09-17Rollup merge of #64541 - RalfJung:miri-errors, r=oli-obkTyler Mandry-1/+14
2019-09-17Rollup merge of #64529 - taiki-e:docs-pin-as-mut, r=RalfJungTyler Mandry-0/+21
2019-09-17Rollup merge of #64505 - pickfire:patch-1, r=Mark-SimulacrumTyler Mandry-6/+6
2019-09-17Rollup merge of #64502 - RalfJung:miri-toolstate, r=pietroalbiniTyler Mandry-5/+14
2019-09-17Rollup merge of #64436 - llogiq:transmute-docs, r=RalfJungTyler Mandry-11/+17
2019-09-17Rollup merge of #64429 - afnanenayet:afnan/fix-failure-note-json-level, r=Mar...Tyler Mandry-9/+12
2019-09-17Rollup merge of #64394 - nnethercote:shrink-SubregionOrigin, r=Mark-SimulacrumTyler Mandry-14/+18
2019-09-17Rollup merge of #61626 - oli-obk:const_eval_intrinsics, r=eddybTyler Mandry-130/+117
2019-09-17Auto merge of #64525 - nikomatsakis:issue-64512-drop-order-tail-temp, r=david...bors-26/+161
2019-09-17improve Vec example soundness in mem::transmute docsAndre Bogus-11/+17
2019-09-17build-manifest: add some commentsRalf Jung-8/+23
2019-09-17Auto merge of #64517 - alexcrichton:less-assertions, r=pietroalbinibors-0/+15
2019-09-17Get rid of special const intrinsic query in favour of `const_eval`Oliver Scherer-130/+117
2019-09-17Update src/libcore/pin.rsTaiki Endo-1/+1
2019-09-17Add an example to Pin::as_mutTaiki Endo-0/+21
2019-09-17adjust larger comment to include the bodyNiko Matsakis-10/+10
2019-09-17use drop-temps { .. } pseudo-notationNiko Matsakis-1/+1
2019-09-17introduce `lower_block_expr` convenience function, and use itNiko Matsakis-14/+12
2019-09-17apply nits from centrilNiko Matsakis-7/+8
2019-09-17Revert "Rollup merge of #64451 - RalfJung:miri-manifest, r=pietroalbini"Pietro Albini-61/+9
2019-09-17document Miri error categoriesRalf Jung-1/+14
2019-09-16Fix failure note `to_str` implementationAfnan Enayet-9/+12
2019-09-17Rollup merge of #64531 - taiki-e:pin-self, r=CentrilMazdak Farrokhzad-9/+9
2019-09-17Rollup merge of #64530 - taiki-e:docs-pin-lifetimes, r=CentrilMazdak Farrokhzad-4/+4
2019-09-17Rollup merge of #64500 - nnethercote:ObligForest-fixups, r=nikomatsakisMazdak Farrokhzad-167/+148
2019-09-17Rollup merge of #64416 - mark-i-m:region-naming-ctx, r=estebankMazdak Farrokhzad-214/+316
2019-09-17Rollup merge of #64085 - estebank:hrtb-errors, r=oli-obkMazdak Farrokhzad-62/+148
2019-09-17Use shorthand syntax in the self parameter of methods of PinTaiki Endo-9/+9
2019-09-17Elide lifetimes in `Pin<&(mut) Self>`Taiki Endo-4/+4
2019-09-16Tweak unsatisfied HRTB errorsEsteban Küber-62/+148
2019-09-16Rollup merge of #64518 - spastorino:while-let-to-iterate-over-proj-slice, r=o...Mazdak Farrokhzad-16/+24
2019-09-16Rollup merge of #64509 - varkor:convert-identity-doc-fixes, r=CentrilMazdak Farrokhzad-8/+9
2019-09-16Rollup merge of #64485 - RalfJung:miri, r=alexcrichtonMazdak Farrokhzad-10/+11
2019-09-16Rollup merge of #64357 - rust-lang:adt-docs-fix, r=varkorMazdak Farrokhzad-1/+7
2019-09-16adjust desugaring for async fn to correct drop orderNiko Matsakis-13/+41
2019-09-16add regression test for issue-64391Niko Matsakis-0/+14
2019-09-16avoid duplicate issues for Miri build failuresRalf Jung-5/+14
2019-09-16add test for drop order of temporary in tail return expressionNiko Matsakis-0/+94
2019-09-16Use while let slice_pattern instead of carrying an index aroundSantiago Pastorino-16/+24
2019-09-16azure: Disable more LLVM/debug assertions inAlex Crichton-0/+15
2019-09-16update miri for latest breakageRalf Jung-8/+8
2019-09-16with byteorder 1.3, the i128 feature is a NOPRalf Jung-3/+2
2019-09-16update miriRalf Jung-7/+9
2019-09-16`AdtDef` is an algebraic data type, not abstract data type.Mazdak Farrokhzad-1/+7
2019-09-16Auto merge of #64510 - Centril:rollup-m03zsq8, r=Centrilbors-247/+476