| Age | Commit message (Expand) | Author | Lines |
| 2024-08-23 | Enable Alignment::new_unchecked precondition check | Ben Kimock | -2/+0 |
| 2024-08-23 | Change `f16` doctests in core to run on x86-64 linux | Trevor Gross | -13/+13 |
| 2024-08-23 | docs: correct panic conditions for rem_euclid and similar functions | binarycat | -8/+13 |
| 2024-08-23 | Move into_inner_unchecked back to the bottom of the impl block | Noa | -25/+25 |
| 2024-08-23 | Put Pin::as_deref_mut in impl Pin<Ptr> | Noa | -59/+62 |
| 2024-08-23 | document & impl the transmutation modeled by `BikeshedIntrinsicFrom` | Jack Wrenn | -21/+350 |
| 2024-08-23 | Rollup merge of #129276 - eduardosm:stabilize-char_indices_offset, r=Amanieu | Guillaume Gomez | -3/+13 |
| 2024-08-22 | fix typos in new pointer conversion docs | binarycat | -8/+8 |
| 2024-08-22 | feat(core): Make `unbounded_shl{l,r}` unstably const and remove `rustc_allow_... | Connor Horman | -4/+4 |
| 2024-08-22 | Auto merge of #129398 - matthiaskrgr:rollup-50l01ry, r=matthiaskrgr | bors | -5/+10 |
| 2024-08-22 | stabilize const_fn_floating_point_arithmetic | Ralf Jung | -1/+1 |
| 2024-08-22 | Rollup merge of #129382 - tgross35:once-cell-const-into-inner, r=Noratrieb | Matthias Krüger | -1/+2 |
| 2024-08-22 | Rollup merge of #129376 - ChaiTRex:assert_unsafe_precondition_check_language_... | Matthias Krüger | -1/+1 |
| 2024-08-22 | Rollup merge of #129374 - ChaiTRex:digit_unchecked_assert_unsafe_precondition... | Matthias Krüger | -3/+7 |
| 2024-08-22 | Auto merge of #129365 - matthiaskrgr:rollup-ebwx6ya, r=matthiaskrgr | bors | -46/+565 |
| 2024-08-22 | fix(core): Use correct operations/values in `unbounded_shr` doctests | Connor Horman | -2/+2 |
| 2024-08-21 | chore: `x fmt` | Connor Horman | -1/+1 |
| 2024-08-21 | fix(core): Add `#![feature(unbounded_shifts)]` to doctests for `unbounded_shr... | Connor Horman | -2/+6 |
| 2024-08-21 | Add `const_cell_into_inner` to `OnceCell` | Trevor Gross | -1/+2 |
| 2024-08-21 | chore: `x fmt` and hopefully fix the tidy issue | Connor Horman | -12/+12 |
| 2024-08-21 | Change `assert_unsafe_precondition` docs to refer to `check_language_ub` | Chai T. Rex | -1/+1 |
| 2024-08-21 | chore: Also format the control flow | Connor Horman | -8/+8 |
| 2024-08-21 | Manually format functions and use `rhs` instead of `v` from my CE testing | Connor Horman | -17/+17 |
| 2024-08-21 | feat(core): Add implementations for `unbounded_shl`/`unbounded_shr` | Connor Horman | -0/+114 |
| 2024-08-21 | Use `assert_unsafe_precondition!` in `AsciiChar::digit_unchecked` | Chai T. Rex | -3/+7 |
| 2024-08-21 | Rollup merge of #129321 - krtab:float_sum, r=workingjubilee | Matthias Krüger | -2/+30 |
| 2024-08-21 | Rollup merge of #127945 - tgross35:debug-more-non-exhaustive, r=Noratrieb | Matthias Krüger | -46/+565 |
| 2024-08-21 | Rollup merge of #129312 - tbu-:pr_str_not_impl_error, r=Noratrieb | Matthias Krüger | -1/+1 |
| 2024-08-21 | Fix stability attribute of `impl !Error for &str` | Tobias Bucher | -1/+1 |
| 2024-08-21 | Auto merge of #126556 - saethlin:layout-precondition, r=joboet | bors | -8/+23 |
| 2024-08-20 | Try to golf down the amount of code in Layout | Ben Kimock | -8/+3 |
| 2024-08-20 | Implement `ptr::fn_addr_eq` | Urgau | -0/+27 |
| 2024-08-20 | Change neutral element of <fNN as iter::Sum> to neg_zero | Arthur Carcano | -2/+30 |
| 2024-08-19 | Stabilize `iter::repeat_n` | Scott McMurray | -13/+10 |
| 2024-08-19 | Add a precondition check for Layout::from_size_align_unchecked | Ben Kimock | -7/+27 |
| 2024-08-19 | Stabilize feature `char_indices_offset` | Eduardo Sánchez Muñoz | -3/+13 |
| 2024-08-18 | Document futility of printing temporary pointers | Kornel | -2/+10 |
| 2024-08-18 | soft-deprecate the addr_of macros | Ralf Jung | -0/+6 |
| 2024-08-17 | Auto merge of #126877 - GrigorenkoPV:clone_to_uninit, r=dtolnay | bors | -105/+190 |
| 2024-08-17 | Auto merge of #128598 - RalfJung:float-comments, r=workingjubilee | bors | -500/+85 |
| 2024-08-17 | Auto merge of #106943 - mina86:exact_size_take_repeat, r=dtolnay | bors | -0/+147 |
| 2024-08-16 | Auto merge of #116528 - daxpedda:stabilize-ready-into-inner, r=dtolnay | bors | -2/+1 |
| 2024-08-16 | Rollup merge of #129086 - slanterns:is_none_or, r=dtolnay | Matthias Krüger | -3/+1 |
| 2024-08-16 | float to/from bits and classify: update comments regarding non-conformant har... | Ralf Jung | -500/+85 |
| 2024-08-15 | Rollup merge of #128064 - ijackson:noop-waker-doc, r=workingjubilee | Jubilee | -1/+19 |
| 2024-08-15 | Add cautionary paragraph about noop wakers. | Ian Jackson | -0/+8 |
| 2024-08-15 | Rollup merge of #128946 - orlp:faster-ip-hash, r=joboet | Matthias Krüger | -2/+23 |
| 2024-08-15 | Rollup merge of #128925 - dingxiangfei2009:smart-ptr-helper-attr, r=compiler-... | Matthias Krüger | -1/+1 |
| 2024-08-14 | apply #[optimize(size)] to #[cold] ones and part of the panick machinery | The 8472 | -7/+8 |
| 2024-08-14 | Rollup merge of #128954 - zachs18:fromresidual-no-default, r=scottmcm | 许杰友 Jieyou Xu (Joe) | -2/+33 |