summary refs log tree commit diff
path: root/src/libstd/sys_common
AgeCommit message (Expand)AuthorLines
2019-06-10std: Remove internal definitions of `cfg_if!` macroAlex Crichton-1/+1
2019-06-05Aggregation of drive-by cosmetic changes.Alexander Regueiro-1/+1
2019-05-25std: Depend on `backtrace` crate from crates.ioAlex Crichton-337/+153
2019-05-13Remove bitrig support from rustMarcel Hellwig-2/+2
2019-04-30Auto merge of #60204 - jethrogb:jb/rtunwrap-debug-print, r=alexcrichtonbors-4/+6
2019-04-29Rollup merge of #60334 - sfackler:stable-iovec, r=alexcrichtonMazdak Farrokhzad-3/+3
2019-04-27Stabilized vectored IOSteven Fackler-3/+3
2019-04-26Use "capacity" as parameter name in with_capacity() methodsMatthias Geier-3/+3
2019-04-23Debug-print error when using rtunwrapJethro Beekman-4/+6
2019-04-22Remove double trailing newlinesvarkor-1/+0
2019-04-10Eliminate `FnBox` usages from libstd.CrLF0710-5/+3
2019-04-05Use for_each to extend collectionsJosh Stone-3/+1
2019-04-05Rollup merge of #59690 - xfix:patch-17, r=cramertjMazdak Farrokhzad-0/+2
2019-04-04Auto merge of #59619 - alexcrichton:wasi-fs, r=fitzgenbors-0/+42
2019-04-04Mark unix::ffi::OsStrExt methods as inlineKonrad Borowski-0/+2
2019-04-03wasi: Fill out `std::fs` module for WASIAlex Crichton-0/+42
2019-04-01SGX target: convert a bunch of panics to abortsJethro Beekman-0/+9
2019-03-31libstd: deny(elided_lifetimes_in_paths)Mazdak Farrokhzad-31/+33
2019-03-22Auto merge of #59370 - Centril:rollup, r=Centrilbors-0/+6
2019-03-22Auto merge of #58953 - jethrogb:jb/unify-ffi, r=alexcrichtonbors-0/+252
2019-03-21Unify OsString/OsStr for byte-based implementationsJethro Beekman-0/+252
2019-03-16Add peer_addr function to UdpSocketLinus Unnebäck-0/+6
2019-03-09Use lifetime contravariance to elide more lifetimes in core+alloc+stdScott McMurray-1/+1
2019-02-28Fix some imports and pathsTaiki Endo-1/+1
2019-02-28libstd => 2018Taiki Endo-108/+109
2019-02-26Auto merge of #58357 - sfackler:vectored-io, r=alexcrichtonbors-1/+9
2019-02-20Rollup merge of #58553 - scottmcm:more-ihle, r=Centrilkennytm-6/+6
2019-02-17Use more impl header lifetime elisionScott McMurray-6/+6
2019-02-13Add vectored read and write supportSteven Fackler-1/+9
2019-02-10libs: doc commentsAlexander Regueiro-7/+7
2018-12-31Bound sgx target_env with fortanix as target_vendorYu Ding-1/+1
2018-12-25Remove licensesMark Rousskov-199/+0
2018-12-24std: Use backtrace-sys from crates.ioAlex Crichton-51/+29
2018-12-14std: Use `rustc_demangle` from crates.ioAlex Crichton-228/+11
2018-12-11Remove unnecessary feature gates from const fnsOliver Scherer-3/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-12-07SGX target: implement synchronization primitives and threadingJethro Beekman-0/+3
2018-12-07Add x86_64-fortanix-unknown-sgx target to libstd and dependenciesJethro Beekman-3/+5
2018-12-06Refactor net::each_addr/lookup_host to forward error from resolveJethro Beekman-16/+58
2018-12-06Refactor stderr_prints_nothing into a more modular functionJethro Beekman-4/+3
2018-12-04cleanup: remove static lifetimes from consts in libstdljedrz-1/+1
2018-11-11std: Delete the `alloc_system` crateAlex Crichton-0/+51
2018-11-06refactor: use shorthand fieldsteresy-3/+3
2018-09-15Improve output if no_lookup_host_duplicates failsPhilip Munksgaard-2/+3
2018-09-04Breaking change upgradesMark Rousskov-1/+1
2018-08-20Replace usages of ptr::offset with ptr::{add,sub}.Corey Farwell-1/+1
2018-08-08avoid using the word 'initialized' to talk about that non-reentrant-capable s...Ralf Jung-3/+5
2018-08-06actually, reentrant uninitialized mutex acquisition is outright UBRalf Jung-9/+7
2018-08-06argue why at_exit_imp is fineRalf Jung-3/+3
2018-08-06I think we have to strengthen Mutex::init UBRalf Jung-1/+1