| Age | Commit message (Expand) | Author | Lines |
| 2018-03-14 | Make hint clearer, with the potential of being wrong | Esteban Küber | -4/+4 |
| 2018-03-14 | Suggest using `move` when trying to share `...::channel::{Receiver, Sender}` | Esteban Küber | -14/+81 |
| 2018-03-14 | Reword E0044 and message for `!Send` types | Esteban Küber | -55/+66 |
| 2018-03-12 | Auto merge of #48770 - bobtwinkles:two_phase_borrows_rewrite, r=pnkfelix | bors | -600/+572 |
| 2018-03-12 | Auto merge of #48295 - Keruspe:master, r=alexcrichton | bors | -3/+10 |
| 2018-03-12 | Auto merge of #48938 - alexcrichton:no-leak-makeflags, r=kennytm | bors | -1/+8 |
| 2018-03-11 | Auto merge of #48549 - alexcrichton:update-cargo, r=Mark-Simulacrum | bors | -742/+674 |
| 2018-03-11 | test: Forcibly remove MAKEFLAGS in compiletest | Alex Crichton | -1/+8 |
| 2018-03-11 | Update Cargo submodule | Alex Crichton | -742/+674 |
| 2018-03-11 | Auto merge of #48599 - Mark-Simulacrum:rustbuild-updates-step-1, r=alexcrichton | bors | -59/+46 |
| 2018-03-11 | Auto merge of #48907 - kennytm:minor-ci-stuff, r=alexcrichton | bors | -0/+8 |
| 2018-03-11 | Auto merge of #48799 - alexcrichton:more-osx-cores, r=Mark-Simulacrum | bors | -17/+68 |
| 2018-03-11 | Auto merge of #48908 - varkor:bss-undefined-globals, r=alexcrichton | bors | -1/+1 |
| 2018-03-11 | Auto merge of #48691 - Zoxc:profq-chan, r=michaelwoerister | bors | -170/+175 |
| 2018-03-10 | Auto merge of #48419 - bobtwinkles:fix_late_bound_reg_self, r=nikomatsakis | bors | -0/+75 |
| 2018-03-10 | Auto merge of #48388 - kyrias:relro-level-cg, r=alexcrichton | bors | -7/+62 |
| 2018-03-10 | Merge LLVM fix for undefined bss globals | varkor | -1/+1 |
| 2018-03-10 | Print /proc/cpuinfo and /proc/meminfo before starting to build. | kennytm | -0/+8 |
| 2018-03-10 | Auto merge of #47574 - zilbuz:issue-14844, r=nikomatsakis | bors | -43/+309 |
| 2018-03-10 | Auto merge of #48755 - GuillaumeGomez:rustdoc-fixes, r=QuietMisdreavus | bors | -64/+97 |
| 2018-03-09 | rustbuild: Pass `-j1` to OpenSSL `make install` | Alex Crichton | -1/+1 |
| 2018-03-09 | Remove some commented out code | bobtwinkles | -12/+0 |
| 2018-03-09 | Remove added two-phase-borrows flag | bobtwinkles | -1/+1 |
| 2018-03-09 | Auto merge of #48891 - alexcrichton:dist-osx-9.3, r=kennytm | bors | -2/+2 |
| 2018-03-09 | travis: Upgrade dist builders for OSX | Alex Crichton | -2/+2 |
| 2018-03-09 | Check for two_phase_borrows in the right place | bobtwinkles | -1/+1 |
| 2018-03-09 | Fix tests after two-phase borrow rewrite | bobtwinkles | -33/+14 |
| 2018-03-09 | Remove unused field on BorrowData | bobtwinkles | -3/+1 |
| 2018-03-09 | Complete re-implementation of 2-phase borrows | bobtwinkles | -33/+32 |
| 2018-03-09 | mir dataflow: change graphviz output | bobtwinkles | -142/+149 |
| 2018-03-09 | Finally start down the right path | bobtwinkles | -431/+427 |
| 2018-03-09 | Rename BorrowData::location to BorrowData::reserve_location | bobtwinkles | -7/+10 |
| 2018-03-09 | Fix anchor not always being put at the right place | Guillaume Gomez | -0/+3 |
| 2018-03-09 | Fix escape not working when searchbar selected | Guillaume Gomez | -3/+6 |
| 2018-03-09 | Add missing items in the sidebar for functions | Guillaume Gomez | -55/+71 |
| 2018-03-09 | rustbuild: Fix MSBuild location of `llvm-config.exe` | Alex Crichton | -24/+20 |
| 2018-03-09 | Make the default relro level be doing nothing at all | Johannes Löthberg | -1/+7 |
| 2018-03-09 | Auto merge of #48326 - RalfJung:generic-bounds, r=petrochenkov | bors | -108/+324 |
| 2018-03-09 | Move PROFQ_CHAN to a Session field | John Kåre Alsaker | -170/+175 |
| 2018-03-08 | Refactor run_host_only to have the proper effect. | Mark Simulacrum | -3/+3 |
| 2018-03-08 | Deny warnings | Mark Simulacrum | -1/+1 |
| 2018-03-08 | Print out the sysroot and libdir on verbose builds. | Mark Simulacrum | -2/+4 |
| 2018-03-08 | Remove ONLY_BUILD. | Mark Simulacrum | -28/+34 |
| 2018-03-08 | Remove ONLY_BUILD_TARGETS. | Mark Simulacrum | -26/+5 |
| 2018-03-08 | Rollup merge of #48857 - Songbird0:improve_column_macro_documentation, r=josh... | Manish Goregaokar | -1/+1 |
| 2018-03-08 | Rollup merge of #48856 - Songbird0:improve_line_macro_documentation, r=joshtr... | Manish Goregaokar | -1/+1 |
| 2018-03-08 | Rollup merge of #48801 - Manishearth:epoch-features, r=nikomatsakis | Manish Goregaokar | -263/+328 |
| 2018-03-08 | Rollup merge of #48588 - alexcrichton:termcolor, r=BurntSushi | Manish Goregaokar | -166/+136 |
| 2018-03-08 | Rollup merge of #48527 - zackmdavis:and_the_social_construction_of_tuples, r=... | Manish Goregaokar | -5/+174 |
| 2018-03-08 | Add rust_2018_idioms lint group | Manish Goregaokar | -2/+8 |