| Age | Commit message (Expand) | Author | Lines |
| 2024-09-23 | Fix `io::BufReader` uses of `read_buf` | Benoît du Garreau | -2/+4 |
| 2024-09-23 | Fix `io::Take::read_buf` | Benoît du Garreau | -4/+5 |
| 2024-09-23 | stabilize const_intrinsic_copy | Ralf Jung | -23/+15 |
| 2024-09-23 | Add fast path for ascii to ascii in str::replace | Laiho | -2/+63 |
| 2024-09-23 | Fix up standard library intro | Michael Howell | -7/+11 |
| 2024-09-23 | Simplify code related to testing of xtest | Martin Liska | -27/+3 |
| 2024-09-23 | Clarifications for set_nonblocking methods | Yoh Deadfall | -2/+2 |
| 2024-09-23 | Improve autovectorization of to_lowercase / to_uppercase functions | Jörn Horstmann | -52/+82 |
| 2024-09-23 | random: add tracking issue, address other comments | joboet | -14/+19 |
| 2024-09-23 | std: switch to faster random sources on macOS and most BSDs | joboet | -102/+90 |
| 2024-09-23 | std: implement the `random` feature | joboet | -464/+786 |
| 2024-09-23 | Rollup merge of #130723 - D0liphin:master, r=workingjubilee | Matthias Krüger | -0/+18 |
| 2024-09-23 | Rollup merge of #130713 - bjoernager:const-char-make-ascii, r=Noratrieb | Matthias Krüger | -4/+6 |
| 2024-09-23 | Rollup merge of #130659 - bjoernager:const-char-encode-utf16, r=dtolnay | Matthias Krüger | -25/+36 |
| 2024-09-23 | Rollup merge of #129550 - kornelski:boxasstr, r=joshtriplett,dtolnay | Matthias Krüger | -0/+16 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -654/+622 |
| 2024-09-22 | reword edge-conditions documentation on all slice 'sort' functions; resolves ... | Kyle J Strand | -20/+47 |
| 2024-09-22 | Add test for `available_parallelism()` | Oli Iliffe | -0/+18 |
| 2024-09-22 | Upgrade Intel SDE to v9.44 | Sayantan Chakraborty | -6/+5 |
| 2024-09-22 | Use Cargo.toml lints instead of a build script | Sayantan Chakraborty | -3/+3 |
| 2024-09-22 | Add space in order to fix rendering of Rounding options | Martin Liska | -2570/+2570 |
| 2024-09-22 | Mark 'make_ascii_uppercase' and 'make_ascii_lowercase' in 'u8' as const; Rena... | Gabriel Bjørnager Jensen | -4/+6 |
| 2024-09-22 | Rollup merge of #130692 - RalfJung:result-flatten, r=Noratrieb | Guillaume Gomez | -2/+8 |
| 2024-09-22 | Rollup merge of #130670 - the8472:read-to-end-heuristics, r=ChrisDenton | Guillaume Gomez | -3/+13 |
| 2024-09-22 | Rollup merge of #130658 - EqualMa:patch-1, r=scottmcm | Guillaume Gomez | -1/+1 |
| 2024-09-22 | Make documentation about `__mm_$op_ps` more precise | Martin Liska | -4/+8 |
| 2024-09-22 | Provide link for rounding parameters - SSE | Martin Liska | -96/+20 |
| 2024-09-22 | Provide link for rounding parameters | Martin Liska | -2540/+2540 |
| 2024-09-22 | Change markdown for ROUNDING params in f16c.rs | Martin Liska | -10/+10 |
| 2024-09-22 | Auto merge of #130697 - bjoernager:const-char-make-ascii, r=dtolnay | bors | -2/+4 |
| 2024-09-22 | Mark 'make_ascii_uppercase' and 'make_ascii_lowercase' in 'char' as const; | Gabriel Bjørnager Jensen | -2/+4 |
| 2024-09-22 | Ignore XSTATE_BV when comparing XTEST XsaveArea | Martin Liska | -2/+8 |
| 2024-09-22 | Fixes the `shrd` bug | Sayantan Chakraborty | -380/+171 |
| 2024-09-22 | make unstable Result::flatten a const fn | Ralf Jung | -2/+8 |
| 2024-09-21 | Rollup merge of #130653 - RalfJung:result-abi-compat, r=traviscross | Michael Goulet | -0/+2 |
| 2024-09-21 | Rollup merge of #130408 - okaneco:into_lossy_refactor, r=Noratrieb | Michael Goulet | -1/+63 |
| 2024-09-21 | wait for two short reads before uncapping the max read size | The 8472 | -3/+13 |
| 2024-09-21 | Mark and implement 'char::encode_utf16' as const; Rewrite 'encode_utf16_raw'; | Gabriel Bjørnager Jensen | -25/+36 |
| 2024-09-21 | Fix docs of compare_bytes | EqualMa | -1/+1 |
| 2024-09-21 | ABI compatibility: mention Result guarantee | Ralf Jung | -0/+2 |
| 2024-09-21 | Reword ManuallyDrop+Box interaction | Tim (Theemathas) Chirananthavat | -2/+3 |
| 2024-09-21 | Rollup merge of #129718 - lolbinarycat:remove_dir-docs, r=Noratrieb | Matthias Krüger | -0/+10 |
| 2024-09-20 | Avoid re-validating UTF-8 in `FromUtf8Error::into_utf8_lossy` | okaneco | -1/+63 |
| 2024-09-20 | Auto merge of #130631 - GuillaumeGomez:rollup-jpgy1iv, r=GuillaumeGomez | bors | -11/+87 |
| 2024-09-20 | Remove double spaces | nora | -2/+2 |
| 2024-09-20 | Rollup merge of #130624 - theemathas:vec_as_non_null, r=Noratrieb | Guillaume Gomez | -2/+69 |
| 2024-09-20 | Rollup merge of #130611 - bjoernager:const-char-encode-utf8, r=dtolnay | Guillaume Gomez | -2/+12 |
| 2024-09-20 | Rollup merge of #128209 - beetrees:no-macos-10.10, r=jieyouxu | Guillaume Gomez | -7/+6 |
| 2024-09-20 | Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errors | bors | -0/+29 |
| 2024-09-20 | Add `Vec::as_non_null` | Tim (Theemathas) Chirananthavat | -2/+69 |