about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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-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-23Add missing examples to SocketAddrV6Guillaume Gomez-0/+84
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-22Add a method for setting permissions directly on an open file.Steven Allen-0/+85
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
2016-11-20support creation of anonymous pipe on WinXP/2K3jsen--8/+26
2016-11-20Rollup merge of #37880 - GuillaumeGomez:socket-4-doc, r=frewsxcvGuillaume Gomez-1/+78
2016-11-19Auto merge of #37833 - sfackler:process-abort, r=alexcrichtonbors-0/+15
2016-11-19Add missing examples in SocketAddrGuillaume Gomez-1/+78
2016-11-17Add std::process::abortSteven Fackler-0/+15
2016-11-16Add examples for Ipv4AddrGuillaume Gomez-1/+124
2016-11-16Add missing urls and improve internal doc representationGuillaume Gomez-6/+21
2016-11-14Update top-level path doc examples to show results.Corey Farwell-5/+18
2016-11-13Minor rewriting of `std::path::Path::push` doc example.Corey Farwell-5/+12
2016-11-12Rollup merge of #37699 - alexcrichton:default-for-duration, r=brsonEduard-Mihai Burtescu-1/+1
2016-11-12Rollup merge of #37696 - arthurprs:patch-1, r=alexcrichtonEduard-Mihai Burtescu-1/+4
2016-11-12Rollup merge of #37527 - Mark-Simulacrum:mpsc-recvtimeouterror-error-impl, r=...Eduard-Mihai Burtescu-0/+32
2016-11-10std: Derive `Default` for `Duration`.Alex Crichton-1/+1
2016-11-10Remove one bounds check from BufReaderArthur Silva-1/+4
2016-11-10doc: fix typosTshepang Lekhonkhobe-2/+2
2016-11-09Rollup merge of #37622 - ollie27:cstring, r=alexcrichtonEduard-Mihai Burtescu-1/+1
2016-11-09Rollup merge of #37432 - achanda:send_to, r=alexcrichtonEduard-Mihai Burtescu-0/+3
2016-11-09Clarify that send_to might return an error in certain casesAbhishek Chanda-0/+3
2016-11-08Rollup merge of #37588 - GuillaumeGomez:missing_io_urls, r=frewsxcvSteve Klabnik-11/+19
2016-11-08Slightly optimise CStringOliver Middleton-1/+1
2016-11-08Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakisbors-1/+1
2016-11-05Rollup merge of #37589 - raphlinus:fuchsia_random, r=alexcrichtonAlex Crichton-8/+20
2016-11-05Rollup merge of #37585 - leodasvacas:change_into_to_from, r=alexcrichtonAlex Crichton-7/+7