| Age | Commit message (Expand) | Author | Lines |
| 2022-10-04 | Only allow ~const bounds for traits with #[const_trait] | Oli Scherer | -1/+2 |
| 2022-10-04 | Auto merge of #99099 - Stargateur:phantomdata_debug, r=joshtriplett | bors | -1/+1 |
| 2022-10-03 | Auto merge of #102632 - matthiaskrgr:rollup-h8s3zmo, r=matthiaskrgr | bors | -27/+360 |
| 2022-10-03 | Rollup merge of #101308 - nerdypepper:feature/is-ascii-octdigit, r=joshtriplett | Matthias Krüger | -0/+84 |
| 2022-10-03 | Rollup merge of #100470 - reitermarkus:patch-1, r=joshtriplett | Matthias Krüger | -1/+1 |
| 2022-10-03 | Rollup merge of #99460 - JanBeh:PR_asref_asmut_docs, r=joshtriplett | Matthias Krüger | -18/+187 |
| 2022-10-03 | Rollup merge of #99216 - duarten:master, r=joshtriplett | Matthias Krüger | -8/+73 |
| 2022-10-03 | Rollup merge of #98218 - kpreid:nostdarc, r=joshtriplett | Matthias Krüger | -0/+15 |
| 2022-10-03 | Rollup merge of #102607 - WaffleLapkin:docky_docky_slice_from_ptr_range, r=jo... | Matthias Krüger | -1/+23 |
| 2022-10-03 | Rollup merge of #102569 - eduardosm:from_str-example, r=joshtriplett | Matthias Krüger | -5/+9 |
| 2022-10-03 | Sync docs of `slice::{from_ptr_range, from_ptr_range_mut}` | Maybe Waffle | -1/+15 |
| 2022-10-03 | Document when `slice::from_ptr_range[_mut]` panic | Maybe Waffle | -0/+8 |
| 2022-10-02 | Auto merge of #102586 - Dylan-DPC:rollup-g107h6z, r=Dylan-DPC | bors | -85/+165 |
| 2022-10-02 | Rollup merge of #102556 - WaffleLapkin:implied_by_btree_new, r=Mark-Simulacrum | Dylan DPC | -4/+20 |
| 2022-10-02 | Rollup merge of #102098 - xfix:weak-upgrade-fetch-update, r=Mark-Simulacrum | Dylan DPC | -23/+16 |
| 2022-10-02 | Rollup merge of #100451 - hovinen:no-panic-on-result-err-in-test, r=Mark-Simu... | Dylan DPC | -58/+129 |
| 2022-10-02 | Auto merge of #98354 - camsteffen:is-some-and-by-value, r=m-ou-se | bors | -19/+28 |
| 2022-10-02 | Auto merge of #102548 - nikic:inline-cell-replace, r=scottmcm | bors | -0/+1 |
| 2022-10-02 | Improve `FromStr` example | Eduardo Sánchez Muñoz | -5/+9 |
| 2022-10-02 | Auto merge of #102535 - scottmcm:optimize-split-at-partition-point, r=thomcc | bors | -3/+12 |
| 2022-10-02 | Rollup merge of #102405 - hkBst:patch-3, r=Mark-Simulacrum | Matthias Krüger | -3/+0 |
| 2022-10-02 | Rollup merge of #102313 - anirudh24seven:update_sleep_ms_doc, r=Mark-Simulacrum | Matthias Krüger | -0/+2 |
| 2022-10-01 | Make `feature(const_btree_len)` implied by `feature(const_btree_new)` | Maybe Waffle | -4/+20 |
| 2022-10-01 | Change feature name to is_some_and | Cameron Steffen | -7/+7 |
| 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-10-01 | `SetFileTime` doesn't allow setting the file time to `0xFFFF_FFFF_FFFF_FFFF` | beetrees | -0/+8 |
| 2022-10-01 | Error instead of panicking when setting file times if the passed `SystemTime`... | beetrees | -49/+37 |
| 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 | -11/+52 |
| 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 | fix minor ungrammatical sentence | Gabe Koss | -1/+1 |
| 2022-09-29 | Rollup merge of #102433 - RalfJung:temp-dir-typo, r=thomcc | Yuki Okushi | -1/+1 |
| 2022-09-29 | Rollup merge of #102368 - beetrees:nano-niche, r=joshtriplett | Yuki Okushi | -59/+73 |
| 2022-09-29 | Rollup merge of #98368 - sunfishcode:sunfishcode/std-os-fd, r=joshtriplett | Yuki Okushi | -46/+26 |
| 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 | env::temp_dir: fix a typo | Ralf Jung | -1/+1 |
| 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 | -59/+73 |
| 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/+3 |
| 2022-09-28 | Rollup merge of #102232 - Urgau:stabilize-bench_black_box, r=TaKO8Ki | Yuki Okushi | -5/+1 |