about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-09-23Fix `io::BufReader` uses of `read_buf`Benoît du Garreau-2/+4
2024-09-23Fix `io::Take::read_buf`Benoît du Garreau-4/+5
2024-09-23stabilize const_intrinsic_copyRalf Jung-23/+15
2024-09-23Add fast path for ascii to ascii in str::replaceLaiho-2/+63
2024-09-23Fix up standard library introMichael Howell-7/+11
2024-09-23Simplify code related to testing of xtestMartin Liska-27/+3
2024-09-23Clarifications for set_nonblocking methodsYoh Deadfall-2/+2
2024-09-23Improve autovectorization of to_lowercase / to_uppercase functionsJörn Horstmann-52/+82
2024-09-23random: add tracking issue, address other commentsjoboet-14/+19
2024-09-23std: switch to faster random sources on macOS and most BSDsjoboet-102/+90
2024-09-23std: implement the `random` featurejoboet-464/+786
2024-09-23Rollup merge of #130723 - D0liphin:master, r=workingjubileeMatthias Krüger-0/+18
2024-09-23Rollup merge of #130713 - bjoernager:const-char-make-ascii, r=NoratriebMatthias Krüger-4/+6
2024-09-23Rollup merge of #130659 - bjoernager:const-char-encode-utf16, r=dtolnayMatthias Krüger-25/+36
2024-09-23Rollup merge of #129550 - kornelski:boxasstr, r=joshtriplett,dtolnayMatthias Krüger-0/+16
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-654/+622
2024-09-22reword edge-conditions documentation on all slice 'sort' functions; resolves ...Kyle J Strand-20/+47
2024-09-22Add test for `available_parallelism()`Oli Iliffe-0/+18
2024-09-22Upgrade Intel SDE to v9.44Sayantan Chakraborty-6/+5
2024-09-22Use Cargo.toml lints instead of a build scriptSayantan Chakraborty-3/+3
2024-09-22Add space in order to fix rendering of Rounding optionsMartin Liska-2570/+2570
2024-09-22Mark 'make_ascii_uppercase' and 'make_ascii_lowercase' in 'u8' as const; Rena...Gabriel Bjørnager Jensen-4/+6
2024-09-22Rollup merge of #130692 - RalfJung:result-flatten, r=NoratriebGuillaume Gomez-2/+8
2024-09-22Rollup merge of #130670 - the8472:read-to-end-heuristics, r=ChrisDentonGuillaume Gomez-3/+13
2024-09-22Rollup merge of #130658 - EqualMa:patch-1, r=scottmcmGuillaume Gomez-1/+1
2024-09-22Make documentation about `__mm_$op_ps` more preciseMartin Liska-4/+8
2024-09-22Provide link for rounding parameters - SSEMartin Liska-96/+20
2024-09-22Provide link for rounding parametersMartin Liska-2540/+2540
2024-09-22Change markdown for ROUNDING params in f16c.rsMartin Liska-10/+10
2024-09-22Auto merge of #130697 - bjoernager:const-char-make-ascii, r=dtolnaybors-2/+4
2024-09-22Mark 'make_ascii_uppercase' and 'make_ascii_lowercase' in 'char' as const;Gabriel Bjørnager Jensen-2/+4
2024-09-22Ignore XSTATE_BV when comparing XTEST XsaveAreaMartin Liska-2/+8
2024-09-22Fixes the `shrd` bugSayantan Chakraborty-380/+171
2024-09-22make unstable Result::flatten a const fnRalf Jung-2/+8
2024-09-21Rollup merge of #130653 - RalfJung:result-abi-compat, r=traviscrossMichael Goulet-0/+2
2024-09-21Rollup merge of #130408 - okaneco:into_lossy_refactor, r=NoratriebMichael Goulet-1/+63
2024-09-21wait for two short reads before uncapping the max read sizeThe 8472-3/+13
2024-09-21Mark and implement 'char::encode_utf16' as const; Rewrite 'encode_utf16_raw';Gabriel Bjørnager Jensen-25/+36
2024-09-21Fix docs of compare_bytesEqualMa-1/+1
2024-09-21ABI compatibility: mention Result guaranteeRalf Jung-0/+2
2024-09-21Reword ManuallyDrop+Box interactionTim (Theemathas) Chirananthavat-2/+3
2024-09-21Rollup merge of #129718 - lolbinarycat:remove_dir-docs, r=NoratriebMatthias Krüger-0/+10
2024-09-20Avoid re-validating UTF-8 in `FromUtf8Error::into_utf8_lossy`okaneco-1/+63
2024-09-20Auto merge of #130631 - GuillaumeGomez:rollup-jpgy1iv, r=GuillaumeGomezbors-11/+87
2024-09-20Remove double spacesnora-2/+2
2024-09-20Rollup merge of #130624 - theemathas:vec_as_non_null, r=NoratriebGuillaume Gomez-2/+69
2024-09-20Rollup merge of #130611 - bjoernager:const-char-encode-utf8, r=dtolnayGuillaume Gomez-2/+12
2024-09-20Rollup merge of #128209 - beetrees:no-macos-10.10, r=jieyouxuGuillaume Gomez-7/+6
2024-09-20Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errorsbors-0/+29
2024-09-20Add `Vec::as_non_null`Tim (Theemathas) Chirananthavat-2/+69