| Age | Commit message (Expand) | Author | Lines |
| 2025-04-24 | Work around cygwin issue on timeout | 王宇逸 | -1/+4 |
| 2025-04-23 | Auto merge of #140180 - ChrisDenton:rollup-5pvs08u, r=ChrisDenton | bors | -11/+21 |
| 2025-04-23 | Impl new API `std::os::unix::fs::mkfifo` under feature `unix_fifo` | Jiahao XU | -1/+63 |
| 2025-04-23 | fix f*::MAX_EXP and MIN_EXP docs | Ralf Jung | -24/+48 |
| 2025-04-23 | Document breaking out of a named code block | Artur Roos | -0/+27 |
| 2025-04-23 | Remove workarounds for llvm/llvm-project#98306 | sayantn | -6/+14 |
| 2025-04-23 | Re-enable `armv7-unknown-linux-gnueabihf` | sayantn | -3/+1 |
| 2025-04-23 | Add power9 and power8 target-features | Luca Barbato | -1/+36 |
| 2025-04-23 | reset the host linker | Folkert de Vries | -0/+6 |
| 2025-04-23 | run `cargo generate-lockfile` before running docker | Folkert de Vries | -0/+3 |
| 2025-04-23 | run `powerpc64le` `assert_instr` on CI | Folkert de Vries | -3/+2 |
| 2025-04-23 | libm-macros: Start tracking which functions are public | Trevor Gross | -175/+226 |
| 2025-04-23 | Make algebraic intrinsics into 'const fn' items; Make algebraic functions of ... | Gabriel Bjørnager Jensen | -25/+45 |
| 2025-04-23 | Rollup merge of #140163 - thaliaarchi:pathbuf-validate-extension, r=ChrisDenton | Chris Denton | -7/+17 |
| 2025-04-23 | Rollup merge of #140146 - tgross35:update-builtins, r=tgross35 | Chris Denton | -4/+4 |
| 2025-04-22 | musl: Update submodule | Trevor Gross | -0/+0 |
| 2025-04-22 | Rollup merge of #140149 - RalfJung:test_nan, r=tgross35 | Chris Denton | -0/+20 |
| 2025-04-22 | Rollup merge of #139617 - Berrysoft:cygwin-posix-spawn, r=joboet | Chris Denton | -2/+6 |
| 2025-04-22 | Validate extension in `PathBuf::add_extension` | Thalia Archibald | -7/+17 |
| 2025-04-22 | remove intrinsics::drop_in_place | Ralf Jung | -9/+0 |
| 2025-04-22 | chore: Release libm v0.2.13 | Trevor Gross | -1/+7 |
| 2025-04-22 | fix: Switch to resolver v2 | Trevor Gross | -1/+1 |
| 2025-04-22 | MANTISSA_DIGITS: explain relation to bitwise representation | Ralf Jung | -0/+12 |
| 2025-04-22 | test_nan: ensure the NAN contant is quiet | Ralf Jung | -0/+8 |
| 2025-04-22 | Update `compiler_builtins` to 0.1.156 | Trevor Gross | -4/+4 |
| 2025-04-21 | Unify owned `Env` types between platforms | Thalia Archibald | -348/+98 |
| 2025-04-22 | chore: Combine CHANGELOG files for compiler-builtins | Trevor Gross | -108/+100 |
| 2025-04-22 | chore: release builtins 0.1.156 and libm 0.2.12 | github-actions[bot] | -2/+50 |
| 2025-04-21 | Deduplicate unsupported env items | Thalia Archibald | -42/+8 |
| 2025-04-22 | Reimplement the generic fmod | quaternic | -66/+55 |
| 2025-04-21 | Fix `unsafe_op_in_unsafe_fn` for Unix env | Thalia Archibald | -6/+4 |
| 2025-04-21 | Move zkVM constants into `sys::env_consts` | Thalia Archibald | -9/+11 |
| 2025-04-21 | Move `sys::pal::os::Env` into `sys::env` | Thalia Archibald | -1198/+1228 |
| 2025-04-21 | Rename the `public-test-deps` feature to `unstable-public-internals` | Trevor Gross | -19/+19 |
| 2025-04-21 | ci: Fix extensive tests | Trevor Gross | -16/+25 |
| 2025-04-22 | Rollup merge of #140081 - Berrysoft:update-libc-172, r=tgross35 | Chris Denton | -3/+3 |
| 2025-04-21 | Auto merge of #140127 - ChrisDenton:rollup-2kye32h, r=ChrisDenton | bors | -60/+35 |
| 2025-04-21 | Rollup merge of #140118 - tamird:cstr-cleanup, r=joboet | Chris Denton | -12/+10 |
| 2025-04-21 | Rollup merge of #140111 - jogru0:redundant_pattern, r=compiler-errors | Chris Denton | -1/+1 |
| 2025-04-21 | Rollup merge of #139795 - jethrogb:jb/sgx-linkage-comments, r=joboet | Chris Denton | -6/+14 |
| 2025-04-21 | Rollup merge of #139711 - thaliaarchi:hermit-args, r=jhpratt | Chris Denton | -40/+9 |
| 2025-04-21 | Rollup merge of #134213 - folkertdev:stabilize-naked-functions, r=tgross35,Am... | Chris Denton | -1/+1 |
| 2025-04-21 | use 'unadjusted' ABI for wasm LLVM intrinsics | Ralf Jung | -4/+4 |
| 2025-04-21 | Rollup merge of #140009 - ShE3py:tls-abort, r=thomcc | Chris Denton | -2/+6 |
| 2025-04-21 | Rollup merge of #139982 - coolreader18:time-doc-tweak, r=jhpratt | Chris Denton | -2/+3 |
| 2025-04-21 | Rollup merge of #139946 - mumbleskates:any-fix-missing-word, r=jhpratt | Chris Denton | -2/+2 |
| 2025-04-21 | Replace colon with parentheses, add missing period | Tamir Duberstein | -1/+1 |
| 2025-04-21 | cleanup redundant pattern instances | Jonathan Gruner | -1/+1 |
| 2025-04-21 | Fix compiler-builtins publish | Trevor Gross | -16/+7 |
| 2025-04-21 | Update README and CONTRIBUTING for the new repository layout | Trevor Gross | -158/+213 |