about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-04-24Work around cygwin issue on timeout王宇逸-1/+4
2025-04-23Auto merge of #140180 - ChrisDenton:rollup-5pvs08u, r=ChrisDentonbors-11/+21
2025-04-23Impl new API `std::os::unix::fs::mkfifo` under feature `unix_fifo`Jiahao XU-1/+63
2025-04-23fix f*::MAX_EXP and MIN_EXP docsRalf Jung-24/+48
2025-04-23Document breaking out of a named code blockArtur Roos-0/+27
2025-04-23Remove workarounds for llvm/llvm-project#98306sayantn-6/+14
2025-04-23Re-enable `armv7-unknown-linux-gnueabihf`sayantn-3/+1
2025-04-23Add power9 and power8 target-featuresLuca Barbato-1/+36
2025-04-23reset the host linkerFolkert de Vries-0/+6
2025-04-23run `cargo generate-lockfile` before running dockerFolkert de Vries-0/+3
2025-04-23run `powerpc64le` `assert_instr` on CIFolkert de Vries-3/+2
2025-04-23libm-macros: Start tracking which functions are publicTrevor Gross-175/+226
2025-04-23Make algebraic intrinsics into 'const fn' items; Make algebraic functions of ...Gabriel Bjørnager Jensen-25/+45
2025-04-23Rollup merge of #140163 - thaliaarchi:pathbuf-validate-extension, r=ChrisDentonChris Denton-7/+17
2025-04-23Rollup merge of #140146 - tgross35:update-builtins, r=tgross35Chris Denton-4/+4
2025-04-22musl: Update submoduleTrevor Gross-0/+0
2025-04-22Rollup merge of #140149 - RalfJung:test_nan, r=tgross35Chris Denton-0/+20
2025-04-22Rollup merge of #139617 - Berrysoft:cygwin-posix-spawn, r=joboetChris Denton-2/+6
2025-04-22Validate extension in `PathBuf::add_extension`Thalia Archibald-7/+17
2025-04-22remove intrinsics::drop_in_placeRalf Jung-9/+0
2025-04-22chore: Release libm v0.2.13Trevor Gross-1/+7
2025-04-22fix: Switch to resolver v2Trevor Gross-1/+1
2025-04-22MANTISSA_DIGITS: explain relation to bitwise representationRalf Jung-0/+12
2025-04-22test_nan: ensure the NAN contant is quietRalf Jung-0/+8
2025-04-22Update `compiler_builtins` to 0.1.156Trevor Gross-4/+4
2025-04-21Unify owned `Env` types between platformsThalia Archibald-348/+98
2025-04-22chore: Combine CHANGELOG files for compiler-builtinsTrevor Gross-108/+100
2025-04-22chore: release builtins 0.1.156 and libm 0.2.12github-actions[bot]-2/+50
2025-04-21Deduplicate unsupported env itemsThalia Archibald-42/+8
2025-04-22Reimplement the generic fmodquaternic-66/+55
2025-04-21Fix `unsafe_op_in_unsafe_fn` for Unix envThalia Archibald-6/+4
2025-04-21Move zkVM constants into `sys::env_consts`Thalia Archibald-9/+11
2025-04-21Move `sys::pal::os::Env` into `sys::env`Thalia Archibald-1198/+1228
2025-04-21Rename the `public-test-deps` feature to `unstable-public-internals`Trevor Gross-19/+19
2025-04-21ci: Fix extensive testsTrevor Gross-16/+25
2025-04-22Rollup merge of #140081 - Berrysoft:update-libc-172, r=tgross35Chris Denton-3/+3
2025-04-21Auto merge of #140127 - ChrisDenton:rollup-2kye32h, r=ChrisDentonbors-60/+35
2025-04-21Rollup merge of #140118 - tamird:cstr-cleanup, r=joboetChris Denton-12/+10
2025-04-21Rollup merge of #140111 - jogru0:redundant_pattern, r=compiler-errorsChris Denton-1/+1
2025-04-21Rollup merge of #139795 - jethrogb:jb/sgx-linkage-comments, r=joboetChris Denton-6/+14
2025-04-21Rollup merge of #139711 - thaliaarchi:hermit-args, r=jhprattChris Denton-40/+9
2025-04-21Rollup merge of #134213 - folkertdev:stabilize-naked-functions, r=tgross35,Am...Chris Denton-1/+1
2025-04-21use 'unadjusted' ABI for wasm LLVM intrinsicsRalf Jung-4/+4
2025-04-21Rollup merge of #140009 - ShE3py:tls-abort, r=thomccChris Denton-2/+6
2025-04-21Rollup merge of #139982 - coolreader18:time-doc-tweak, r=jhprattChris Denton-2/+3
2025-04-21Rollup merge of #139946 - mumbleskates:any-fix-missing-word, r=jhprattChris Denton-2/+2
2025-04-21Replace colon with parentheses, add missing periodTamir Duberstein-1/+1
2025-04-21cleanup redundant pattern instancesJonathan Gruner-1/+1
2025-04-21Fix compiler-builtins publishTrevor Gross-16/+7
2025-04-21Update README and CONTRIBUTING for the new repository layoutTrevor Gross-158/+213