| Age | Commit message (Expand) | Author | Lines |
| 2022-08-05 | Revert write! and writeln! to late drop temporaries | David Tolnay | -8/+6 |
| 2022-07-15 | Tests for unsound Windows file methods | Chris Denton | -0/+25 |
| 2022-07-15 | Windows: Fallback for overlapped I/O | Chris Denton | -1/+26 |
| 2022-07-15 | Use `rtabort!` instead of `process::abort` | Chris Denton | -7/+2 |
| 2022-07-05 | Rollup merge of #98126 - fortanix:raoul/mitigate_stale_data_vulnerability, r=... | Matthias Krüger | -10/+142 |
| 2022-07-05 | Rollup merge of #98503 - RalfJung:scope-race, r=m-ou-se | Matthias Krüger | -10/+17 |
| 2022-06-24 | Rollup merge of #98039 - tnballo:master, r=thomcc | Yuki Okushi | -13/+117 |
| 2022-06-23 | Fix BTreeSet's range API panic message, document | tnballo | -13/+117 |
| 2022-06-23 | Rollup merge of #98364 - RalfJung:arc-clone, r=Mark-Simulacrum | Michael Goulet | -8/+9 |
| 2022-06-23 | Rollup merge of #96173 - jmaargh:jmaargh/with-capacity-doc-fix, r=Dylan-DPC | Michael Goulet | -130/+191 |
| 2022-06-22 | Rollup merge of #98363 - RalfJung:btree-test-ref-alloc, r=thomcc | Yuki Okushi | -6/+6 |
| 2022-06-22 | Rollup merge of #97516 - RalfJung:atomics, r=joshtriplett | Yuki Okushi | -0/+7 |
| 2022-06-22 | Rollup merge of #96768 - m-ou-se:futex-fuchsia, r=tmandry | Yuki Okushi | -0/+52 |
| 2022-06-21 | clarify Arc::clone overflow check comment | Ralf Jung | -8/+9 |
| 2022-06-21 | hedge our bets | Ralf Jung | -1/+1 |
| 2022-06-21 | remove use of &Alloc in btree tests | Ralf Jung | -6/+6 |
| 2022-06-21 | Rollup merge of #98330 - conradludgate:io-slice-mut-docs, r=Dylan-DPC | Yuki Okushi | -8/+8 |
| 2022-06-21 | Rollup merge of #98313 - m-ou-se:fix-comments, r=joshtriplett | Yuki Okushi | -7/+6 |
| 2022-06-21 | Rollup merge of #97269 - RalfJung:transmute, r=m-ou-se | Yuki Okushi | -1/+1 |
| 2022-06-21 | Rollup merge of #94033 - joshtriplett:documentation-is-running-better-go-catc... | Yuki Okushi | -6/+8 |
| 2022-06-21 | Use futex based thread parker on Fuchsia. | Mara Bos | -0/+52 |
| 2022-06-21 | update ioslice docs to use shared slices | Conrad Ludgate | -8/+8 |
| 2022-06-20 | Auto merge of #98307 - matthiaskrgr:rollup-rb3huha, r=matthiaskrgr | bors | -1/+3 |
| 2022-06-20 | Remove lies in comments. | Mara Bos | -7/+6 |
| 2022-06-20 | Improve docs for `is_running` to explain use case | Josh Triplett | -6/+8 |
| 2022-06-20 | Rollup merge of #98296 - JohnTitor:generator-unstable-book-link, r=Dylan-DPC | Matthias Krüger | -1/+2 |
| 2022-06-20 | Rollup merge of #98276 - compiler-errors:const-format-macro, r=oli-obk | Matthias Krüger | -0/+1 |
| 2022-06-20 | Auto merge of #93765 - zhangyunhao116:heapsort, r=m-ou-se | bors | -8/+11 |
| 2022-06-20 | Add a link to the unstable book page on Generator doc comment | Yuki Okushi | -1/+2 |
| 2022-06-20 | Rollup merge of #97837 - sunfishcode:sunfishcode/proc-self-mem, r=m-ou-se | Dylan DPC | -0/+19 |
| 2022-06-20 | Rollup merge of #97150 - ChrisDenton:stdio-create_pipe, r=m-ou-se | Dylan DPC | -0/+16 |
| 2022-06-20 | Rollup merge of #97149 - ChrisDenton:win_async_pipes, r=m-ou-se | Dylan DPC | -0/+40 |
| 2022-06-20 | Rollup merge of #96719 - mbartlett21:patch-4, r=Dylan-DPC | Dylan DPC | -3/+4 |
| 2022-06-20 | Rollup merge of #96609 - ibraheemdev:arc-downcast-unchecked, r=m-ou-se | Dylan DPC | -5/+80 |
| 2022-06-20 | Rollup merge of #94855 - m-ou-se:advance-slice-panic-docs, r=kennytm | Dylan DPC | -20/+38 |
| 2022-06-20 | Rollup merge of #93080 - SkiFire13:itermut-as_mut_slice, r=m-ou-se | Dylan DPC | -0/+48 |
| 2022-06-20 | Windows: `CommandExt::async_pipes` | Chris Denton | -0/+40 |
| 2022-06-20 | `Stdio::make_pipe` | Chris Denton | -0/+16 |
| 2022-06-20 | Optimize heapsort | zhangyunhao | -8/+11 |
| 2022-06-20 | Show #![feature] in example. | Mara Bos | -1/+1 |
| 2022-06-20 | Fix typo in `HashMap::drain` docs | nils | -1/+1 |
| 2022-06-19 | Mention formatting macros when encountering ArgumentV1::new in const | Michael Goulet | -0/+1 |
| 2022-06-20 | Rollup merge of #98257 - kadiwa4:into_future_doc_typos, r=Dylan-DPC | Yuki Okushi | -2/+2 |
| 2022-06-20 | Rollup merge of #97912 - Kixunil:stabilize_path_try_exists, r=dtolnay | Yuki Okushi | -8/+17 |
| 2022-06-20 | Rollup merge of #95534 - jyn514:std-mem-copy, r=joshtriplett | Yuki Okushi | -0/+22 |
| 2022-06-19 | Add `core::mem::copy` to complement `core::mem::drop`. | Joshua Nelson | -0/+22 |
| 2022-06-19 | Fix documentation for with_capacity and reserve families of methods | jmaargh | -130/+191 |
| 2022-06-19 | Auto merge of #98224 - eddyb:proc-macro-spurious-repr, r=bjorn3 | bors | -3/+0 |
| 2022-06-19 | typos in `IntoFuture` docs | KaDiWa4 | -2/+2 |
| 2022-06-19 | Rollup merge of #98233 - RalfJung:ref-alloc, r=thomcc | Dylan DPC | -10/+10 |