| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-12-31 | Rollup merge of #134953 - DiuDiu777:unaligned-doc, r=RalfJung | Matthias Krüger | -4/+0 |
| 2024-12-31 | Auto merge of #134620 - ChrisDenton:line-writer, r=tgross35 | bors | -6/+21 |
| 2024-12-31 | Rollup merge of #134930 - RalfJung:ptr-docs-valid-access, r=jhpratt | Stuart Cook | -2/+2 |
| 2024-12-31 | Rollup merge of #134927 - DaniPopes:const-as_flattened_mut, r=scottmcm | Stuart Cook | -1/+2 |
| 2024-12-31 | fix doc for read write unaligned in zst operation | LemonJ | -4/+0 |
| 2024-12-30 | Auto merge of #134757 - RalfJung:const_swap, r=scottmcm | bors | -12/+25 |
| 2024-12-30 | ptr docs: make it clear that we are talking only about memory accesses | Ralf Jung | -2/+2 |
| 2024-12-30 | Make slice::as_flattened_mut unstably const | DaniPopes | -1/+2 |
| 2024-12-30 | Remove lossy casting in `logspace` | Trevor Gross | -3/+10 |
| 2024-12-29 | Set the allowed FMA ULP to 0 | Trevor Gross | -0/+2 |
| 2024-12-30 | Fix ptr::from_ref documentation example comment | Mads Marquart | -2/+2 |
| 2024-12-29 | Rollup merge of #134884 - calciumbe:patch1, r=jieyouxu | Matthias Krüger | -2/+2 |
| 2024-12-29 | Rollup merge of #134870 - geofft:patch-1, r=jhpratt | Matthias Krüger | -1/+1 |
| 2024-12-29 | fix: typos | calciumbe | -2/+2 |
| 2024-12-29 | Rollup merge of #134851 - lukas-code:alloc-ffi, r=tgross35 | Stuart Cook | -1/+1 |
| 2024-12-29 | Fix typo and prettify comment | Satoshi Tanda | -5/+3 |