about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2021-11-24Improving the readabilityStefan Lankes-1/+1
2021-11-24If the thread does not get the lock in the short term, yield the CPUStefan Lankes-1/+10
2021-11-23kernel_copy: avoid panic on unexpected OS errorGeorg Brandl-2/+4
2021-11-23fix test in std::process on androidname1e5s-28/+36
2021-11-22Auto merge of #91101 - birkenfeld:io_error_docs, r=Mark-Simulacrumbors-0/+6
2021-11-21Auto merge of #90352 - camsteffen:for-loop-desugar, r=oli-obkbors-4/+1
2021-11-21libcore: assume the input of `next_code_point` and `next_code_point_reverse` ...Eduardo Sánchez Muñoz-1/+2
2021-11-21Simplify for loop desugarCameron Steffen-4/+1
2021-11-21Rollup merge of #91008 - Urgau:float-minimum-maximum, r=scottmcmMatthias Krüger-0/+13
2021-11-21Mention std::io::Error::from(ErrorKind) in Error::new() docsGeorg Brandl-0/+6
2021-11-20Add a caveat to std::os::windows::fs::symlink_fileMichael Diamond-0/+20
2021-11-20Auto merge of #87704 - ChrisDenton:win-resolve-exe, r=yaahcbors-32/+219
2021-11-20Implement IEEE 754-2019 minimun and maximum functions for f32/f64Loïc BRANSTETT-0/+13
2021-11-20Rollup merge of #88361 - WaffleLapkin:patch-2, r=jyn514Matthias Krüger-5/+3
2021-11-19Expand available_parallelism docs in anticipation of cgroup quotasThe8472-3/+6
2021-11-19Remove unnecessary doc linksMaybe Waffle-2/+0
2021-11-19Rollup merge of #90942 - JohnTitor:should-os-error-3, r=m-ou-seYuki Okushi-4/+7
2021-11-18Auto merge of #90774 - alexcrichton:tweak-const, r=m-ou-sebors-6/+6
2021-11-18Auto merge of #90382 - alexcrichton:wasm64-libstd, r=joshtriplettbors-14/+15
2021-11-17windows: Return the "Not Found" error when a path is emptyYuki Okushi-4/+7
2021-11-16Rollup merge of #90835 - sunfishcode:sunfishcode/wasi-char-device, r=alexcric...Yuki Okushi-2/+6
2021-11-16Rollup merge of #90790 - tamaroning:fix-lib-std-test, r=Mark-SimulacrumYuki Okushi-12/+3
2021-11-16Rollup merge of #88601 - ibraheemdev:termination-result-infallible, r=yaahcYuki Okushi-0/+9
2021-11-16Rollup merge of #85766 - workingjubilee:file-options, r=yaahcYuki Okushi-5/+4
2021-11-14Auto merge of #90596 - the8472:path-hash-opt, r=Mark-Simulacrumbors-11/+140
2021-11-13Auto merge of #89551 - jhpratt:stabilize-const_raw_ptr_deref, r=oli-obkbors-1/+2
2021-11-13Auto merge of #89167 - workingjubilee:use-simd, r=MarkSimulacrumbors-0/+4
2021-11-12Expose portable-simd as core::simdJubilee Young-0/+4
2021-11-12Refactor weak symbols in std::sys::unixJosh Stone-191/+134
2021-11-12Rollup merge of #90704 - ijackson:exitstatus-comments, r=joshtriplettMatthias Krüger-1/+9
2021-11-12Rename WASI's `is_character_device` to `is_char_device`.Dan Gohman-2/+6
2021-11-11`Prefix` can be case-insensitive, delegate to its Hash impl instead of trying...The8472-0/+9
2021-11-11process::ExitStatus: Discuss `exit` vs `_exit` in a comment.Ian Jackson-0/+5
2021-11-11unix::ExitStatus: Add comment saying that it's a wait statusIan Jackson-0/+3
2021-11-11unix::ExitStatusExt: Correct reference to _exit system callIan Jackson-1/+1
2021-11-11Auto merge of #88798 - sunfishcode:sunfishcode/windows-null-handles, r=joshtr...bors-50/+85
2021-11-11compare between Path instead of strtamaron-12/+3
2021-11-10Auto merge of #90784 - matthiaskrgr:rollup-car8g12, r=matthiaskrgrbors-9/+10
2021-11-10Rollup merge of #89930 - cuviper:avoid-clone3, r=joshtriplettMatthias Krüger-9/+10
2021-11-10std: Tweak expansion of thread-local constAlex Crichton-6/+6
2021-11-10Review commentsAlex Crichton-2/+2
2021-11-10Use `target_family = "wasm"`Alex Crichton-20/+10
2021-11-10std: Get the standard library compiling for wasm64Alex Crichton-13/+24
2021-11-10Fix collection entry API documentation.Joseph Roitman-1/+1
2021-11-10Rollup merge of #90751 - ehuss:update-books, r=ehussMatthias Krüger-1/+1
2021-11-10Rollup merge of #90748 - cuviper:track-setgroups, r=dtolnayMatthias Krüger-1/+1
2021-11-09Update booksEric Huss-1/+1
2021-11-09Add a real tracking issue for `CommandExt::groups`Josh Stone-1/+1
2021-11-09remove redundant .iter() call since zip() takes an IntoIterator argumentThe8472-6/+5
2021-11-09add fast path on Path::eq for exact equalityThe8472-1/+20