| Age | Commit message (Expand) | Author | Lines |
| 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 | Update stdsimd module | Alex Crichton | -0/+2 |
| 2018-03-11 | Auto merge of #48599 - Mark-Simulacrum:rustbuild-updates-step-1, r=alexcrichton | bors | -59/+46 |
| 2018-03-11 | Fix hygene issue when deriving Debug | Phlosioneer | -1/+18 |
| 2018-03-11 | Auto merge of #48907 - kennytm:minor-ci-stuff, r=alexcrichton | bors | -0/+8 |
| 2018-03-11 | Document when types have OS-dependent sizes | Phlosioneer | -0/+33 |
| 2018-03-11 | Auto merge of #48799 - alexcrichton:more-osx-cores, r=Mark-Simulacrum | bors | -17/+68 |
| 2018-03-11 | in which some labels and notes are upgraded to structured suggestions | Zack M. Davis | -29/+46 |
| 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 | add stub for retrieving number of CPUs | Sebastian Humenda | -1/+7 |
| 2018-03-10 | remove linker arguments from L4Re target | Sebastian Humenda | -56/+17 |
| 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 | type_alias_bounds lint: If the type alias uses an associated type without "as... | Ralf Jung | -29/+150 |
| 2018-03-10 | Print /proc/cpuinfo and /proc/meminfo before starting to build. | kennytm | -0/+8 |
| 2018-03-10 | Rename ignored_generic_bounds -> type_alias_bounds | Ralf Jung | -33/+68 |
| 2018-03-10 | Auto merge of #47574 - zilbuz:issue-14844, r=nikomatsakis | bors | -43/+309 |
| 2018-03-10 | Split param-bounds-ignored into two, it was testing two independent things | Ralf Jung | -62/+95 |
| 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 | rustbuild: Remove ThinLTO-related configuration | Alex Crichton | -21/+0 |
| 2018-03-09 | Remove auto trait implementation section when empty | Guillaume Gomez | -8/+30 |
| 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 | tidy: Add a check for stray `.stderr` and `.stdout` files in UI test directories | Vadim Petrochenkov | -140/+28 |
| 2018-03-09 | Make the default relro level be doing nothing at all | Johannes Löthberg | -1/+7 |
| 2018-03-09 | Add missing urls | Guillaume Gomez | -7/+14 |
| 2018-03-09 | Auto merge of #48326 - RalfJung:generic-bounds, r=petrochenkov | bors | -108/+324 |
| 2018-03-09 | test: fix repr-transparent-aggregates test on mips64 | James Cowgill | -0/+50 |
| 2018-03-09 | test: ignore asm tests on mips* which won't work | James Cowgill | -0/+10 |
| 2018-03-09 | test: ignore mips* in x86_mmx test | James Cowgill | -0/+2 |
| 2018-03-09 | test: ignore stack probe tests on mips* | James Cowgill | -0/+6 |
| 2018-03-09 | test: remove duplicate ignore-aarch64 from stack-probes test | James Cowgill | -1/+0 |