about summary refs log tree commit diff
path: root/src/libstd/sys_common
AgeCommit message (Expand)AuthorLines
2020-07-17std: Switch from libbacktrace to gimliAlex Crichton-2/+1
2020-07-15Simplify os_str_bytes cfg expression.Eric Huss-8/+3
2020-07-15Introduce restricted-std feature.Eric Huss-0/+3
2020-07-12adjust remaining targetsRalf Jung-1/+1
2020-07-12rename fast_thread_local -> thread_local_dtor; thread_local -> thread_local_keyRalf Jung-37/+54
2020-06-10Migrate to numeric associated constsLzu Tao-3/+3
2020-05-31Rollup merge of #72683 - RalfJung:char-debug-check, r=Mark-SimulacrumRalf Jung-4/+2
2020-05-30encode_utf8_raw is not always valid UTF-8; clarify commentsRalf Jung-1/+1
2020-05-30also expose and use encode_utf16_raw for wtf8Ralf Jung-2/+1
2020-05-30wtf8: use encode_utf8_rawRalf Jung-2/+1
2020-05-29Add Extend::{extend_one,extend_reserve}Josh Stone-0/+11
2020-05-17abort_internal is safeRalf Jung-3/+1
2020-05-02Replace `cfg` macro with attribute.Markus Reiter-6/+9
2020-04-26Update nameSteven Fackler-4/+4
2020-04-26Add Read/Write::can_read/write_vectoredSteven Fackler-0/+10
2020-04-14Add illumos triplePatrick Mooney-2/+2
2020-04-06Forward OsStr::clone_into to the inner VecJosh Stone-0/+8
2020-03-31Inline start_thread into its callers.Vytautas Astrauskas-11/+0
2020-03-29Rollup merge of #69937 - TyPR124:osstr_ascii, r=dtolnayDylan DPC-6/+60
2020-03-28ascii methods on osstrTyPR124-6/+60
2020-03-27Rollup merge of #70048 - TyPR124:mutable_osstr, r=dtolnayDylan DPC-0/+11
2020-03-21Rollup merge of #69955 - alexcrichton:stderr-infallible, r=sfacklerDylan DPC-63/+51
2020-03-20remove redundant returns (clippy::needless_return)Matthias Krüger-1/+1
2020-03-20Fix abort-on-eprintln during process shutdownAlex Crichton-63/+51
2020-03-16add comments about safetyTyPR124-0/+6
2020-03-16allowing getting &mut OsStr from OsStringTyPR124-0/+5
2020-03-16Fix wrong dereflzutao-2/+2
2020-03-16Use sublice patterns to avoid computing the lenlzutao-12/+4
2020-03-07reduce references on match patterns (clippy::match_ref_pats)Matthias Krüger-5/+5
2020-03-07Use writeln!(fmt, "word") instead of write!(fmt, "word\n") (clippy::write_wit...Matthias Krüger-1/+1
2020-02-11Fix failing backtrace ui testsJane Lusby-0/+1
2020-01-20refactor fix using cfg_if! (fix build on Solaris)Vita Batrla-0/+1
2020-01-18refactor fix using cfg_if! (fix build)Vita Batrla-6/+16
2020-01-17refactor fix using cfg_if!Vita Batrla-120/+55
2020-01-17Options IP_MULTICAST_TTL and IP_MULTICAST_LOOP are 1 byte on BSD and SolarisVita Batrla-18/+50
2020-01-10Inline to make OsStr::is_empty zero costLzu Tao-0/+1
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