| Age | Commit message (Expand) | Author | Lines |
| 2024-08-17 | Auto merge of #126877 - GrigorenkoPV:clone_to_uninit, r=dtolnay | bors | -105/+150 |
| 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/+57 |
| 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/+6 |
| 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-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/+6 |
| 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 | 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/+13 |
| 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/+13 |
| 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 |