| Age | Commit message (Expand) | Author | Lines |
| 2022-03-14 | remove feature gate in control_flow examples | Marcel Hellwig | -2/+0 |
| 2022-02-18 | Rollup merge of #93613 - crlf0710:rename_to_async_iter, r=yaahc | Matthias Krüger | -77/+76 |
| 2022-02-17 | Rollup merge of #94041 - a-lafrance:try-collect, r=scottmcm | Matthias Krüger | -0/+82 |
| 2022-02-17 | Rollup merge of #89869 - kpreid:from-doc, r=yaahc | Matthias Krüger | -1/+20 |
| 2022-02-17 | Auto merge of #94040 - Mark-Simulacrum:destabilize-load-store, r=Amanieu | bors | -1/+1 |
| 2022-02-16 | Add a `try_collect()` helper method to `Iterator` | Arthur Lafrance | -0/+82 |
| 2022-02-16 | Rollup merge of #93962 - joboet:branchless_slice_ord, r=Mark-Simulacrum | Matthias Krüger | -12/+11 |
| 2022-02-16 | Destabilize cfg(target_has_atomic_load_store = ...) | Mark Rousskov | -1/+1 |
| 2022-02-14 | Make [u8]::cmp implementation branchless | joboet | -12/+11 |
| 2022-02-14 | Add a comment to justify why the `pointer` field is `pub`. | Daniel Henry-Mantilla | -0/+5 |
| 2022-02-14 | Replace `def_site`-&-privacy implementation with a stability-based one. | Daniel Henry-Mantilla | -5/+6 |
| 2022-02-14 | Improve documentation. | Daniel Henry-Mantilla | -6/+5 |
| 2022-02-14 | Add a stack-`pin!`-ning macro to the `pin` module. | Daniel Henry-Mantilla | -0/+242 |
| 2022-02-13 | Rollup merge of #93930 - name1e5s:chore/docs, r=Mark-Simulacrum | Matthias Krüger | -2/+2 |
| 2022-02-13 | Rollup merge of #93886 - clarfonthey:stable_ascii_escape, r=Mark-Simulacrum | Matthias Krüger | -14/+12 |
| 2022-02-13 | Rollup merge of #93851 - cyqsimon:option-examples, r=scottmcm | Matthias Krüger | -13/+37 |
| 2022-02-12 | Stabilise inherent_ascii_escape (FCP in #77174) | ltdk | -12/+10 |
| 2022-02-12 | Fix signature of u8::escape_ascii | ltdk | -2/+2 |
| 2022-02-12 | Improve error messages even more | Deadbeef | -0/+1 |
| 2022-02-12 | Add note on Windows path behaviour | cyqsimon | -0/+1 |
| 2022-02-12 | add link to format_args! when being mentioned in doc | yuhaixin.hx | -2/+2 |
| 2022-02-12 | `Option::and_then` basic example: show failure | cyqsimon | -3/+6 |
| 2022-02-12 | `Result::and_then`: show type conversion | cyqsimon | -6/+5 |
| 2022-02-12 | `Result::and_then`: improve basic example | cyqsimon | -4/+6 |
| 2022-02-11 | Add negative example for `Result::and_then` | cyqsimon | -2/+6 |
| 2022-02-10 | Rollup merge of #93824 - Amanieu:stable_cfg_target_has_atomic, r=davidtwco | Matthias Krüger | -1/+2 |
| 2022-02-10 | More practical examples for `Result::and_then` | cyqsimon | -7/+13 |
| 2022-02-10 | Use 0-based idx for array content | cyqsimon | -2/+2 |
| 2022-02-10 | More practical examples for `Option::and_then` | cyqsimon | -6/+15 |
| 2022-02-09 | Stabilize cfg_target_has_atomic | Amanieu d'Antras | -1/+2 |
| 2022-02-09 | Suggest collecting into `Vec<_>` when collecting into `[_]` | Michael Goulet | -0/+26 |
| 2022-02-09 | Rollup merge of #93735 - m-ou-se:stabilize-int-abs-diff, r=joshtriplett | Yuki Okushi | -4/+4 |
| 2022-02-08 | Auto merge of #93572 - scottmcm:generic-iter-process, r=yaahc | bors | -48/+54 |
| 2022-02-08 | Rollup merge of #86497 - clarfonthey:nearest_char_boundary, r=scottmcm | Matthias Krüger | -23/+83 |
| 2022-02-07 | Change `ResultShunt` to be generic over `Try` | Scott McMurray | -48/+54 |
| 2022-02-07 | Add {floor,ceil}_char_boundary methods to str | ltdk | -23/+83 |
| 2022-02-07 | Rollup merge of #93208 - kellerkindt:wrapping_int_assign_impl, r=m-ou-se | Mara Bos | -0/+80 |
| 2022-02-07 | Mark int_abs_diff as const stable. | Mara Bos | -0/+2 |
| 2022-02-07 | Stabilize int_abs_diff in 1.60.0. | Mara Bos | -4/+2 |
| 2022-02-07 | Stabilize wrapping_int_assign_impl in 1.60.0. | Mara Bos | -8/+8 |
| 2022-02-07 | Auto merge of #93179 - Urgau:unreachable-2021, r=m-ou-se,oli-obk | bors | -1/+58 |
| 2022-02-06 | Auto merge of #93695 - matthiaskrgr:rollup-zslgooo, r=matthiaskrgr | bors | -0/+9 |
| 2022-02-06 | Rollup merge of #93489 - Amanieu:panic_no_unwind, r=nagisa | Matthias Krüger | -0/+4 |
| 2022-02-06 | Rollup merge of #90998 - jhpratt:require-const-stability, r=oli-obk | Matthias Krüger | -0/+5 |
| 2022-02-06 | Auto merge of #90414 - thomcc:count-chars-faster, r=nagisa | bors | -3/+139 |
| 2022-02-05 | Fix comment grammar for `do_count_chars` | Thom Chiovoloni | -1/+1 |
| 2022-02-05 | Respond to review feedback, and improve implementation somewhat | Thom Chiovoloni | -20/+40 |
| 2022-02-05 | Optimize `core::str::Chars::count` | Thom Chiovoloni | -3/+119 |
| 2022-02-04 | doc: use U+2212 for minus sign in integer MIN/MAX text | Trevor Spiteri | -3/+3 |
| 2022-02-03 | Add missing const stability attributes | Jacob Pratt | -0/+5 |