| Age | Commit message (Expand) | Author | Lines |
| 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/+245 |
| 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/+245 |
| 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 |
| 2015-07-01 | Add E0124 error explanation | Guillaume Gomez | -1/+21 |
| 2015-07-01 | Hide SampleRange trait from docs | Ulrik Sverdrup | -0/+1 |
| 2015-07-01 | Auto merge of #26540 - oli-obk:issue11715, r=nrc | bors | -2/+73 |
| 2015-07-01 | In js from the docs, change keyboard eventlistener to be compatible with non-... | Mathieu David | -6/+33 |
| 2015-07-01 | Auto merge of #26703 - nrc:dxr-servo-fix, r=huonw | bors | -2/+6 |
| 2015-06-30 | std: Avoid the WSA_FLAG_NO_HANDLE_INHERIT option | Alex Crichton | -16/+34 |
| 2015-07-01 | save-analysis: skip generated content in patterns | Nick Cameron | -2/+6 |
| 2015-07-01 | Auto merge of #26698 - alexcrichton:char-fmt, r=huonw | bors | -1/+10 |
| 2015-06-30 | std: Fix formatting flags for chars | Alex Crichton | -1/+10 |
| 2015-06-30 | Auto merge of #26696 - steveklabnik:rollup, r=steveklabnik | bors | -39/+360 |