about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2019-11-02Auto merge of #63810 - oli-obk:const_offset_from, r=RalfJung,nikicbors-1/+21
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-10-31Stabilize float_to_from_bytes featureLzu Tao-24/+12
2019-10-30work around aggressive syntax feature gatingRalf Jung-0/+12
2019-10-30doc: reword iter module example and mention other methodsLzu Tao-21/+14
2019-10-30Make ItemContext available for better diagnositcs.Giles Cope-2/+15
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
2019-10-23Add tracking issue for the `matches!` macroSimon Sapin-1/+1
2019-10-23Move the `matches!` macro to the preludeSimon Sapin-15/+26
2019-10-23Add `core::macros::matches!( $expr, $pat ) -> bool`Simon Sapin-2/+15
2019-10-22Apply clippy::single_match suggestionMateusz Mikuła-3/+2
2019-10-22Apply clippy::redundant_pattern_matching suggestionMateusz Mikuła-1/+1
2019-10-22Apply clippy::useless_let_if_seq suggestionMateusz Mikuła-5/+4
2019-10-21Rollup merge of #65092 - tspiteri:const-is-pow2, r=oli-obkMazdak Farrokhzad-2/+2
2019-10-21improve readability of is_power_of_twoTrevor Spiteri-1/+1
2019-10-21Rollup merge of #65638 - dsincl12:master, r=CentrilMazdak Farrokhzad-2/+2
2019-10-21Rollup merge of #65633 - Rantanen:doc-example-paths, r=CentrilMazdak Farrokhzad-4/+4
2019-10-20Rename the default argument 'def' to 'default'David Sinclair-2/+2
2019-10-20Remove leading :: from paths in doc examplesMikko Rantanen-4/+4
2019-10-20Rollup merge of #65600 - integer32llc:bye-bye-ref, r=CentrilMazdak Farrokhzad-2/+2
2019-10-20Rollup merge of #64996 - lzutao:inline-ptr-null, r=oli-obkMazdak Farrokhzad-2/+2
2019-10-19Remove unneeded `ref` from docsCarol (Nichols || Goulding)-2/+2
2019-10-19Stabilize `Option::flatten`Ethan Brierley-3/+1
2019-10-18Rollup merge of #65549 - t-rapp:tr-wrapping-rotate-docs, r=jonas-schievinkTyler Mandry-2/+2
2019-10-18Rollup merge of #65496 - tspiteri:euc-div-panic, r=KodrAusTyler Mandry-2/+10
2019-10-18Rollup merge of #65016 - lzutao:inline-mem-constfn, r=oli-obkTyler Mandry-2/+2
2019-10-18Fix left/right shift typo in wrapping rotate docsTobias Rapp-2/+2