| Age | Commit message (Expand) | Author | Lines |
| 2018-06-16 | Auto merge of #51562 - SimonSapin:transparent, r=cramertj | bors | -26/+1 |
| 2018-06-13 | Removed various update-reference and update-all-references scripts | Chris Cesare | -79/+0 |
| 2018-06-12 | Stabilize #[repr(transparent)] | Simon Sapin | -26/+1 |
| 2018-06-11 | Stabilize the #[global_allocator] attribute | Simon Sapin | -25/+0 |
| 2018-06-10 | Auto merge of #51475 - GuillaumeGomez:fix-error-codes, r=Manishearth | bors | -4/+4 |
| 2018-06-10 | Fix error codes | Guillaume Gomez | -4/+4 |
| 2018-06-10 | Update tests | Seiichi Uchida | -6/+6 |
| 2018-06-10 | Include parens to type parameter | Seiichi Uchida | -6/+6 |
| 2018-06-09 | Auto merge of #51042 - matthewjasper:reenable-trivial-bounds, r=nikomatsakis | bors | -40/+240 |
| 2018-06-08 | Auto merge of #51448 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -217/+568 |
| 2018-06-08 | Rollup merge of #51401 - estebank:warn-repr, r=cramertj | Mark Rousskov | -201/+316 |
| 2018-06-08 | Rollup merge of #51360 - estebank:braces-around-literal-structs, r=nikomatsakis | Mark Rousskov | -2/+60 |
| 2018-06-08 | Rollup merge of #51298 - Dylan-DPC:stabilise/termination-test, r=nikomatsakis | Mark Rousskov | -6/+2 |
| 2018-06-08 | Rollup merge of #51276 - Havvy:dyn-trait-send-send, r=nikomatsakis | Mark Rousskov | -0/+41 |
| 2018-06-08 | Rollup merge of #51099 - Crazycolorz5:expectedcloseparen, r=estebank | Mark Rousskov | -8/+111 |
| 2018-06-08 | Rollup merge of #50143 - petrochenkov:mexuniq, r=nikomatsakis | Mark Rousskov | -0/+38 |
| 2018-06-08 | Built, corrected, and run tests. Added expected stderr files. | Crazycolorz5 | -0/+42 |
| 2018-06-08 | Auto merge of #51247 - pnkfelix:issue-51190-report-type-moved-from-behind-bor... | bors | -38/+68 |
| 2018-06-08 | Normalize associated types when checking global bounds | Matthew Jasper | -0/+40 |
| 2018-06-08 | Fix a typo | Matthew Jasper | -2/+2 |
| 2018-06-08 | Test that object bounds are preferred over global where clause bounds | Matthew Jasper | -0/+28 |
| 2018-06-08 | Add tests for associated types and inconsistent bounds | Matthew Jasper | -0/+166 |
| 2018-06-08 | Reenable trivial bounds | Matthew Jasper | -38/+4 |
| 2018-06-08 | Rollup merge of #51417 - pietroalbini:revert-49719, r=nikomatsakis | kennytm | -44/+66 |
| 2018-06-08 | Rollup merge of #51283 - kennytm:fix-51279-preempt-the-warning-song-and-dance... | kennytm | -0/+84 |
| 2018-06-07 | Revert "Auto merge of #49719 - mark-i-m:no_sep, r=petrochenkov" | Pietro Albini | -44/+66 |
| 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 | -4/+4 |
| 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 | Expand output and suggestions, fix tests | Esteban Küber | -142/+244 |
| 2018-06-06 | fix stderrs | dylan_DPC | -2/+2 |
| 2018-06-06 | Auto merge of #51201 - estebank:dotdot, r=petrochenkov | bors | -8/+33 |
| 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/+205 |
| 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 | -90/+77 |
| 2018-06-05 | Account for comma in suggestion | Esteban Küber | -2/+2 |
| 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 #51343 - glaubitz:sparc64-tests, r=shepmaster | Mark Simulacrum | -8/+11 |
| 2018-06-05 | Rollup merge of #51308 - fanzier:const-prop-array-bounds-check, r=oli-obk | Mark Simulacrum | -10/+21 |
| 2018-06-05 | Auto merge of #51140 - GuillaumeGomez:doc-keyword, r=QuietMisdreavus | bors | -0/+24 |
| 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 |