| Age | Commit message (Expand) | Author | Lines |
| 2024-06-30 | Rollup merge of #126906 - GrigorenkoPV:fixme-split_at_first, r=Mark-Simulacrum | Matthias Krüger | -6/+2 |
| 2024-06-30 | Rollup merge of #126705 - safinaskar:panic, r=Mark-Simulacrum | Matthias Krüger | -5/+2 |
| 2024-06-30 | Auto merge of #127133 - matthiaskrgr:rollup-jxkp3yf, r=matthiaskrgr | bors | -1/+1 |
| 2024-06-29 | Print `TypeId` as a `u128` for `Debug` | Trevor Gross | -1/+12 |
| 2024-06-29 | Rollup merge of #127122 - TDecking:div_ceil, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2024-06-29 | Auto merge of #120639 - fee1-dead-contrib:new-effects-desugaring, r=oli-obk | bors | -0/+47 |
| 2024-06-29 | Stabilize `duration_abs_diff` | Ole Bertram | -2/+3 |
| 2024-06-29 | small correction to fmt::Pointer impl | Sky | -2/+1 |
| 2024-06-29 | Remove uneccessary condition in `div_ceil` | Tobias Decking | -1/+1 |
| 2024-06-29 | Updated docs on `#[panic_handler]` in `library/core/src/lib.rs` | Askar Safin | -5/+2 |
| 2024-06-29 | Rollup merge of #127073 - Sky9x:unnecessary-seqcst, r=Nilstrieb | Guillaume Gomez | -1/+1 |
| 2024-06-29 | Rollup merge of #127072 - Sky9x:docs-includes-vs-does-include, r=scottmcm | Guillaume Gomez | -4/+4 |
| 2024-06-28 | Rollup merge of #127071 - Sky9x:remove-ptr-to-from-bits, r=scottmcm | Matthias Krüger | -131/+0 |
| 2024-06-28 | Rollup merge of #127070 - Sky9x:unit-const-param-ty, r=BoxyUwU | Matthias Krüger | -4/+1 |
| 2024-06-28 | Rollup merge of #127055 - shepmaster:hash-finish-must-use, r=dtolnay | Matthias Krüger | -0/+1 |
| 2024-06-28 | address review comments | Deadbeef | -3/+8 |
| 2024-06-28 | general fixups and turn `TODO`s into `FIXME`s | Deadbeef | -1/+3 |
| 2024-06-28 | Implement `Min` trait in new solver | Deadbeef | -4/+5 |
| 2024-06-28 | implement new effects desugaring | Deadbeef | -0/+39 |
| 2024-06-28 | Rollup merge of #126956 - joboet:fmt_no_extern_ty, r=RalfJung | Matthias Krüger | -21/+31 |
| 2024-06-28 | Remove unnecessary SeqCst in `impl fmt::Pointer for AtomicPtr` | Sky | -1/+1 |
| 2024-06-28 | docs: say "includes" instead of "does include" | Sky | -4/+4 |
| 2024-06-27 | Remove (deprecated & unstable) {to,from}_bits pointer methods | Sky | -131/+0 |
| 2024-06-27 | add () to the marker_impls macro for ConstParamTy | Sky | -4/+1 |
| 2024-06-27 | Mark `Hasher::finish` as #[must_use] | Jake Goulding | -0/+1 |
| 2024-06-27 | fix least significant digits of f128 associated constants | Trevor Spiteri | -3/+3 |
| 2024-06-27 | core: improve comment | joboet | -2/+2 |
| 2024-06-26 | Auto merge of #126608 - tgross35:f16-f128-library, r=Mark-Simulacrum | bors | -58/+1378 |
| 2024-06-26 | Rollup merge of #126879 - the8472:next-chunk-filter-drop, r=cuviper | Matthias Krüger | -45/+45 |
| 2024-06-26 | core: avoid `extern` types in formatting infrastructure | joboet | -21/+25 |
| 2024-06-25 | fix UI test, simplify error message | joboet | -0/+6 |
| 2024-06-25 | add comments explaining optimizations for Filter::next_chunk | The 8472 | -1/+3 |
| 2024-06-25 | fix Drop items getting leaked in Filter::next_chunk | The 8472 | -45/+43 |
| 2024-06-25 | Rollup merge of #126946 - cyrgani:patch-1, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-06-25 | Rollup merge of #126927 - workingjubilee:vaargsafe-is-unsafe, r=joboet | Matthias Krüger | -4/+5 |
| 2024-06-25 | Rollup merge of #126302 - mu001999-contrib:ignore/default, r=michaelwoerister | Matthias Krüger | -0/+1 |
| 2024-06-25 | Stabilize const unchecked conversion from u32 to char | David Tolnay | -3/+5 |
| 2024-06-25 | Detect unused structs which derived Default | mu001999 | -0/+1 |
| 2024-06-25 | simd_bitmask intrinsic: add a non-power-of-2 multi-byte example | Ralf Jung | -6/+13 |
| 2024-06-25 | Add missing slash in const_eval_select doc comment | cyrgani | -1/+1 |
| 2024-06-25 | Add more `f16` and `f128` library functions and constants | Trevor Gross | -2/+1250 |
| 2024-06-25 | Add doctests to existing `f16` and `f128` functions | Trevor Gross | -4/+68 |
| 2024-06-24 | core: VaArgSafe is an unsafe trait | Jubilee Young | -4/+5 |
| 2024-06-25 | Auto merge of #126852 - scottmcm:more-checked-math-tweaks, r=Amanieu | bors | -2/+13 |
| 2024-06-24 | Rollup merge of #126904 - GrigorenkoPV:nonzero-fixme, r=joboet | Michael Goulet | -13/+2 |
| 2024-06-24 | Rollup merge of #125575 - dingxiangfei2009:derive-smart-ptr, r=davidtwco | Michael Goulet | -0/+9 |
| 2024-06-24 | Replace `MaybeUninit::uninit_array()` with array repeat expression. | Kevin Reid | -25/+25 |
| 2024-06-24 | Small fixme in core now that split_first has no codegen issues | Pavel Grigorenko | -6/+2 |
| 2024-06-24 | Small fixme in core now that NonZero is generic | Pavel Grigorenko | -13/+2 |
| 2024-06-24 | Rollup merge of #126213 - zachs18:atomicbool-u8-i8-from-ptr-alignment, r=Nils... | Matthias Krüger | -17/+33 |