| Age | Commit message (Expand) | Author | Lines |
| 2025-02-10 | Use io::const_error! when possible over io::Error::new | Thalia Archibald | -15/+15 |
| 2025-02-10 | Increase allowed offset from infinity for ynf | Trevor Gross | -1/+1 |
| 2025-02-10 | Add `fminimum`, `fmaximum`, `fminimum_num`, and `fmaximum_num` | Trevor Gross | -31/+997 |
| 2025-02-10 | Combine `fmin{,f,f16,f128}` and `fmax{,f,f16,128}` into a single file | Trevor Gross | -64/+65 |
| 2025-02-10 | Small refactor of bigint tests | Trevor Gross | -31/+34 |
| 2025-02-10 | Auto merge of #136823 - matthiaskrgr:rollup-vp20mk1, r=matthiaskrgr | bors | -4/+4 |
| 2025-02-10 | Reword doc comment on `CoercePointeeValidated` | Michael Goulet | -6/+5 |
| 2025-02-10 | Rollup merge of #136714 - tgross35:update-builtins, r=tgross35 | Matthias Krüger | -4/+4 |
| 2025-02-10 | Auto merge of #135701 - calebzulawski:sync-from-portable-simd-2025-01-18, r=w... | bors | -388/+865 |
| 2025-02-10 | Implement `read*_exact` for `std:io::repeat` | Benoît du Garreau | -0/+11 |
| 2025-02-10 | Eliminate the use of `force_eval!` in `ceil`, `floor`, and `trunc` | Trevor Gross | -37/+220 |
| 2025-02-10 | Migrate away from nonfunctional `fenv` stubs | Trevor Gross | -141/+240 |
| 2025-02-10 | Add `_value` methods to proc_macro lib | Guillaume Gomez | -0/+123 |
| 2025-02-10 | Extract `unescape` from `rustc_lexer` into its own crate | Guillaume Gomez | -0/+738 |
| 2025-02-10 | Rollup merge of #136805 - RalfJung:miri-win-delete-self, r=Noratrieb | Jubilee | -0/+1 |
| 2025-02-10 | Rollup merge of #136705 - compiler-errors:edition-library, r=jhpratt | Jubilee | -152/+156 |
| 2025-02-10 | Rollup merge of #136552 - ChrisDenton:option-find-handle, r=Mark-Simulacrum | Jubilee | -10/+6 |
| 2025-02-10 | Rollup merge of #136353 - purplesyringa:libtest-instant-wasm, r=Mark-Simulacrum | Jubilee | -2/+3 |
| 2025-02-10 | Rollup merge of #136228 - hkBst:patch-28, r=Mark-Simulacrum | Jubilee | -3/+3 |
| 2025-02-10 | Introduce a trait constant for the minimum positive normal value | Trevor Gross | -0/+10 |
| 2025-02-10 | ignore win_delete_self test in Miri | Ralf Jung | -0/+1 |
| 2025-02-09 | Implement `u256` with two `u128`s rather than `u64` | Trevor Gross | -188/+298 |
| 2025-02-09 | ci: Pin the nightly toolchain for i686-pc-windows-gnu | Trevor Gross | -1/+2 |
| 2025-02-09 | Increase the tolerance for `jn` and `yn` | Trevor Gross | -12/+14 |
| 2025-02-09 | Stabilize file_lock | Christopher Berner | -10/+5 |
| 2025-02-09 | Add .git-blame-ignore-revs | Eric Huss | -0/+4 |
| 2025-02-09 | Format with style edition 2024 | Eric Huss | -803/+228 |
| 2025-02-09 | fix(libtest): Enable Instant on Emscripten targets | Alisa Sireneva | -2/+3 |
| 2025-02-10 | block coerce_pointee_validated for stabilization | Ding Xiang Fei | -1/+1 |
| 2025-02-09 | Update all crates to Rust 2024 | Eric Huss | -11/+11 |
| 2025-02-09 | Update documentation for unsafe_op_in_unsafe_fn | Eric Huss | -55/+57 |
| 2025-02-09 | Allow unsafe_op_in_unsafe_fn | Eric Huss | -0/+5 |
| 2025-02-09 | Apply unsafe_attr_outside_unsafe | Eric Huss | -5/+5 |
| 2025-02-09 | Rollup merge of #135488 - GrigorenkoPV:vec_pop_if, r=jhpratt | Matthias Krüger | -5/+1 |
| 2025-02-09 | Apply rust_2024_incompatible_pat | Eric Huss | -2/+2 |
| 2025-02-09 | Apply keyword_idents_2024 | Eric Huss | -1/+1 |
| 2025-02-09 | Apply missing_unsafe_on_extern | Eric Huss | -1116/+1116 |
| 2025-02-09 | Fix pattern matching mode changes and unsafe_op_in_unsafe_fn | Michael Goulet | -6/+10 |
| 2025-02-09 | Mark extern blocks as unsafe | Michael Goulet | -132/+132 |
| 2025-02-09 | Rename field in OnceWith from gen to make | Michael Goulet | -7/+7 |
| 2025-02-09 | Mark link_section attr with unsafe | Michael Goulet | -7/+7 |
| 2025-02-09 | Update string.rs | Robert Bastian | -5/+2 |
| 2025-02-09 | Auto merge of #136751 - bjorn3:update_rustfmt, r=Mark-Simulacrum | bors | -250/+292 |
| 2025-02-09 | Auto merge of #136754 - Urgau:rollup-qlkhjqr, r=Urgau | bors | -7/+53 |
| 2025-02-09 | rename the trait to validity and place a feature gate afront | Ding Xiang Fei | -4/+13 |
| 2025-02-09 | introduce CoercePointeeWellformed for coherence checks at typeck stage | Ding Xiang Fei | -0/+6 |
| 2025-02-08 | Rollup merge of #136724 - steffahn:asyncfn-non-fundamental, r=compiler-errors | Jubilee | -3/+0 |
| 2025-02-08 | Rollup merge of #136710 - JakenHerman:jaken/iterator-docs, r=workingjubilee | Jubilee | -1/+6 |
| 2025-02-08 | Rollup merge of #136686 - bjoernager:master, r=jhpratt | Jubilee | -8/+8 |
| 2025-02-09 | Rollup merge of #136601 - compiler-errors:borrow-null-zst, r=saethlin | Urgau | -1/+1 |