about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2021-07-03Rollup merge of #86807 - tversteeg:patch-1, r=bjorn3Yuki Okushi-1/+0
2021-07-03Rollup merge of #86803 - xfix:remove-unnecessary-ampersand-from-command-args-...Yuki Okushi-2/+2
2021-07-03Rollup merge of #85001 - CDirkx:bytestring, r=JohnTitorYuki Okushi-50/+28
2021-07-02Fix double import in wasm threadThomas Versteeg-1/+0
2021-07-02Remove & from Command::args calls in documentationKonrad Borowski-2/+2
2021-07-02Auto merge of #85746 - m-ou-se:io-error-other, r=joshtriplettbors-73/+96
2021-07-02Rollup merge of #86783 - mark-i-m:mutex-drop-unsized, r=XanewokYuki Okushi-20/+20
2021-07-01Move Mutex::unlock to T: ?SizedMark Mansi-20/+20
2021-06-28Update to new bootstrap compilerMark Rousskov-3/+2
2021-06-28Auto merge of #82624 - ojeda:rwlock-example-deadlock, r=JohnTitorbors-1/+13
2021-06-26Auto merge of #86586 - Smittyvb:https-everywhere, r=petrochenkovbors-14/+14
2021-06-26Auto merge of #86637 - ehuss:spellings, r=dtolnaybors-4/+4
2021-06-25Fix a few misspellings.Eric Huss-4/+4
2021-06-25Restore original ordering of `ErrorKind::Other`.Mara Bos-8/+9
2021-06-26Rollup merge of #86592 - jhpratt:non_exhaustive, r=JohnTitorYuki Okushi-12/+9
2021-06-24Auto merge of #86467 - ChrisDenton:win-env-clear, r=JohnTitorbors-0/+15
2021-06-24Test that `env_clear` works on WindowsChris Denton-0/+9
2021-06-24Use `#[non_exhaustive]` where appropriateJacob Pratt-12/+9
2021-06-23Use HTTPS links where possibleSmitty-14/+14
2021-06-22Auto merge of #84910 - eopb:stabilize_int_error_matching, r=yaahcbors-7/+1
2021-06-22postpone stabilizaton by one releaseEthan Brierley-1/+1
2021-06-22Auto merge of #86527 - JohnTitor:rollup-cbu78g4, r=JohnTitorbors-177/+277
2021-06-22Rollup merge of #86114 - JDuchniewicz:feat/panic-frame-fmt, r=yaahcYuki Okushi-3/+2
2021-06-22Rollup merge of #86037 - soerenmeier:cursor_remaining, r=yaahcYuki Okushi-4/+85
2021-06-22Rollup merge of #85182 - CDirkx:available_concurrency, r=JohnTitorYuki Okushi-162/+182
2021-06-22Rollup merge of #85054 - jethrogb:jb/sgx-inline-asm, r=AmanieuYuki Okushi-8/+8
2021-06-21Auto merge of #86383 - shamatar:slice_len_lowering, r=bjorn3bors-1/+1
2021-06-21Merge `sys_common::bytestring` into `os_str_bytes`Christiaan Dirkx-50/+28
2021-06-21Use `Unsupported` on platforms where `available_concurrency` is not implemented.Christiaan Dirkx-21/+9
2021-06-21Move `available_concurrency` implementation to `sys`Christiaan Dirkx-162/+194
2021-06-20Auto merge of #84967 - CDirkx:os_str_ext, r=m-ou-sebors-78/+92
2021-06-20Squashed implementation of the passAlex Vlasov-1/+1
2021-06-20Add comment to `std::os::unix::ffi::os_str` explaining that the module is reu...Christiaan Dirkx-0/+3
2021-06-20Make `os_str_bytes::{Buf, Slice}` `pub` and `repr(transparent)`Christiaan Dirkx-8/+4
2021-06-20Move `OsStringExt` and `OsStrExt` to `std::os`Christiaan Dirkx-70/+85
2021-06-20Auto merge of #86463 - fee1-dead:fixed-encode_wide, r=m-ou-sebors-1/+14
2021-06-19Auto merge of #86034 - nagisa:nagisa/rt-soundness, r=m-ou-sebors-15/+31
2021-06-19Change entry point to 🛡️ against 💥 💥-payloadsSimonas Kazlauskas-15/+31
2021-06-19Windows: Fix `Command::env_clear` so it worksChris Denton-0/+6
2021-06-19Auto merge of #86426 - hi-rustin:rustin-patch-lint-warn, r=Aaron1011bors-3/+3
2021-06-19Account for self.extra in size_hint for EncodeWideDeadbeef-1/+14
2021-06-18Auto merge of #85815 - YuhanLiin:buf-read-data-left, r=m-ou-sebors-0/+41
2021-06-18Auto merge of #85747 - maxwase:path-symlinks-methods, r=m-ou-sebors-0/+52
2021-06-18`no_run` and `ignore` doc attributesMax Wase-2/+4
2021-06-18Lint for unused borrows as part of UNUSED_MUST_USEhi-rustin-3/+3
2021-06-17Update tracking issueYuhanLiin-1/+1
2021-06-17Rollup merge of #86357 - de-vri-es:simplify-repeated-cfg-ifs, r=m-ou-seMara Bos-100/+10
2021-06-17Rollup merge of #86202 - a1phyr:spec_io_bytes_size_hint, r=m-ou-seMara Bos-3/+96
2021-06-17Rollup merge of #85925 - clarfonthey:lerp, r=m-ou-seMara Bos-0/+191
2021-06-17Rely on libc for correct integer types in os/unix/net/ancillary.rs.Maarten de Vries-100/+10