| Age | Commit message (Expand) | Author | Lines |
| 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 | -2/+1 |
| 2022-09-27 | Sort mod | woppopo | -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 | Fix indent | woppopo | -11/+11 |
| 2022-09-27 | Add newlines | woppopo | -2/+2 |
| 2022-09-27 | Add test cases for const `Location` | woppopo | -0/+34 |
| 2022-09-27 | Stabilize bench_black_box | Urgau | -2/+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/+84 |
| 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 |
| 2022-09-25 | Rollup merge of #98111 - eggyal:issue-97982, r=GuillaumeGomez | fee1-dead | -11/+14 |
| 2022-09-25 | Clarify Iterator::rposition code example | Guillaume Gomez | -3/+3 |
| 2022-09-25 | Update option.rs | Gimgim | -0/+1 |
| 2022-09-25 | Remove unused variable. | Camille GILLOT | -4/+0 |
| 2022-09-25 | Auto merge of #102169 - scottmcm:constify-some-conditions, r=thomcc | bors | -25/+60 |
| 2022-09-24 | Constify cmp_min_max_by | onestacked | -6/+49 |
| 2022-09-24 | Add some more documentation | Scott McMurray | -0/+26 |
| 2022-09-24 | Auto merge of #102234 - matthiaskrgr:rollup-5cb20l1, r=matthiaskrgr | bors | -69/+152 |
| 2022-09-24 | Rollup merge of #102186 - ink-feather-org:const_try_trait, r=fee1-dead | Matthias Krüger | -21/+104 |
| 2022-09-24 | Rollup merge of #100823 - WaffleLapkin:less_offsets, r=scottmcm | Matthias Krüger | -48/+48 |
| 2022-09-24 | Auto merge of #102167 - thomcc:exclusive-inline, r=scottmcm | bors | -1/+8 |
| 2022-09-24 | Auto merge of #100845 - timvermeulen:iter_compare, r=scottmcm | bors | -62/+88 |
| 2022-09-23 | Constify Residual behind const_try | onestacked | -2/+5 |
| 2022-09-23 | Remove unused `ConstFn(Once)Closure` structs. | onestacked | -125/+0 |
| 2022-09-23 | Added some spacing in const closure | onestacked | -0/+10 |
| 2022-09-23 | Added const Default impls for Arrays and Tuples. | onestacked | -2/+4 |
| 2022-09-23 | Rollup merge of #102115 - Alfriadox:master, r=thomcc | Matthias Krüger | -0/+23 |