about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2020-01-16Rollup merge of #68096 - varkor:diagnostic-cleanup, r=CentrilDylan DPC-1/+1
2020-01-15Fix incorrect slice->ptr conversion in slice_from_raw_parts docsCAD97-1/+1
2020-01-15Rollup merge of #68232 - Mark-Simulacrum:unicode-tables, r=joshtriplettDylan DPC-3194/+2402
2020-01-15Mark leading_trailing_ones with tracking issue 57969Thom Chiovoloni-4/+4
2020-01-15Rollup merge of #67784 - Mark-Simulacrum:residual-pad-integral, r=dtolnayYuki Okushi-3/+21
2020-01-14Stabilize ptr::slice_from_raw_parts[_mut]CAD97-7/+5
2020-01-14Replace old tables with new unicode dataMark Rousskov-3189/+2353
2020-01-14Add support code for new unicode_data moduleMark Rousskov-5/+49
2020-01-14Implement `finish_non_exhaustive` for `DebugStruct`.Richard Dodd-0/+140
2020-01-12Tests for leading_trailing_onesThom Chiovoloni-0/+55
2020-01-12Add {leading,trailing}_ones to primitive int typesThom Chiovoloni-0/+83
2020-01-12Diagnostics should not end with a full stopvarkor-1/+1
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