| Age | Commit message (Expand) | Author | Lines |
| 2024-10-28 | Auto merge of #132145 - RalfJung:stdarch, r=Amanieu | bors | -4/+4 |
| 2024-10-28 | clarified doc for `std::fs::OpenOptions.truncate()` | yakiimoninja | -1/+1 |
| 2024-10-28 | std: refactor `pthread`-based synchronization | joboet | -438/+463 |
| 2024-10-28 | Impl TryFrom<Vec<u8>> for String | Elichai Turkel | -0/+18 |
| 2024-10-28 | New lint: `dangling_pointers_from_temporaries` | Pavel Grigorenko | -1/+5 |
| 2024-10-28 | Rollup merge of #131391 - ChaiTRex:isqrt, r=scottmcm,tgross35 | Matthias Krüger | -15/+8 |
| 2024-10-28 | we can now enable the 'const stable fn must be stable' check | Ralf Jung | -4/+4 |
| 2024-10-28 | bump stdarch | Ralf Jung | -0/+0 |
| 2024-10-28 | cleanup wasm const fn | Ralf Jung | -16/+0 |
| 2024-10-28 | Auto merge of #132251 - jieyouxu:rollup-mtv9mpd, r=jieyouxu | bors | -1/+2 |
| 2024-10-28 | Auto merge of #132200 - Mark-Simulacrum:strengthen-cross-lang, r=RalfJung | bors | -2/+10 |
| 2024-10-27 | ci: `rustup --no-self-update` and reuqire MSRV checks | Trevor Gross | -30/+33 |
| 2024-10-27 | Don't deny warnings when checking MSRV | Trevor Gross | -0/+2 |
| 2024-10-27 | chore: release v0.2.10 | github-actions[bot] | -1/+7 |
| 2024-10-27 | Set the MSRV to 1.63 and document it as such | Trevor Gross | -3/+12 |
| 2024-10-27 | Change `build.rs` to use the older `:` rather than `::` | Trevor Gross | -3/+3 |
| 2024-10-27 | Support `char::is_digit` in const contexts | ultrabear | -1/+2 |
| 2024-10-27 | Use Hacker's Delight impl in `i64::midpoint` instead of wide `i128` impl | Urgau | -2/+2 |
| 2024-10-27 | Rc/Arc: don't leak the allocation if drop panics | Lukas Markeffsky | -18/+17 |
| 2024-10-27 | add test for panicking drop in Box/Rc/Arc | Lukas Markeffsky | -3/+113 |
| 2024-10-27 | Auto merge of #131284 - dingxiangfei2009:rename-smart-ptr-to-coerce-referent,... | bors | -3/+4 |
| 2024-10-27 | Auto merge of #132191 - Urgau:midpoint_signed_towards_zero, r=dtolnay | bors | -40/+122 |
| 2024-10-27 | Add a CI test that the crate builds on stable | Trevor Gross | -0/+10 |
| 2024-10-27 | Add a new trait `proc_macro::ToTokens` | Asuna | -0/+314 |
| 2024-10-26 | Add a .git-blame-ignore-revs file | Trevor Gross | -0/+5 |
| 2024-10-26 | Run `cargo fmt` with new settings | Trevor Gross | -393/+131 |
| 2024-10-26 | Add a rustfmt.toml file matching rust-lang/rust | Trevor Gross | -1/+6 |
| 2024-10-26 | Update compiler-builtins to 0.1.136 | Trevor Gross | -4/+4 |
| 2024-10-26 | chore: release v0.1.136 | github-actions[bot] | -1/+1 |
| 2024-10-26 | Update the libm submodule | Trevor Gross | -0/+0 |
| 2024-10-26 | chore: release v0.2.9 | github-actions[bot] | -4/+37 |
| 2024-10-26 | Fix release-plz workflow configuration | Trevor Gross | -2/+0 |
| 2024-10-26 | Add release-plz for automated releases | Trevor Gross | -0/+31 |
| 2024-10-26 | Update licensing to MIT AND Apache-2.0 WITH LLVM-exception | Trevor Gross | -70/+249 |
| 2024-10-26 | Update licensing to MIT AND (MIT OR Apache-2.0) | Trevor Gross | -236/+269 |
| 2024-10-26 | Auto merge of #131715 - tgross35:add-const_sockaddr_setters, r=Amanieu | bors | -16/+25 |
| 2024-10-26 | Make clearer that guarantees in ABI compatibility are for Rust only | Mark Rousskov | -2/+10 |
| 2024-10-26 | Add test for all midpoint expectations | Urgau | -0/+55 |
| 2024-10-27 | std_detect: Add pauth-lr aarch64 target feature | Kajetan Puchalski | -0/+8 |
| 2024-10-26 | Simplify documentation for Extend impl for tuples | Sebastian Hahn | -14/+6 |
| 2024-10-26 | Round negative signed integer towards zero in `iN::midpoint` | Urgau | -40/+67 |
| 2024-10-26 | Rollup merge of #132019 - daboross:document-partialeq-oncelock, r=Mark-Simula... | Matthias Krüger | -0/+20 |
| 2024-10-26 | Add Extend impls for tuples of arity 1 through 12 | Sebastian Hahn | -110/+138 |
| 2024-10-26 | Don't deny warnings in lib.rs | Trevor Gross | -8/+7 |
| 2024-10-25 | Rename the `musl-bitwise-tests` feature to `test-musl-serialized` | Trevor Gross | -10/+10 |
| 2024-10-25 | Auto merge of #131349 - RalfJung:const-stability-checks, r=compiler-errors | bors | -175/+279 |
| 2024-10-25 | Add an `abs` function to the `Float` trait | Trevor Gross | -0/+5 |
| 2024-10-25 | Rename `Float::repr` and `Float::from_repr` | Trevor Gross | -72/+71 |
| 2024-10-25 | Rollup merge of #132137 - RalfJung:behavior, r=Noratrieb | Matthias Krüger | -75/+75 |
| 2024-10-25 | get rid of the internal unlikely macro | Ralf Jung | -33/+31 |