about summary refs log tree commit diff
path: root/src/libstd/sys_common
AgeCommit message (Expand)AuthorLines
2020-01-06Auto merge of #66899 - msizanoen1:riscv-std, r=alexcrichtonbors-1/+2
2020-01-02Use drop instead of the toilet closure `|_| ()`Lzu Tao-2/+2
2020-01-01Add support for RISC-V 64-bit GNU/Linuxmsizanoen1-1/+2
2019-12-24Deprecate Error::description for realDavid Tolnay-0/+3
2019-12-22Format the worldMark Rousskov-88/+126
2019-12-21Require issue = "none" over issue = "0" in unstable attributesRoss MacArthur-2/+2
2019-12-09inline some common methods on OsStrLzu Tao-0/+2
2019-11-29Format libstd with rustfmtDavid Tolnay-314/+346
2019-11-13Rollup merge of #66166 - GuillaumeGomez:rename-rustdoc-to-doc, r=QuietMisdreavusYuki Okushi-1/+1
2019-11-11Don't attempt to get cwd when printing backtrace under MiriAaron Hill-1/+8
2019-11-06rename cfg(rustdoc) into cfg(doc)Guillaume Gomez-1/+1
2019-10-20Merge branch 'master' into rusty-hermitStefan Lankes-29/+39
2019-10-16doc: fix typo in OsStrExt and OsStringExtBen Boeckel-4/+4
2019-10-06redesign of the interface to the unikernel HermitCoreStefan Lankes-0/+2
2019-09-25std: Reduce checks for `feature = "backtrace"`Alex Crichton-25/+35
2019-09-16avoid #[cfg] in favor of cfg!Ralf Jung-2/+0
2019-09-14rename the crate, not the featureRalf Jung-5/+5
2019-09-14std: always depend on backtrace, but only enable its features on demandRalf Jung-2/+4
2019-09-11Auto merge of #64154 - alexcrichton:std-backtrace, r=sfacklerbors-54/+65
2019-09-09Always show backtrace on FuchsiaTaylor Cramer-0/+6
2019-09-09std: Add a `backtrace` moduleAlex Crichton-54/+65
2019-09-08Rollup merge of #64152 - cramertj:update-backtrace, r=alexcrichtonMazdak Farrokhzad-146/+89
2019-09-05std: Improve downstream codegen in `Command::env`Alex Crichton-37/+14
2019-09-04Use backtrace formatting from the backtrace crateTaylor Cramer-146/+89
2019-08-11Rollup merge of #61969 - MikailBag:master, r=CentrilMark Rousskov-0/+6
2019-08-09Add FIXME-s that some types should be transparentMikail Bagishov-0/+6
2019-08-06redox: convert to target_family unixJeremy Soller-1/+0
2019-07-22add support for hexagon-unknown-linux-muslBrian Cain-1/+2
2019-07-01Remove needless lifetimesJeremy Stucki-1/+1
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