| Age | Commit message (Expand) | Author | Lines |
| 2023-04-13 | Remove `ToRegionVid`. | Nicholas Nethercote | -1/+1 |
| 2023-04-13 | Remove `impl ToRegionVid for RegionVid`. | Nicholas Nethercote | -12/+9 |
| 2023-04-02 | Use `&IndexSlice` instead of `&IndexVec` where possible | Scott McMurray | -3/+3 |
| 2023-03-23 | Auto merge of #108861 - b-naber:eager-nll-type-relating, r=lcnr | bors | -5/+6 |
| 2023-03-23 | Rollup merge of #109280 - compiler-errors:no-vec-map, r=Mark-Simulacrum | Dylan DPC | -4/+3 |
| 2023-03-22 | print sccs_info strings correctly | b-naber | -5/+6 |
| 2023-03-21 | IdentitySubsts::identity_for_item takes Into<DefId> | Michael Goulet | -1/+1 |
| 2023-03-17 | Remove VecMap | Michael Goulet | -4/+3 |
| 2023-03-16 | Use sort_by_key instead of sort_by | est31 | -2/+2 |
| 2023-03-09 | Remove body_def_id from Inherited | Michael Goulet | -1/+1 |
| 2023-03-07 | Auto merge of #108735 - clubby789:borrowck-unstable, r=Nilstrieb | bors | -14/+17 |
| 2023-03-07 | Auto merge of #108691 - aliemjay:closure-subject, r=jackh726 | bors | -86/+51 |
| 2023-03-05 | Remove `allow(potential_query_instability)` from `borrowck` | clubby789 | -14/+17 |
| 2023-03-04 | tweak ClosureOutlivesSubjectTy | Ali MJ Al-Nasrawy | -1/+1 |
| 2023-03-03 | ignore bivariant regions in opaque types | Ali MJ Al-Nasrawy | -0/+30 |
| 2023-03-03 | smarter algorithm for finding an equal region | Ali MJ Al-Nasrawy | -67/+9 |
| 2023-03-03 | promote subject even if it has unnamed regions | Ali MJ Al-Nasrawy | -21/+14 |
| 2023-03-03 | Match unmatched backticks in compiler/ that are part of rustdoc | est31 | -2/+2 |
| 2023-02-22 | Rename ty_error_with_guaranteed to ty_error, ty_error to ty_error_misc | Michael Goulet | -4/+4 |
| 2023-02-22 | Use ty_error_with_guaranteed in many more places | Michael Goulet | -15/+17 |
| 2023-02-22 | Remove type-traversal trait aliases | Alan Egerton | -4/+4 |
| 2023-02-21 | Rollup merge of #104239 - b-naber:sccs-info, r=jackh726 | Matthias Krüger | -2/+77 |
| 2023-02-21 | address review | b-naber | -4/+4 |
| 2023-02-21 | Make hidden type registration opt-in, so that each site can be reviewed on it... | Oli Scherer | -1/+2 |
| 2023-02-20 | remove cfg attributes | b-naber | -5/+5 |
| 2023-02-19 | add some cfgs back | b-naber | -10/+24 |
| 2023-02-19 | remove cfgs | b-naber | -6/+2 |
| 2023-02-19 | sccs info | b-naber | -2/+67 |
| 2023-02-16 | Auto merge of #108020 - nnethercote:opt-mk_region, r=compiler-errors | bors | -3/+3 |
| 2023-02-15 | Rollup merge of #105300 - aliemjay:member-lower, r=oli-obk | Dylan DPC | -11/+24 |
| 2023-02-15 | Add specialized variants of `mk_region`. | Nicholas Nethercote | -3/+3 |
| 2023-02-13 | Alias folding/visiting traits instead of re-export | Alan Egerton | -1/+1 |
| 2023-02-10 | Auto merge of #107652 - estebank:re_error, r=oli-obk | bors | -3/+2 |
| 2023-02-09 | Cleanup free_region_relations a bit | Jack Huey | -0/+1 |
| 2023-02-09 | Change to `ReError(ErrorGuaranteed)` | Esteban Küber | -3/+2 |
| 2023-02-09 | Introduce `ReError` | Esteban Küber | -1/+1 |
| 2023-01-26 | Rollup merge of #106971 - oli-obk:tait_error, r=davidtwco | Matthias Krüger | -12/+0 |
| 2023-01-23 | fix: use LocalDefId instead of HirId in trait res | Vincenzo Palazzo | -6/+4 |
| 2023-01-18 | Auto merge of #106503 - cjgillot:remap-nofilter, r=oli-obk | bors | -1/+1 |
| 2023-01-18 | Rollup merge of #106747 - yanchen4791:issue-105507-fix, r=estebank | Matthias Krüger | -0/+8 |
| 2023-01-17 | Add 'static lifetime suggestion when GAT implied 'static requirement from HRTB | yanchen4791 | -0/+8 |
| 2023-01-17 | Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726 | Matthias Krüger | -3/+3 |
| 2023-01-17 | rework min_choice algorithm of member constraints | Ali MJ Al-Nasrawy | -11/+24 |
| 2023-01-17 | Handle diagnostics customization on the fluent side | Oli Scherer | -12/+0 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -3/+3 |
| 2023-01-16 | Improve a TAIT error and add an error code plus documentation | Oli Scherer | -11/+9 |
| 2023-01-14 | Fix some missed double spaces. | André Vennberg | -1/+1 |
| 2023-01-11 | Do not filter substs in `remap_generic_params_to_declaration_params`. | Camille GILLOT | -1/+1 |
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -1/+1 |
| 2023-01-09 | Assert defining anchor is set in take_opaque_types | Michael Goulet | -1/+1 |