about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
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
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-05Add UnwindSafe to OnceMilo-0/+4
2021-11-04Auto merge of #90392 - solid-rs:fix-solid-support, r=Mark-Simulacrumbors-1/+1
2021-11-02formattingDrMeepster-1/+1
2021-11-02fix change clobbered by rebaseDrMeepster-7/+23
2021-11-02implement review suggestionsDrMeepster-9/+31