about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-04-19Move the libm .editorconfig to rootTrevor Gross-5/+0
2025-04-19Combine the libm .gitignoreTrevor Gross-12/+12
2025-04-19Remove libm CI dockerfilesTrevor Gross-249/+0
2025-04-19Run `cargo fmt` on all projectsTrevor Gross-283/+1070
2025-04-19Add a .rustfmt.toml with style edition 2024Trevor Gross-1/+0
2025-04-19Add libm and libm-macros to the workspaceTrevor Gross-40/+33
2025-04-19libm: Fix crate compilationTrevor Gross-10/+10
2025-04-19docs: fix typo change from inconstants to invariantsOnè-1/+1
2025-04-19Fix the release-plz jobTrevor Gross-34/+2
2025-04-19libm: Flatten the `libm/libm` directoryTrevor Gross-1/+1
2025-04-19libm: Reorganize into compiler-builtinsTrevor Gross-316/+314
2025-04-19libm: Remove compiler-builtins-smoke-testTrevor Gross-245/+0
2025-04-19Update .git-blame-ignore-revs after the libm mergeTrevor Gross-1/+2
2025-04-19Update path to libm after the mergeTrevor Gross-1/+1
2025-04-19Update submodules after the `libm` mergeTrevor Gross-4/+4
2025-04-19Merge remote-tracking branch 'libm/merge-into-builtins-prep' into absorb-libmTrevor Gross-0/+31148
2025-04-19Remove the libm submoduleTrevor Gross-3/+0
2025-04-19Rollup merge of #139533 - jogru0:130711, r=Mark-SimulacrumChris Denton-0/+44
2025-04-19Rollup merge of #139868 - thaliaarchi:move-env-consts-pal, r=joboetChris Denton-187/+192
2025-04-19Rollup merge of #140016 - pfmooney:illumos-fstatat, r=jhprattChris Denton-3/+6
2025-04-19Rollup merge of #139922 - jnqnfe:cstr_doc_fix, r=jhprattChris Denton-1/+1
2025-04-19Rollup merge of #139535 - ChrisDenton:default-ptr, r=tgross35Chris Denton-0/+33
2025-04-19added test for Enumerate::next_index on empty iteratorJonathan Gruner-0/+11
2025-04-19added doctest for Enumerate::next_indexJonathan Gruner-0/+21
2025-04-19add next_index to EnumerateJonathan Gruner-0/+12
2025-04-19simd_select_bitmask: the 'padding' bits in the mask are just ignoredRalf Jung-3/+1
2025-04-19Auto merge of #139114 - m-ou-se:super-let-pin, r=davidtwcobors-102/+36
2025-04-19Improve rustdocs on slice_as_chunks methodsScott McMurray-8/+94
2025-04-19ci: Update `ci/run-docker.sh` to match libmTrevor Gross-55/+69
2025-04-18ci: Make CI configuration more similar to `libm`Trevor Gross-119/+161
2025-04-18Handle unsupported fallbackThalia Archibald-1/+28
2025-04-18Combine env consts into std::sys::env_constsThalia Archibald-95/+71
2025-04-18Rename `testcrate` to `builtins-test`Trevor Gross-37/+38
2025-04-18Sort Unix env constants alphabetically by target_osThalia Archibald-98/+100
2025-04-18Migrate all crates except `libm` to edition 2024Trevor Gross-30/+34
2025-04-18refactor: Introduce a virtual manifestTrevor Gross-302/+305
2025-04-18refactor: Move the `libm` crate to a subdirectoryTrevor Gross-23/+334
2025-04-18Mark generic functions `#[inline]`Trevor Gross-2/+27
2025-04-18std: Use fstatat() on illumosPatrick Mooney-3/+6
2025-04-18Combine the source files for `fmod`Trevor Gross-31/+27
2025-04-18Remove errant doc comment linesTamir Duberstein-2/+0
2025-04-18Move `<CStr as Debug>` test to coretestsTamir Duberstein-6/+6
2025-04-18Invert `<CString as Deref>::deref` and `CString::as_c_str`Tamir Duberstein-3/+3
2025-04-18Auto merge of #139996 - matthiaskrgr:rollup-0nka2hw, r=matthiaskrgrbors-1/+12
2025-04-18rtprintpanic: clarify that the error is aborting the processLieselotte-1/+1
2025-04-18LocalKey<T>: document that the dtor should not panicLieselotte-1/+5
2025-04-18Ensure all public functions are marked `no_panic`Trevor Gross-0/+15
2025-04-18ci: Account for `PR_NUMBER` being set to an empty stringTrevor Gross-1/+1
2025-04-18Ensure configure.rs changes trigger rebuildsTrevor Gross-0/+3
2025-04-18Remove impl_tag from CONTRIBUTING.md filearshitas-1/+1