| Age | Commit message (Expand) | Author | Lines |
| 2018-06-07 | Revert "Auto merge of #49719 - mark-i-m:no_sep, r=petrochenkov" | Pietro Albini | -50/+89 |
| 2018-06-06 | Do not account for inner/outer attr | Esteban Küber | -2/+2 |
| 2018-06-06 | Use consistent span for repr attr suggestion | Esteban Küber | -5/+6 |
| 2018-06-06 | Auto merge of #50699 - Zoxc:blocking-queries, r=mw | bors | -24/+25 |
| 2018-06-06 | Change repr documentation link | Esteban Küber | -8/+8 |
| 2018-06-06 | Add `transparent` as valid `repr` hint | Esteban Küber | -8/+8 |
| 2018-06-06 | Turn warning into lint | Esteban Küber | -214/+227 |
| 2018-06-06 | Update the expected error output to reflect changes in this PR. | Felix S. Klock II | -38/+63 |
| 2018-06-06 | Drive-by: Make assignment conflict tests in borrowck-vec-pattern-nesting.rs r... | Felix S. Klock II | -0/+5 |
| 2018-06-06 | It turns out that the diagnostics generated from NLL for these cases are now ... | Felix S. Klock II | -45/+0 |
| 2018-06-06 | Auto merge of #51263 - cramertj:futures-in-core, r=aturon | bors | -0/+95 |
| 2018-06-06 | Expand output and suggestions, fix tests | Esteban Küber | -142/+244 |
| 2018-06-06 | Add Future and task system to the standard library | Taylor Cramer | -0/+95 |
| 2018-06-06 | Increase number of usages of `u8` in weird expressions u8 test | Konrad Borowski | -16/+19 |
| 2018-06-06 | When unable to sinthesize link span, fallback to previous behavior | Esteban Küber | -15/+114 |
| 2018-06-06 | Use spans pointing at the inside of a rustdoc attribute | Esteban Küber | -33/+38 |
| 2018-06-06 | fix stderrs | dylan_DPC | -2/+2 |
| 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-06 | rustdoc: Fix missing stability and src links for inlined external macros | Oliver Middleton | -0/+49 |
| 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 | Fix the use of closures within #[panic_implementation] | varkor | -0/+21 |
| 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-04 | Changed a few tests, and changed the folder of a few of them. | Crazycolorz5 | -4/+4 |
| 2018-06-04 | Added test case to make sure parsing of += is done correctly. | U-COLORZ-STRIX\Crazycolorz5 | -0/+20 |
| 2018-06-04 | Suggest braces when a struct literal needs them | Esteban Küber | -2/+60 |
| 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 |