about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-01-25Rollup merge of #136005 - BLANKatGITHUB:library, r=RalfJungMatthias Krüger-677/+957
2025-01-25Improve and expand documentation of pipesJosh Triplett-8/+14
2025-01-25Correct comment for FreeBSD and DragonFly BSD in unix/threadHuang Qi-1/+1
2025-01-25Rework the available Cargo profilesTrevor Gross-13/+21
2025-01-25Rollup merge of #135991 - no1wudi:master, r=thomccMatthias Krüger-3/+8
2025-01-25Rollup merge of #135977 - nyurik:fix-fmt-options, r=joboetMatthias Krüger-1/+16
2025-01-24docs: fix typo in std::pin overviewNathan VanBenschoten-2/+2
2025-01-25Remove unused trait BoundedSizeMu001999-55/+0
2025-01-25Remove remnants of the `checked` featureTrevor Gross-15/+10
2025-01-25Use `remquo` from RugTrevor Gross-67/+5
2025-01-25Use `frexp` from RugTrevor Gross-6/+1
2025-01-25Use `az` exported from RugTrevor Gross-7/+5
2025-01-25Upgrade all dependencies to the latest versionTrevor Gross-8/+8
2025-01-24Rollup merge of #135938 - carlsverre:master, r=joboetMatthias Krüger-0/+20
2025-01-24Rollup merge of #135728 - hkBst:patch-8, r=joboetMatthias Krüger-3/+5
2025-01-24Rollup merge of #135415 - Harshit933:hard-link-error, r=ChrisDentonMatthias Krüger-0/+1
2025-01-25Stabilize `vec_pop_if`Pavel Grigorenko-5/+1
2025-01-24fix(libtest): Deprecate '--logfile'Ed Page-2/+6
2025-01-24Add an `unchecked_div` alias to the `Div<NonZero<_>>` implsScott McMurray-0/+7
2025-01-24Update library/core/src/num/nonzero.rs Carl Sverre-1/+1
2025-01-24Add `File already exists` error doc to `hard_link` functionHarshit Verma-0/+1
2025-01-24ports last few library files to new intrinsic styleaaishwarymishra@gmail.com-677/+957
2025-01-24Rollup merge of #135983 - hkBst:patch-13, r=jhprattMatthias Krüger-4/+3
2025-01-24Rollup merge of #135956 - GrigorenkoPV:vec_pop_off, r=dtolnayMatthias Krüger-7/+4
2025-01-24Fix set_name in thread mod for NuttXHuang Qi-3/+8
2025-01-24add nto80 x86-64 and aarch64 targetAkhilTThomas-13/+5
2025-01-24Add support for QNX 7.1 with io-sock on x64Florian Bartels-1/+1
2025-01-24Add new target for supporting Neutrino QNX 6.1 with `io-socket` network stack...Florian Bartels-4/+6
2025-01-24Doc difference between extend and extend_from_sliceMarijn Schouten-4/+3
2025-01-24Enable missing icount benchmarksTrevor Gross-0/+6
2025-01-24Update a bunch of comments from before wasi support was addedbjorn3-5/+4
2025-01-24Remove a bunch of emscripten test ignoresbjorn3-59/+29
2025-01-24Fix testing of the standard library with Emscriptenbjorn3-3/+30
2025-01-24Auto merge of #135978 - matthiaskrgr:rollup-ni16gqr, r=matthiaskrgrbors-1/+86
2025-01-24Add `fmodf128`Trevor Gross-33/+40
2025-01-24Add way to override the number of iterations for specific testsTrevor Gross-9/+29
2025-01-24Increase or set CI timeoutsTrevor Gross-2/+8
2025-01-24Rollup merge of #135890 - GrigorenkoPV:deque-pop-if, r=thomccMatthias Krüger-0/+86
2025-01-24Rollup merge of #135489 - RalfJung:TryFromSliceError, r=tgross35Matthias Krüger-1/+0
2025-01-24Fix `FormattingOptions` instantiation with `Default`Yuri Astrakhan-1/+16
2025-01-24Add `fmodf16` using the generic implementationTrevor Gross-1/+37
2025-01-24Add a generic version of `fmod`Trevor Gross-162/+96
2025-01-24Auto merge of #135959 - matthiaskrgr:rollup-0jenyfw, r=matthiaskrgrbors-86/+88
2025-01-24Add `fminf16`, `fmaxf16`, `fminf128`, and `fmaxf128`Trevor Gross-4/+76
2025-01-24Add a generic version of `fmin` and `fmax`Trevor Gross-40/+47
2025-01-24Remove an outdated note about precisionTrevor Gross-3/+0
2025-01-24Add `roundf16` and `roundf128`Trevor Gross-2/+78
2025-01-24Add a generic version of `round`Trevor Gross-52/+54
2025-01-24Rollup merge of #135366 - Urgau:unreach_pub-std-2, r=cuviperMatthias Krüger-86/+88
2025-01-23Add a generic version of `scalbn`Trevor Gross-59/+133