| Age | Commit message (Expand) | Author | Lines |
| 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-13 | Guard against unwinding in cleanup code | Gary Guo | -2/+1 |
| 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-04 | Stabilize pin_static_ref. | Mara Bos | -2/+2 |
| 2022-02-03 | Add missing const stability attributes | Jacob Pratt | -0/+5 |
| 2022-02-03 | Move `{core,std}::stream::Stream` to `{core,std}::async_iter::AsyncIterator`. | Charles Lew | -77/+76 |
| 2022-02-02 | Rollup merge of #93493 - GKFX:char-docs-2, r=scottmcm | Matthias Krüger | -5/+54 |
| 2022-02-01 | Fix annotation of code blocks | George Bateman | -2/+3 |
| 2022-02-01 | Rollup merge of #91828 - oxalica:feat/waker-getters, r=dtolnay | Matthias Krüger | -0/+24 |
| 2022-02-01 | Auto merge of #86988 - thomcc:chunky-splitz-says-no-checking, r=the8472 | bors | -7/+35 |
| 2022-01-31 | (#93493) Add items from code review | George Bateman | -15/+35 |
| 2022-01-31 | Take in account the unreachable! macro in the non_fmt_panic lint | Loïc BRANSTETT | -1/+1 |
| 2022-01-31 | Fix invalid special casing of the unreachable! macro | Loïc BRANSTETT | -0/+57 |
| 2022-01-31 | Auto merge of #93498 - matthiaskrgr:rollup-k5shwrc, r=matthiaskrgr | bors | -15/+50 |
| 2022-01-31 | Rollup merge of #93485 - est31:remove_curly, r=joshtriplett | Matthias Krüger | -3/+3 |
| 2022-01-31 | Rollup merge of #93480 - est31:remove_unstable_deprecated, r=Mark-Simulacrum | Matthias Krüger | -44/+0 |
| 2022-01-31 | Rollup merge of #93403 - nagisa:total-cmp-review, r=joshtriplett | Matthias Krüger | -38/+54 |