| Age | Commit message (Expand) | Author | Lines |
| 2023-12-22 | Auto merge of #118824 - aliemjay:perf-region-cons, r=compiler-errors | bors | -3/+9 |
| 2023-12-19 | Remove unnecessary param-env from lexical region resolution and fully structu... | Michael Goulet | -9/+3 |
| 2023-12-17 | use Vec for region constraints | Ali MJ Al-Nasrawy | -3/+9 |
| 2023-12-02 | Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`. | Nicholas Nethercote | -1/+1 |
| 2023-11-21 | Fix some unnecessary casts | Nilstrieb | -8/+4 |
| 2023-11-14 | finish `RegionKind` rename | lcnr | -14/+12 |
| 2023-11-13 | rename `ReLateBound` to `ReBound` | lcnr | -4/+4 |
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -1/+3 |
| 2023-08-26 | Merge if and match expressions that don't make sense to have separated | Santiago Pastorino | -15/+10 |
| 2023-08-25 | Check that universe can name other universe instead of equality | Santiago Pastorino | -4/+5 |
| 2023-08-25 | Remove lub_empty from lexical region resolve | Santiago Pastorino | -46/+19 |
| 2023-08-01 | Suppress unnecessary outlives | Michael Goulet | -0/+4 |
| 2023-07-30 | inline format!() args up to and including rustc_codegen_llvm | Matthias Krüger | -3/+2 |
| 2023-05-29 | Rename `tcx.mk_re_*` => `Region::new_*` | Maybe Waffle | -1/+1 |
| 2023-05-04 | Use fulfillment to check Drop impl compatibility | Michael Goulet | -0/+11 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -1/+1 |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -1/+1 |
| 2023-04-19 | In `LexicalResolver`, don't construct graph unless necessary. | Nicholas Nethercote | -4/+7 |
| 2023-04-03 | Doc-comment `IndexVec::from_elem` and use it in a few more places | Scott McMurray | -1/+1 |
| 2023-04-02 | Use `&IndexSlice` instead of `&IndexVec` where possible | Scott McMurray | -3/+3 |
| 2023-03-26 | remove obsolete `givens` from regionck | Ali MJ Al-Nasrawy | -46/+1 |
| 2023-03-15 | Revert "Auto merge of #107376 - aliemjay:remove-givens, r=lcnr" | Rémy Rakic | -1/+46 |
| 2023-03-09 | remove obsolete `givens` from regionck | Ali MJ Al-Nasrawy | -46/+1 |
| 2023-03-03 | Match unmatched backticks in compiler/ that are part of rustdoc | est31 | -1/+1 |
| 2023-02-26 | Don't trigger ICE for ReError when the other region is empty. | Lenko Donchev | -2/+10 |
| 2023-02-22 | Auto merge of #108357 - matthiaskrgr:rollup-ceo3q2s, r=matthiaskrgr | bors | -1/+1 |
| 2023-02-22 | Remove type-traversal trait aliases | Alan Egerton | -1/+1 |
| 2023-02-17 | Don't delay ReError bug during lexical region resolve | Michael Goulet | -1/+1 |
| 2023-02-15 | Add specialized variants of `mk_region`. | Nicholas Nethercote | -2/+2 |
| 2023-02-09 | Use `ErrorGuaranteed` more in `ReError` | Esteban Küber | -3/+5 |
| 2023-02-09 | Change to `ReError(ErrorGuaranteed)` | Esteban Küber | -5/+5 |
| 2023-02-09 | review comments | Esteban Küber | -1/+3 |
| 2023-02-09 | Introduce `ReError` | Esteban Küber | -5/+7 |
| 2023-01-20 | Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstrieb | bors | -11/+11 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -3/+3 |
| 2023-01-17 | Don't call closures immediately, use `try{}` blocks | Maybe Waffle | -11/+11 |
| 2023-01-12 | remove unreachable error code `E0490` | Ezra Shaw | -22/+3 |
| 2022-12-19 | clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2022-10-28 | Remove #![allow(rustc::potential_query_instability)] from rustc_infer | CastilloDel | -0/+3 |
| 2022-09-08 | Combine logic from lubs into lub_empty function | Jack Huey | -65/+46 |
| 2022-09-08 | Remove ReEmpty | Jack Huey | -64/+4 |
| 2022-09-08 | Don't construct ReEmpty regions in resolve_var | Jack Huey | -5/+102 |
| 2022-09-08 | Create VarValue::Empty | Jack Huey | -20/+181 |
| 2022-09-01 | tracing::instrument cleanup | Oli Scherer | -7/+3 |
| 2022-07-07 | Move is_free and is_free_or_static to Region, change resolve_var to resolve_r... | Jack Huey | -13/+15 |
| 2022-07-04 | remove an unused `DefId` | lcnr | -9/+5 |
| 2022-06-27 | fold_region: remove unused parameter | lcnr | -1/+1 |
| 2022-06-23 | normalize if-eq bounds before testing | Niko Matsakis | -1/+2 |
| 2022-06-23 | rename IfEqBound to IfEq | Niko Matsakis | -2/+2 |
| 2022-06-23 | remove VerifyBound::IfEq variant | Niko Matsakis | -5/+0 |