about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2021-11-07Auto merge of #89310 - joshtriplett:available-concurrency-affinity, r=m-ou-sebors-0/+8
2021-11-06use matches!() macro in more placesMatthias Krüger-7/+2
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
2021-10-31Rollup merge of #89835 - jkugelman:must-use-expensive-computations, r=joshtri...Matthias Krüger-0/+10
2021-10-31Rollup merge of #89677 - maxwase:is-symlink-stabilization, r=joshtriplettMatthias Krüger-5/+9
2021-10-30Add #[must_use] to remaining std functions (A-N)John Kugelman-0/+54
2021-10-30Add #[must_use] to remaining std functions (O-Z)John Kugelman-2/+57
2021-10-31Make std::thread::available_concurrency support process-limited number of CPUsJosh Triplett-0/+8
2021-10-30Add #[must_use] to len and is_emptyJohn Kugelman-0/+5
2021-10-31Rollup merge of #90401 - mkroening:hermit-condvar, r=joshtriplettMatthias Krüger-2/+14
2021-10-31Rollup merge of #89789 - jkugelman:must-use-thread-builder, r=joshtriplettMatthias Krüger-0/+1
2021-10-30Replace `std::os::raw::c_ssize_t` with `std::os::raw::c_ptrdiff_t`Thom Chiovoloni-2/+2
2021-10-30Auto merge of #89174 - ChrisDenton:automatic-verbatim-paths, r=dtolnaybors-13/+203
2021-10-29hermit: Implement Condvar::wait_timeoutMartin Kröning-2/+14
2021-10-28Revert "Add rustc lint, warning when iterating over hashmaps"Mark Rousskov-20/+0
2021-10-27Auto merge of #90347 - matthiaskrgr:rollup-rp2ms7j, r=matthiaskrgrbors-1/+1
2021-10-27Auto merge of #90273 - nbdd0121:const, r=fee1-deadbors-1/+3
2021-10-27Add tracking issue number to const_cstr_uncheckedKonrad Borowski-1/+1
2021-10-27Rollup merge of #90154 - camelid:remove-getdefid, r=jyn514Matthias Krüger-1/+1
2021-10-26Rollup merge of #90296 - CAD97:rip-lerp, r=Mark-SimulacrumMatthias Krüger-191/+0
2021-10-26Remove redundant AlignerTony Yang-5/+2
2021-10-25Remove fNN::lerp - consensus unlikelyCAD97-191/+0
2021-10-25Clean up special function const checksGary Guo-1/+3
2021-10-25Auto merge of #90042 - pietroalbini:1.56-master, r=Mark-Simulacrumbors-2/+2
2021-10-24Rollup merge of #89558 - lcnr:query-stable-lint, r=estebankMatthias Krüger-0/+20
2021-10-23update cfg(bootstrap)Pietro Albini-2/+2
2021-10-23Fix typoChris Denton-1/+1
2021-10-23Make sure `CreateDirectoryW` works for path lengths > 247Chris Denton-1/+41
2021-10-23Add caveat about changing parallelism and function call overheadThe8472-0/+4
2021-10-23Rollup merge of #90166 - smmalis37:patch-1, r=joshtriplettMatthias Krüger-0/+4
2021-10-23Rollup merge of #88300 - ijackson:exitstatusext-methods, r=yaahcMatthias Krüger-4/+4
2021-10-22docs: Escape brackets to satisfy the linkcheckerNoah Lev-1/+1
2021-10-22Auto merge of #90007 - xfix:inline-cstr-from-str, r=kennytmbors-0/+1
2021-10-22Apply suggestions from code reviewJane Lusby-4/+4
2021-10-22Add comment documenting why we can't use a simpler solutionSteven-0/+4
2021-10-22Rollup merge of #89665 - seanyoung:push-empty, r=m-ou-seYuki Okushi-1/+5