| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-03-09 | Move PROFQ_CHAN to a Session field | John Kåre Alsaker | -170/+175 |
| 2018-03-08 | Merge branch 'master' of github.com:1011X/rust | 1011X | -1388/+2361 |
| 2018-03-08 | declare ascii test module in core | 1011X | -0/+1 |
| 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 |