| Age | Commit message (Expand) | Author | Lines |
| 2022-09-09 | Fix documentation lint failures | Michael Goulet | -1/+1 |
| 2022-09-09 | Adjust pretty printing of RPITITs | Michael Goulet | -0/+14 |
| 2022-09-09 | Handle generic parameters. | Camille GILLOT | -1/+1 |
| 2022-09-08 | Combine logic from lubs into lub_empty function | Jack Huey | -65/+46 |
| 2022-09-08 | Make some functions pub(super) | Jack Huey | -14/+14 |
| 2022-09-08 | Remove ReEmpty | Jack Huey | -103/+6 |
| 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-08 | Don't use reempty as an implicit_outlives_region | Jack Huey | -2/+2 |
| 2022-09-08 | Auto merge of #98900 - lcnr:region-stuff, r=jackh726 | bors | -12/+8 |
| 2022-09-08 | don't evaluate with escaping bound vars | lcnr | -6/+2 |
| 2022-09-08 | generalize: no need to cache errors | lcnr | -6/+6 |
| 2022-09-08 | Rollup merge of #101153 - IntQuant:issue-100717-infer-2, r=davidtwco | Dylan DPC | -395/+745 |
| 2022-09-07 | Rollup merge of #101503 - spastorino:add-debug-calls, r=compiler-errors | Matthias Krüger | -2/+4 |
| 2022-09-07 | Auto merge of #101432 - nnethercote:shrink-PredicateS, r=lcnr | bors | -27/+29 |
| 2022-09-07 | Add instrument and debug calls | Santiago Pastorino | -2/+4 |
| 2022-09-06 | Whoops forgot a space | Nikita Tomashevich | -1/+1 |
| 2022-09-06 | Replace manual impl with a derive macro as multipart suggestions are now supp... | Nikita Tomashevich | -44/+55 |
| 2022-09-06 | Slightly more concise comment | IQuant | -4/+1 |
| 2022-09-06 | Use untranslated messages for now | Nikita Tomashevich | -11/+24 |
| 2022-09-06 | Remove a comment and use IntoDiagnosticArg instead of add_to() where feasible | Nikita Tomashevich | -14/+17 |
| 2022-09-06 | Address some comments | Nikita Tomashevich | -73/+61 |
| 2022-09-06 | Mugrate mismatched_static_lifetime.rs | Nikita Tomashevich | -20/+272 |
| 2022-09-06 | Migrate E0623 | Nikita Tomashevich | -119/+205 |
| 2022-09-06 | Rollup merge of #101445 - TaKO8Ki:suggest-introducing-explicit-lifetime, r=ol... | Guillaume Gomez | -9/+19 |
| 2022-09-06 | Rollup merge of #101434 - JhonnyBillM:replace-session-for-handler-in-into-dia... | Guillaume Gomez | -7/+7 |
| 2022-09-05 | Auto merge of #101261 - TaKO8Ki:separate-receiver-from-arguments-in-hir, r=cj... | bors | -5/+5 |
| 2022-09-05 | separate the receiver from arguments in HIR | Takayuki Maeda | -5/+5 |
| 2022-09-05 | suggest introducing an explicit lifetime if it does not exist | Takayuki Maeda | -9/+19 |
| 2022-09-05 | UPDATE - into_diagnostic to take a Handler instead of a ParseSess | Jhonny Bill Mena | -7/+7 |
| 2022-09-05 | Pack `Term` in the same way as `GenericArg`. | Nicholas Nethercote | -27/+29 |
| 2022-09-05 | Make `hir::PathSegment::hir_id` non-optional. | Nicholas Nethercote | -3/+3 |
| 2022-09-05 | Make `hir::PathSegment::res` non-optional. | Nicholas Nethercote | -11/+6 |
| 2022-09-01 | tracing::instrument cleanup | Oli Scherer | -40/+18 |
| 2022-09-01 | Directly use the `instrument` macro instead of its full path | Oli Scherer | -7/+7 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -3/+3 |
| 2022-08-31 | Rollup merge of #101192 - TaKO8Ki:remove-path-string, r=compiler-errors | Yuki Okushi | -13/+13 |
| 2022-08-30 | Rollup merge of #100473 - compiler-errors:normalize-the-fn-def-sig-plz, r=lcnr | Dylan DPC | -0/+33 |
| 2022-08-30 | Rollup merge of #99928 - compiler-errors:issue-99914, r=oli-obk | Dylan DPC | -3/+14 |
| 2022-08-30 | remove path string | Takayuki Maeda | -13/+13 |
| 2022-08-30 | Auto merge of #101183 - Dylan-DPC:rollup-6kewixv, r=Dylan-DPC | bors | -25/+38 |
| 2022-08-30 | Rollup merge of #101022 - compiler-errors:issue-101020, r=jackh726 | Dylan DPC | -1/+4 |
| 2022-08-30 | Rollup merge of #100092 - compiler-errors:issue-100075, r=oli-obk | Dylan DPC | -24/+34 |
| 2022-08-30 | Auto merge of #100812 - Nilstrieb:revert-let-chains-nightly, r=Mark-Simulacrum | bors | -0/+1 |
| 2022-08-29 | Auto merge of #101167 - matthiaskrgr:rollup-yt3jdmp, r=matthiaskrgr | bors | -15/+9 |
| 2022-08-29 | Rollup merge of #101146 - jackh726:borrowck-logging, r=compiler-errors | Matthias Krüger | -15/+9 |
| 2022-08-29 | Revert let_chains stabilization | Nilstrieb | -0/+1 |
| 2022-08-29 | Various changes to logging of borrowck-related code | Jack Huey | -15/+9 |
| 2022-08-29 | Rollup merge of #99821 - cjgillot:ast-lifetimes-2, r=compiler-errors | Dylan DPC | -4/+4 |
| 2022-08-29 | Rollup merge of #100843 - IntQuant:issue-100717-infer, r=compiler-errors | Matthias Krüger | -212/+535 |