summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-03-28Replace hoedown with pull in rustdocGuillaume Gomez-107/+312
2017-03-28add missing importNick Sweeting-0/+2
2017-03-28libcore: sort_unstable: remove unnecessary loop.Vadzim Dambrouski-1/+3
2017-03-27Adding links for Atomics docs #29377projektir-38/+66
2017-03-27Fix unittestsEsteban Küber-4/+8
2017-03-27Simplify error outputEsteban Küber-18/+9
2017-03-27Rollup merge of #40865 - alexcrichton:downgrade-mingw, r=arielb1Alex Crichton-18/+2
2017-03-27Rollup merge of #40853 - ollie27:error-index, r=steveklabnikAlex Crichton-18/+27
2017-03-27Rollup merge of #40852 - ollie27:rustbuild_compiler_docs, r=alexcrichtonAlex Crichton-0/+8
2017-03-27Rollup merge of #40849 - jseyfried:finalize_trait_macro_resolutions, r=nrcAlex Crichton-3/+22
2017-03-27Rollup merge of #40837 - alanstoate:ascii-docs, r=steveklabnikAlex Crichton-9/+15
2017-03-27Rollup merge of #40833 - Wallacoloo:doc_to_uppercase_typo, r=steveklabnikAlex Crichton-2/+2
2017-03-27Rollup merge of #40832 - pftbest:fix_msp430, r=stjepangAlex Crichton-24/+32
2017-03-27Rollup merge of #40828 - projektir:markdown_metadata, r=steveklabnikAlex Crichton-5/+7
2017-03-27Rollup merge of #40824 - donniebishop:fromstr_docexample, r=steveklabnikAlex Crichton-0/+33
2017-03-27Rollup merge of #40819 - donniebishop:master, r=alexcrichtonAlex Crichton-1/+3
2017-03-27Rollup merge of #40818 - theotherphil:master, r=steveklabnikAlex Crichton-22/+22
2017-03-27Rollup merge of #40813 - jseyfried:fix_expansion_regression, r=nrcAlex Crichton-1/+20
2017-03-27Rollup merge of #40751 - nrc:save-callback, r=eddybAlex Crichton-72/+164
2017-03-27Rollup merge of #40683 - nikomatsakis:incr-comp-coerce-unsized-info, r=eddybAlex Crichton-220/+306
2017-03-27Rollup merge of #40606 - oli-obk:interned_str_usability, r=jseyfriedAlex Crichton-126/+160
2017-03-27Review request changesMicah Tigley-3/+3
2017-03-27Update various book modulessteveklabnik-0/+0
2017-03-27Fix tidy errors and simplify exampleNick Sweeting-8/+6
2017-03-27Rollup merge of #40516 - alexcrichton:no-cache-handles, r=aturonAlex Crichton-55/+110
2017-03-27Rollup merge of #40317 - malbarbo:update-libc, r=alexcrichtonAlex Crichton-10/+35
2017-03-27appveyor: Downgrade MinGW to 6.2.0Alex Crichton-18/+2
2017-03-27Addressed requested changes for PR #40838lukaramu-26/+17
2017-03-27Fix broken Markdown and bad links in the error indexOliver Middleton-18/+27
2017-03-27correcting another mistake in an example GAJaloyan-1/+1
2017-03-27rustbuild: Fix compiler docs againOliver Middleton-0/+8
2017-03-27Fix various useless derefs and slicingsOliver Schneider-122/+120
2017-03-27allow `InternedString` to be compared to `str` directlyOliver Schneider-4/+40
2017-03-27Auto merge of #40764 - arielb1:range-nodes, r=eddybbors-59/+52
2017-03-27Ensure that macro resolutions in trait positions get finalized.Jeffrey Seyfried-3/+22
2017-03-27fix handling of `self`Ariel Ben-Yehuda-38/+143
2017-03-27borrowck: consolidate `mut` suggestionsAriel Ben-Yehuda-207/+304
2017-03-27Fixed spelling mistakesAlan Stoate-2/+2
2017-03-26libcore: sort_unstable: improve randomization in break_patterns.Vadzim Dambrouski-24/+32
2017-03-26Implement AsRawFd/IntoRawFd for RawFdJörg Thalheim-0/+15
2017-03-26fix trailing whitespacelukaramu-1/+1
2017-03-26Expanded std::net module docslukaramu-0/+26
2017-03-26Expanded top-level docs for std::net{TcpListener,TcpStream,UdpSocket}lukaramu-9/+58
2017-03-26Added links to std::net::Shutdown docs and made them more consistentlukaramu-6/+19
2017-03-26Auto merge of #40826 - frewsxcv:rollup, r=frewsxcvbors-146/+240
2017-03-26Added examples to std::net::{SocketAddr, SocketAddrV4, SocketAddrV6} docslukaramu-0/+36
2017-03-26Expanded and added links to std::net::{SocketAddr,SocketAddrV4,SocketAddrV6} ...lukaramu-26/+90
2017-03-26Removed link in std::net::ToSocketAddr's summary sentencelukaramu-3/+1
2017-03-26Expanded and added links to std::net::{IpAddr,Ipv4Addr,Ipv6Addr} docslukaramu-42/+160
2017-03-26Added links to std::net::AddrParseError's documentationlukaramu-1/+13