| Age | Commit message (Expand) | Author | Lines |
| 2022-10-02 | Rollup merge of #102405 - hkBst:patch-3, r=Mark-Simulacrum | Matthias Krüger | -3/+0 |
| 2022-10-01 | Change feature name to is_some_and | Cameron Steffen | -6/+6 |
| 2022-10-01 | Change is_some_and to take by value | Cameron Steffen | -12/+21 |
| 2022-10-01 | Mark Cell::replace() as #[inline] | Nikita Popov | -0/+1 |
| 2022-09-30 | Tell LLVM that `partition_point` returns a valid fencepost | Scott McMurray | -3/+12 |
| 2022-09-30 | Auto merge of #102520 - matthiaskrgr:rollup-7nreat0, r=matthiaskrgr | bors | -26/+40 |
| 2022-09-30 | Add back ConstFnMutClosure::new, fix formatting | onestacked | -47/+48 |
| 2022-09-30 | Fixed Documentation for wrap_mut_2_imp | onestacked | -1/+1 |
| 2022-09-30 | Added more const_closure functionality. | onestacked | -49/+62 |
| 2022-09-29 | Fix integer overflow in `format!("{:.0?}", Duration::MAX)` | beetrees | -10/+29 |
| 2022-09-29 | Rollup merge of #102452 - granolocks:grammar-tweak, r=thomcc | Dylan DPC | -1/+1 |
| 2022-09-29 | Rollup merge of #102435 - GuillaumeGomez:improve-iterator-reduce-example, r=t... | Dylan DPC | -14/+5 |
| 2022-09-29 | Rollup merge of #102342 - jmillikin:nonzero-negation, r=scottmcm | Dylan DPC | -0/+154 |
| 2022-09-29 | Stabilize const_char_convert | est31 | -6/+5 |
| 2022-09-29 | Split out from_u32_unchecked from const_char_convert | est31 | -3/+3 |
| 2022-09-29 | Stabilize `nonnull_slice_from_raw_parts` | Yuki Okushi | -8/+5 |
| 2022-09-29 | fix minor ungrammatical sentence | Gabe Koss | -1/+1 |
| 2022-09-29 | Rollup merge of #102368 - beetrees:nano-niche, r=joshtriplett | Yuki Okushi | -46/+52 |
| 2022-09-29 | Add `is_empty()` method to `core::ffi::CStr`. | John Millikin | -0/+28 |
| 2022-09-29 | Improve example of Iterator::reduce | Guillaume Gomez | -14/+5 |
| 2022-09-29 | nonzero_negation_ops: `inline(always)` -> `inline`. | John Millikin | -1/+1 |
| 2022-09-29 | nonzero_negation_ops: Set `issue = "102443"`. | John Millikin | -5/+5 |
| 2022-09-28 | Auto merge of #100719 - CohenArthur:rust-safe-intrinsic-attribute, r=wesleywiser | bors | -0/+38 |
| 2022-09-28 | Add a niche to `Duration`, unix `SystemTime`, and non-apple `Instant` | beetrees | -46/+52 |
| 2022-09-28 | Update result.rs | Marijn Schouten | -3/+0 |
| 2022-09-28 | Rollup merge of #102288 - mejrs:inner, r=compiler-errors | Yuki Okushi | -0/+1 |
| 2022-09-28 | Rollup merge of #102232 - Urgau:stabilize-bench_black_box, r=TaKO8Ki | Yuki Okushi | -1/+1 |
| 2022-09-27 | Rollup merge of #101555 - jhpratt:stabilize-mixed_integer_ops, r=joshtriplett | Matthias Krüger | -37/+24 |
| 2022-09-27 | Address feedback | mejrs | -1/+1 |
| 2022-09-27 | Wrapper suggestions | mejrs | -0/+1 |
| 2022-09-27 | Stabilize bench_black_box | Urgau | -1/+1 |
| 2022-09-27 | doc: rewrite doc for uint::{carrying_add,borrowing_sub} | Trevor Spiteri | -31/+49 |
| 2022-09-27 | core: Mark all safe intrinsics with #[rustc_safe_intrinsic] | Arthur Cohen | -0/+38 |
| 2022-09-27 | introduce `{char, u8}::is_ascii_octdigit` | Akshay | -0/+65 |
| 2022-09-27 | Add negation methods for signed non-zero integers. | John Millikin | -0/+154 |
| 2022-09-26 | Auto merge of #102283 - GuillaumeGomez:option-code-example-unwrap-or-default,... | bors | -12/+4 |
| 2022-09-26 | Rollup merge of #102326 - yancyribbens:splin-mut-doc-change, r=thomcc | Michael Howell | -1/+1 |
| 2022-09-26 | Rollup merge of #102322 - sigaloid:master, r=GuillaumeGomez | Michael Howell | -0/+7 |
| 2022-09-26 | Rollup merge of #102283 - GuillaumeGomez:option-code-example-unwrap-or-defaul... | Michael Howell | -12/+4 |
| 2022-09-26 | Use a macro to not have to copy-paste `ConstFnMutClosure::new(&mut fold, Neve... | Scott McMurray | -114/+35 |
| 2022-09-26 | rustdoc: Update doc comment for splitn_mut to include mutable in the description | yancy | -1/+1 |
| 2022-09-26 | Document that Display entails ToString | Matthew Esposito | -0/+7 |
| 2022-09-26 | Improve code example for Option::unwrap_or_default | Guillaume Gomez | -12/+4 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -175/+5 |
| 2022-09-26 | replace stabilization placeholders | Pietro Albini | -5/+5 |
| 2022-09-26 | Rollup merge of #102263 - GuillaumeGomez:iterator-rposition-example, r=thomcc | fee1-dead | -3/+3 |
| 2022-09-25 | Rollup merge of #102259 - gimbles:patch-1, r=joshtriplett | fee1-dead | -0/+1 |
| 2022-09-25 | Rollup merge of #102245 - ink-feather-org:const_cmp_by, r=fee1-dead | fee1-dead | -6/+49 |
| 2022-09-25 | Rollup merge of #102200 - ink-feather-org:const_default_impls, r=fee1-dead | fee1-dead | -2/+4 |
| 2022-09-25 | Rollup merge of #101800 - chriss0612:feat/const_split_at_mut, r=fee1-dead | fee1-dead | -2/+5 |