about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2020-01-20Rollup merge of #68335 - RalfJung:drop-in-place, r=Mark-SimulacrumDylan DPC-12/+2
2020-01-19Rollup merge of #68348 - xfix:patch-14, r=nagisaDylan DPC-0/+5
2020-01-18Rollup merge of #68342 - lcnr:type_name_docs, r=Dylan-DPCMazdak Farrokhzad-1/+5
2020-01-18slice_patterns: remove internal uses of gateMazdak Farrokhzad-2/+2
2020-01-18Make iter::Empty<T> implement Send and Sync for any TKonrad Borowski-0/+5
2020-01-18improve type_name_of_val docslcnr/Bastian Kauschke-1/+5
2020-01-18get rid of real_drop_in_place againRalf Jung-12/+2
2020-01-17Rollup merge of #66564 - foeb:66219-document-unsafe-sync-cell-str, r=AmanieuDylan DPC-35/+112
2020-01-16Add SAFETY comment for atomic examplePhoebe Bell-1/+3
2020-01-16Fix formatting: ./x.py fmtPhoebe Bell-15/+5
2020-01-16Move comments for tidyPhoebe Bell-5/+5
2020-01-16Elaborate on SAFETY commentsPhoebe Bell-77/+88
2020-01-16Apply suggestions from code reviewPhoebe Bell-1/+1
2020-01-16Fix typo "gurantees -> guarantees"Phoebe Bell-1/+1
2020-01-16Document unsafe blocks in core::{cell, str, sync}Phoebe Bell-17/+91
2020-01-17Auto merge of #66716 - derekdreery:debug_non_exhaustive, r=dtolnaybors-0/+142
2020-01-16Rust ./x.py fmtRichard Dodd-12/+14
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