| Age | Commit message (Expand) | Author | Lines |
| 2015-07-03 | Code up the new lifetime default rules, but leave them disabled | Niko Matsakis | -36/+90 |
| 2015-07-03 | Auto merge of #26378 - arielb1:unused-mut, r=pnkfelix | bors | -277/+150 |
| 2015-07-03 | Auto merge of #26762 - rick68:patch-9, r=alexcrichton | bors | -9/+0 |
| 2015-07-04 | Update atomic.rs | Wei-Ming Yang | -9/+0 |
| 2015-07-03 | Auto merge of #26759 - dotdash:drop_dst, r=pnkfelix | bors | -2/+33 |
| 2015-07-03 | Fix ICE caused by Drop implementations for unsized types | Björn Steinbrink | -2/+33 |
| 2015-07-03 | Auto merge of #26752 - frewsxcv:patch-25, r=alexcrichton | bors | -1/+1 |
| 2015-07-03 | Fix 'Relaaxed' typo in code comment | Corey Farwell | -1/+1 |
| 2015-07-03 | Auto merge of #26740 - steveklabnik:gh26737, r=gankro | bors | -3/+18 |
| 2015-07-03 | Auto merge of #26610 - aturon:fix_make_unique, r=alexcrichton | bors | -79/+177 |
| 2015-07-02 | Auto merge of #26733 - nhowell:update-jquery, r=steveklabnik | bors | -6/+6 |
| 2015-07-02 | Auto merge of #26725 - tshepang:patch-2, r=bluss | bors | -1/+1 |
| 2015-07-02 | Fix race condition in Arc's get_mut and make_unqiue | Aaron Turon | -79/+177 |
| 2015-07-02 | Auto merge of #26738 - dotdash:trans_args, r=luqmana | bors | -187/+113 |
| 2015-07-02 | Auto merge of #26682 - posix4e:netbsd, r=alexcrichton | bors | -41/+271 |
| 2015-07-02 | Add more description for from_raw_parts's unsafety | Steve Klabnik | -3/+18 |
| 2015-07-02 | Directly construct lvalue datums for function arguments | Björn Steinbrink | -162/+101 |
| 2015-07-02 | Avoid a needless vector copy in type_of_rust_fn | Björn Steinbrink | -14/+12 |
| 2015-07-02 | Skip the pointless tupling/untupling of argument types in trans_closure | Björn Steinbrink | -12/+1 |
| 2015-07-02 | Auto merge of #26724 - tshepang:patch-1, r=bluss | bors | -2/+0 |
| 2015-07-02 | Auto merge of #26713 - GuillaumeGomez:patch-3, r=Manishearth | bors | -4/+36 |
| 2015-07-02 | Auto merge of #26715 - steveklabnik:gh26497, r=huonw | bors | -0/+42 |
| 2015-07-02 | Auto merge of #26712 - GuillaumeGomez:patch-2, r=Manishearth | bors | -2/+69 |
| 2015-07-02 | Auto merge of #26727 - remram44:coerceunsized-weak, r=eddyb | bors | -2/+10 |
| 2015-07-02 | Auto merge of #26722 - arielb1:log-deadlock, r=eddyb | bors | -56/+68 |
| 2015-07-02 | Auto merge of #26718 - nham:test-8640, r=alexcrichton | bors | -0/+20 |
| 2015-07-02 | Auto merge of #26691 - nrc:mem, r=alexcrichton | bors | -2/+39 |
| 2015-07-01 | rustdoc: Update jQuery from 2.1.0 to 2.1.4 | Nick Howell | -6/+6 |
| 2015-07-02 | Auto merge of #26677 - jroesch:fulfillment-context-refactor, r=nrc | bors | -604/+477 |
| 2015-07-01 | Update librustc_driver/test.rs | Jared Roesch | -1/+1 |
| 2015-07-01 | Add netbsd amd64 support | Alex Newman | -41/+271 |
| 2015-07-02 | Auto merge of #26688 - nrc:map-parent-2, r=manishearth | bors | -37/+138 |
| 2015-07-01 | Implement CoerceUnsized for arc::Weak | Remi Rampin | -0/+2 |
| 2015-07-01 | Add test to dst-coerce-rc.rs | Remi Rampin | -2/+6 |
| 2015-07-02 | Report memory use in time-passes | Nick Cameron | -2/+39 |
| 2015-07-01 | doc: add missing space | Tshepang Lekhonkhobe | -1/+1 |
| 2015-07-01 | doc: there is just one trait in here | Tshepang Lekhonkhobe | -2/+0 |
| 2015-07-02 | Refactoring | Nick Cameron | -67/+70 |
| 2015-07-01 | Fix deadlocks with RUST_LOG=rustc::middle::ty | Ariel Ben-Yehuda | -56/+68 |
| 2015-07-01 | Address nits | Jared Roesch | -8/+19 |
| 2015-07-01 | Implement CoerceUnsized for rc::Weak | Remi Rampin | -0/+2 |
| 2015-07-01 | Auto merge of #26658 - alexcrichton:windows-net-no-inherit, r=aturon | bors | -16/+34 |
| 2015-07-01 | Auto merge of #26034 - Gankro:deprecate-bits, r=alexcrichton | bors | -0/+15 |
| 2015-07-01 | fallout of bitvec/bitset deprecation | Alexis Beingessner | -1/+11 |
| 2015-07-01 | Add a regression test for #8640. | Nick Hamann | -0/+20 |
| 2015-07-01 | Add E0277 error explanation | Guillaume Gomez | -2/+49 |
| 2015-07-01 | Add examples in error explanation E0267 and E0268 | Guillaume Gomez | -4/+36 |
| 2015-07-01 | Expand docs for recv | Steve Klabnik | -0/+42 |
| 2015-07-01 | Auto merge of #26675 - azerupi:doc-js-keyevent, r=alexcrichton | bors | -6/+33 |
| 2015-07-01 | Auto merge of #26711 - bluss:doc-hide-rand, r=steveklabnik | bors | -0/+1 |