about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2020-01-01Reset Formatter flags on exit from pad_integralMark Rousskov-3/+21
2019-12-31Revert "core: add IntoFuture trait and support for await"Wesley Wiser-28/+0
2019-12-31Rollup merge of #67685 - lukaslueg:const_result, r=oli-obkMazdak Farrokhzad-3/+7
2019-12-31Constify ResultLukas Lueg-3/+7
2019-12-31Rollup merge of #67430 - tspiteri:minus-inf, r=Dylan-DPCDylan DPC-2/+2
2019-12-30Less-than is asymmetric, not antisymmetricJP Sugarbroad-2/+2
2019-12-30Rollup merge of #67715 - petertodd:2019-typo-manuallydrop, r=CentrilYuki Okushi-1/+1
2019-12-30Rollup merge of #67657 - jumbatm:cleanup-const-hack, r=oli-obkYuki Okushi-16/+20
2019-12-30Rollup merge of #67564 - Mark-Simulacrum:iter-adapter-panic, r=LukasKalbertodtYuki Okushi-0/+5
2019-12-29Typo fixPeter Todd-1/+1
2019-12-28Rollup merge of #67659 - SimonSapin:matches, r=rkruppeOliver Scherer-3/+1
2019-12-28Rollup merge of #67632 - kraai:remove-collapsed-reference-links, r=steveklabnikOliver Scherer-5/+5
2019-12-28Rollup merge of #67629 - kraai:remove-redundant-link-texts, r=steveklabnikOliver Scherer-3/+3
2019-12-28Rollup merge of #67602 - xfix:use-issue-none-instead-of-0-in-intrinsics, r=Ce...Oliver Scherer-6/+6
2019-12-28Rollup merge of #67588 - Kixunil:nonnull-slice-iter, r=rkruppeOliver Scherer-22/+25
2019-12-27core: add IntoFuture trait and support for awaitSean McArthur-0/+28
2019-12-27Clean up const-hack from #58044jumbatm-1/+6
2019-12-27Clean up const-hack from #61635jumbatm-1/+5
2019-12-27Clean up const-hack from #63786jumbatm-10/+6
2019-12-27Clean up const-hack from #63810jumbatm-4/+3
2019-12-27Stabilize the `matches!` macroSimon Sapin-3/+1
2019-12-26Use NonNull in slice::Iter and slice::IterMut.Martin Habovstiak-22/+25
2019-12-26Convert collapsed to shortcut reference linksMatthew Kraai-5/+5
2019-12-26Remove redundant link textsMatthew Kraai-3/+3
2019-12-25Use issue = "none" instead of "0" in intrinsicsKonrad Borowski-6/+6
2019-12-25Auto merge of #67596 - Mark-Simulacrum:tidy-silence-rustfmt, r=Centrilbors-414/+713
2019-12-24x.py fmt after previous deignoreMark Rousskov-414/+713
2019-12-24Auto merge of #67445 - llogiq:todo, r=dtolnaybors-20/+25
2019-12-24Differentiate todo! and unimplemented!Andre Bogus-20/+25
2019-12-24Show value for consts in the documentationOhad Ravid-1/+1
2019-12-23Minimize unsafety in encode_utf8Mark Rousskov-30/+30
2019-12-23docs: Iterator adapters have unspecified results after a panicMark Rousskov-0/+5
2019-12-23Rollup merge of #67559 - Mark-Simulacrum:drop-doc, r=RalfJungMazdak Farrokhzad-0/+6
2019-12-23Rollup merge of #67466 - oli-obk:const_intrinsic, r=CentrilMazdak Farrokhzad-0/+46
2019-12-23Fix typoOliver Scherer-1/+1
2019-12-23Document that calling Drop, even after it panics, is UBMark Rousskov-0/+6
2019-12-22Format the worldMark Rousskov-2460/+3109
2019-12-22Rollup merge of #67519 - Mark-Simulacrum:any-unsafe, r=CentrilMazdak Farrokhzad-0/+10
2019-12-22Rollup merge of #67506 - qnighy:remove-iter-private, r=Dylan-DPCMazdak Farrokhzad-17/+0
2019-12-22no longer promote non-pattern const functionsRalf Jung-3/+0
2019-12-22Document why Any is not an unsafe traitMark Rousskov-0/+10
2019-12-22Rename Result::unwrap_infallible to into_okMikhail Zabaluev-5/+5
2019-12-22libcore: test Result::unwrap_infallibleMikhail Zabaluev-0/+24
2019-12-22Add Result::unwrap_infallibleMikhail Zabaluev-0/+38
2019-12-22Rollup merge of #67480 - rossmacarthur:fix-41260-avoid-issue-0-part-2, r=CentrilMazdak Farrokhzad-87/+87
2019-12-21Rollup merge of #67490 - Mark-Simulacrum:i-67371, r=Dylan-DPCMazdak Farrokhzad-0/+5
2019-12-21Rollup merge of #67420 - lzutao:_val, r=CentrilMazdak Farrokhzad-2/+1
2019-12-21use _val to ignore parameter of any::type_name_of_valLzu Tao-2/+1
2019-12-21Document privacy of RangeInclusive fieldsMark Rousskov-0/+5
2019-12-21Rollup merge of #67478 - brunobell:master, r=CentrilMazdak Farrokhzad-1/+1