| Age | Commit message (Expand) | Author | Lines |
| 2024-08-14 | Rollup merge of #128570 - folkertdev:stabilize-asm-const, r=Amanieu | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-08-14 | stabilize `option_get_or_insert_default` | Slanterns | -3/+1 |
| 2024-08-14 | stabilize `is_none_or` | Slanterns | -3/+1 |
| 2024-08-14 | Auto merge of #129060 - matthiaskrgr:rollup-s72gpif, r=matthiaskrgr | bors | -89/+152 |
| 2024-08-14 | Rollup merge of #129001 - cblh:fix/128713, r=Noratrieb | Matthias Krüger | -0/+5 |
| 2024-08-13 | stabilize `asm_const` | Folkert | -1/+1 |
| 2024-08-13 | Rollup merge of #129034 - henryksloan:coroutine-must-use, r=joboet | Matthias Krüger | -0/+1 |
| 2024-08-13 | Rollup merge of #122884 - mzabaluev:pow-remove-exit-branch, r=Amanieu | Matthias Krüger | -89/+151 |
| 2024-08-13 | Mark location doctest as standalone since file information will not work in m... | Guillaume Gomez | -1/+1 |
| 2024-08-13 | simd_shuffle intrinsic: allow argument to be passed as vector (not just as ar... | Ralf Jung | -1/+1 |
| 2024-08-13 | Revert to original loop for const pow exponents | Mikhail Zabaluev | -160/+110 |
| 2024-08-13 | Auto merge of #128742 - RalfJung:miri-vtable-uniqueness, r=saethlin | bors | -3/+6 |
| 2024-08-12 | Add must_use attribute to Coroutine trait | Henry Sloan | -0/+1 |
| 2024-08-13 | chore(lib): fmt core::fmt::Formatter's write_fmt method | burlinchen | -1/+1 |
| 2024-08-12 | Rollup merge of #129017 - its-the-shrimp:core_fmt_from_fn, r=Noratrieb | Matthias Krüger | -6/+15 |
| 2024-08-13 | derive(SmartPointer): register helper attributes | Ding Xiang Fei | -1/+1 |
| 2024-08-12 | Explicitly specify type parameter on FromResidual impls in stdlib. | Zachary S | -2/+33 |
| 2024-08-12 | std::fmt::FormatterFn -> std::fmt::FromFn | schvv31n | -6/+15 |
| 2024-08-12 | Rollup merge of #128149 - RalfJung:nontemporal_store, r=jieyouxu,Amanieu,Jubilee | Guillaume Gomez | -5/+5 |
| 2024-08-12 | chore(lib): Enhance documentation for core::fmt::Formatter's write_fmt method | burlinchen | -0/+5 |
| 2024-08-12 | ignore some vtable/fn ptr equality tests in Miri, their result is not fully p... | Ralf Jung | -3/+6 |
| 2024-08-12 | core: make documentation clearer, rename slice comparison specialization trait | joboet | -15/+25 |
| 2024-08-12 | Auto merge of #128862 - cblh:fix/128855, r=scottmcm | bors | -0/+1 |
| 2024-08-12 | Auto merge of #126793 - saethlin:mono-rawvec, r=scottmcm | bors | -0/+5 |
| 2024-08-11 | Do not use unnecessary endian conversion. | Orson Peters | -6/+4 |
| 2024-08-11 | Rollup merge of #128882 - RalfJung:local-waker-will-wake, r=cuviper | Matthias Krüger | -1/+7 |
| 2024-08-11 | Rollup merge of #120314 - mina86:i, r=Mark-Simulacrum | Matthias Krüger | -19/+42 |
| 2024-08-11 | Fix stability annotation and expand comment | Orson Peters | -2/+8 |
| 2024-08-10 | Hash Ipv*Addr as an integer | Orson Peters | -2/+19 |
| 2024-08-10 | Auto merge of #128927 - GuillaumeGomez:rollup-ei2lr0f, r=GuillaumeGomez | bors | -49/+73 |
| 2024-08-10 | Rollup merge of #128273 - Voultapher:improve-ord-violation-help, r=workingjub... | Guillaume Gomez | -49/+73 |
| 2024-08-10 | Update std and compiler | Nadrieril | -1/+1 |
| 2024-08-09 | Polymorphize RawVec | Ben Kimock | -0/+5 |
| 2024-08-09 | core: optimise Debug impl for ascii::Char | Michal Nazarewicz | -19/+42 |
| 2024-08-09 | make LocalWaker::will_wake consistent with Waker::will_wake | Ralf Jung | -1/+7 |
| 2024-08-09 | Fix linkchecker issue | Lukas Bergdoll | -1/+1 |
| 2024-08-09 | fix: Ensure `Guard`'s `drop` method is removed at `opt-level=s` for `Copy` types | burlinchen | -0/+1 |
| 2024-08-08 | Rollup merge of #128749 - tgross35:float-inline, r=scottmcm | Matthias Krüger | -0/+6 |
| 2024-08-08 | Rollup merge of #128306 - WiktorPrzetacznik:WiktorPrzetacznik-nonnull-alignof... | Matthias Krüger | -3/+10 |
| 2024-08-07 | Add tracking issue to core-pattern-type | ltdk | -2/+2 |
| 2024-08-08 | Stabilize `Ready::into_inner()` | daxpedda | -2/+1 |
| 2024-08-07 | Mark `{f32,f64}::{next_up,next_down,midpoint}` inline | Trevor Gross | -0/+6 |
| 2024-08-06 | Rollup merge of #128417 - tgross35:f16-f128-math, r=dtolnay | Trevor Gross | -6/+645 |
| 2024-08-07 | Rollup merge of #125048 - dingxiangfei2009:stable-deref, r=amanieu | Matthias Krüger | -2/+121 |
| 2024-08-06 | Add a special case for CStr/CString in the improper_ctypes lint | Flying-Toast | -0/+1 |
| 2024-08-05 | custom MIR: add support for tail calls | Ralf Jung | -0/+8 |
| 2024-08-05 | nontemporal_store: make sure that the intrinsic is truly just a hint | Ralf Jung | -5/+5 |
| 2024-08-05 | Rollup merge of #128619 - glandium:last_chunk, r=scottmcm | Matthias Krüger | -1/+1 |
| 2024-08-05 | Rollup merge of #128609 - swenson:smaller-faster-dragon, r=Amanieu | Matthias Krüger | -23/+26 |
| 2024-08-05 | Correct the const stabilization of `<[T]>::last_chunk` | Mike Hommey | -1/+1 |