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