| Age | Commit message (Expand) | Author | Lines |
| 2015-05-04 | Auto merge of #25067 - koute:master, r=alexcrichton | bors | -0/+1 |
| 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-04 | Auto merge of #25043 - alexcrichton:musl-out-of-stack, r=nikomatsakis | bors | -0/+1 |
| 2015-05-03 | Auto merge of #24990 - steveklabnik:doc_associated_constants, r=alexcrichton | bors | -0/+80 |
| 2015-05-03 | Auto merge of #25070 - dotdash:inline_hash, r=alexcrichton | bors | -0/+4 |
| 2015-05-03 | Auto merge of #25060 - luqmana:matching-dst-struct, r=huonw | bors | -2/+103 |
| 2015-05-03 | Auto merge of #24737 - P1start:dst-cell, r=alexcrichton | bors | -68/+122 |
| 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 #[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 | Auto merge of #25045 - XuefengWu:1398_remove_ndebug, r=huonw | bors | -1/+1 |
| 2015-05-02 | =BG= minor: ensure correct range bounds in concurreny examples in the rust book | Brendan Graetz | -4/+4 |
| 2015-05-02 | Auto merge of #25027 - Manishearth:deriving_attr, r=huonw | bors | -32/+200 |
| 2015-05-02 | Rename AstBuilder::expr_int -> AstBuilder::expr_isize | Manish Goregaokar | -8/+12 |
| 2015-05-02 | Auto merge of #25040 - mrsweaters:patch-1, r=alexcrichton | bors | -1/+1 |
| 2015-05-02 | Override Iterator::count method in vec::IntoIter | sinkuu | -0/+10 |
| 2015-05-02 | Auto merge of #24980 - jooert:test-22468, r=pnkfelix | bors | -0/+19 |
| 2015-05-02 | Run benchmarks once, as a test by default. | Huon Wilson | -15/+46 |
| 2015-05-02 | Auto merge of #25028 - bluss:drain-string, r=alexcrichton | bors | -9/+131 |
| 2015-05-02 | Auto merge of #25015 - alexcrichton:rwlock-check-ret, r=aturon | bors | -12/+29 |
| 2015-05-02 | fix doc:#1398 stop passing --cfg ndebug and uses -C debug-assertions | Xuefeng Wu | -1/+1 |
| 2015-05-02 | Auto merge of #24792 - alexcrichton:issue-24748, r=alexcrichton | bors | -47/+22 |
| 2015-05-01 | test: Ignore out-of-stack for MUSL | Alex Crichton | -0/+1 |
| 2015-05-01 | Correct typo in introduction | Jordan Humphreys | -1/+1 |
| 2015-05-01 | std: Don't use a wrapper for the float error type | Alex Crichton | -47/+22 |
| 2015-05-02 | typeck: Make sure casts to or from fat pointers are illegal | Ulrik Sverdrup | -10/+23 |
| 2015-05-01 | Auto merge of #25006 - alexcrichton:unstable-indexing, r=aturon | bors | -193/+30 |
| 2015-05-02 | Make `UnsafeCell`, `RefCell`, `Mutex`, and `RwLock` accept DSTs | P1start | -68/+122 |
| 2015-05-01 | Auto merge of #24778 - nagisa:managed-removal, r=huonw | bors | -43/+6 |
| 2015-05-01 | syntax: Avoid reallocating or copying in CodeMap::new_filemap | Ulrik Sverdrup | -8/+5 |
| 2015-05-01 | collections: Implement String::drain(range) according to RFC 574 | Ulrik Sverdrup | -1/+126 |
| 2015-05-01 | std: Remove index notation on slice iterators | Alex Crichton | -193/+30 |
| 2015-05-01 | Auto merge of #24720 - critiqjo:stepby-sizehint, r=alexcrichton | bors | -16/+54 |
| 2015-05-01 | Auto merge of #25025 - Manishearth:rollup, r=Manishearth | bors | -52/+56 |
| 2015-05-01 | Rollup merge of #25021 - frewsxcv:an-utf, r=steveklabnik | Manish Goregaokar | -6/+6 |
| 2015-05-01 | Rollup merge of #25020 - brson:current_dir, r=luqmana | Manish Goregaokar | -1/+1 |
| 2015-05-01 | Rollup merge of #25014 - frewsxcv:patch-20, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-05-01 | Rollup merge of #25010 - huonw:inline-int-extremes, r=alexcrichton | Manish Goregaokar | -0/+2 |
| 2015-05-01 | Rollup merge of #25002 - steveklabnik:gh24767, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-05-01 | Rollup merge of #24998 - steveklabnik:fix_links, r=alexcrichton | Manish Goregaokar | -8/+6 |