about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2022-03-26faster parsing when not possible to overflowGiles Cope-35/+50
2022-03-25std::process docs: linkify references to output, spawn and statusest31-7/+20
2022-03-25Rollup merge of #95276 - FoseFx:clippy_trim_split_whitespace, r=flip1995Dylan DPC-0/+4
2022-03-24Auto merge of #94517 - aDotInTheVoid:inline_wrapping_next_power_two, r=yaahcbors-0/+1
2022-03-24add diagnostic items for clippy'sMax Baumann-0/+4
2022-03-24Auto merge of #87667 - the8472:document-in-place-iter, r=yaahcbors-168/+326
2022-03-23fix some links, clarify documentation based on review feedbackThe 8472-12/+19
2022-03-23Auto merge of #94901 - fee1-dead:destructable, r=oli-obkbors-56/+119
2022-03-23Auto merge of #95235 - asquared31415:ptr_eq_typo, r=Dylan-DPCbors-2/+2
2022-03-23ptr::guaranteed_eq doc typoasquared31415-2/+2
2022-03-23Auto merge of #95173 - m-ou-se:sys-locks-module, r=dtolnaybors-100/+133
2022-03-23Auto merge of #95223 - Dylan-DPC:rollup-idpb7ka, r=Dylan-DPCbors-4/+46
2022-03-23Rollup merge of #94713 - clarfonthey:is_char_surrogate, r=scottmcmDylan DPC-3/+30
2022-03-23Rollup merge of #92955 - llogiq:cloned-side-effect-doc, r=yaahcDylan DPC-0/+16
2022-03-23Rollup merge of #91608 - workingjubilee:fold-neon-fp, r=nagisa,AmanieuDylan DPC-1/+0
2022-03-23Auto merge of #95088 - bjorn3:fix_test_variadic_fnptr, r=dtolnaybors-6/+9
2022-03-22Fold aarch64 feature +fp into +neonJubilee Young-1/+0
2022-03-22Limit test_variadic_fnptr to unixbjorn3-1/+1
2022-03-22add perf side effect docs to `Iterator::cloned()`Andre Bogus-0/+16
2022-03-22Move std::sys::{mutex, condvar, rwlock} to std::sys::locks.Mara Bos-40/+64
2022-03-22add some fixZHANGWENTAI-3/+4
2022-03-22fix the lint problemZHANGWENTAI-1/+1
2022-03-22update Termination trait docsZHANGWENTAI-0/+4
2022-03-22Auto merge of #95107 - r00ster91:fmt, r=joshtriplettbors-3/+3
2022-03-22Auto merge of #95158 - sunfishcode:sunfishcode/windows-8, r=joshtriplettbors-2/+24
2022-03-21Add u16::is_utf16_surrogateltdk-3/+30
2022-03-22rename internal helper trait AsIntoIter to AsVecIntoIterThe 8472-10/+10
2022-03-21add module-level documentation for vec's in-place iterationThe8472-20/+168
2022-03-21move AsIntoIter helper trait and mark it as unsafeThe8472-11/+14
2022-03-21rename module to better reflect its purposeThe8472-1/+1
2022-03-21Move pthread locks to own module.Mara Bos-60/+69
2022-03-21Rename `~const Drop` to `~const Destruct`Deadbeef-59/+115
2022-03-21Add `Destructible` for replacing `~const Drop`Deadbeef-0/+7
2022-03-20Add a testcase.Dan Gohman-0/+6
2022-03-20Preserve the Windows `GetLastError` error in `HandleOrInvalid`.Dan Gohman-2/+18
2022-03-20Don't declare test_variadic_fnptr with two conflicting signaturesbjorn3-6/+9
2022-03-20Rollup merge of #95114 - ChrisDenton:symlink-test, r=the8472Matthias Krüger-2/+9
2022-03-20Auto merge of #92962 - frank-king:btree_entry_no_insert, r=Amanieubors-41/+86
2022-03-20Rollup merge of #95110 - wmstack:patch-1, r=Dylan-DPCMatthias Krüger-4/+4
2022-03-20Rollup merge of #94989 - compiler-errors:stream-alias, r=Dylan-DPCMatthias Krüger-0/+1
2022-03-20Rollup merge of #94749 - RalfJung:remove-dir-all-miri, r=cuviperMatthias Krüger-6/+7
2022-03-19Auto merge of #94372 - erikdesjardins:asrefinl, r=dtolnaybors-0/+3
2022-03-19Skip a test if symlink creation is not possibleChris Denton-2/+9
2022-03-19Rollup merge of #94991 - CAD97:const-weak-new, r=dtolnayDylan DPC-4/+6
2022-03-19Rollup merge of #94650 - ChrisDenton:windows-absolute-fix, r=dtolnayDylan DPC-7/+7
2022-03-19Rollup merge of #93858 - krallin:process-process_group, r=dtolnayDylan DPC-2/+90
2022-03-19Improve formatting in macror00ster91-3/+3
2022-03-19Provide more useful documentation of conversion methodsWaleed Dahshan-4/+4
2022-03-19Rollup merge of #94984 - ericseppanen:cstr_from_bytes, r=Mark-SimulacrumDylan DPC-0/+106
2022-03-19Rollup merge of #93692 - mfrw:mfrw/document-keyword-in, r=dtolnayDylan DPC-0/+14