summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-05-04Auto merge of #25082 - shepmaster:inline-docs, r=steveklabnikbors-6/+6
2015-05-04Add regression test for #22471Johannes Oertel-0/+13
2015-05-04Make `BitVec::process` faster (branch free).Huon Wilson-6/+4
2015-05-04Auto merge of #25055 - bguiz:patch-2, r=steveklabnikbors-0/+5
2015-05-04Correct pretty-printing of `type Foo<T> where T: Bound = ...;`Felix S. Klock II-1/+18
2015-05-04Avoid latent (harmless) overflow in core::slice.Felix S. Klock II-6/+24
2015-05-04Auto merge of #25067 - koute:master, r=alexcrichtonbors-0/+1
2015-05-03Improve std::vec module documentation.Nick Hamann-4/+12
2015-05-04Auto merge of #25047 - sinkuu:vec_intoiter_override, r=alexcrichtonbors-0/+10
2015-05-04Auto merge of #25044 - tshepang:doc-addr, r=alexcrichtonbors-10/+18
2015-05-03Add functions to convert IPv4 to long and backAbhishek Chanda-1/+27
2015-05-03Add tests for 3 Debug implementationsNick Hamann-0/+37
2015-05-04Auto merge of #25043 - alexcrichton:musl-out-of-stack, r=nikomatsakisbors-0/+1
2015-05-03Update tests to not use old ~ syntaxCarol Nichols-9/+9
2015-05-03Update debuginfo metadata to use Box instead of ~Carol Nichols-19/+17
2015-05-03Update old uses of ~ in comments and debugging statementsCarol Nichols-39/+35
2015-05-03Auto merge of #24990 - steveklabnik:doc_associated_constants, r=alexcrichtonbors-0/+80
2015-05-03Change 'inner' field name to 'fd'/'socket' on Unix/Windows in Debug implsNick Hamann-3/+6
2015-05-03Unwrap address values in Debug implementations for TcpStream/TcpListener/UdpS...Nick Hamann-13/+28
2015-05-03Clean up the grammar around the inline attributeJake Goulding-6/+6
2015-05-03Remove unused extract_grammar.pyCarol (Nichols || Goulding)-156/+0
2015-05-03Auto merge of #25070 - dotdash:inline_hash, r=alexcrichtonbors-0/+4
2015-05-03Fix Derive Notice for HashSetPascal Hertleif-2/+2
2015-05-03Fix Derive Notice for HashMapPascal Hertleif-2/+3
2015-05-03Auto merge of #25060 - luqmana:matching-dst-struct, r=huonwbors-2/+103
2015-05-03Implement Debug for std::net::{UdpSocket,TcpStream,TcpListener,Shutdown}Nick Hamann-1/+50
2015-05-03Auto merge of #24737 - P1start:dst-cell, r=alexcrichtonbors-68/+122
2015-05-03Clean up HashSet ExamplesPascal Hertleif-5/+5
2015-05-03HashSet Docs: Split First ParagraphPascal Hertleif-4/+6
2015-05-03Clean up HashMap examplesPascal Hertleif-8/+8
2015-05-03Auto merge of #25048 - huonw:test-benches, r=alexcrichtonbors-15/+46
2015-05-03Restore HashMap performance by allowing some functions to be inlinedBjörn Steinbrink-0/+4
2015-05-03Add error index generator.Michael Sproul-0/+111
2015-05-03=BG= minor: File::open --> File::create in rust bookBrendan Graetz-2/+2
2015-05-03Add #[inline(always)] to str::from_utf8_uncheckedJan Bujak-0/+1
2015-05-03librustc_trans: Handle DST structs in trans::_match.Luqman Aden-2/+103
2015-05-03Auto merge of #25064 - tshepang:brevity, r=alexcrichtonbors-10/+2
2015-05-03doc: make concat() and connect() examples briefTshepang Lekhonkhobe-10/+2
2015-05-03doc: improve IpAddr is_global and is_unicast_globalTshepang Lekhonkhobe-10/+18
2015-05-02Auto merge of #25058 - steveklabnik:gh25008, r=huonwbors-3/+31
2015-05-02Auto merge of #25038 - bluss:fat-pointer-cast, r=luqmanabors-10/+23
2015-05-02TRPL: associated constantsSteve Klabnik-0/+80
2015-05-02Revise @ in patterns sectionSteve Klabnik-3/+31
2015-05-02Auto merge of #25054 - bguiz:patch-1, r=steveklabnikbors-4/+4
2015-05-02Add regression test for #19380Johannes Oertel-0/+28
2015-05-02Add regression test for #19163Johannes Oertel-0/+37
2015-05-02Add regression test for #19109Johannes Oertel-0/+22
2015-05-02Add regression test for #18943Johannes Oertel-0/+23
2015-05-02Add regression test for #17959Johannes Oertel-0/+31
2015-05-02Add regression test for #17170Johannes Oertel-0/+20