summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2022-03-14remove feature gate in control_flow examplesMarcel Hellwig-2/+0
2022-02-18Rollup merge of #93613 - crlf0710:rename_to_async_iter, r=yaahcMatthias Krüger-77/+76
2022-02-17Rollup merge of #94041 - a-lafrance:try-collect, r=scottmcmMatthias Krüger-0/+82
2022-02-17Rollup merge of #89869 - kpreid:from-doc, r=yaahcMatthias Krüger-1/+20
2022-02-17Auto merge of #94040 - Mark-Simulacrum:destabilize-load-store, r=Amanieubors-1/+1
2022-02-16Add a `try_collect()` helper method to `Iterator`Arthur Lafrance-0/+82
2022-02-16Rollup merge of #93962 - joboet:branchless_slice_ord, r=Mark-SimulacrumMatthias Krüger-12/+11
2022-02-16Destabilize cfg(target_has_atomic_load_store = ...)Mark Rousskov-1/+1
2022-02-14Make [u8]::cmp implementation branchlessjoboet-12/+11
2022-02-14Add a comment to justify why the `pointer` field is `pub`.Daniel Henry-Mantilla-0/+5
2022-02-14Replace `def_site`-&-privacy implementation with a stability-based one.Daniel Henry-Mantilla-5/+6
2022-02-14Improve documentation.Daniel Henry-Mantilla-6/+5
2022-02-14Add a stack-`pin!`-ning macro to the `pin` module.Daniel Henry-Mantilla-0/+242
2022-02-13Rollup merge of #93930 - name1e5s:chore/docs, r=Mark-SimulacrumMatthias Krüger-2/+2
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-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-03Add missing const stability attributesJacob Pratt-0/+5