| Age | Commit message (Expand) | Author | Lines |
| 2015-07-03 | Fix 'Relaaxed' typo in code comment | Corey Farwell | -1/+1 |
| 2015-07-03 | Refactor how the parser looks for sub-modules | Nick Cameron | -68/+108 |
| 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/+245 |
| 2015-07-02 | Add more description for from_raw_parts's unsafety | Steve Klabnik | -3/+18 |
| 2015-07-02 | rustc_trans: Disable landing pads on 32-bit MSVC | Alex Crichton | -6/+57 |
| 2015-07-02 | windows: Don't link rust_builtin | Alex Crichton | -40/+35 |
| 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-01 | rustdoc: Reset the title when pressing the back button | Nick Howell | -0/+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 | msvc: Fix the link name for the lgamma | Alex Crichton | -1/+1 |
| 2015-07-01 | msvc: Ignore extern-pass-empty on MSVC | Alex Crichton | -0/+1 |
| 2015-07-01 | msvc: Fix TLS destructors | Alex Crichton | -2/+7 |
| 2015-07-01 | msvc: Lookup linker in windows registry | Alex Crichton | -18/+426 |
| 2015-07-01 | msvc: Enable landing pads by default | Alex Crichton | -7/+23 |
| 2015-07-01 | Expand docs for recv | Steve Klabnik | -0/+42 |