| Age | Commit message (Expand) | Author | Lines |
| 2023-10-15 | define 'read-only memory' | Ralf Jung | -1/+8 |
| 2023-10-15 | add general powerpc64le bound | Ralf Jung | -7/+8 |
| 2023-10-15 | add ARM and RISC-V values | Ralf Jung | -3/+7 |
| 2023-10-15 | document when atomic loads are guaranteed read-only | Ralf Jung | -0/+20 |
| 2023-10-15 | Remove trivial cast in `guaranteed_eq` | Nilstrieb | -1/+1 |
| 2023-10-15 | Rollup merge of #116594 - tae-soo-kim:convert-tryfrom-doc, r=scottmcm | Matthias Krüger | -6/+5 |
| 2023-10-15 | Auto merge of #115515 - the8472:zip-for-arrays, r=scottmcm | bors | -1/+116 |
| 2023-10-14 | Rollup merge of #116540 - daxpedda:once-cell-lock-try-insert, r=Mark-Simulacrum | Guillaume Gomez | -9/+37 |
| 2023-10-14 | Rollup merge of #115653 - joshlf:patch-9, r=dtolnay | Matthias Krüger | -0/+2 |
| 2023-10-14 | Auto merge of #116407 - Mark-Simulacrum:bootstrap-bump, r=onur-ozkan | bors | -125/+115 |
| 2023-10-14 | Guarantee representation of None in NPO | Joshua Liebow-Feeser | -9/+15 |
| 2023-10-14 | Auto merge of #115719 - tgross35:atomic-from-ptr, r=dtolnay | bors | -16/+45 |
| 2023-10-14 | Derive `Ord`, `PartialOrd` and `Hash` for `SocketAddr*` | Maybe Waffle | -49/+2 |
| 2023-10-13 | Stabilize 'atomic_from_ptr', move const gate to 'const_atomic_from_ptr' | Trevor Gross | -9/+9 |
| 2023-10-13 | Correct documentation for `atomic_from_ptr` | Trevor Gross | -7/+36 |
| 2023-10-13 | Auto merge of #116233 - DaniPopes:stabilize-const_maybe_uninit_assume_init_re... | bors | -1/+4 |
| 2023-10-13 | Add some optimizations | daxpedda | -5/+3 |
| 2023-10-13 | Implement `OnceCell/Lock::try_insert()` | daxpedda | -5/+35 |
| 2023-10-13 | Clean up unchecked_math, separate out unchecked_shifts | ltdk | -19/+45 |
| 2023-10-13 | Remove Not for IpAddr | ltdk | -23/+0 |
| 2023-10-13 | impl Not, Bit{And,Or,Xor}{,Assign} for IP addresses | ltdk | -0/+154 |
| 2023-10-12 | Update library/core/src/alloc/layout.rs | Joshua Liebow-Feeser | -1/+1 |
| 2023-10-11 | Auto merge of #112818 - Benjamin-L:add-slice_split_once, r=cuviper | bors | -0/+56 |
| 2023-10-10 | Update mod.rs | tae-soo-kim | -6/+5 |
| 2023-10-08 | rustdoc: remove rust logo from non-Rust crates | Michael Howell | -0/+1 |
| 2023-10-08 | Bump to latest beta | Mark Rousskov | -36/+26 |
| 2023-10-07 | Auto merge of #100806 - timvermeulen:split_inclusive_double_ended_bound, r=dt... | bors | -1/+1 |
| 2023-10-07 | Expose tests for {f32,f64}.total_cmp in docs, along with comment | Ed Swartz | -6/+22 |
| 2023-10-06 | Rollup merge of #116481 - scottmcm:tweak-combinators, r=cuviper | Matthias Krüger | -4/+4 |
| 2023-10-06 | Rollup merge of #114564 - scottmcm:when-to-from, r=dtolnay | Matthias Krüger | -0/+40 |
| 2023-10-06 | optimize zipping over array iterators | The 8472 | -1/+116 |
| 2023-10-06 | Rollup merge of #116329 - RalfJung:swap-comments, r=scottmcm | Guillaume Gomez | -5/+4 |
| 2023-10-06 | Rollup merge of #116198 - Jarcho:diag_items, r=WaffleLapkin | Guillaume Gomez | -0/+36 |
| 2023-10-06 | Rollup merge of #115588 - tifv:fix-comment-successors, r=scottmcm | Guillaume Gomez | -1/+1 |
| 2023-10-06 | Rollup merge of #115522 - joshlf:patch-8, r=scottmcm | Guillaume Gomez | -6/+6 |
| 2023-10-06 | Rollup merge of #115454 - vwkd:patch-1, r=scottmcm | Guillaume Gomez | -1/+1 |
| 2023-10-06 | Reuse existing `Some`s in `Option::(x)or` | Scott McMurray | -4/+4 |
| 2023-10-05 | Elaborate some caveats to lossless | Scott McMurray | -2/+5 |
| 2023-10-06 | Don't mention "recover the original" in `From` docs | scottmcm | -2/+5 |
| 2023-10-05 | Attempt to describe the intent behind the `From` trait further | Scott McMurray | -0/+34 |
| 2023-10-05 | Add more diagnostic items for clippy | Jason Newcomb | -0/+36 |
| 2023-10-05 | Auto merge of #116455 - matthiaskrgr:rollup-p226a5u, r=matthiaskrgr | bors | -12/+2 |
| 2023-10-05 | Rollup merge of #116220 - llogiq:stabilize-option-as-slice, r=BurntSushi | Matthias Krüger | -12/+2 |
| 2023-10-05 | Auto merge of #103046 - JanBeh:PR_clarify_cmp_terminology, r=workingjubilee | bors | -17/+50 |
| 2023-10-05 | Auto merge of #114042 - liushuyu:ubuntu/i586-fpmath, r=workingjubilee | bors | -1/+1 |
| 2023-10-05 | docs: Correct terminology in std::cmp | Jan Behrens | -17/+50 |
| 2023-10-05 | Auto merge of #104153 - tspiteri:doc-float-constants, r=workingjubilee | bors | -4/+80 |
| 2023-10-04 | Disable CFI for core and std CFI violations | Ramon de C Valle | -0/+5 |
| 2023-10-04 | Auto merge of #116408 - matthiaskrgr:rollup-hmolg4m, r=matthiaskrgr | bors | -10/+24 |
| 2023-10-04 | Rollup merge of #116363 - Colonial-Dev:issue-116130-fix, r=thomcc | Matthias Krüger | -10/+24 |