| Age | Commit message (Expand) | Author | Lines |
| 2018-06-06 | Auto merge of #50699 - Zoxc:blocking-queries, r=mw | bors | -24/+25 |
| 2018-06-06 | Auto merge of #51263 - cramertj:futures-in-core, r=aturon | bors | -0/+95 |
| 2018-06-06 | Add Future and task system to the standard library | Taylor Cramer | -0/+95 |
| 2018-06-06 | Auto merge of #51201 - estebank:dotdot, r=petrochenkov | bors | -9/+34 |
| 2018-06-06 | Create thread-pool | John Kåre Alsaker | -24/+25 |
| 2018-06-06 | Auto merge of #51316 - oli-obk:const_err, r=nikomatsakis | bors | -163/+593 |
| 2018-06-06 | Auto merge of #50844 - bjorn3:adhoc_compiller_calls, r=nrc | bors | -12/+15 |
| 2018-06-05 | Rebase fallout | Oliver Schneider | -3/+12 |
| 2018-06-05 | Satisfy the untiring tidy | Oliver Schneider | -2/+2 |
| 2018-06-05 | Properly report transitive errors | Oliver Schneider | -9/+208 |
| 2018-06-05 | Referring to erroneous constants in promoteds must abort the build | Oliver Schneider | -31/+277 |
| 2018-06-05 | Refactor the const eval diagnostic API | Oliver Schneider | -131/+107 |
| 2018-06-05 | Add AdHocCalls and pass self to build_controller as Box<Self> | bjorn3 | -12/+15 |
| 2018-06-05 | Account for comma in suggestion | Esteban Küber | -3/+3 |
| 2018-06-05 | Improve diagnostics for incorrect `..` usage | Esteban Küber | -3/+35 |
| 2018-06-05 | Accept `..` in incorrect position to avoid further errors | Esteban Küber | -8/+1 |
| 2018-06-05 | Rollup merge of #51358 - barzamin:tests-39963, r=oli-obk | Mark Simulacrum | -0/+29 |
| 2018-06-05 | Rollup merge of #51343 - glaubitz:sparc64-tests, r=shepmaster | Mark Simulacrum | -8/+29 |
| 2018-06-05 | Rollup merge of #51308 - fanzier:const-prop-array-bounds-check, r=oli-obk | Mark Simulacrum | -12/+28 |
| 2018-06-05 | Rollup merge of #51256 - GuillaumeGomez:fix-rustdoc-crate-name, r=QuietMisdre... | Mark Simulacrum | -0/+13 |
| 2018-06-05 | Auto merge of #51140 - GuillaumeGomez:doc-keyword, r=QuietMisdreavus | bors | -0/+48 |
| 2018-06-05 | Fix tests | Fabian Zaiser | -2/+7 |
| 2018-06-05 | Fix tidy | Fabian Zaiser | -1/+1 |
| 2018-06-05 | Propagate uses of constants correctly so that array index checks work | Fabian Zaiser | -10/+21 |
| 2018-06-05 | Auto merge of #51242 - ytausky:mut-ref, r=estebank | bors | -2/+47 |
| 2018-06-04 | tests that #39963 is fixed on MIR borrowck | Erin Moon | -0/+29 |
| 2018-06-04 | Auto merge of #51307 - oli-obk:miri_fixes, r=eddyb | bors | -0/+41 |
| 2018-06-04 | test: Ignore some problematic tests on sparc and sparc64 | John Paul Adrian Glaubitz | -8/+29 |
| 2018-06-04 | Fix crate-name option in rustdoc | Guillaume Gomez | -0/+13 |
| 2018-06-04 | Auto merge of #51328 - oli-obk:no_union_promotion, r=eddyb | bors | -48/+49 |
| 2018-06-04 | Add missing ui tests | Guillaume Gomez | -0/+24 |
| 2018-06-04 | Add even more tests | Guillaume Gomez | -0/+3 |
| 2018-06-04 | Put doc keyword behind feature flag | Guillaume Gomez | -0/+2 |
| 2018-06-04 | Add doc keyword support | Guillaume Gomez | -0/+19 |
| 2018-06-04 | Auto merge of #51334 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -0/+32 |
| 2018-06-03 | Rollup merge of #51299 - faern:const-int-ops, r=oli-obk | Mark Simulacrum | -0/+32 |
| 2018-06-03 | Auto merge of #51111 - kennytm:intralink-resolution-failure-line-numbers, r=G... | bors | -1/+36 |
| 2018-06-03 | turn run-make test into a run-make-fulldeps test | Jorge Aparicio | -0/+0 |
| 2018-06-03 | Deduplicate and fix a test | Oliver Schneider | -48/+11 |
| 2018-06-03 | Do not promote union field accesses | Oliver Schneider | -0/+38 |
| 2018-06-03 | add more tests | Jorge Aparicio | -0/+115 |
| 2018-06-03 | reject `fn panic_impl<T>(_: &PanicInfo) -> !` | Jorge Aparicio | -0/+23 |
| 2018-06-03 | implement #[panic_implementation] | Jorge Aparicio | -9/+159 |
| 2018-06-03 | Show which line the link is coming from. | kennytm | -0/+15 |
| 2018-06-03 | Ignore i128 test on asmjs | Linus Färnstrand | -4/+9 |
| 2018-06-03 | Point to the rustdoc attribute where intralink resolution failed. | kennytm | -1/+21 |
| 2018-06-03 | Auto merge of #51319 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -5/+5 |
| 2018-06-02 | Rollup merge of #51313 - euclio:variant-name-suggestion-fix, r=oli-obk | Mark Simulacrum | -2/+2 |
| 2018-06-02 | Rollup merge of #51143 - Mark-Simulacrum:issue-50826, r=cramertj | Mark Simulacrum | -3/+3 |
| 2018-06-03 | Pass literal through black_box | Linus Färnstrand | -4/+8 |