about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2021-10-04Rollup merge of #89400 - Nitepone:nitepone/map-or-else-docfix, r=dtolnayJubilee-4/+4
2021-10-04Rollup merge of #87091 - the8472:more-advance-by-impls, r=joshtriplettJubilee-3/+293
2021-10-04Optimize `saturating_add_signed`Benoît du Garreau-3/+6
2021-10-04Auto merge of #88834 - the8472:char-count, r=joshtriplettbors-7/+5
2021-10-04Stabilize `const_panic`Jacob Pratt-1/+1
2021-10-03Rollup merge of #88353 - jhpratt:stabilize-array-as-ref, r=joshtriplettManish Goregaokar-3/+3
2021-10-03Rollup merge of #87910 - iago-lito:mark_unsafe_nonzero_arithmetics_as_const, ...Manish Goregaokar-2/+2
2021-10-03Rollup merge of #86828 - lambinoo:67441-const-fn-copied-take-replace, r=josht...Manish Goregaokar-7/+17
2021-10-03Fix Lower/UpperExp formatting for integers and precision zeroFabian Wolff-2/+1
2021-10-03Revert suggested use of `unwrap_or`Benoît du Garreau-2/+10
2021-10-03Apply suggestionsAlphyr-12/+6
2021-10-03Added tracking issue numbers for int_abs_diff.Orson Peters-2/+2
2021-10-03Auto merge of #87870 - WaffleLapkin:pub_split_at_unchecked, r=dtolnaybors-4/+4
2021-10-03Auto merge of #89459 - tspiteri:idiv-overflow-bitand, r=kennytmbors-8/+16
2021-10-03Practice diagnostic message conventionHirochika Matsumoto-2/+2
2021-10-02Make diangostic item names consistentCameron Steffen-11/+11
2021-10-02Use bitand when checking for signed integer division overflowTrevor Spiteri-8/+16
2021-10-02Revert "Auto merge of #86853 - usbalbin:const_try, r=oli-obk"Albin Hedman-16/+7
2021-10-01fix: edit description of "prefix-free"pierwill-2/+4
2021-10-01docs: `std::hash::Hash` should ensure prefix-free datapierwill-0/+10
2021-10-01Add methods to add/sub `uX` to/from `iX`Benoît du Garreau-13/+203
2021-10-01Fix doc testBenoît du Garreau-1/+1
2021-10-01Apply suggestion for `overflowing_add_signed`Alphyr-5/+2
2021-10-01Add functions to add unsigned and signed integersBenoît du Garreau-9/+110
2021-10-01Auto merge of #89403 - camsteffen:fmt-unsafe-private, r=Mark-Simulacrumbors-3/+4
2021-09-30Rollup merge of #89303 - guswynn:std_suspend, r=dtolnayManish Goregaokar-0/+11
2021-09-30Fix standard library for min_specialization changesMatthew Jasper-67/+58
2021-09-30fix issues pointed out in reviewThe8472-8/+30
2021-09-30from review: code stylethe8472-3/+3
2021-09-30implement advance_(back_)_by on more iteratorsThe8472-3/+271
2021-09-30Add private arg to fmt::UnsafeArgCameron Steffen-3/+4
2021-09-30Improve wording of `map_or_else` docsTyler Hart-4/+4
2021-09-30Remove an unnecessary use of unwrap_uncheckedFrank Steffahn-4/+7
2021-09-30Improve previous commitFrank Steffahn-6/+5
2021-09-30Use reference instead of raw pointerCaio-7/+7
2021-09-30Add 'core::array::from_fn' and 'core::array::try_from_fn'Caio-7/+91
2021-09-30Auto merge of #86853 - usbalbin:const_try, r=oli-obkbors-7/+16
2021-09-29Rollup merge of #89335 - mbrubeck:range-is-sorted, r=cuviperEric Huss-0/+10
2021-09-29Rollup merge of #88412 - mdsn:slice-sort-safety, r=dtolnayEric Huss-2/+23
2021-09-28ref/refmutGus Wynn-0/+11
2021-09-28Optimize is_sorted for Range and RangeInclusiveMatt Brubeck-0/+10
2021-09-26Auto merge of #89144 - sexxi-goose:insig_stdlib, r=nikomatsakisbors-0/+1
2021-09-25Rollup merge of #89216 - r00ster91:bigo, r=dtolnayManish Goregaokar-1/+2
2021-09-25Auto merge of #88343 - steffahn:fix_code_spacing, r=jyn514bors-44/+51
2021-09-25Apply 16 commits (squashed)Frank Steffahn-44/+51
2021-09-24Auto merge of #88999 - Migi:master, r=oli-obkbors-30/+78
2021-09-24consistent big O notationr00ster91-1/+2
2021-09-23Rollup merge of #89184 - joshtriplett:master, r=estebankJubilee-26/+26
2021-09-23Auto merge of #89139 - camsteffen:write-perf, r=Mark-Simulacrumbors-13/+45
2021-09-22Temporarily rename int_roundings functions to avoid conflictsJosh Triplett-26/+26