about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2022-01-06Rollup merge of #92288 - yescallop:patch-1, r=m-ou-seMatthias Krüger-2/+2
2022-01-05Auto merge of #92587 - matthiaskrgr:rollup-qnwa8qx, r=matthiaskrgrbors-0/+1
2022-01-05Rollup merge of #92517 - ChrisDenton:explicit-path, r=dtolnayMatthias Krüger-33/+37
2022-01-05Add is_riscv_feature_detected!; modify impl of hint::spin_loopluojia65-0/+1
2022-01-04Rollup merge of #92525 - zohnannor:patch-1, r=camelidMatthias Krüger-1/+2
2022-01-04Rollup merge of #92456 - danielhenrymantilla:patch-1, r=petrochenkovMatthias Krüger-11/+8
2022-01-04Rollup merge of #91754 - Patrick-Poitras:rm-4byte-minimum-stdio-windows, r=Ma...Matthias Krüger-18/+54
2022-01-03Make the documentation of builtin macro attributes accessibleDaniel Henry-Mantilla-11/+8
2022-01-03Make `Receiver::into_iter` into a clickable linkzohnannor-1/+2
2022-01-03Explicitly pass `PATH` to the Windows exe resolverChris Denton-33/+37
2022-01-02Auto merge of #92482 - matthiaskrgr:rollup-uso1zi0, r=matthiaskrgrbors-103/+106
2022-01-01Rollup merge of #91593 - upsuper-forks:hashmap-set-methods-bound, r=dtolnayMatthias Krüger-99/+99
2022-01-01Rollup merge of #84083 - ltratt:threadid_doc_tweak, r=dtolnayMatthias Krüger-4/+7
2022-01-01Auto merge of #92396 - xfix:remove-commandenv-apply, r=Mark-Simulacrumbors-16/+0
2021-12-31Make tidy check for magic numbers that spell thingsJosh Triplett-4/+4
2021-12-30Remove needless allocation from example code of OsStringDavid Tolnay-4/+4
2021-12-30Fix some copy/paste hysteresis in OsString try_reserve docsDavid Tolnay-4/+4
2021-12-29Remove CommandEnv::applyKonrad Borowski-16/+0
2021-12-29Address commentsXuanwo-10/+10
2021-12-29Update library/std/src/ffi/os_str.rsXuanwo-1/+1
2021-12-28Implement support in wtf8Xuanwo-0/+37
2021-12-28Fix windows buildXuanwo-0/+9
2021-12-28Add try_reserve for OsStringXuanwo-0/+92
2021-12-26fix typo: intialized -> initializedHiroshi Kori-2/+2
2021-12-26fix typo: the use f.pad -> then use f.padHiroshi Kori-1/+1
2021-12-26Fix a pair of mistyped test cases in std::net::ipScallop Ye-2/+2
2021-12-25Language tweak.Laurence Tratt-2/+2
2021-12-23Rollup merge of #90625 - Milo123459:ref-unwind-safe, r=dtolnayMatthias Krüger-0/+7
2021-12-23Rollup merge of #92208 - ChrisDenton:win-bat-cmd, r=dtolnayMatthias Krüger-0/+35
2021-12-23Rollup merge of #92139 - dtolnay:backtrace, r=m-ou-seMatthias Krüger-3/+3
2021-12-23Rollup merge of #92117 - solid-rs:fix-kmc-solid-read-buf, r=yaahcMatthias Krüger-1/+27
2021-12-22Fix testsChris Denton-3/+11
2021-12-21Rollup merge of #92129 - RalfJung:join-handle-docs, r=jyn514Matthias Krüger-1/+1
2021-12-21Rollup merge of #90345 - passcod:entry-insert, r=dtolnayMatthias Krüger-6/+6
2021-12-21kmc-solid: Add `std::sys::solid::fs::File::read_buf`Tomoaki Kawada-1/+27
2021-12-20Bump insert_entry stabilization to Rust 1.59David Tolnay-2/+2
2021-12-20Change Backtrace::enabled atomic from SeqCst to RelaxedDavid Tolnay-3/+3
2021-12-20impl RefUnwindSafe for OnceDavid Tolnay-2/+5
2021-12-20JoinHandle docs: add missing 'the'Ralf Jung-1/+1
2021-12-18Rollup merge of #92030 - rukai:stdlib2021, r=m-ou-seMatthias Krüger-13/+12
2021-12-18Rollup merge of #92025 - devnexen:revert-91553-anc_data_dfbsd, r=kennytmMatthias Krüger-92/+8
2021-12-18Update stdlib to the 2021 editionLucas Kent-13/+12
2021-12-16Revert "socket ancillary data implementation for dragonflybsd."David CARLIER-92/+8
2021-12-16Quote bat script command lineChris Denton-0/+35
2021-12-16Rollup merge of #91947 - ibraheemdev:io-error-other, r=joshtriplettMatthias Krüger-0/+27
2021-12-15Modifications to buffer UTF-16 internally so that there is no longer a 4-byte...PFPoitras-18/+54
2021-12-15Rollup merge of #91916 - steffahn:fix-typos, r=dtolnayMatthias Krüger-28/+28
2021-12-14add `io::Error::other` constructorIbraheem Ahmed-0/+27
2021-12-15Rollup merge of #91881 - Patrick-Poitras:stabilize-iter-zip, r=scottmcmMatthias Krüger-1/+0
2021-12-14Stabilize iter::zip.PFPoitras-1/+0