about summary refs log tree commit diff
path: root/src/libstd/sys_common
AgeCommit message (Expand)AuthorLines
2017-12-31Auto merge of #46713 - Manishearth:memchr, r=blussbors-228/+0
2017-12-26Change name of `lang_start_real` to `lang_start_internal`Bastian Köcher-1/+1
2017-12-25Auto merge of #46914 - mikeyhew:raw_pointer_self, r=arielb1bors-1/+1
2017-12-24Capture environment at spawnDiggory Blake-0/+145
2017-12-22fix some errors in libstdMichael Hewson-1/+1
2017-12-18Add lossless debug implementation for unix OsStrsDiggory Blake-0/+57
2017-12-13Move rust memchr impl to libcoreManish Goregaokar-228/+0
2017-12-11Merge remote-tracking branch 'origin/master' into miriOliver Schneider-8/+2
2017-12-09Use Try syntax for Option in place of macros or matchMatt Brubeck-8/+2
2017-12-06Update miri to rustc changesOliver Schneider-31/+131
2017-11-30rustc: Prepare to enable ThinLTO by defaultAlex Crichton-2/+20
2017-11-25Implement `Rc`/`Arc` conversions for string-like typesMurarth-0/+14
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-6/+11
2017-11-09std: Avoid use of `libc` in portable modulesAlex Crichton-11/+11
2017-10-10Rollup merge of #44775 - MaloJaffre:debug-struct, r=sfacklerkennytm-3/+10
2017-10-09Refactor to use `debug_struct` in several Debug implsMalo Jaffré-3/+10
2017-10-09Auto merge of #45041 - est31:master, r=alexcrichtonbors-2/+0
2017-10-05replace libc::res_init with res_init_if_glibc_before_2_26Jack O'Connor-4/+9
2017-10-05Remove nacl from libstdest31-2/+0
2017-09-23docs improvement std::sync::{PoisonError, TryLockError}Lucas Morales-2/+55
2017-09-20Auto merge of #44525 - aidanhs:aphs-no-null-deref, r=alexcrichtonbors-15/+23
2017-09-17Add `<*const T>::align_offset` and use it in `memchr`Oliver Schneider-6/+3
2017-09-17Rollup merge of #44622 - frewsxcv:frewsxcv-invalid-link, r=QuietMisdreavusTim Neumann-1/+1
2017-09-15Fix incorrect `into_inner` link in docs.Corey Farwell-1/+1
2017-09-14Auto merge of #43972 - TobiasSchaffner:std_clean, r=alexcrichtonbors-22/+24
2017-09-13Move default stack min size to thread implementationsTobias Schaffner-21/+18
2017-09-12Correctly bubble up errors from libbacktraceAidan Hobson Sayers-15/+23
2017-09-08Move the stack size value for L4Re to the min_stack_size functionSebastian Humenda-0/+5
2017-09-08Re-enable networking module fo rL4ReSebastian Humenda-5/+5
2017-09-08Add modifications needed for L4re in libstdTobias Schaffner-1/+1
2017-09-02Add libbacktrace support for Apple platformsJohn Colanduoni-1/+1
2017-08-23Auto merge of #43830 - alexcrichton:path-display-regression, r=aturonbors-3/+7
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-3/+3
2017-08-13std: Respect formatting flags for str-like OsStrAlex Crichton-3/+7
2017-08-07addrinfo hint in lookup_host() needs clean initialization on all platformsDanek Duvall-10/+2
2017-07-13Fix backtrace on RedoxJeremy Soller-1/+2
2017-07-10Use LocalKey::try_with in stdLee Bousfield-8/+3
2017-07-06Implement TcpStream::connect_timeoutSteven Fackler-0/+8
2017-06-24Auto merge of #42687 - alexcrichton:windows-tls, r=sfacklerbors-1/+34
2017-06-23rustc: Enable #[thread_local] for WindowsAlex Crichton-1/+34
2017-06-23Removed as many "```ignore" as possible.kennytm-4/+4
2017-06-20Add `Read::initializer`.Steven Fackler-133/+0
2017-06-15Avoid allocations in Debug for os_strStepan Koltsov-4/+42
2017-05-19Rollup merge of #41870 - excaliburHisSheath:iss29367-windows-docs, r=frewsxcvMark Simulacrum-0/+1
2017-05-09Don't show the std frames before user code on unwinding.Yamakaky-4/+40
2017-05-05Merge remote-tracking branch 'rust-lang/master' into iss29367-windows-docsDavid LeGare-85/+11
2017-05-05Update documention in windows::ffiDavid LeGare-0/+1
2017-05-05Rollup merge of #41582 - jonhoo:reread-nameservers-on-lookup-fail, r=alexcric...Corey Farwell-3/+16
2017-05-05std: Avoid locks during TLS destruction on WindowsAlex Crichton-15/+22
2017-05-04Reload nameserver information on lookup failureJon Gjengset-3/+16