| Age | Commit message (Expand) | Author | Lines |
| 2023-01-04 | get_parent and find_parent | Michael Goulet | -1/+1 |
| 2023-01-04 | rename get_parent_node to parent_id | Michael Goulet | -1/+1 |
| 2023-01-03 | fix dupe word typos | Rageking8 | -1/+1 |
| 2022-12-26 | address review comments + better tests | Lukas Markeffsky | -51/+63 |
| 2022-12-22 | Fix `explicit_outlives_requirements` lint in macros | Lukas Markeffsky | -20/+30 |
| 2022-12-21 | Improve code based on feedback. | Bryan Garza | -16/+10 |
| 2022-12-21 | Add lint doc comment | Bryan Garza | -1/+20 |
| 2022-12-21 | Update track_caller logic/lint after rebase | Bryan Garza | -4/+12 |
| 2022-12-21 | update wording of lint | Bryan Garza | -1/+1 |
| 2022-12-21 | Update code based on PR comments | Bryan Garza | -3/+9 |
| 2022-12-21 | Switch `#[track_caller]` back to a no-op unless feature gate is enabled | Bryan Garza | -1/+44 |
| 2022-12-18 | don't clone Copy types | Matthias Krüger | -2/+2 |
| 2022-12-13 | Combine projection and opaque into alias | Michael Goulet | -2/+2 |
| 2022-12-10 | Auto merge of #105416 - nnethercote:more-linting-tweaks, r=cjgillot | bors | -0/+3 |
| 2022-12-09 | Rollup merge of #102406 - mejrs:missing_copy, r=wesleywiser | Matthias Krüger | -1/+31 |
| 2022-12-07 | Inline some hot lint pass functions. | Nicholas Nethercote | -0/+3 |
| 2022-12-04 | drive-by: move field_index to typeck results | Michael Goulet | -1/+1 |
| 2022-11-29 | Rebase | mejrs | -7/+2 |
| 2022-11-29 | Update trait check | mejrs | -4/+7 |
| 2022-11-29 | Make `missing_copy_implementations` more cautious | mejrs | -1/+33 |
| 2022-11-29 | Make inferred_outlives_crate return Clause | Santiago Pastorino | -12/+8 |
| 2022-11-27 | Auto merge of #103917 - oli-obk:layout_math, r=RalfJung,lcnr | bors | -63/+97 |
| 2022-11-26 | Rollup merge of #104786 - WaffleLapkin:amp-mut-help, r=compiler-errors | Guillaume Gomez | -2/+2 |
| 2022-11-25 | Use "must be init" instead of "must not be uninit" everywhere | Oli Scherer | -5/+3 |
| 2022-11-25 | Add a `because` to errors derived from fields | Oli Scherer | -22/+21 |
| 2022-11-25 | Don't show fields from other crates | Oli Scherer | -1/+3 |
| 2022-11-25 | Reinstate the previous compact form of "in this field" errors | Oli Scherer | -4/+12 |
| 2022-11-25 | Don't try to compute the layout of generic types. | Oli Scherer | -23/+23 |
| 2022-11-25 | Compute layout instead of manually procesisng the layout restriction attributes | Oli Scherer | -31/+36 |
| 2022-11-25 | Print a trace through types to show how to get to the problematic type | Oli Scherer | -42/+64 |
| 2022-11-25 | Introduce PredicateKind::Clause | Santiago Pastorino | -8/+13 |
| 2022-11-23 | Depend on `Mutability` ordering | Maybe Waffle | -2/+2 |
| 2022-11-22 | Rollup merge of #103488 - oli-obk:impl_trait_for_tait, r=lcnr | Manish Goregaokar | -0/+1 |
| 2022-11-22 | Split `MacArgs` in two. | Nicholas Nethercote | -2/+2 |
| 2022-11-21 | Add an always-ambiguous predicate to make sure that we don't accidentlally al... | Oli Scherer | -0/+1 |
| 2022-11-17 | Auto merge of #104170 - cjgillot:hir-def-id, r=fee1-dead | bors | -8/+5 |
| 2022-11-16 | Use `token::Lit` in `ast::ExprKind::Lit`. | Nicholas Nethercote | -3/+4 |
| 2022-11-13 | Store a LocalDefId in hir::Variant & hir::Field. | Camille GILLOT | -8/+5 |
| 2022-10-31 | Rollup merge of #103338 - l4l:enum-unreachable-pub, r=nagisa | Dylan DPC | -2/+6 |
| 2022-10-29 | Rollup merge of #103625 - WaffleLapkin:no_tyctxt_dogs_allowed, r=compiler-errors | Guillaume Gomez | -1/+1 |
| 2022-10-29 | Rename some `OwnerId` fields. | Nicholas Nethercote | -31/+31 |
| 2022-10-27 | Accept `TyCtxt` instead of `TyCtxtAt` in `Ty::is_*` functions | Maybe Waffle | -1/+1 |
| 2022-10-26 | privacy: Rename "accessibility levels" to "effective visibilities" | Vadim Petrochenkov | -4/+5 |
| 2022-10-23 | Rollup merge of #103402 - joshtriplett:niche-wrap-fix, r=oli-obk | Michael Howell | -1/+4 |
| 2022-10-23 | Migrate all diagnostics | Nilstrieb | -87/+73 |
| 2022-10-23 | Auto merge of #102660 - camsteffen:uninhabited-perf, r=oli-obk | bors | -41/+5 |
| 2022-10-23 | Fix wrapped valid-range handling in ty_find_init_error | Josh Triplett | -1/+4 |
| 2022-10-22 | Introduce InhabitedPredicate | Cameron Steffen | -41/+5 |
| 2022-10-21 | Fix unreachable_pub suggestion for enum with fields | Kitsu | -2/+6 |
| 2022-10-19 | Fixup a few tests needing asm support | Josh Stone | -0/+1 |