about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2019-11-27Elaborate on std::ptr::{as_ref,as_mod} and clarify docsCreepySkeleton-14/+24
2019-11-27Update mod.rsDylan DPC-1/+1
2019-11-26Format libcore with rustfmtDavid Tolnay-1294/+1800
2019-11-26Fix spelling typosBrian Wignall-2/+2
2019-11-26Fixes small typo in array docs r? @steveklabnikMark Lodato-1/+1
2019-11-26Add tracking issue number.Mara Bos-2/+2
2019-11-26Add core::{f32,f64}::consts::TAU.Mara Bos-0/+12
2019-11-26follow the same function order in the traitGuanqun Lu-6/+6
2019-11-26Fixed formatting issuesSOFe-2/+4
2019-11-26Stabilize the `core::panic` moduleSimon Sapin-3/+1
2019-11-26Fix the tracking issue number for `PanicInfo::message`Simon Sapin-1/+1
2019-11-26Improved comments to clarify sasumptions in str::strip_prefixSOFe-5/+7
2019-11-26abort on BoxMeUp misuseRalf Jung-0/+8
2019-11-26Fix unstable attribute accidentally applying to the entire implSimon Sapin-4/+8
2019-11-25more panicking commentsRalf Jung-4/+5
2019-11-25Clarify Layout::pad_to_align safety commentChristopher Durham-1/+1
2019-11-25Remove unsafe in Layout::pad_to_alignChristopher Durham-3/+1
2019-11-25added enclosing_scope attr to Try trait and fixed ui tests accordinglyMikhail Babenko-3/+4
2019-11-25Rollup merge of #66694 - RalfJung:panic-comments, r=Dylan-DPCPietro Albini-4/+3
2019-11-25Add str::strip_prefix and str::strip_suffixSOFe-1/+68
2019-11-25better comment and rename BoxMeUp::box_me_up to take_boxRalf Jung-1/+3
2019-11-24make comment compileRalf Jung-2/+1
2019-11-24panicking commentsRalf Jung-3/+3
2019-11-24Auto merge of #66322 - lzutao:consistent-result-map_or_else, r=dtolnaybors-4/+6
2019-11-24Rollup merge of #66659 - Centril:fix-bench, r=Mark-SimulacrumMazdak Farrokhzad-2/+2
2019-11-24Rollup merge of #66411 - RalfJung:forget, r=sfacklerMazdak Farrokhzad-3/+33
2019-11-23Add as_mut_ptr method to atomic types.Paul Dicker-0/+62
2019-11-23make `./x.py bench` againMazdak Farrokhzad-2/+2
2019-11-23Rollup merge of #66583 - Phlosioneer:patch-2, r=Dylan-DPCMazdak Farrokhzad-2/+6
2019-11-23Rollup merge of #65961 - lcnr:typename_of, r=Dylan-DPCMazdak Farrokhzad-1/+40
2019-11-22Rollup merge of #66619 - guanqun:use-third-person-singular-verb, r=CentrilMazdak Farrokhzad-2/+2
2019-11-22Rollup merge of #66566 - robamler:issue-66476, r=rkruppeMazdak Farrokhzad-14/+18
2019-11-22follow the convention in this file to use third-person singular verbsGuanqun Lu-2/+2
2019-11-21Document pitfall with `impl PartialEq<B> for A`Robert Bamler-14/+18
2019-11-21Redefine `core::convert::Infallible` as `!`.Mazdak Farrokhzad-99/+8
2019-11-21Stabilize the `never_type`, written `!`.Mazdak Farrokhzad-10/+10
2019-11-20Clarify Step DocumentationPhlosioneer-2/+6
2019-11-19add fn any::type_name_of_vallcnr/Bastian Kauschke-1/+40
2019-11-18Use `drop_in_place` in `array::IntoIter::drop`Simon Sapin-4/+18
2019-11-18Auto merge of #65456 - estebank:trait-bound-borrow, r=matthewjasperbors-4/+0
2019-11-17Rollup merge of #66477 - ALSchwalm:clarify-transmute-copy, r=CentrilYuki Okushi-5/+5
2019-11-16Suggest borrowing when it would satisfy an unmet trait boundEsteban Küber-4/+0
2019-11-16Clarify transmute_copy documentation exampleAdam Schwalm-5/+5
2019-11-14mem::forget docs: mention ManuallyDropRalf Jung-3/+33
2019-11-14Centralize panic macro documentationChris Gregory-3/+48
2019-11-13Rollup merge of #66292 - lzutao:result-map_or, r=SimonSapinYuki Okushi-0/+22
2019-11-13Rollup merge of #66248 - RalfJung:unsafe_cell_raw_get, r=SimonSapinYuki Okushi-1/+38
2019-11-13Rollup merge of #66094 - ArturKovacs:fix-count-doc, r=Dylan-DPCYuki Okushi-3/+4
2019-11-13make things uglyRalf Jung-3/+3
2019-11-13expand docsRalf Jung-2/+7