| Age | Commit message (Expand) | Author | Lines |
| 2022-12-13 | Fast path some binder relations | Michael Goulet | -5/+5 |
| 2022-12-12 | Rollup merge of #105593 - jruderman:patch-3, r=Dylan-DPC | Matthias Krüger | -1/+1 |
| 2022-12-12 | Avoid trying to normalize unnormalizable types | Oli Scherer | -1/+4 |
| 2022-12-12 | Round 3: require binders for substs | Oli Scherer | -0/+1 |
| 2022-12-12 | Round 1: add some binders (fails due to losing bound vars and then rebinding ... | Oli Scherer | -0/+7 |
| 2022-12-11 | Fix typo in comment: length_limit | Jesse Ruderman | -1/+1 |
| 2022-12-11 | bug! with a better error message for failing Instance::resolve | Michael Goulet | -1/+16 |
| 2022-12-11 | Rollup merge of #105537 - kadiwa4:remove_some_imports, r=fee1-dead | Matthias Krüger | -11/+0 |
| 2022-12-10 | Introduce `with_forced_trimmed_paths` | Esteban Küber | -17/+111 |
| 2022-12-10 | compiler: remove unnecessary imports and qualified paths | KaDiWa | -11/+0 |
| 2022-12-10 | Rollup merge of #105410 - TaKO8Ki:fix-105257, r=BoxyUwU | Matthias Krüger | -0/+9 |
| 2022-12-10 | Rollup merge of #105234 - JakobDegen:unneeded-field, r=oli-obk | Matthias Krüger | -41/+10 |
| 2022-12-10 | Auto merge of #105525 - matthiaskrgr:rollup-ricyw5s, r=matthiaskrgr | bors | -0/+76 |
| 2022-12-10 | Rollup merge of #104019 - compiler-errors:print-generator-sizes, r=wesleywiser | Matthias Krüger | -0/+76 |
| 2022-12-09 | Fold `Definitions` into the untracked data | Oli Scherer | -33/+14 |
| 2022-12-09 | Move the untracked cstore and source_span into a struct | Oli Scherer | -50/+33 |
| 2022-12-09 | Remove unneeded field from `SwitchTargets` | Jakob Degen | -41/+10 |
| 2022-12-09 | Help rust-analyzer normalize query return types | Maybe Waffle | -1/+97 |
| 2022-12-09 | Rollup merge of #105455 - lcnr:correct-reveal-in-validate, r=jackh726 | Matthias Krüger | -0/+8 |
| 2022-12-08 | Rollup merge of #105423 - oli-obk:symbols, r=jackh726 | Matthias Krüger | -2/+2 |
| 2022-12-08 | Rollup merge of #105317 - RalfJung:retag-rework, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-12-08 | Rollup merge of #104922 - estebank:fur-elize, r=oli-obk | Matthias Krüger | -11/+20 |
| 2022-12-08 | validate: use the correct reveal during opts | lcnr | -0/+8 |
| 2022-12-08 | add a test case for `generic_const_exprs` in trait items | Takayuki Maeda | -2/+2 |
| 2022-12-07 | Use `Symbol` for the crate name instead of `String`/`str` | Oli Scherer | -2/+2 |
| 2022-12-07 | Move closure/generator type info methods to TyCtxt | Michael Goulet | -0/+76 |
| 2022-12-07 | Rollup merge of #105267 - compiler-errors:issue-104613, r=oli-obk | Matthias Krüger | -4/+8 |
| 2022-12-07 | Auto merge of #104799 - pcc:linkage-fn, r=tmiasko | bors | -1/+4 |
| 2022-12-07 | consider `parent_count` for const param defaults | Takayuki Maeda | -0/+9 |
| 2022-12-06 | Rollup merge of #104898 - oli-obk:group_all_the_things, r=wesleywiser | Matthias Krüger | -170/+57 |
| 2022-12-06 | Rollup merge of #105342 - compiler-errors:note_cause_code-takes-predicate, r=... | Matthias Krüger | -9/+9 |
| 2022-12-06 | Rollup merge of #105287 - compiler-errors:issue-105275, r=eholk | Matthias Krüger | -2/+41 |
| 2022-12-06 | make retagging work even with 'unstable' places | Ralf Jung | -1/+1 |
| 2022-12-06 | Auto merge of #105220 - oli-obk:feeding, r=cjgillot | bors | -26/+45 |
| 2022-12-06 | Add GenericParamDef::to_error and InternalSubsts::extend_with_error | Michael Goulet | -13/+32 |
| 2022-12-06 | drive-by: Default param for ToPredicate | Michael Goulet | -9/+9 |
| 2022-12-05 | Move linkage type check to HIR analysis and fix semantics issues. | Peter Collingbourne | -1/+4 |
| 2022-12-05 | feed resolver_for_lowering instead of storing it in a field | Oli Scherer | -14/+26 |
| 2022-12-05 | Allow arbitrary keys in feeding API | Oli Scherer | -12/+19 |
| 2022-12-05 | Synthesize generics for bad auto traits in dyn types | Michael Goulet | -2/+22 |
| 2022-12-04 | drive-by: move field_index to typeck results | Michael Goulet | -4/+8 |
| 2022-12-04 | Auto merge of #105121 - oli-obk:simpler-cheaper-dump_mir, r=nnethercote | bors | -54/+32 |
| 2022-12-03 | Rollup merge of #104199 - SarthakSingh31:issue-97417-1, r=cjgillot | Matthias Krüger | -1/+1 |
| 2022-12-03 | Auto merge of #105133 - oli-obk:promoted_def_ids, r=cjgillot | bors | -5/+10 |
| 2022-12-02 | Rollup merge of #105162 - compiler-errors:fn-sig-arity, r=cjgillot | Matthias Krüger | -5/+15 |
| 2022-12-02 | Use zero based indexing for pass_count | Oli Scherer | -2/+2 |
| 2022-12-02 | Remove an impl and replace its only use with a method call | Oli Scherer | -6/+0 |
| 2022-12-01 | Properly synthesize fn sig value during cycle | Michael Goulet | -5/+15 |
| 2022-12-01 | Fill in `def_span` when creating def ids. | Oli Scherer | -1/+8 |
| 2022-12-01 | Don't allow feeding a query cache entry twice | Oli Scherer | -4/+2 |