about summary refs log tree commit diff
path: root/src/libstd/sys_common
AgeCommit message (Expand)AuthorLines
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
2017-04-18std: Back out backtrace pruning logicAlex Crichton-80/+4
2017-04-08Adding links around Sender/SyncSender/Receiver errors; Adding more documentat...projektir-1/+3
2017-03-30Replace hardcoded forward slash with path::MAIN_SEPARATORThomas Jespersen-2/+2
2017-03-25Fix libc::bind call on aarch64-linux-androidMarco A L Barbosa-2/+2
2017-03-17Rollup merge of #40503 - swgillespie:thread-hack-removal, r=sfacklerCorey Farwell-6/+1
2017-03-15Auto merge of #40009 - clarcharr:box_to_buf, r=alexcrichtonbors-0/+6
2017-03-13std: remove a workaround for privacy limitations that isn't necessary anymoreSean Gillespie-6/+1
2017-03-10Rollup merge of #40410 - clarcharr:os_string_shrink_to_fit, r=alexcrichtonAlex Crichton-0/+5
2017-03-10Add From<Box<..>> implementations.Clar Charr-0/+6
2017-03-10OsString::shrink_to_fit.Clar Charr-0/+5
2017-03-10travis: Fuchsia builderPetr Hosek-3/+0
2017-03-02Rollup merge of #40081 - GuillaumeGomez:poison-docs, r=frewsxcvGuillaume Gomez-7/+22
2017-02-28Add missing url in sync structsGuillaume Gomez-7/+22
2017-02-26Also ignore std::panicYamakaky-0/+3
2017-02-26Fix tests on Windows in Debug configuration (#4)Vadim Petrochenkov-0/+6
2017-02-25Fix tests on ARM Linux (#3)Vadim Petrochenkov-0/+1
2017-02-23rposition() -> rev().position() (#2)Vadim Petrochenkov-1/+1
2017-02-23Fix tests on Windows (#1)Vadim Petrochenkov-40/+56
2017-02-15Improve backtrace formating while panicking.Yamakaky-189/+408
2017-02-14Conversions between CStr/OsStr/Path and boxes.Clar Charr-0/+19
2017-02-06std: Remove cfg(cargobuild) annotationsAlex Crichton-5/+2
2017-02-05Rollup merge of #38983 - APTy:udp-peek, r=aturonCorey Farwell-11/+13
2017-02-04libstd/net: Add `peek` APIs to UdpSocket and TcpStreamTyler Julian-11/+13
2017-01-27Attempt at fixing dead code lintsSegev Finer-1/+1
2017-01-24Make backtraces work on Windows GNU targets again.Segev Finer-1/+16
2016-12-20Fix compile errors and suchAlex Crichton-0/+1
2016-11-10Merge branch 'master' into redoxJeremy Soller-1/+1
2016-11-10Use target_os = redox for cfgJeremy Soller-2/+2