about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2021-01-15Re-enable all num tests on WASMSmitty-7/+0
2021-01-15Update library/std/src/thread/mod.rs James Wright-0/+1
2021-01-15Clarify difference between unix/windows behaviourJames Wright-0/+8
2021-01-15Change rebuild heuristic in BinaryHeap::appendHan Mertens-2/+8
2021-01-15Stabilize `core::slice::fill_with`Yoshua Wuyts-3/+2
2021-01-15Use Result and rename to filter_mapJohn-John Tedro-18/+34
2021-01-15Introduce {Ref, RefMut}::try_map for optional projectionsJohn-John Tedro-0/+70
2021-01-15Rollup merge of #80834 - bugadani:vecdeque, r=oli-obkYuki Okushi-5/+4
2021-01-14Stabilize intrinsics as constJacob Pratt-6/+2
2021-01-14std: Update wasi-libc commit of the wasm32-wasi targetAlex Crichton-22/+78
2021-01-14Remove unreachable panics from VecDequeDániel Buga-5/+4
2021-01-14Rollup merge of #80991 - calebsander:fix/fmt-link, r=m-ou-seMara Bos-12/+30
2021-01-14Rollup merge of #80985 - ijackson:slice-strip-fix, r=jyn514Mara Bos-4/+4
2021-01-14Rollup merge of #80980 - trevarj:patch-1, r=nagisaMara Bos-1/+1
2021-01-14Rollup merge of #80972 - KodrAus:deprecate/remove_item, r=nagisaMara Bos-21/+0
2021-01-14Rollup merge of #80966 - KodrAus:deprecate/spin_loop_hint, r=m-ou-seMara Bos-20/+19
2021-01-14Rollup merge of #80895 - sfackler:read-to-end-ub, r=m-ou-seMara Bos-12/+10
2021-01-14Rollup merge of #80567 - lukaslueg:intersperse_with, r=m-ou-seMara Bos-27/+202
2021-01-14Rollup merge of #80444 - glittershark:bound-as-ref, r=dtolnayMara Bos-0/+23
2021-01-14Rollup merge of #80217 - camelid:io-read_to_string, r=m-ou-seMara Bos-0/+48
2021-01-14Rollup merge of #80169 - frewsxcv:frewsxcv-docs-fix, r=jyn514Mara Bos-7/+12
2021-01-14Rollup merge of #79982 - ijackson:exit-status, r=dtolnayMara Bos-3/+131
2021-01-13Fix typos in Fuchsia unix_process_wait_moreDavid Tolnay-2/+2
2021-01-13Adds tests to ensure some base op traits exist.Philippe Laflamme-0/+245
2021-01-13Avoid ident concatenation in macro.Philippe Laflamme-14/+15
2021-01-13Fix missing mod declaration for Wrapping tests.Philippe Laflamme-0/+1
2021-01-13Add as_ref and as_mut methods for BoundGriffin Smith-0/+23
2021-01-13Use unsigned_abs throughout repositoryJacob Pratt-1/+1
2021-01-13Apply suggestions from code reviewChristopher Durham-2/+2
2021-01-13Auto merge of #77524 - Patryk27:fixes/66228, r=estebankbors-1/+1
2021-01-13Improve Iterator::intersperse_ docsLukas Lueg-8/+16
2021-01-13Fix formatting specifiers doc linkCaleb Sander-12/+30
2021-01-13Add doc intralinksLukas Lueg-0/+6
2021-01-13Fix stabilisation version of slice_stripIan Jackson-4/+4
2021-01-13Auto merge of #76219 - Mark-Simulacrum:extern-require-abi, r=estebankbors-11/+11
2021-01-13ExitStatusExt: Fix build on FuchsiaIan Jackson-0/+44
2021-01-13Fix typo saeled -> sealedDavid Tolnay-2/+2
2021-01-13ExitStatusExt windows: Retrospectively seal this traitIan Jackson-1/+15
2021-01-13ExitStatusExt unix: Retrospectively seal this traitIan Jackson-1/+15
2021-01-13unix ExitStatus: Add tracking issue to new methodsIan Jackson-4/+4
2021-01-13Replace `Ie` with `In other words`Ian Jackson-1/+1
2021-01-13Replace `Ie` with `In other words`Ian Jackson-1/+1
2021-01-13unix ExitStatus: Provide .continued()Ian Jackson-0/+15
2021-01-13unix ExitStatus: Provide .stopped_signal()Ian Jackson-0/+15
2021-01-13unix ExitStatus: Provide .core_dumpedIan Jackson-0/+12
2021-01-13unix ExitStatus: Provide .into_raw()Ian Jackson-0/+12
2021-01-13unix ExitStatus: Clarify docs for .signal()Ian Jackson-0/+2
2021-01-13unix ExitStatus: Do not treat WIFSTOPPED as WIFSIGNALEDIan Jackson-1/+1
2021-01-13Update code to account for extern ABI requirementMark Rousskov-2/+2
2021-01-13Update tests for extern block lintingMark Rousskov-9/+9