| Age | Commit message (Expand) | Author | Lines |
| 2022-11-22 | Use `tcx.require_lang_item` instead of unwrapping | Maybe Waffle | -1/+1 |
| 2022-11-21 | Stop passing the self-type as a separate argument. | Oli Scherer | -11/+10 |
| 2022-11-21 | Remove some unnecessary slicing | Oli Scherer | -7/+7 |
| 2022-11-21 | Add helper to create the trait ref for a lang item | Oli Scherer | -0/+10 |
| 2022-11-21 | Allow iterators instead of requiring slices that will get turned into iterators | Oli Scherer | -4/+10 |
| 2022-11-21 | Assert that various types have the right amount of generic args and fix the s... | Oli Scherer | -0/+25 |
| 2022-11-19 | drive-by: PolyExistentialPredicate | Michael Goulet | -17/+13 |
| 2022-11-13 | Make user_provided_sigs a LocalDefIdMap. | Camille GILLOT | -2/+2 |
| 2022-11-11 | Skip stable hashing without incremental. | Camille GILLOT | -1/+3 |
| 2022-11-11 | Use the interned stable hash as plain hash. | Camille GILLOT | -3/+1 |
| 2022-11-11 | Hash spans when interning. | Camille GILLOT | -6/+2 |
| 2022-11-08 | Rollup merge of #104132 - Rejyr:rustc_lint-function-lints, r=davidtwco | Guillaume Gomez | -0/+1 |
| 2022-11-08 | code cleanup with err.emit_unless | yukang | -1/+1 |
| 2022-11-08 | add 'ty_error_with_guaranteed' and 'const_error_with_guaranteed' | yukang | -0/+16 |
| 2022-11-07 | fix: lint against lint functions | Rejyr | -0/+1 |
| 2022-11-06 | Auto merge of #103720 - crlf0710:most_translation_attr, r=compiler-errors | bors | -1/+4 |
| 2022-11-04 | Refactor tcx mk_const parameters. | Mateusz | -5/+10 |
| 2022-11-04 | Rollup merge of #103915 - chenyukang:yukang/fix-103874, r=lcnr | Matthias Krüger | -15/+3 |
| 2022-11-03 | change error_reported to use Result instead of an option | yukang | -4/+1 |
| 2022-11-02 | deprecate DelaySpanBugEmitted and use ErrorGuaranteed directly | yukang | -12/+3 |
| 2022-10-29 | Use LanguageItems::require less | Cameron Steffen | -1/+1 |
| 2022-10-29 | Lint against usages of `struct_span_lint_hir`. | Charles Lew | -1/+4 |
| 2022-10-27 | Introduce UnordMap, UnordSet, and UnordBag (see MCP 533) | Michael Woerister | -1/+2 |
| 2022-10-25 | rustc_middle: Rearrange resolver outputs structures slightly | Vadim Petrochenkov | -20/+21 |
| 2022-10-21 | Introduce deduced parameter attributes, and use them for deducing `readonly` on | Patrick Walton | -0/+15 |
| 2022-10-19 | Deny const variables as well | Michael Goulet | -3/+1 |
| 2022-10-19 | Don't hash non-fresh Ty::Infer or RegionKind::Infer | Michael Goulet | -2/+4 |
| 2022-10-16 | Rollup merge of #102953 - WaffleLapkin:better_docs_for_decorate_param, r=Ralf... | Matthias Krüger | -0/+10 |
| 2022-10-14 | Auto merge of #102684 - JhonnyBillM:delete-target-data-layout-errors-wrapper,... | bors | -2/+1 |
| 2022-10-12 | ADD - IntoDiagnostic conformance for TargetDataLayoutErrors in rustc_errors | Jhonny Bill Mena | -2/+1 |
| 2022-10-12 | link lint function with `decorate` function param to `struct_lint_level` | Maybe Waffle | -0/+10 |
| 2022-10-07 | Check hidden types in dead code | Oli Scherer | -1/+1 |
| 2022-10-07 | Unconditionally encode hidden types in typeck results | Oli Scherer | -5/+3 |
| 2022-10-01 | Move lint level computation to rustc_middle::lint. | Camille GILLOT | -37/+2 |
| 2022-10-01 | Compute `lint_levels` by definition | Deadbeef | -13/+10 |
| 2022-10-01 | Refactor rustc lint API | Maybe Waffle | -7/+17 |
| 2022-09-27 | rustc_typeck to rustc_hir_analysis | lcnr | -1/+1 |
| 2022-09-25 | Move functions on `DepKindStruct` from rustc_middle to rustc_query_system | Joshua Nelson | -6/+2 |
| 2022-09-24 | separate definitions and `HIR` owners | Takayuki Maeda | -8/+9 |
| 2022-09-22 | Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk" | Camille GILLOT | -2/+40 |
| 2022-09-21 | FIX - adopt new Diagnostic naming in newly migrated modules | Jhonny Bill Mena | -1/+2 |
| 2022-09-19 | remove the `Subst` trait, always use `EarlyBinder` | lcnr | -1/+1 |
| 2022-09-15 | derive various Lift impl instead of hand rolling them | Oli Scherer | -1/+3 |
| 2022-09-15 | Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk | bors | -40/+2 |
| 2022-09-14 | Auto merge of #101212 - eholk:dyn-star, r=compiler-errors | bors | -2/+3 |
| 2022-09-14 | Move some code and add comments. | Camille GILLOT | -37/+2 |
| 2022-09-14 | Compute `lint_levels` by definition | Deadbeef | -13/+10 |
| 2022-09-13 | Auto merge of #99556 - davidtwco:collapse-debuginfo, r=wesleywiser | bors | -1/+1 |
| 2022-09-12 | Rename some variants | Michael Goulet | -4/+2 |
| 2022-09-12 | Plumb dyn trait representation through ty::Dynamic | Eric Holk | -2/+5 |