about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2021-01-30Expose correct symlink API on WASIIngvar Stepanyan-9/+5
2021-01-29sys: use `process::abort()` instead of `arch::wasm32::unreachable()`Miguel Ojeda-1/+1
2021-01-29Resolve DLL imports at CRT startup, not on demandArlie Davis-71/+95
2021-01-29rename raw_const/mut -> const/mut_addr_of, and stabilize themRalf Jung-1/+0
2021-01-28Rollup merge of #70904 - LukasKalbertodt:stabilize-seek-convenience, r=m-ou-seYuki Okushi-5/+3
2021-01-27Auto merge of #81335 - thomwiggers:no-panic-shrink-to, r=Mark-Simulacrumbors-8/+3
2021-01-26shrink_to shouldn't panic on len greater than capacityThom Wiggers-8/+3
2021-01-25Make std::panic_2021 an alias for core::panic_2021.Mara Bos-10/+1
2021-01-25Implement new panic!() behaviour for Rust 2021.Mara Bos-0/+47
2021-01-24Rollup merge of #79174 - taiki-e:std-future, r=Mark-SimulacrumJonas Schievink-20/+2
2021-01-24Rollup merge of #75180 - KodrAus:feat/error-by-ref, r=m-ou-seJonas Schievink-0/+21
2021-01-24Auto merge of #81250 - sivadeilra:remove_xp_compat, r=joshtriplett,m-ou-sebors-145/+81
2021-01-24Stabilize `Seek::stream_position` & change feature of `Seek::stream_len`Lukas Kalbertodt-5/+3
2021-01-23Rollup merge of #81281 - a1phyr:inline_path, r=dtolnayJonas Schievink-0/+103
2021-01-23Add Frames iterator for BacktraceSean Chen-38/+92
2021-01-22Auto merge of #72160 - slo1:libstd-setgroups, r=KodrAusbors-7/+41
2021-01-22Inline methods of Path and OsStringBenoƮt du Garreau-0/+103
2021-01-22Add `core::stream::Stream`Yoshua Wuyts-0/+17
2021-01-22Rollup merge of #81233 - lzutao:dbg, r=KodrAusMara Bos-0/+4
2021-01-22Rollup merge of #81202 - lzutao:dbg_ipv6, r=AmanieuMara Bos-4/+7
2021-01-22Rollup merge of #81194 - m-ou-se:stabilize-panic-any, r=m-ou-seMara Bos-2/+2
2021-01-22Remove delay-binding for Win XP and VistaArlie Davis-145/+81
2021-01-21Add setgroups to std::os::unix::process::CommandExtslo1-7/+41
2021-01-21Auto merge of #81240 - JohnTitor:rollup-ieaz82a, r=JohnTitorbors-21/+24
2021-01-21Rollup merge of #81219 - joshtriplett:temp_dir-docs, r=sfacklerYuki Okushi-6/+9
2021-01-21Rollup merge of #80172 - camelid:prelude-docs-consistent-punct, r=steveklabnikYuki Okushi-15/+15
2021-01-21Document why cannot use concat! in dbg!Lzu Tao-0/+4
2021-01-20Deprecate-in-future the constants superceded by RFC 2700bstrie-27/+32
2021-01-20Document security implications of std::env::temp_dirJosh Triplett-6/+9
2021-01-20Dont prefix 0x when `dbg!(ipv6)`Lzu Tao-2/+5
2021-01-20Use slice::split_first instead of manuall slicingLzu Tao-2/+2
2021-01-19Auto merge of #79578 - alexcrichton:update-waasi, r=KodrAusbors-22/+78
2021-01-19Make 'static bound on panic_any explicit.Mara Bos-1/+1
2021-01-19Stabilize std::panic::panic_any.Mara Bos-1/+1
2021-01-19Auto merge of #79705 - ijackson:bufwriter-disassemble, r=m-ou-sebors-0/+99
2021-01-17Auto merge of #80537 - ehuss:macos-posix-spawn-chdir, r=dtolnaybors-4/+14
2021-01-17Don't use posix_spawn_file_actions_addchdir_np on macOS.Eric Huss-4/+14
2021-01-17Add benchmark and fast path for BufReader::read_exactBen Kimock-17/+47
2021-01-16Rollup merge of #80681 - ChrisJefferson:logic-error-doc, r=m-ou-seMara Bos-1/+6
2021-01-16Clarify what the effects of a 'logic error' areChris Jefferson-1/+6
2021-01-15Update library/std/src/thread/mod.rs James Wright-0/+1
2021-01-15Clarify difference between unix/windows behaviourJames Wright-0/+8
2021-01-14std: Update wasi-libc commit of the wasm32-wasi targetAlex Crichton-22/+78
2021-01-14Rollup merge of #80966 - KodrAus:deprecate/spin_loop_hint, r=m-ou-seMara Bos-4/+6
2021-01-14Rollup merge of #80895 - sfackler:read-to-end-ub, r=m-ou-seMara Bos-12/+10
2021-01-14Rollup merge of #80217 - camelid:io-read_to_string, r=m-ou-seMara Bos-0/+48
2021-01-14Rollup merge of #80169 - frewsxcv:frewsxcv-docs-fix, r=jyn514Mara Bos-7/+12
2021-01-14Rollup merge of #79982 - ijackson:exit-status, r=dtolnayMara Bos-3/+131
2021-01-13Fix typos in Fuchsia unix_process_wait_moreDavid Tolnay-2/+2
2021-01-13ExitStatusExt: Fix build on FuchsiaIan Jackson-0/+44