| Age | Commit message (Expand) | Author | Lines |
| 2018-07-26 | For some reason, on my linux box, using `-Zverbose` here is causing a linker ... | Felix S. Klock II | -1/+1 |
| 2018-07-26 | Regression test for issue. | Felix S. Klock II | -0/+88 |
| 2018-06-28 | actually fix test | mark | -1/+1 |
| 2018-06-28 | fix test | mark | -4/+7 |
| 2018-06-28 | Prohibit global_allocator in submodules for now | Mark Mansi | -1/+9 |
| 2018-06-28 | Attempt to fix hygiene for global_allocator | Mark Mansi | -0/+37 |
| 2018-06-27 | use `pat_ty_adjusted` from `expr_use_visitor` to type of arguments | Niko Matsakis | -0/+42 |
| 2018-06-27 | Don't use `ParamEnv::reveal_all()` if there is a real one available | Oliver Schneider | -0/+28 |
| 2018-06-20 | Auto merge of #51638 - spastorino:diagnostic-suggest-drop-in-reverse, r=nikom... | bors | -0/+48 |
| 2018-06-19 | Suggest that values are dropped in the opposite order they are defined | Santiago Pastorino | -0/+48 |
| 2018-06-19 | Auto merge of #51639 - SimonSapin:missing-alloc, r=rkruppe | bors | -0/+30 |
| 2018-06-19 | Update the error message for a missing global allocator | Simon Sapin | -1/+1 |
| 2018-06-19 | Add a UI test for the missing allocator error message | Simon Sapin | -0/+30 |
| 2018-06-19 | Add unit test for case that didn't seem to be covered in existing UI tests | Felix S. Klock II | -0/+46 |
| 2018-06-19 | Update the existing UI tests to reflect diagnostic changes in NLL. | Felix S. Klock II | -5/+38 |
| 2018-06-19 | NLL: Updates to diagnostic output in `test/ui`. | Felix S. Klock II | -103/+163 |
| 2018-06-18 | Auto merge of #51248 - fabric-and-ink:newtype_index_debrujin, r=nikomatsakis | bors | -15/+15 |
| 2018-06-18 | Auto merge of #51460 - nikomatsakis:nll-perf-examination-refactor-1, r=pnkfelix | bors | -8/+6 |
| 2018-06-18 | Auto merge of #51414 - oli-obk:impl_trait_type_def, r=pnkfelix | bors | -111/+211 |
| 2018-06-17 | test: Ignore some problematic tests on powerpc and powerpc64* | John Paul Adrian Glaubitz | -8/+12 |
| 2018-06-16 | Auto merge of #51562 - SimonSapin:transparent, r=cramertj | bors | -26/+1 |
| 2018-06-14 | Fix typo DebrujinIndex -> DebruijnIndex | Fabian Drinck | -15/+15 |
| 2018-06-14 | Add DEBUG_FORMAT for DebruijnIndex | Fabian Drinck | -15/+15 |
| 2018-06-14 | Declare DebruijnIndex via newtype_index macro | Fabian Drinck | -15/+15 |
| 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 | update some tests affected by some of the prior tweaks | Niko Matsakis | -8/+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 | Add existential type definitons | Oliver Schneider | -111/+211 |