about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2020-01-11Constify alloc::LayoutLukas Lueg-4/+9
2020-01-11Rollup merge of #68114 - ecstatic-morse:fix-feature-gating, r=CentrilMazdak Farrokhzad-2/+0
2020-01-11Update test after renaming Result::as_derefLzu Tao-58/+27
2020-01-11Rename Result::as_deref_ok to as_derefLzu Tao-25/+2
2020-01-10Remove unnecessary `const_fn` feature gatesDylan MacKenzie-2/+0
2020-01-11Rollup merge of #66045 - mzabaluev:unwrap-infallible, r=dtolnayYuki Okushi-0/+62
2020-01-10Rollup merge of #68054 - tspiteri:null-unchecked-as_mut, r=cramertjYuki Okushi-0/+14
2020-01-10Rollup merge of #67935 - Thomasdezeeuw:issue_67669, r=withoutboatsYuki Okushi-0/+2
2020-01-09Mark Layout::new as const stableCAD97-0/+1
2020-01-09Make Layout::new constChristopher Durham-3/+2
2020-01-09stabalize ManuallyDrop::takeCAD97-7/+8
2020-01-09doc: add Null-unchecked version section to mut pointer as_mut methodTrevor Spiteri-0/+14
2020-01-09Rollup merge of #67966 - popzxc:core-std-matches, r=CentrilMazdak Farrokhzad-84/+21
2020-01-09Rollup merge of #67884 - anp:allow-unused-const-attr, r=oli-obkMazdak Farrokhzad-0/+3
2020-01-09Rollup merge of #67887 - anp:tracked-std-panics, r=nagisaYuki Okushi-0/+11
2020-01-09Rollup merge of #67798 - matklad:spin-thouse-docs, r=AmanieuYuki Okushi-10/+4
2020-01-08Use matches macro in libcore and libstdIgor Aleksanov-84/+21
2020-01-06Relax the Sized bounds on Pin::map_unchecked(_mut)Thomas de Zeeuw-0/+2
2020-01-06Rollup merge of #67915 - lzutao:Self, r=CentrilDylan DPC-30/+30
2020-01-06Use Self instead of $typeLzu Tao-30/+30
2020-01-06macros: typo fixLucas Pardue-1/+1
2020-01-05Add more nuanced advice about spin_loop_hintAleksey Kladov-2/+4
2020-01-04Result's panics have `#[track_caller]`.Adam Perry-0/+5
2020-01-04Option's panics are all #[track_caller].Adam Perry-0/+6
2020-01-04Fix incremental builds of core by allowing unused attribute.Adam Perry-0/+3
2020-01-05Re-add comment about behaviour of inline.jumbatm-0/+3
2020-01-04Rollup merge of #67137 - anp:tracked-panic-internals, r=eddybDylan DPC-11/+6
2020-01-04core and std macros and panic internals use panic::Location::caller.Adam Perry-11/+6
2020-01-04Rollup merge of #67845 - jumbatm:also-unconst-hack-abs, r=oli-obkMazdak Farrokhzad-18/+6
2020-01-04Rollup merge of #67531 - RalfJung:tame-promotion, r=nikomatsakisMazdak Farrokhzad-3/+0
2020-01-04Also remove const-hack for absjumbatm-18/+6
2020-01-03Auto merge of #67828 - JohnTitor:rollup-qmswkkl, r=JohnTitorbors-3/+3
2020-01-03Rollup merge of #67825 - petertodd:2020-mem-take-grammar, r=steveklabnikYuki Okushi-1/+1
2020-01-03Rollup merge of #67736 - taralx:patch-1, r=sfacklerYuki Okushi-2/+2
2020-01-03Auto merge of #67768 - wesleywiser:dnm_test_perf_65244, r=Mark-Simulacrumbors-28/+0
2020-01-03Minor: change take() docs grammar to match other docsPeter Todd-1/+1
2020-01-02Remove wrong advice about spin locks from `spin_loop_hint` docsAleksey Kladov-10/+2
2020-01-02Add Iterator::try_findMOZGIII-0/+79
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