| Age | Commit message (Expand) | Author | Lines |
| 2019-06-30 | Extend #[must_use] lint to arrays | varkor | -12/+36 |
| 2019-06-30 | Improve error messages for boxed trait objects in tuples | varkor | -5/+5 |
| 2019-06-30 | Extend the #[must_use] lint to boxed types | varkor | -5/+15 |
| 2019-06-27 | Rollup merge of #62160 - ia0:question_mark_macro_sep, r=petrochenkov | Mazdak Farrokhzad | -6/+0 |
| 2019-06-26 | Remove outdated question_mark_macro_sep lint | Julien Cretin | -6/+0 |
| 2019-06-24 | HIR: rename find_by_hir_id to find | ljedrz | -1/+1 |
| 2019-06-24 | HIR: rename get_parent_node_by_hir_id to get_parent_node | ljedrz | -2/+2 |
| 2019-06-23 | Auto merge of #60861 - Centril:let-chains-ast-intro, r=petrochenkov | bors | -15/+21 |
| 2019-06-23 | Fix meta-variable binding errors in macros | Julien Cretin | -1/+1 |
| 2019-06-23 | let_chains: scrutinee -> head expression. | Mazdak Farrokhzad | -1/+1 |
| 2019-06-23 | let_chains: Handle in unused parenthesis lint. | Mazdak Farrokhzad | -15/+21 |
| 2019-06-20 | rename hir::map::get_by_hir_id to get | ljedrz | -2/+2 |
| 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 |