about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2022-02-13Rollup merge of #93886 - clarfonthey:stable_ascii_escape, r=Mark-SimulacrumMatthias Krüger-14/+12
2022-02-13Rollup merge of #93851 - cyqsimon:option-examples, r=scottmcmMatthias Krüger-13/+37
2022-02-13Guard against unwinding in cleanup codeGary Guo-2/+1
2022-02-12Stabilise inherent_ascii_escape (FCP in #77174)ltdk-12/+10
2022-02-12Fix signature of u8::escape_asciiltdk-2/+2
2022-02-12Improve error messages even moreDeadbeef-0/+1
2022-02-12Add note on Windows path behaviourcyqsimon-0/+1
2022-02-12add link to format_args! when being mentioned in docyuhaixin.hx-2/+2
2022-02-12`Option::and_then` basic example: show failurecyqsimon-3/+6
2022-02-12`Result::and_then`: show type conversioncyqsimon-6/+5
2022-02-12`Result::and_then`: improve basic examplecyqsimon-4/+6
2022-02-11Add negative example for `Result::and_then`cyqsimon-2/+6
2022-02-10Rollup merge of #93824 - Amanieu:stable_cfg_target_has_atomic, r=davidtwcoMatthias Krüger-1/+2
2022-02-10More practical examples for `Result::and_then`cyqsimon-7/+13
2022-02-10Use 0-based idx for array contentcyqsimon-2/+2
2022-02-10More practical examples for `Option::and_then`cyqsimon-6/+15
2022-02-09Stabilize cfg_target_has_atomicAmanieu d'Antras-1/+2
2022-02-09Suggest collecting into `Vec<_>` when collecting into `[_]`Michael Goulet-0/+26
2022-02-09Rollup merge of #93735 - m-ou-se:stabilize-int-abs-diff, r=joshtriplettYuki Okushi-4/+4
2022-02-08Auto merge of #93572 - scottmcm:generic-iter-process, r=yaahcbors-48/+54
2022-02-08Rollup merge of #86497 - clarfonthey:nearest_char_boundary, r=scottmcmMatthias Krüger-23/+83
2022-02-07Change `ResultShunt` to be generic over `Try`Scott McMurray-48/+54
2022-02-07Add {floor,ceil}_char_boundary methods to strltdk-23/+83
2022-02-07Rollup merge of #93208 - kellerkindt:wrapping_int_assign_impl, r=m-ou-seMara Bos-0/+80
2022-02-07Mark int_abs_diff as const stable.Mara Bos-0/+2
2022-02-07Stabilize int_abs_diff in 1.60.0.Mara Bos-4/+2
2022-02-07Stabilize wrapping_int_assign_impl in 1.60.0.Mara Bos-8/+8
2022-02-07Auto merge of #93179 - Urgau:unreachable-2021, r=m-ou-se,oli-obkbors-1/+58
2022-02-06Auto merge of #93695 - matthiaskrgr:rollup-zslgooo, r=matthiaskrgrbors-0/+9
2022-02-06Rollup merge of #93489 - Amanieu:panic_no_unwind, r=nagisaMatthias Krüger-0/+4
2022-02-06Rollup merge of #90998 - jhpratt:require-const-stability, r=oli-obkMatthias Krüger-0/+5
2022-02-06Auto merge of #90414 - thomcc:count-chars-faster, r=nagisabors-3/+139
2022-02-05Fix comment grammar for `do_count_chars`Thom Chiovoloni-1/+1
2022-02-05Respond to review feedback, and improve implementation somewhatThom Chiovoloni-20/+40
2022-02-05Optimize `core::str::Chars::count`Thom Chiovoloni-3/+119
2022-02-04doc: use U+2212 for minus sign in integer MIN/MAX textTrevor Spiteri-3/+3
2022-02-04Stabilize pin_static_ref.Mara Bos-2/+2
2022-02-03Add missing const stability attributesJacob Pratt-0/+5
2022-02-03Move `{core,std}::stream::Stream` to `{core,std}::async_iter::AsyncIterator`.Charles Lew-77/+76
2022-02-02Rollup merge of #93493 - GKFX:char-docs-2, r=scottmcmMatthias Krüger-5/+54
2022-02-01Fix annotation of code blocksGeorge Bateman-2/+3
2022-02-01Rollup merge of #91828 - oxalica:feat/waker-getters, r=dtolnayMatthias Krüger-0/+24
2022-02-01Auto merge of #86988 - thomcc:chunky-splitz-says-no-checking, r=the8472bors-7/+35
2022-01-31(#93493) Add items from code reviewGeorge Bateman-15/+35
2022-01-31Take in account the unreachable! macro in the non_fmt_panic lintLoïc BRANSTETT-1/+1
2022-01-31Fix invalid special casing of the unreachable! macroLoïc BRANSTETT-0/+57
2022-01-31Auto merge of #93498 - matthiaskrgr:rollup-k5shwrc, r=matthiaskrgrbors-15/+50
2022-01-31Rollup merge of #93485 - est31:remove_curly, r=joshtriplettMatthias Krüger-3/+3
2022-01-31Rollup merge of #93480 - est31:remove_unstable_deprecated, r=Mark-SimulacrumMatthias Krüger-44/+0
2022-01-31Rollup merge of #93403 - nagisa:total-cmp-review, r=joshtriplettMatthias Krüger-38/+54