| Age | Commit message (Expand) | Author | Lines |
| 2023-03-11 | tweak ClosureOutlivesSubjectTy | Ali MJ Al-Nasrawy | -1/+1 |
| 2023-03-11 | ignore bivariant regions in opaque types | Ali MJ Al-Nasrawy | -0/+30 |
| 2023-03-11 | smarter algorithm for finding an equal region | Ali MJ Al-Nasrawy | -67/+9 |
| 2023-03-11 | 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 |
| 2022-12-20 | Hackily fix an opaque type ICE | Oli Scherer | -1/+1 |
| 2022-12-20 | Replace a `find` with a loop to simplify the logic. | Oli Scherer | -19/+22 |
| 2022-12-20 | Make it easier to debug where a region error was created | Oli Scherer | -1/+1 |
| 2022-12-20 | Auto merge of #105880 - Nilstrieb:make-newtypes-less-not-rust, r=oli-obk | bors | -2/+4 |
| 2022-12-18 | Make `#[debug_format]` an attribute in `newtype_index` | Nilstrieb | -2/+4 |
| 2022-12-18 | remove redundant fn params that were only "used" in recursion | Matthias Krüger | -26/+3 |
| 2022-12-15 | Auto merge of #104765 - chenyukang:yukang-fix-104639-lifetime-check, r=oli-obk | bors | -20/+7 |
| 2022-11-23 | Fix #104639, find the right lower bound region in the scenario of partial ord... | yukang | -20/+7 |
| 2022-11-21 | Add more regression tests | Oli Scherer | -6/+6 |
| 2022-11-21 | Auto merge of #103491 - cjgillot:self-rpit, r=oli-obk | bors | -11/+38 |
| 2022-11-18 | rename `is_tainted_by_errors` | Boxy | -1/+1 |
| 2022-11-18 | `InferCtxt::is_tainted_by_errors` returns `ErrorGuaranteed` | Boxy | -2/+2 |
| 2022-11-16 | Convert predicates into Predicate in the Obligation constructor | Oli Scherer | -5/+3 |