about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2017-02-07Rollup merge of #38764 - Aaronepower:master, r=aturonCorey Farwell-0/+7
2017-02-07Add missing urls for current_dirGuillaume Gomez-2/+5
2017-02-06make Child::try_wait return io::Result<Option<ExitStatus>>Jack O'Connor-22/+21
2017-02-06std: Remove cfg(cargobuild) annotationsAlex Crichton-97/+6
2017-02-05Ipv6Addr <-> u128Clar Charr-5/+38
2017-02-05Rollup merge of #39514 - tbu-:pr_less_syscalls_fd, r=alexcrichtonCorey Farwell-2/+17
2017-02-05Rollup merge of #39393 - ollie27:stab_impls, r=alexcrichtonCorey Farwell-51/+53
2017-02-05Rollup merge of #38983 - APTy:udp-peek, r=aturonCorey Farwell-16/+250
2017-02-05Rollup merge of #38921 - chris-morgan:windows-unprivileged-symlink-creation, ...Corey Farwell-3/+20
2017-02-05Rollup merge of #38518 - nagisa:exec-doc, r=alexcrichtonCorey Farwell-2/+29
2017-02-04libstd/net: Add `peek` APIs to UdpSocket and TcpStreamTyler Julian-16/+250
2017-02-04Rollup merge of #39506 - GuillaumeGomez:hashmap_docs, r=frewsxcvGuillaume Gomez-5/+12
2017-02-04Rollup merge of #39486 - phungleson:tiny-doc-wording-change, r=alexcrichtonGuillaume Gomez-1/+1
2017-02-04Use less syscalls in `FileDesc::set_{nonblocking,cloexec}`Tobias Bucher-2/+17
2017-02-03Auto merge of #39463 - alexcrichton:update-bootstrap, r=alexcrichtonbors-2/+0
2017-02-03Add missing urls in HashMapGuillaume Gomez-5/+12
2017-02-03Bump version, upgrade bootstrapAlex Crichton-2/+0
2017-02-04tiny doc wording changeSon-1/+1
2017-02-03Auto merge of #39418 - redox-os:redox_fs_ext, r=brsonbors-0/+10
2017-02-02Build libbacktrace/jemalloc only when their timestamps are older than sourcesVadim Petrochenkov-7/+12
2017-02-02Fix build in cross-compilation scenariosVadim Petrochenkov-1/+1
2017-02-02rustbuild: Build jemalloc and libbacktrace only once (take 2)Vadim Petrochenkov-16/+10
2017-02-02Auto merge of #39386 - tbu-:pr_pipe_less_syscalls, r=alexcrichtonbors-22/+17
2017-01-31add From<(I, u16)> for SocketAddr where I: Into<IpAddr>Sean McArthur-2/+9
2017-01-30Add dev and ino to MetadataExtJeremy Soller-0/+10
2017-01-30Don't handle ENOSYS in `anon_pipe()`Tobias Bucher-14/+9
2017-01-29Add support for test suites emulated in QEMUAlex Crichton-1/+5
2017-01-29Fix a few impl stability attributesOliver Middleton-51/+53
2017-01-28add From<[u8; n]> impls for IpAddrSean McArthur-0/+22
2017-01-28Auto merge of #39234 - segevfiner:fix-backtraces-on-windows-gnu, r=petrochenkovbors-1/+180
2017-01-27Rollup merge of #39344 - ollie27:links, r=steveklabnikAlex Crichton-3/+3
2017-01-27Rollup merge of #39307 - alexcrichton:stabilize-1.16, r=brsonAlex Crichton-29/+12
2017-01-28Use libc::c_char instead of i8 due to platforms with unsigned charSegev Finer-2/+4
2017-01-27Use less syscalls in `anon_pipe()`Tobias Bucher-19/+19
2017-01-27Fix a few links in the docsOliver Middleton-3/+3
2017-01-27Attempt at fixing dead code lintsSegev Finer-68/+106
2017-01-26std: Compile libbacktrace with -fvisibility=hiddenAlex Crichton-2/+3
2017-01-25std: Stabilize APIs for the 1.16.0 releaseAlex Crichton-29/+12
2017-01-25Auto merge of #38856 - zackw:process-envs, r=aturonbors-1/+36
2017-01-25Rollup merge of #39276 - GuillaumeGomez:array_urls, r=frewsxcvGuillaume Gomez-21/+22
2017-01-25Rollup merge of #39212 - redox-os:master, r=brsonGuillaume Gomez-1/+8
2017-01-24Updated Fuchsia support for std::process. Adds support for try_wait. Misc. up...Theodore DeRego-23/+167
2017-01-24Make backtraces work on Windows GNU targets again.Segev Finer-1/+140
2017-01-24Add missing urls for array docsGuillaume Gomez-21/+22
2017-01-24Auto merge of #39048 - lambda:impl-tosocketaddrs-for-string, r=alexcrichtonbors-0/+20
2017-01-23Rollup merge of #39233 - frewsxcv:upper-lower-docs, r=GuillaumeGomezSteve Klabnik-2/+30
2017-01-22Auto merge of #38648 - utkarshkukreti:question-mark-in-libstd-documentation-e...bors-163/+163
2017-01-22libstd: mention `?` operator instead of removing `try!` macro referenceUtkarsh Kukreti-1/+3
2017-01-22libstd: update std::io module documentation to not mention `try!`Utkarsh Kukreti-3/+1
2017-01-22libstd: replace all `try!` with `?` in documentation examplesUtkarsh Kukreti-161/+161