about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
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-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-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
2021-11-09optimize Hash for PathThe8472-2/+28
2021-11-09add benchmarks and tests for Hash and Eq impls on PathThe8472-2/+78
2021-11-09Stabilize File::options()Jubilee Young-5/+4
2021-11-08kmc-solid: Avoid the use of `asm_const`Tomoaki Kawada-7/+6
2021-11-07Auto merge of #89310 - joshtriplett:available-concurrency-affinity, r=m-ou-sebors-0/+8
2021-11-06Stabilize `const_raw_ptr_deref` for `*const T`Jacob Pratt-1/+2
2021-11-06use matches!() macro in more placesMatthias Krüger-7/+2
2021-11-05Also note tool expectations of fork vs clone3Josh Stone-0/+2
2021-11-05Update another comment on fork vs. clone3Josh Stone-2/+2
2021-11-05Only use `clone3` when needed for pidfdJosh Stone-7/+6
2021-11-04Auto merge of #90392 - solid-rs:fix-solid-support, r=Mark-Simulacrumbors-1/+1
2021-11-03Auto merge of #90421 - thomcc:friendship-ended-with-ssize_t-now-ptrdiff_t-is-...bors-1/+8
2021-11-02Auto merge of #90442 - ChrisDenton:win-tls-dtor, r=alexcrichtonbors-1/+27
2021-11-02Auto merge of #90439 - m-ou-se:thread-is-running, r=Mark-Simulacrumbors-1/+44
2021-11-01Run destructors from existing tls callbackChris Denton-23/+14
2021-11-01Add tracking issue for thread_is_running.Mara Bos-1/+1
2021-11-01itron: Rename `itron::thread::{available_conccurrency -> available_parallelism}`Tomoaki Kawada-1/+1
2021-10-31Re-add `std::os::raw::c_ssize_t`, with more accurate documentationThom Chiovoloni-0/+7
2021-10-31Windows thread-local keyless dropChris Denton-1/+36
2021-10-31Add test for JoinHandle::is_running.Mara Bos-1/+35
2021-10-31Add JoinHandle::is_running.Mara Bos-0/+9
2021-10-31Rollup merge of #90431 - jkugelman:must-use-std-o-through-z, r=joshtriplettMatthias Krüger-2/+57
2021-10-31Rollup merge of #90430 - jkugelman:must-use-std-a-through-n, r=joshtriplettMatthias Krüger-0/+54
2021-10-31Rollup merge of #89786 - jkugelman:must-use-len-and-is_empty, r=joshtriplettMatthias Krüger-0/+5
2021-10-31Rollup merge of #89068 - bjorn3:restructure_rt2, r=joshtriplettMatthias Krüger-15/+12