about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2019-11-10Rollup merge of #66217 - RalfJung:diagnostic-items, r=CentrilYuki Okushi-0/+4
2019-11-09Fix typoChristopher Durham-1/+1
2019-11-09Fix Layout::pad_to_align type mismatchChristopher Durham-2/+3
2019-11-09Layout::pad_to_align is infallibleChristopher Durham-5/+7
2019-11-09add raw ptr variant of UnsafeCell::getRalf Jung-0/+30
2019-11-09partially port invalid_value lint to diagnostic itemsRalf Jung-0/+4
2019-11-09Auto merge of #66242 - Centril:rollup-h73ztr1, r=Centrilbors-0/+4
2019-11-09Auto merge of #65879 - ohadravid:stabilize-re-rebalance-coherence, r=nikomats...bors-15/+12
2019-11-08remove vestigial comments referring to defunct numeric trait hierarchyAlexander Nye-2/+0
2019-11-08add link to unstable book for asm! macroLzu Tao-0/+4
2019-11-08Rollup merge of #65580 - SimonSapin:maybeuninit-array, r=AmanieuYuki Okushi-0/+63
2019-11-07Implement Debug for MaybeUninitPeter Todd-0/+9
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