| Age | Commit message (Expand) | Author | Lines |
| 2018-12-11 | Add privately uninhabited dead code test | varkor | -0/+19 |
| 2018-12-11 | Update ub-uninhabit tests | varkor | -5/+5 |
| 2018-12-11 | Use unions for uninhabitedness checking rather than mem::transmute | varkor | -25/+17 |
| 2018-12-11 | Update const eval uninhabited messages | varkor | -5/+7 |
| 2018-12-11 | Update uninhabited matches tests | varkor | -27/+3 |
| 2018-12-11 | Check for uninhabitedness instead of never | varkor | -39/+8 |
| 2018-12-11 | Fix irrefutable matches on integer ranges | varkor | -0/+8 |
| 2018-12-11 | Make `const unsafe fn` bodies `unsafe` | Oliver Scherer | -98/+26 |
| 2018-12-11 | Diagnostics improvement! | Oliver Scherer | -1/+2 |
| 2018-12-10 | fix intra-link resolution spans in block comments | Andy Russell | -24/+163 |
| 2018-12-10 | Rollup merge of #56661 - aelred:issue-55846, r=Mark-Simulacrum | Guillaume Gomez | -0/+39 |
| 2018-12-10 | Rollup merge of #56641 - GuillaumeGomez:span-trait-method-invalid-nb-paramete... | Guillaume Gomez | -5/+41 |
| 2018-12-10 | Rollup merge of #56491 - euclio:assert-error, r=estebank | Guillaume Gomez | -0/+20 |
| 2018-12-10 | add a lint group for lints emitted by rustdoc | QuietMisdreavus | -0/+78 |
| 2018-12-10 | Remove dependency on shell32.dll #56510 | Michael Howell | -1/+1 |
| 2018-12-10 | improve diagnostics for invalid external docs | Andy Russell | -10/+23 |
| 2018-12-10 | reject invalid external doc attributes | Andy Russell | -1/+45 |
| 2018-12-10 | Add a few more tests of edge cases | Oliver Scherer | -0/+37 |
| 2018-12-10 | Add trailing newline | Felix Chapman | -1/+1 |
| 2018-12-10 | Add test to check library traits have #[must_use] attribute | Felix Chapman | -0/+47 |
| 2018-12-10 | Add regression test for issue #55846 | Felix Chapman | -0/+39 |
| 2018-12-09 | Add lint for items deprecated in future | aheart | -0/+26 |
| 2018-12-09 | Fix rebase + Add missing `// force-host` | Vadim Petrochenkov | -3/+4 |
| 2018-12-09 | Move some tests from ui-fulldeps to ui | Vadim Petrochenkov | -15/+0 |
| 2018-12-09 | Move compile-fail-fulldeps tests to ui-fulldeps | Vadim Petrochenkov | -99/+444 |
| 2018-12-09 | Move former compile-fail-fulldeps tests to ui | Vadim Petrochenkov | -46/+662 |
| 2018-12-09 | Bump minimum required LLVM version to 6.0 | Nikita Popov | -13/+2 |
| 2018-12-08 | Auto merge of #56616 - estebank:issue-56539, r=davidtwco | bors | -0/+7 |
| 2018-12-08 | fix span for invalid number of parameters in trait method | Guillaume Gomez | -5/+41 |
| 2018-12-08 | rustdoc: Fix local reexports of proc macros | Oliver Middleton | -0/+13 |
| 2018-12-08 | Rollup merge of #56620 - petrochenkov:noclutter, r=estebank | Mazdak Farrokhzad | -21/+7 |
| 2018-12-08 | Rollup merge of #56248 - estebank:suggest-bare-pub, r=petrochenkov | Mazdak Farrokhzad | -11/+76 |
| 2018-12-08 | Fixed nll stderr file. | Alexander Regueiro | -1/+1 |
| 2018-12-08 | resolve: Reduce some clutter in import ambiguity errors | Vadim Petrochenkov | -21/+7 |
| 2018-12-07 | Fixed line numbers in stderr file. | Alexander Regueiro | -2/+2 |
| 2018-12-07 | Fixed test stderr files. | Alexander Regueiro | -160/+86 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -228/+278 |
| 2018-12-07 | Encode `TraitAlias` as if they were `Trait` | Esteban Küber | -0/+7 |
| 2018-12-07 | Auto merge of #56502 - Zoxc:hir-func, r=eddyb | bors | -2/+2 |
| 2018-12-07 | Auto merge of #56460 - davidtwco:issue-55850, r=pnkfelix | bors | -0/+79 |
| 2018-12-07 | Auto merge of #56566 - ljedrz:fix_clippy_errors, r=cramertj | bors | -1/+1 |
| 2018-12-07 | Change to give a help message | John Ginger | -7/+11 |
| 2018-12-07 | Fix ICE in region naming. | David Wood | -0/+79 |
| 2018-12-07 | Add suggestion for underscore binding fix. | David Wood | -2/+6 |
| 2018-12-07 | Add context for RFC 1685 change in 2018 edition. | David Wood | -0/+4 |
| 2018-12-07 | Auto merge of #54271 - petrochenkov:nolegder, r=eddyb,alexcrichton | bors | -51/+21 |
| 2018-12-07 | Unsupport `#[derive(Trait)]` sugar for `#[derive_Trait]` legacy plugin attrib... | Vadim Petrochenkov | -51/+21 |
| 2018-12-06 | Auto merge of #55318 - Aaron1011:fix/final-auto-trait-resolve, r=nikomatsakis | bors | -0/+71 |
| 2018-12-06 | codegen_utils, driver: fix clippy errors | ljedrz | -1/+1 |
| 2018-12-06 | Auto merge of #56282 - qnighy:additional-sizedness-fix, r=nikomatsakis | bors | -0/+11 |