about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2016-12-03Rollup merge of #38141 - GuillaumeGomez:component_doc, r=frewsxcvCorey Farwell-1/+11
2016-12-03Rollup merge of #38077 - GuillaumeGomez:ipaddr_doc, r=frewsxcvCorey Farwell-0/+88
2016-12-03Rollup merge of #38020 - GuillaumeGomez:udp-socket-doc, r=frewsxcvCorey Farwell-11/+215
2016-12-03Rollup merge of #37859 - GuillaumeGomez:net_examples, r=nagisaCorey Farwell-0/+158
2016-12-02Add Component examplesGuillaume Gomez-1/+11
2016-12-02Auto merge of #37936 - tedsta:fuchsia_std_process, r=alexcrichtonbors-238/+689
2016-12-01std::process fuchsia support cleanupTheodore DeRego-34/+26
2016-12-01Auto merge of #38018 - sourcefrog:doc, r=alexcrichtonbors-0/+8
2016-12-01Auto merge of #37573 - ruuda:faster-cursor, r=alexcrichtonbors-2/+20
2016-11-30Document that Process::command will search the PATHMartin Pool-0/+8
2016-11-30Removed Option<ExitStatus> member from fuchsia Process struct. Destroy launch...Theodore DeRego-32/+45
2016-11-30Update the bootstrap compilerAlex Crichton-2/+0
2016-11-30Move small-copy optimization into <&[u8] as Read>Ruud van Asseldonk-2/+20
2016-11-30Move small-copy optimization into copy_from_sliceRuud van Asseldonk-15/+3
2016-11-30Add small-copy optimization for io::CursorRuud van Asseldonk-3/+15
2016-11-29Add missing examples for IpAddr enumGuillaume Gomez-0/+88
2016-11-27Auto merge of #38019 - sourcefrog:doc-separator, r=frewsxcvbors-1/+3
2016-11-27Auto merge of #38022 - arthurprs:micro-opt-hm, r=blussbors-18/+21
2016-11-27Use displacement instead of initial bucket in HashMap codearthurprs-18/+21
2016-11-27Auto merge of #37983 - GuillaumeGomez:tcp_listener_doc, r=frewsxcvbors-3/+118
2016-11-27Add examples for TcpListener structGuillaume Gomez-3/+118
2016-11-26Auto merge of #38004 - GuillaumeGomez:tcp_stream_doc, r=frewsxcvbors-8/+185
2016-11-26Add part of missing UdpSocket's urls and examplesGuillaume Gomez-11/+215
2016-11-26Clearer description of std::path::MAIN_SEPARATOR.Martin Pool-1/+3
2016-11-26Rollup merge of #38010 - frewsxcv:lock-creations, r=GuillaumeGomezSeo Sanghyeon-1/+22
2016-11-26Rollup merge of #38001 - vickenty:patch-1, r=steveklabnikSeo Sanghyeon-2/+2
2016-11-26Rollup merge of #37985 - frewsxcv:completed-fixme, r=petrochenkovSeo Sanghyeon-1/+1
2016-11-26Rollup merge of #37978 - fkjogu:master, r=sfacklerSeo Sanghyeon-5/+5
2016-11-26Rollup merge of #37962 - GuillaumeGomez:socket-v6, r=frewsxcvSeo Sanghyeon-0/+84
2016-11-25Document how the `MutexGuard` structure is created.Corey Farwell-1/+8
2016-11-25Document how the `RwLockWriteGuard` structure is created.Corey Farwell-0/+7
2016-11-25Document how the `RwLockReadGuard` structure is created.Corey Farwell-0/+7
2016-11-25Add missing urls and examples to TcpStreamGuillaume Gomez-8/+185
2016-11-25Follow our own recommendations in the examplesVickenty Fesunov-2/+2
2016-11-24Remove completed FIXME.Corey Farwell-1/+1
2016-11-24Define `bound` argument in std::sync::mpsc::sync_channelfkjogu-5/+5
2016-11-23std: make compilation of libpanic_unwind optional via a Cargo featureJorge Aparicio-2/+3
2016-11-23Separated fuchsia-specific process stuff into 'process_fuchsia.rs' and refact...Theodore DeRego-868/+940
2016-11-23Add missing examples to SocketAddrV6Guillaume Gomez-0/+84
2016-11-23Add ::1 example in IPv6 to IPv4 conversionGuillaume Gomez-15/+44
2016-11-23Rollup merge of #37925 - jtdowney:env-args-doc-links, r=steveklabnikGuillaume Gomez-5/+13
2016-11-23Rollup merge of #37913 - GuillaumeGomez:socket-v4, r=frewsxcvGuillaume Gomez-0/+46
2016-11-22Whoops :| s/update/unwrap/Theodore DeRego-1/+1
2016-11-22Cleaned up and appeased the linterTheodore DeRego-77/+30
2016-11-22Fuchsia support for std::process via liblaunchpad.Theodore DeRego-5/+426
2016-11-22Add a method for setting permissions directly on an open file.Steven Allen-0/+85
2016-11-22Add missing examples for Ipv6AddrGuillaume Gomez-0/+129
2016-11-21Add some internal docs links for Args/ArgsOsJohn Downey-5/+13
2016-11-21Auto merge of #37677 - jsen-:master, r=alexcrichtonbors-8/+26
2016-11-21Add missing examples for SocketAddrV4Guillaume Gomez-0/+46