| Age | Commit message (Expand) | Author | Lines |
| 2025-01-04 | Rollup merge of #135110 - matthiaskrgr:adler, r=workingjubilee | Jubilee | -1/+1 |
| 2025-01-04 | Rollup merge of #135104 - the8472:disable-in-place-iter-for-flatten, r=Mark-S... | Jubilee | -51/+22 |
| 2025-01-04 | Rollup merge of #134996 - bdbai:uwp-support, r=jieyouxu,ChrisDenton | Jubilee | -2/+3 |
| 2025-01-05 | Add doc aliases for `libm` and IEEE names | Trevor Gross | -0/+8 |
| 2025-01-05 | library: fix adler{-> 2}.debug | Matthias Krüger | -1/+1 |
| 2025-01-04 | add regression test for unsound Flatten/FlatMap specialization | The 8472 | -0/+14 |
| 2025-01-04 | do not in-place-iterate over flatmap/flatten | The 8472 | -51/+8 |
| 2025-01-04 | Rollup merge of #135091 - workingjubilee:backtrace-0.3.75, r=workingjubilee | Jubilee | -0/+0 |
| 2025-01-04 | Rollup merge of #135070 - klensy:backtrace-deps, r=workingjubilee | Jubilee | -23/+12 |
| 2025-01-04 | Rollup merge of #135046 - RalfJung:rustc_box_intrinsic, r=compiler-errors | Jubilee | -6/+26 |
| 2025-01-04 | precision: Sort `ilogb` with other precise operations | Trevor Gross | -1/+1 |
| 2025-01-04 | Rollup merge of #133964 - joboet:select_unpredictable, r=tgross35 | Matthias Krüger | -3/+51 |
| 2025-01-03 | Bump backtrace to 0.3.75 | Jubilee Young | -0/+0 |
| 2025-01-03 | Change to exhaustive matching for `default_ulp` | Trevor Gross | -39/+91 |
| 2025-01-03 | Rollup merge of #133420 - thesummer:rtems-unwind, r=workingjubilee | Matthias Krüger | -3/+2 |
| 2025-01-03 | Use intrinsics for `abs` and `copysign` when available | Trevor Gross | -16/+43 |
| 2025-01-03 | sync to actual dep verions of backtrace | klensy | -23/+12 |
| 2025-01-03 | turn rustc_box into an intrinsic | Ralf Jung | -6/+26 |
| 2025-01-03 | Auto merge of #135059 - matthiaskrgr:rollup-0ka9o3h, r=matthiaskrgr | bors | -1/+1 |
| 2025-01-03 | Rollup merge of #134241 - liigo:patch-16, r=dtolnay | Matthias Krüger | -1/+1 |
| 2025-01-03 | Auto merge of #134692 - GrigorenkoPV:sync_poision, r=tgross35 | bors | -27/+131 |
| 2025-01-03 | Fix UWP build | bdbai | -2/+3 |
| 2025-01-03 | Fix new `clippy::precedence` errors | Trevor Gross | -13/+13 |
| 2025-01-03 | Rename `EXP_MAX` to `EXP_SAT` | Trevor Gross | -8/+11 |
| 2025-01-03 | Shorten prefixes for float constants | Trevor Gross | -116/+111 |
| 2025-01-02 | Bump backtrace to rust-lang/backtrace-rs@4d7906b | Jubilee Young | -0/+0 |
| 2025-01-02 | Rename generic `abs` to `fabs` | Trevor Gross | -5/+5 |
| 2025-01-02 | macros: Always emit `f16_enabled` and `f128_enabled` attributes | Trevor Gross | -20/+57 |
| 2025-01-02 | Auto merge of #122565 - Zoxc:atomic-panic-msg, r=the8472 | bors | -1/+17 |
| 2025-01-02 | path in detail | Liigo Zhuang | -1/+1 |
| 2025-01-02 | Move some things to `std::sync::poison` and reexport them in `std::sync` | Pavel Grigorenko | -27/+131 |
| 2025-01-02 | fix doc for missing Box allocator consistency | LemonJ | -0/+3 |
| 2025-01-01 | Auto merge of #135005 - matthiaskrgr:rollup-5ubuitt, r=matthiaskrgr | bors | -1/+1 |
| 2025-01-01 | Rollup merge of #134985 - mgsloan:remove-unnecessary-qualification-in-Ord-tra... | Matthias Krüger | -1/+1 |
| 2025-01-01 | Rename the internal simpler `quote` macro to `minimal_quote` | Asuna | -24/+24 |
| 2025-01-01 | Auto merge of #134080 - kleisauke:avoid-lfs64-emscripten, r=Noratrieb | bors | -17/+3 |
| 2025-01-01 | Try to write the panic message with a single `write_all` call | John Kåre Alsaker | -1/+17 |
| 2025-01-01 | Stabilize const_slice_flatten | DaniPopes | -2/+2 |
| 2025-01-01 | std::fs::DirEntry.metadata(): prefer use of lstat() on Emscripten | Kleis Auke Wolthuizen | -8/+1 |
| 2025-01-01 | Avoid use of LFS64 symbols on Emscripten | Kleis Auke Wolthuizen | -9/+2 |
| 2025-01-01 | Add missing functions to the macro list | Trevor Gross | -19/+42 |
| 2025-01-01 | Use `rustdoc` output to create a list of public API | Trevor Gross | -69/+283 |
| 2025-01-01 | Forward the `CI` environment variable when running in Docker | Trevor Gross | -0/+1 |
| 2025-01-01 | Auto merge of #134969 - Marcondiro:master, r=jhpratt,programmerjake | bors | -7/+11 |
| 2025-01-01 | Rollup merge of #131439 - mu001999-contrib:cleanup/static-mut, r=estebank | Stuart Cook | -2/+0 |
| 2024-12-31 | Improve `select_nth_unstable` documentation clarity | Michael Sloan | -42/+40 |
| 2024-12-31 | Remove qualification of `std::cmp::Ordering` in `Ord` doc | Michael Sloan | -1/+1 |
| 2024-12-31 | Auto merge of #132195 - clarfonthey:bigint-mul, r=scottmcm | bors | -123/+388 |
| 2024-12-31 | Auto merge of #134966 - matthiaskrgr:rollup-lmhmgsv, r=matthiaskrgr | bors | -4/+0 |
| 2024-12-31 | char to_digit: avoid unnecessary casts to u64 | Marcondiro | -7/+11 |