| Age | Commit message (Expand) | Author | Lines |
| 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 | 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: 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 | checked_ilog: remove duplication by delegating to unsigned integers | Federico Stra | -22/+3 |
| 2023-09-22 | checked_ilog: add benchmarks | Federico Stra | -6/+73 |
| 2023-09-22 | checked_ilog: add comments explaining the correctness of the 128 bit optimiza... | Federico Stra | -0/+16 |
| 2023-09-22 | checked_ilog: set `n` and `r` directly avoiding arithmetic operations | Federico Stra | -6/+4 |
| 2023-09-22 | checked_ilog: improve performance | Federico Stra | -8/+8 |
| 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 | Stabilize `{IpAddr, Ipv6Addr}::to_canonical` | Trevor Gross | -10/+13 |
| 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 |
| 2023-09-18 | Auto merge of #108043 - a1phyr:string_write_fmt, r=workingjubilee | bors | -2/+22 |
| 2023-09-18 | Auto merge of #115547 - WaffleLapkin:spin_looping, r=Mark-Simulacrum | bors | -24/+17 |
| 2023-09-17 | Specialize `fmt::Write::write_fmt` for `Sized` types | Benoît du Garreau | -2/+22 |