about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2019-11-05expand slice from_raw_part docsRalf Jung-18/+46
2019-11-05Rollup merge of #66038 - jdxcode:char-len, r=alexcrichtonPietro Albini-2/+2
2019-11-05Rollup merge of #66019 - olegnn:fixed_std_iter_chain_docs, r=Mark-SimulacrumPietro Albini-1/+1
2019-11-05Rollup merge of #65962 - kevincox:patch-1, r=sfacklerPietro Albini-5/+5
2019-11-05link from raw slice creation methods to safety requirementsRalf Jung-5/+14
2019-11-04Improve wording in the documentation of `Iterator::count()`.Artur Kovacs-4/+4
2019-11-04Fixed trailing whitespace.Artur Kovacs-1/+1
2019-11-04Minor style improvementsDaniel Henry-Mantilla-13/+7
2019-11-04Fix documentation for `Iterator::count()`.Artur Kovacs-2/+3
2019-11-04more robust method checking through DefId and diagnostic_itemRalf Jung-0/+1
2019-11-02Auto merge of #63810 - oli-obk:const_offset_from, r=RalfJung,nikicbors-1/+21
2019-11-02Rename SuperiorThanZero -> GreaterThanZeroKevin Cox-4/+4
2019-11-01doc(str): show example of chars().count() under len()Jeff Dickey-2/+2
2019-11-01Rollup merge of #66002 - lzutao:stablilize-float_to_from_bytes, r=SimonSapinTyler Mandry-24/+12
2019-11-01Rollup merge of #65960 - lzutao:doc-iter-example, r=CentrilTyler Mandry-21/+14
2019-11-01Rollup merge of #65902 - gilescope:issue62570, r=estebankTyler Mandry-2/+15
2019-11-01Fixed std::iter::Chain documentationOleg Nosov-1/+1
2019-10-31Stabilize float_to_from_bytes featureLzu Tao-24/+12
2019-10-31Strengthen documentation discouraging implementing `Into` over `From`Ohad Ravid-9/+7
2019-10-31Change `Into` docs to refer only to older versions of rustOhad Ravid-6/+5
2019-10-30work around aggressive syntax feature gatingRalf Jung-0/+12
2019-10-30caller_location: use in core::panic!.Eduard-Mihai Burtescu-17/+15
2019-10-30doc: reword iter module example and mention other methodsLzu Tao-21/+14
2019-10-30Added a panic-on-uninhabited guard on get_ref and get_mutDaniel Henry-Mantilla-0/+2
2019-10-30Fix doctestsDaniel Henry-Mantilla-7/+19
2019-10-30Fix logic in example.Kevin Cox-1/+1
2019-10-30Make ItemContext available for better diagnositcs.Giles Cope-2/+15
2019-10-29Improved MaybeUninit::get_{ref,mut} documentationDaniel Henry-Mantilla-8/+151
2019-10-29doc: use new feature gate for c_void typeLzu Tao-1/+6
2019-10-28Rollup merge of #65877 - lzutao:iter-chain-once, r=CentrilMazdak Farrokhzad-3/+18
2019-10-28Rollup merge of #65664 - anp:panic-location, r=eddybMazdak Farrokhzad-11/+109
2019-10-28Rollup merge of #64747 - ethanboxx:master, r=CentrilMazdak Farrokhzad-3/+1
2019-10-28doc: introduce `once` in `iter::chain` documentLzu Tao-3/+18
2019-10-27Panicking infra uses &core::panic::Location.Adam Perry-11/+104
2019-10-27Implement core::intrinsics::caller_location.Adam Perry-0/+5
2019-10-27Auto merge of #65519 - pnkfelix:issue-63438-trait-based-structural-match, r=m...bors-2/+89
2019-10-26Rollup merge of #65806 - fusion-engineering-forks:slice-ptr-range, r=CentrilYuki Okushi-1/+81
2019-10-26Rollup merge of #65799 - LukasKalbertodt:fill-array-value-iter-tracking-issue...Yuki Okushi-11/+11
2019-10-25Fix slice::as_ptr_range doctest.Mara Bos-7/+10
2019-10-25Add {String,Vec}::into_raw_partsJake Goulding-0/+1
2019-10-25Explain why pointer::add in slice::as_ptr_range is safe.Mara Bos-0/+18
2019-10-25Migrate from `#[structural_match]` attribute a lang-item trait.Felix S. Klock II-2/+89
2019-10-25Add slice_ptr_range tracking issue number.Mara Bos-2/+2
2019-10-25Add [T]::as_ptr_range() and [T]::as_mut_ptr_range().Mara Bos-1/+60
2019-10-25Fill tracking issue number for `array_value_iter` and fix Rust versionLukas Kalbertodt-11/+11
2019-10-25RFC 2008: StabilizationDavid Wood-1/+1
2019-10-24Add unit tests for `array::IntoIter`Lukas Kalbertodt-1/+207
2019-10-24Add `array::IntoIter` as a consuming/by-value array iteratorLukas Kalbertodt-0/+273
2019-10-23Rollup merge of #65479 - SimonSapin:matches, r=alexcrichtonMazdak Farrokhzad-0/+27
2019-10-23Document guard expressions in `matches!`Simon Sapin-1/+4