| Age | Commit message (Expand) | Author | Lines |
| 2023-11-06 | Remove `cfg_match` from the prelude | Caio | -89/+91 |
| 2023-10-20 | Disable effects in libcore again | Oli Scherer | -1/+0 |
| 2023-10-02 | Bump version placeholders | Mark Rousskov | -90/+90 |
| 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/+165 |
| 2023-09-28 | Add Exclusive forwarding impls (FnOnce, FnMut, Generator) | David Tolnay | -1/+45 |
| 2023-09-28 | isqrt: disable long running tests in Miri | Federico Stra | -0/+8 |
| 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/+11 |
| 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 | 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: add more tests | Federico Stra | -0/+32 |
| 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/+245 |
| 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: add tests | Federico Stra | -0/+21 |
| 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 |
| 2023-09-21 | Rollup merge of #116007 - m-ou-se:const-panic-fmt-panic-display, r=oli-obk | Guillaume Gomez | -1/+2 |
| 2023-09-21 | avoid talking about inverses | Ralf Jung | -10/+14 |
| 2023-09-21 | consistent wording | Ralf Jung | -4/+4 |
| 2023-09-21 | documentation tweaks | Ralf Jung | -12/+12 |
| 2023-09-21 | offset_from: docs improvements | Ralf Jung | -4/+20 |
| 2023-09-21 | Rollup merge of #116008 - m-ou-se:boxmeup, r=oli-obk | Matthias Krüger | -2/+2 |
| 2023-09-20 | Fix typo. | Mara Bos | -1/+1 |
| 2023-09-20 | Rename BoxMeUp to PanicPayload. | Mara Bos | -2/+2 |
| 2023-09-20 | Call panic_display directly in const_panic_fmt. | Mara Bos | -1/+2 |
| 2023-09-20 | fix rustdoc tests | Deadbeef | -1/+1 |
| 2023-09-20 | Enable effects for libcore | Deadbeef | -5/+6 |
| 2023-09-20 | Auto merge of #114443 - tgross35:cstr-len, r=dtolnay | bors | -34/+72 |
| 2023-09-19 | explain mysterious addition in float minimum/maximum | Ralf Jung | -0/+2 |
| 2023-09-18 | Rollup merge of #115494 - RalfJung:primitive_docs, r=Mark-Simulacrum | Matthias Krüger | -23/+11 |
| 2023-09-18 | Rollup merge of #109409 - WaffleLapkin:progamer, r=dtolnay | Matthias Krüger | -0/+85 |
| 2023-09-18 | Fill-in tracking issue for `feature(cmp_minmax)` | Maybe Waffle | -3/+3 |
| 2023-09-18 | Add `minmax*` functions to `core::cmp` | Maybe Waffle | -0/+85 |
| 2023-09-18 | get rid of duplicate primitive_docs | Ralf Jung | -23/+11 |