| Age | Commit message (Expand) | Author | Lines |
| 2023-10-03 | Bump version placeholders | Mark Rousskov | -90/+90 |
| 2023-10-03 | Add missing inline attributes to Duration trait impls | Elichai Turkel | -0/+9 |
| 2023-10-03 | Rollup merge of #116361 - eduardosm:bump-stdarch, r=Amanieu | Matthias Krüger | -0/+1 |
| 2023-10-03 | Rollup merge of #116355 - orlp:signed-zero-rounding-mode, r=thomcc | Matthias Krüger | -4/+6 |
| 2023-10-03 | Rollup merge of #116351 - asquared31415:ptr_eq_must_use, r=workingjubilee | Matthias Krüger | -0/+2 |
| 2023-10-02 | Appease tidy | James Haywood | -4/+4 |
| 2023-10-02 | Adapt `todo!` documentation to mention displaying custom values | James Haywood | -10/+24 |
| 2023-10-02 | Bump stdarch submodule | Eduardo Sánchez Muñoz | -0/+1 |
| 2023-10-02 | Rollup merge of #116350 - Nilstrieb:in-situ, r=Dylan-DPC | Tyler Mandry | -1/+1 |
| 2023-10-02 | Clarify float rounding direction for signed zero | Orson Peters | -4/+6 |
| 2023-10-02 | Improve wording of `hint::black_box` docs | 4gboframram | -1/+1 |
| 2023-10-02 | add must_use on pointer equality functions | asquared31415 | -0/+2 |
| 2023-10-02 | Rollup merge of #116326 - Colonial-Dev:issue-116165-fix, r=joshtriplett | Matthias Krüger | -2/+4 |
| 2023-10-02 | update some comments around swap() | Ralf Jung | -5/+4 |
| 2023-10-02 | Auto merge of #116325 - scottmcm:addr_eq, r=dtolnay | bors | -0/+22 |
| 2023-10-01 | Correct misleading std::fmt::Binary example | James Haywood | -2/+4 |
| 2023-10-01 | Add `ptr::addr_eq` | Scott McMurray | -0/+22 |
| 2023-10-01 | Add track_caller attribute to Result::unwrap_or_else | ravenclaw900 | -0/+1 |
| 2023-10-01 | Rollup merge of #116295 - asquared31415:mem_drop_docs, r=WaffleLapkin | Matthias Krüger | -1/+1 |
| 2023-10-01 | Auto merge of #115670 - Zoxc:outline-panic-macro-1, r=Mark-Simulacrum | bors | -1/+56 |
| 2023-09-30 | mem::drop docs | asquared31415 | -1/+1 |
| 2023-09-29 | Rollup merge of #116241 - dtolnay:exclusivefwd, r=Amanieu | Matthias Krüger | -1/+45 |
| 2023-09-29 | Auto merge of #113797 - RalfJung:offset_from_docs, r=workingjubilee | bors | -6/+40 |
| 2023-09-29 | Auto merge of #116176 - FedericoStra:isqrt, r=dtolnay | bors | -0/+103 |
| 2023-09-28 | Const stabilize mem::discriminant | David Tolnay | -3/+2 |
| 2023-09-28 | Add Exclusive forwarding impls (FnOnce, FnMut, Generator) | David Tolnay | -1/+45 |
| 2023-09-28 | Stabilize `const_maybe_uninit_assume_init_read` | DaniPopes | -1/+4 |
| 2023-09-28 | Rollup merge of #116221 - ArchUsr64:patch-1, r=ChrisDenton | Matthias Krüger | -1/+1 |
| 2023-09-28 | isqrt: `assume` that `isqrt` takes half as many bits | Federico Stra | -0/+7 |
| 2023-09-28 | fixup! isqrt: fix stability | Federico Stra | -6/+6 |
| 2023-09-28 | isqrt: cite source and rename variables to match original C code | Federico Stra | -11/+16 |
| 2023-09-28 | isqrt: fix stability | Federico Stra | -6/+10 |
| 2023-09-28 | fixup! isqrt: initial implementation | Federico Stra | -4/+4 |
| 2023-09-28 | Rollup merge of #115888 - RalfJung:assert_receiver_is_total_eq, r=dtolnay | Matthias Krüger | -3/+3 |
| 2023-09-28 | Rollup merge of #112959 - tbu-:pr_fmt_error_wording, r=dtolnay | Matthias Krüger | -2/+2 |
| 2023-09-28 | stabilize `Option::as_`(`mut_`)`slice` | Andre Bogus | -12/+2 |
| 2023-09-28 | changed 'rotate' to 'rotating' | Anshul | -1/+1 |
| 2023-09-27 | Fix "unresolved link to std::fmt::Error"
| David Tolnay | -1/+1 |
| 2023-09-26 | take more clarifying text from Gankra's PR | Ralf Jung | -0/+14 |
| 2023-09-26 | isqrt: remove duplication by delegating to unsigned integers | Federico Stra | -40/+12 |
| 2023-09-26 | Auto merge of #116125 - RalfJung:const-param-ty-eq, r=compiler-errors | bors | -1/+6 |
| 2023-09-25 | Auto merge of #116074 - fzs111:clarify-pin-docs, r=Mark-Simulacrum | bors | -1/+4 |
| 2023-09-24 | ConstParamTy: require Eq | Ralf Jung | -1/+6 |
| 2023-09-24 | Auto merge of #116075 - Colonial-Dev:issue-116063-fix, r=Mark-Simulacrum | bors | -0/+16 |
| 2023-09-23 | Add the `cfg_match!` macro | Caio | -0/+89 |
| 2023-09-23 | Clarify example in `Pin::new_unchecked` docs | FZs | -1/+4 |
| 2023-09-22 | Extend fix to wrapping_div, wrapping_div_euclid and wrapping_rem_euclid | James Haywood | -0/+12 |
| 2023-09-22 | Resolve rust-lang/rust#116063 | James Haywood | -0/+4 |
| 2023-09-22 | isqrt: initial implementation | Federico Stra | -0/+115 |
| 2023-09-22 | Auto merge of #114776 - fee1-dead-contrib:enable-effects-in-libcore, r=oli-obk | bors | -4/+5 |