| Age | Commit message (Expand) | Author | Lines |
| 2022-03-26 | faster parsing when not possible to overflow | Giles Cope | -35/+50 |
| 2022-03-25 | std::process docs: linkify references to output, spawn and status | est31 | -7/+20 |
| 2022-03-25 | Rollup merge of #95276 - FoseFx:clippy_trim_split_whitespace, r=flip1995 | Dylan DPC | -0/+4 |
| 2022-03-24 | Auto merge of #94517 - aDotInTheVoid:inline_wrapping_next_power_two, r=yaahc | bors | -0/+1 |
| 2022-03-24 | add diagnostic items for clippy's | Max Baumann | -0/+4 |
| 2022-03-24 | Auto merge of #87667 - the8472:document-in-place-iter, r=yaahc | bors | -168/+326 |
| 2022-03-23 | fix some links, clarify documentation based on review feedback | The 8472 | -12/+19 |
| 2022-03-23 | Auto merge of #94901 - fee1-dead:destructable, r=oli-obk | bors | -56/+119 |
| 2022-03-23 | Auto merge of #95235 - asquared31415:ptr_eq_typo, r=Dylan-DPC | bors | -2/+2 |
| 2022-03-23 | ptr::guaranteed_eq doc typo | asquared31415 | -2/+2 |
| 2022-03-23 | Auto merge of #95173 - m-ou-se:sys-locks-module, r=dtolnay | bors | -100/+133 |
| 2022-03-23 | Auto merge of #95223 - Dylan-DPC:rollup-idpb7ka, r=Dylan-DPC | bors | -4/+46 |
| 2022-03-23 | Rollup merge of #94713 - clarfonthey:is_char_surrogate, r=scottmcm | Dylan DPC | -3/+30 |
| 2022-03-23 | Rollup merge of #92955 - llogiq:cloned-side-effect-doc, r=yaahc | Dylan DPC | -0/+16 |
| 2022-03-23 | Rollup merge of #91608 - workingjubilee:fold-neon-fp, r=nagisa,Amanieu | Dylan DPC | -1/+0 |
| 2022-03-23 | Auto merge of #95088 - bjorn3:fix_test_variadic_fnptr, r=dtolnay | bors | -6/+9 |
| 2022-03-22 | Fold aarch64 feature +fp into +neon | Jubilee Young | -1/+0 |
| 2022-03-22 | Limit test_variadic_fnptr to unix | bjorn3 | -1/+1 |
| 2022-03-22 | add perf side effect docs to `Iterator::cloned()` | Andre Bogus | -0/+16 |
| 2022-03-22 | Move std::sys::{mutex, condvar, rwlock} to std::sys::locks. | Mara Bos | -40/+64 |
| 2022-03-22 | add some fix | ZHANGWENTAI | -3/+4 |
| 2022-03-22 | fix the lint problem | ZHANGWENTAI | -1/+1 |
| 2022-03-22 | update Termination trait docs | ZHANGWENTAI | -0/+4 |
| 2022-03-22 | Auto merge of #95107 - r00ster91:fmt, r=joshtriplett | bors | -3/+3 |
| 2022-03-22 | Auto merge of #95158 - sunfishcode:sunfishcode/windows-8, r=joshtriplett | bors | -2/+24 |
| 2022-03-21 | Add u16::is_utf16_surrogate | ltdk | -3/+30 |
| 2022-03-22 | rename internal helper trait AsIntoIter to AsVecIntoIter | The 8472 | -10/+10 |
| 2022-03-21 | add module-level documentation for vec's in-place iteration | The8472 | -20/+168 |
| 2022-03-21 | move AsIntoIter helper trait and mark it as unsafe | The8472 | -11/+14 |
| 2022-03-21 | rename module to better reflect its purpose | The8472 | -1/+1 |
| 2022-03-21 | Move pthread locks to own module. | Mara Bos | -60/+69 |
| 2022-03-21 | Rename `~const Drop` to `~const Destruct` | Deadbeef | -59/+115 |
| 2022-03-21 | Add `Destructible` for replacing `~const Drop` | Deadbeef | -0/+7 |
| 2022-03-20 | Add a testcase. | Dan Gohman | -0/+6 |
| 2022-03-20 | Preserve the Windows `GetLastError` error in `HandleOrInvalid`. | Dan Gohman | -2/+18 |
| 2022-03-20 | Don't declare test_variadic_fnptr with two conflicting signatures | bjorn3 | -6/+9 |
| 2022-03-20 | Rollup merge of #95114 - ChrisDenton:symlink-test, r=the8472 | Matthias Krüger | -2/+9 |
| 2022-03-20 | Auto merge of #92962 - frank-king:btree_entry_no_insert, r=Amanieu | bors | -41/+86 |
| 2022-03-20 | Rollup merge of #95110 - wmstack:patch-1, r=Dylan-DPC | Matthias Krüger | -4/+4 |
| 2022-03-20 | Rollup merge of #94989 - compiler-errors:stream-alias, r=Dylan-DPC | Matthias Krüger | -0/+1 |
| 2022-03-20 | Rollup merge of #94749 - RalfJung:remove-dir-all-miri, r=cuviper | Matthias Krüger | -6/+7 |
| 2022-03-19 | Auto merge of #94372 - erikdesjardins:asrefinl, r=dtolnay | bors | -0/+3 |
| 2022-03-19 | Skip a test if symlink creation is not possible | Chris Denton | -2/+9 |
| 2022-03-19 | Rollup merge of #94991 - CAD97:const-weak-new, r=dtolnay | Dylan DPC | -4/+6 |
| 2022-03-19 | Rollup merge of #94650 - ChrisDenton:windows-absolute-fix, r=dtolnay | Dylan DPC | -7/+7 |
| 2022-03-19 | Rollup merge of #93858 - krallin:process-process_group, r=dtolnay | Dylan DPC | -2/+90 |
| 2022-03-19 | Improve formatting in macro | r00ster91 | -3/+3 |
| 2022-03-19 | Provide more useful documentation of conversion methods | Waleed Dahshan | -4/+4 |
| 2022-03-19 | Rollup merge of #94984 - ericseppanen:cstr_from_bytes, r=Mark-Simulacrum | Dylan DPC | -0/+106 |
| 2022-03-19 | Rollup merge of #93692 - mfrw:mfrw/document-keyword-in, r=dtolnay | Dylan DPC | -0/+14 |