| Age | Commit message (Expand) | Author | Lines |
| 2022-10-11 | add panic_fmt_nounwind for panicing without unwinding, and use it for panic_n... | Ralf Jung | -3/+19 |
| 2022-10-11 | Rollup merge of #102445 - jmillikin:cstr-is-empty, r=Mark-Simulacrum | Matthias Krüger | -0/+28 |
| 2022-10-11 | Rollup merge of #101774 - Riolku:atomic-update-aba, r=m-ou-se | Matthias Krüger | -0/+26 |
| 2022-10-11 | Rollup merge of #102258 - cjgillot:core-kappa, r=m-ou-se | Yuki Okushi | -4/+0 |
| 2022-10-11 | Change tracking issue from #76156 to #102911 | woppopo | -3/+3 |
| 2022-10-10 | Auto merge of #96711 - emilio:inline-slice-clone, r=nikic | bors | -0/+5 |
| 2022-10-09 | From<Alignment> for usize & NonZeroUsize | Scott McMurray | -0/+16 |
| 2022-10-09 | expand documentation on type conversion w.r.t. `UnsafeCell` | Pointerbender | -13/+21 |
| 2022-10-10 | Rollup merge of #102072 - scottmcm:ptr-alignment-type, r=thomcc | Yuki Okushi | -64/+115 |
| 2022-10-08 | Rollup merge of #102812 - est31:remove_lazy, r=dtolnay | Michael Howell | -3/+0 |
| 2022-10-08 | Rollup merge of #99880 - compiler-errors:escape-ascii-is-not-exact-size-itera... | Matthias Krüger | -2/+0 |
| 2022-10-08 | Auto merge of #102315 - RalfJung:assert_unsafe_precondition, r=thomcc | bors | -1/+6 |
| 2022-10-08 | Remove empty core::lazy and std::lazy | est31 | -3/+0 |
| 2022-10-07 | Rollup merge of #102300 - scottmcm:simpler-fold-closures, r=Mark-Simulacrum | Dylan DPC | -114/+35 |
| 2022-10-07 | add a few more assert_unsafe_precondition | Ralf Jung | -1/+6 |
| 2022-10-06 | Fix handling of trailing bare CR in str::lines | Konrad Borowski | -5/+5 |
| 2022-10-06 | Rename LinesAnyMap to LinesMap | Konrad Borowski | -4/+4 |
| 2022-10-06 | poll_fn and Unpin: fix pinning | Ralf Jung | -4/+7 |
| 2022-10-05 | Add missing trailing `)]` | Joshua Liebow-Feeser | -1/+1 |
| 2022-10-05 | Fix typo (missing `>`) | Joshua Liebow-Feeser | -1/+1 |
| 2022-10-05 | Update library/core/src/num/nonzero.rs | Joshua Liebow-Feeser | -0/+2 |
| 2022-10-04 | Rollup merge of #102647 - oli-obk:tilde_const_bounds, r=fee1-dead | Matthias Krüger | -1/+2 |
| 2022-10-04 | Rollup merge of #101189 - daxpedda:ready-into-inner, r=joshtriplett | Dylan DPC | -0/+24 |
| 2022-10-04 | Only allow ~const bounds for traits with #[const_trait] | Oli Scherer | -1/+2 |
| 2022-10-04 | Rollup merge of #102628 - H4x5:master, r=scottmcm | Matthias Krüger | -1/+1 |
| 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 | -19/+253 |
| 2022-10-03 | Rollup merge of #101308 - nerdypepper:feature/is-ascii-octdigit, r=joshtriplett | Matthias Krüger | -0/+65 |
| 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 | Change the parameter name of From::from to `value` | H4x5 | -1/+1 |
| 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 | Add better assert messages for f32/f64 clamps | Jacob Kiesel | -2/+2 |
| 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 | remove unneeded attributes | Lukas Markeffsky | -12/+0 |
| 2022-10-02 | Auto merge of #98354 - camsteffen:is-some-and-by-value, r=m-ou-se | bors | -18/+27 |
| 2022-10-02 | always panic for invalid integer logarithm | Lukas Markeffsky | -73/+15 |
| 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-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 |