about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2019-11-07Rollup merge of #63793 - oli-obk:🧹, r=dtolnayMazdak Farrokhzad-12/+133
2019-11-07MaybeUninit::uninit_array docs: better exampleSimon Sapin-14/+20
2019-11-07Apply docs suggestions from reviewSimon Sapin-4/+4
2019-11-07Add `MaybeUninit` methods `uninit_array`, `slice_get_ref`, `slice_get_mut`Simon Sapin-0/+57
2019-11-07Rollup merge of #66017 - LukasKalbertodt:array-into-iter-lint, r=matthewjasperMazdak Farrokhzad-0/+1
2019-11-07Rollup merge of #66117 - olegnn:fixed_linked_list_marker, r=RalfJungYuki Okushi-2/+7
2019-11-07Rollup merge of #66111 - RalfJung:from_raw_parts, r=CentrilYuki Okushi-23/+60
2019-11-07Rollup merge of #66044 - RalfJung:uninit-lint, r=oli-obkYuki Okushi-0/+1
2019-11-07Rollup merge of #65794 - Centril:unimpl-internal, r=varkorYuki Okushi-1/+1
2019-11-06Add future incompatibility lint for `array.into_iter()`Lukas Kalbertodt-0/+1
2019-11-06The unsafety in `iter.rs` is already documented wonderfullyOliver Scherer-5/+8
2019-11-06Silence a deprecation warningOliver Scherer-0/+1
2019-11-06Halloween... time to get rid of 👻Oliver Scherer-15/+19
2019-11-06Have tidy ensure that we document all `unsafe` blocks in libcoreOliver Scherer-5/+118
2019-11-06gate rustc_on_unimplemented under rustc_attrsMazdak Farrokhzad-1/+1
2019-11-06Rollup merge of #65973 - eddyb:caller-location-panic, r=petrochenkovMazdak Farrokhzad-17/+15
2019-11-06Fixed libcore/cell.rs exampleOleg Nosov-1/+4
2019-11-05Apply suggestions from code reviewRalf Jung-2/+2
2019-11-05Reverted PhantomData in LinkedList, fixed PhantomData markers in Rc and ArcOleg Nosov-1/+3
2019-11-05Rollup merge of #65948 - danielhenrymantilla:doc/maybe_uninit_ref_mut, r=Ralf...Pietro Albini-8/+159
2019-11-05fix link to ptr docsRalf Jung-2/+2
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