| Age | Commit message (Expand) | Author | Lines |
| 2022-10-04 | Rollup merge of #102651 - oli-obk:non_region_things, r=lcnr | Matthias Krüger | -17/+17 |
| 2022-10-04 | It's not about types or consts, but the lack of regions | Oli Scherer | -17/+17 |
| 2022-10-04 | Auto merge of #102652 - Dylan-DPC:rollup-6ff8ct8, r=Dylan-DPC | bors | -1/+3 |
| 2022-10-04 | Rollup merge of #102568 - compiler-errors:lint-unsatisfied-opaques, r=oli-obk | Dylan DPC | -1/+3 |
| 2022-10-04 | Auto merge of #102622 - camsteffen:move-layout, r=fee1-dead | bors | -2641/+5 |
| 2022-10-04 | Rollup merge of #102567 - compiler-errors:issue-102561, r=davidtwco | Matthias Krüger | -1/+4 |
| 2022-10-03 | Auto merge of #102632 - matthiaskrgr:rollup-h8s3zmo, r=matthiaskrgr | bors | -5/+10 |
| 2022-10-03 | Add diagnostic struct for const eval error in `rustc_middle` | pierwill | -5/+10 |
| 2022-10-03 | Rollup merge of #102597 - compiler-errors:issue-102571, r=davidtwco | Matthias Krüger | -1/+1 |
| 2022-10-03 | Move utils from rustc_middle to rustc_ty_utils | Cameron Steffen | -2641/+5 |
| 2022-10-03 | Rollup merge of #102592 - WaffleLapkin:less_lifetimes, r=cjgillot | Matthias Krüger | -7/+6 |
| 2022-10-02 | Avoid ICE in printing RPITIT type | Michael Goulet | -1/+1 |
| 2022-10-02 | Lint for unsatisfied nested opaques | Michael Goulet | -1/+3 |
| 2022-10-02 | Remove a couple lifetimes that could be infered | Maybe Waffle | -7/+6 |
| 2022-10-02 | Rollup merge of #102538 - cjgillot:def-span-ctxt, r=fee1-dead | Dylan DPC | -6/+26 |
| 2022-10-02 | Delay evaluating lint primary message until after it would be suppressed | Michael Goulet | -1/+4 |
| 2022-10-01 | Use a SortedMap instead of a VecMap. | Camille GILLOT | -2/+2 |
| 2022-10-01 | Compute by owner instead of HirId. | Camille GILLOT | -9/+23 |
| 2022-10-01 | Do not fetch HIR node when iterating to find lint. | Camille GILLOT | -15/+15 |
| 2022-10-01 | Move lint level computation to rustc_middle::lint. | Camille GILLOT | -76/+69 |
| 2022-10-01 | Move code to rustc_lint. | Camille GILLOT | -149/+38 |
| 2022-10-01 | Remove unused tool_name. | Camille GILLOT | -2/+0 |
| 2022-10-01 | Compute `lint_levels` by definition | Deadbeef | -37/+112 |
| 2022-10-01 | Allow query system to recover a HirId. | Camille GILLOT | -6/+32 |
| 2022-10-01 | Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebank | bors | -23/+45 |
| 2022-10-01 | Move lint level source explanation to the bottom | Maybe Waffle | -2/+1 |
| 2022-10-01 | Refactor rustc lint API | Maybe Waffle | -22/+45 |
| 2022-10-01 | Give `def_span` the same SyntaxContext as `span_with_body`. | Camille GILLOT | -6/+26 |
| 2022-09-30 | Rollup merge of #102483 - spastorino:create-defs-on-lowering, r=cjgillot | Matthias Krüger | -2/+2 |
| 2022-09-30 | create def ids for impl traits during ast lowering | Santiago Pastorino | -2/+2 |
| 2022-09-30 | Rollup merge of #101075 - ellishg:rustc_codegen_gcc_diagnostics, r=davidtwco | Matthias Krüger | -0/+13 |
| 2022-09-30 | Auto merge of #102164 - compiler-errors:rpitit-foreign, r=TaKO8Ki | bors | -0/+5 |
| 2022-09-29 | Auto merge of #101887 - nnethercote:shrink-Res, r=spastorino | bors | -1/+2 |
| 2022-09-29 | Auto merge of #101893 - oli-obk:lift_derive, r=lcnr | bors | -0/+1 |
| 2022-09-29 | Rollup merge of #102399 - b-naber:binder-print-ice, r=lcnr | Yuki Okushi | -4/+10 |
| 2022-09-29 | Shrink `hir::def::Res`. | Nicholas Nethercote | -1/+2 |
| 2022-09-28 | account for use of index-based lifetime names in print of binder | b-naber | -4/+10 |
| 2022-09-27 | rustdoc: Queryify `is_notable_trait` | Noah Lev | -2/+19 |
| 2022-09-27 | rustc_typeck to rustc_hir_analysis | lcnr | -5/+5 |
| 2022-09-26 | Rollup merge of #101996 - b-naber:binder-print, r=lcnr | Matthias Krüger | -27/+82 |
| 2022-09-26 | address review | b-naber | -3/+4 |
| 2022-09-26 | don't duplicate late-bound region names in print of Binder | b-naber | -27/+81 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -7/+0 |
| 2022-09-26 | Rollup merge of #102270 - Nilstrieb:delete-useless-benches, r=TaKO8Ki | fee1-dead | -54/+0 |
| 2022-09-25 | Auto merge of #101710 - jyn514:move-dep-kind-node, r=cjgillot | bors | -141/+11 |
| 2022-09-25 | Auto merge of #95474 - oli-obk:tait_ub, r=jackh726 | bors | -1/+3 |
| 2022-09-25 | Move the `codegen_unit` debug assert from `rustc_query_system` to `query_impl` | Joshua Nelson | -4/+0 |
| 2022-09-25 | Move some more code from rustc_middle to rustc_query_system | Joshua Nelson | -14/+1 |
| 2022-09-25 | Move functions on `DepKindStruct` from rustc_middle to rustc_query_system | Joshua Nelson | -66/+12 |
| 2022-09-25 | Move `DepKindStruct` from rustc_middle to rustc_query_system | Joshua Nelson | -62/+3 |