summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2022-08-05Revert write! and writeln! to late drop temporariesDavid Tolnay-8/+6
2022-07-15Tests for unsound Windows file methodsChris Denton-0/+25
2022-07-15Windows: Fallback for overlapped I/OChris Denton-1/+26
2022-07-15Use `rtabort!` instead of `process::abort`Chris Denton-7/+2
2022-07-05Rollup merge of #98126 - fortanix:raoul/mitigate_stale_data_vulnerability, r=...Matthias Krüger-10/+142
2022-07-05Rollup merge of #98503 - RalfJung:scope-race, r=m-ou-seMatthias Krüger-10/+17
2022-06-24Rollup merge of #98039 - tnballo:master, r=thomccYuki Okushi-13/+117
2022-06-23Fix BTreeSet's range API panic message, documenttnballo-13/+117
2022-06-23Rollup merge of #98364 - RalfJung:arc-clone, r=Mark-SimulacrumMichael Goulet-8/+9
2022-06-23Rollup merge of #96173 - jmaargh:jmaargh/with-capacity-doc-fix, r=Dylan-DPCMichael Goulet-130/+191
2022-06-22Rollup merge of #98363 - RalfJung:btree-test-ref-alloc, r=thomccYuki Okushi-6/+6
2022-06-22Rollup merge of #97516 - RalfJung:atomics, r=joshtriplettYuki Okushi-0/+7
2022-06-22Rollup merge of #96768 - m-ou-se:futex-fuchsia, r=tmandryYuki Okushi-0/+52
2022-06-21clarify Arc::clone overflow check commentRalf Jung-8/+9
2022-06-21hedge our betsRalf Jung-1/+1
2022-06-21remove use of &Alloc in btree testsRalf Jung-6/+6
2022-06-21Rollup merge of #98330 - conradludgate:io-slice-mut-docs, r=Dylan-DPCYuki Okushi-8/+8
2022-06-21Rollup merge of #98313 - m-ou-se:fix-comments, r=joshtriplettYuki Okushi-7/+6
2022-06-21Rollup merge of #97269 - RalfJung:transmute, r=m-ou-seYuki Okushi-1/+1
2022-06-21Rollup merge of #94033 - joshtriplett:documentation-is-running-better-go-catc...Yuki Okushi-6/+8
2022-06-21Use futex based thread parker on Fuchsia.Mara Bos-0/+52
2022-06-21update ioslice docs to use shared slicesConrad Ludgate-8/+8
2022-06-20Auto merge of #98307 - matthiaskrgr:rollup-rb3huha, r=matthiaskrgrbors-1/+3
2022-06-20Remove lies in comments.Mara Bos-7/+6
2022-06-20Improve docs for `is_running` to explain use caseJosh Triplett-6/+8
2022-06-20Rollup merge of #98296 - JohnTitor:generator-unstable-book-link, r=Dylan-DPCMatthias Krüger-1/+2
2022-06-20Rollup merge of #98276 - compiler-errors:const-format-macro, r=oli-obkMatthias Krüger-0/+1
2022-06-20Auto merge of #93765 - zhangyunhao116:heapsort, r=m-ou-sebors-8/+11
2022-06-20Add a link to the unstable book page on Generator doc commentYuki Okushi-1/+2
2022-06-20Rollup merge of #97837 - sunfishcode:sunfishcode/proc-self-mem, r=m-ou-seDylan DPC-0/+19
2022-06-20Rollup merge of #97150 - ChrisDenton:stdio-create_pipe, r=m-ou-seDylan DPC-0/+16
2022-06-20Rollup merge of #97149 - ChrisDenton:win_async_pipes, r=m-ou-seDylan DPC-0/+40
2022-06-20Rollup merge of #96719 - mbartlett21:patch-4, r=Dylan-DPCDylan DPC-3/+4
2022-06-20Rollup merge of #96609 - ibraheemdev:arc-downcast-unchecked, r=m-ou-seDylan DPC-5/+80
2022-06-20Rollup merge of #94855 - m-ou-se:advance-slice-panic-docs, r=kennytmDylan DPC-20/+38
2022-06-20Rollup merge of #93080 - SkiFire13:itermut-as_mut_slice, r=m-ou-seDylan DPC-0/+48
2022-06-20Windows: `CommandExt::async_pipes`Chris Denton-0/+40
2022-06-20`Stdio::make_pipe`Chris Denton-0/+16
2022-06-20Optimize heapsortzhangyunhao-8/+11
2022-06-20Show #![feature] in example.Mara Bos-1/+1
2022-06-20Fix typo in `HashMap::drain` docsnils-1/+1
2022-06-19Mention formatting macros when encountering ArgumentV1::new in constMichael Goulet-0/+1
2022-06-20Rollup merge of #98257 - kadiwa4:into_future_doc_typos, r=Dylan-DPCYuki Okushi-2/+2
2022-06-20Rollup merge of #97912 - Kixunil:stabilize_path_try_exists, r=dtolnayYuki Okushi-8/+17
2022-06-20Rollup merge of #95534 - jyn514:std-mem-copy, r=joshtriplettYuki Okushi-0/+22
2022-06-19Add `core::mem::copy` to complement `core::mem::drop`.Joshua Nelson-0/+22
2022-06-19Fix documentation for with_capacity and reserve families of methodsjmaargh-130/+191
2022-06-19Auto merge of #98224 - eddyb:proc-macro-spurious-repr, r=bjorn3bors-3/+0
2022-06-19typos in `IntoFuture` docsKaDiWa4-2/+2
2022-06-19Rollup merge of #98233 - RalfJung:ref-alloc, r=thomccDylan DPC-10/+10