| Age | Commit message (Expand) | Author | Lines |
| 2019-06-19 | Auto merge of #61172 - matthewjasper:cleanup-implied-bounds-lint, r=varkor | bors | -101/+211 |
| 2019-06-18 | Address review comments | Matthew Jasper | -19/+20 |
| 2019-06-18 | Improve the explicit_outlives_requirements lint | Matthew Jasper | -101/+210 |
| 2019-06-18 | Auto merge of #59625 - immunant:copy_variadics_typealias, r=eddyb | bors | -1/+1 |
| 2019-06-18 | rustc: remove leftover lifetimes with no bounds from where clauses. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-18 | rustc: remove 'x: 'y bounds (except from comments/strings). | Eduard-Mihai Burtescu | -2/+2 |
| 2019-06-17 | Expose `VaListImpl` as the Rust equivalent of `__va_list_tag` and implement C... | Andrei Homescu | -1/+1 |
| 2019-06-17 | remove _by_hir_id if there is no NodeId counterpart | ljedrz | -3/+3 |
| 2019-06-16 | Separate librustc_lint module | chansuke | -23/+22 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -4/+4 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -5/+6 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -4/+4 |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -3/+3 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -4/+4 |
| 2019-06-11 | Auto merge of #61735 - eddyb:must-use-life, r=oli-obk | bors | -6/+3 |
| 2019-06-11 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -5/+1 |
| 2019-06-11 | rustc_lint: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -2/+3 |
| 2019-06-10 | Implement RFC 2645 (transparent enums and unions) | Michael Bradshaw | -11/+23 |
| 2019-06-06 | Some code cleanup and tidy/test fixes | Vadim Petrochenkov | -9/+3 |
| 2019-06-06 | syntax: Use `Token` in `TokenTree::Token` | Vadim Petrochenkov | -2/+2 |
| 2019-06-05 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -9/+6 |
| 2019-06-03 | Auto merge of #61100 - varkor:must_use-tuple-expr, r=cramertj | bors | -42/+72 |
| 2019-06-03 | Specify tuple element in lint message | varkor | -3/+6 |
| 2019-06-03 | Fix issue with recursively encountering uninhabited type | varkor | -11/+10 |
| 2019-06-03 | Use precise span for must_use tuple components | varkor | -4/+15 |
| 2019-06-03 | Add test for #[must_use] in tuples | varkor | -2/+2 |
| 2019-06-03 | Warn for #[must_use] in tuples | varkor | -36/+53 |
| 2019-05-31 | Rollup merge of #61342 - memoryruins:ellipsis_inclusive_range_patterns, r=Cen... | Pietro Albini | -1/+1 |
| 2019-05-30 | Set ellipsis_inclusive_range_patterns lint to warn | memoryruins | -1/+1 |
| 2019-05-29 | Introduce and use `SyntaxContext::outer_expn_info()`. | Nicholas Nethercote | -5/+4 |
| 2019-05-27 | Use `Symbol` equality in `check_ident_token`. | Nicholas Nethercote | -3/+3 |
| 2019-05-23 | Auto merge of #60740 - petrochenkov:kw, r=nnethercote | bors | -4/+4 |
| 2019-05-22 | Simplify use of keyword symbols | Vadim Petrochenkov | -4/+4 |
| 2019-05-22 | Allow null-pointer-optimized enums in FFI if their underlying representation ... | Michael Bradshaw | -38/+70 |
| 2019-05-21 | Remove impls for `InternedString`/string equality. | Nicholas Nethercote | -1/+1 |
| 2019-05-17 | Auto merge of #49799 - hdhoang:46205_deny_incoherent_fundamental_impls, r=nik... | bors | -5/+2 |
| 2019-05-13 | Return a `Symbol` from `name_or_empty` functions. | Nicholas Nethercote | -1/+1 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -18/+19 |
| 2019-05-11 | Introduce `hir::Lit` not keeping the original token | Vadim Petrochenkov | -5/+5 |
| 2019-05-07 | Implement built-in await syntax | Taylor Cramer | -38/+5 |
| 2019-05-03 | rustc: rename hir::def::Def to Res (short for "resolution"). | Eduard-Mihai Burtescu | -15/+14 |
| 2019-05-03 | rustc: use DefKind instead of Def, where possible. | Eduard-Mihai Burtescu | -5/+5 |
| 2019-05-03 | rustc: factor most DefId-containing variants out of Def and into DefKind. | Eduard-Mihai Burtescu | -7/+7 |
| 2019-04-30 | Pull out some functors for readability | varkor | -289/+293 |
| 2019-04-30 | Refactor is_range_literal | varkor | -6/+1 |
| 2019-04-30 | Include signed integer types in the lint | varkor | -54/+88 |
| 2019-04-30 | Preserve literal suffixes | varkor | -1/+17 |
| 2019-04-30 | Place types inside backticks | varkor | -6/+6 |
| 2019-04-30 | Suggest using an inclusive range for an overflowing endpoint | varkor | -15/+61 |
| 2019-04-28 | Implement internal lints | flip1995 | -1/+3 |