| Age | Commit message (Expand) | Author | Lines |
| 2023-02-10 | Resolve documentation links in rustc and store the results in metadata | Vadim Petrochenkov | -2/+6 |
| 2023-02-09 | Use `ErrorGuaranteed` more in `ReError` | Esteban Küber | -8/+12 |
| 2023-02-09 | Change to `ReError(ErrorGuaranteed)` | Esteban Küber | -16/+30 |
| 2023-02-09 | Introduce `ReError` | Esteban Küber | -5/+22 |
| 2023-02-09 | Remove `QueryContext`. | Nicholas Nethercote | -0/+12 |
| 2023-02-09 | Simplify `with_tlv`. | Nicholas Nethercote | -3/+2 |
| 2023-02-09 | Simplify `tls::enter_context`. | Nicholas Nethercote | -2/+2 |
| 2023-02-08 | Change `arena_cache` to not alter the declared query result | John Kåre Alsaker | -16/+23 |
| 2023-02-07 | Rollup merge of #107555 - edward-shen:edward-shen/dup-trait-suggestion, r=com... | Matthias Krüger | -1/+14 |
| 2023-02-07 | Auto merge of #106180 - RalfJung:dereferenceable-generators, r=nbdd0121 | bors | -106/+95 |
| 2023-02-06 | Modify existing bounds if they exist | Edward Shen | -1/+14 |
| 2023-02-06 | also do not add noalias on not-Unpin Box | Ralf Jung | -91/+95 |
| 2023-02-06 | make PointerKind directly reflect pointer types | Ralf Jung | -27/+12 |
| 2023-02-06 | Auto merge of #107667 - cjgillot:no-on-hit, r=lcnr,Zoxc | bors | -40/+20 |
| 2023-02-05 | emit `ConstEquate` in `TypeRelating<D>` | Boxy | -15/+15 |
| 2023-02-04 | Remove `OnHit` callback from query caches. | Camille GILLOT | -40/+20 |
| 2023-02-03 | Rollup merge of #107621 - compiler-errors:intern-external-constraints, r=lcnr | Michael Goulet | -0/+4 |
| 2023-02-03 | Make const/fn return params more suggestable | Michael Goulet | -5/+92 |
| 2023-02-03 | intern external constraints | Michael Goulet | -0/+4 |
| 2023-02-03 | Rollup merge of #107585 - compiler-errors:fndef-sig-cycle, r=oli-obk | Dylan DPC | -5/+18 |
| 2023-02-03 | Rollup merge of #106575 - estebank:issue-64008, r=pnkfelix | Matthias Krüger | -0/+22 |
| 2023-02-02 | Tweak misleading comment | Michael Goulet | -1/+1 |
| 2023-02-02 | Suggest `move` in nested closure when appropriate | Esteban Küber | -0/+22 |
| 2023-02-02 | Don't cause a cycle when formatting query description that references a FnDef | Michael Goulet | -5/+18 |
| 2023-02-01 | Improve pretty-printing of `HirIdValidator` errors | Arpad Borsos | -4/+3 |
| 2023-02-01 | Don't call with_reveal_all_normalized in evaluate when param-env has inferenc... | Michael Goulet | -6/+4 |
| 2023-01-31 | Rollup merge of #107486 - compiler-errors:bound-ty-keep-name, r=oli-obk | Guillaume Gomez | -7/+21 |
| 2023-01-30 | Track bound types like bound regions | Michael Goulet | -7/+21 |
| 2023-01-30 | Fix unquoted projection types in label | Esteban Küber | -1/+1 |
| 2023-01-30 | Mention fn coercion rules (needs to be expanded) | Esteban Küber | -1/+1 |
| 2023-01-30 | Hide lifetimes of `impl Trait` in force trimmed paths | Esteban Küber | -3/+5 |
| 2023-01-30 | Do not mention lifetime names in force trimmed paths | Esteban Küber | -0/+4 |
| 2023-01-30 | Don't show `for<'lt>` in force trimmed paths | Esteban Küber | -3/+8 |
| 2023-01-30 | review comments | Esteban Küber | -36/+43 |
| 2023-01-30 | Modify primary span label for E0308 | Esteban Küber | -124/+67 |
| 2023-01-29 | Auto merge of #106253 - nbdd0121:upcast, r=compiler-errors | bors | -4/+0 |
| 2023-01-29 | Auto merge of #106227 - bryangarza:ctfe-limit, r=oli-obk | bors | -1/+7 |
| 2023-01-28 | Auto merge of #107206 - cjgillot:no-h2l-map, r=WaffleLapkin | bors | -4/+9 |
| 2023-01-28 | Make `is_object_safe` a query and move lint_object_unsafe_trait call there | Gary Guo | -4/+0 |
| 2023-01-28 | Rollup merge of #107384 - Nilstrieb:bool-for-deletion, r=oli-obk | Matthias Krüger | -13/+0 |
| 2023-01-28 | Remove `HirId -> LocalDefId` map from HIR. | Camille GILLOT | -4/+9 |
| 2023-01-28 | Rollup merge of #107339 - aliemjay:covariant, r=lcnr | Matthias Krüger | -12/+2 |
| 2023-01-27 | Restrict amount of ignored locals. | Camille GILLOT | -1/+1 |
| 2023-01-27 | Compute generator saved locals on MIR. | Camille GILLOT | -2/+79 |
| 2023-01-27 | Remove unused import | nils | -1/+0 |
| 2023-01-27 | Remove `BOOL_TY_FOR_UNIT_TESTING` | Nilstrieb | -12/+0 |
| 2023-01-27 | Separate witness type computation from the generator transform. | Camille GILLOT | -0/+1 |
| 2023-01-27 | Remember where a type was kept in MIR. | Camille GILLOT | -3/+3 |
| 2023-01-27 | Introduce GeneratorWitnessMIR. | Camille GILLOT | -53/+132 |
| 2023-01-27 | Impl HashStable/Encodable/Decodable for ObligationCause. | Camille GILLOT | -3/+33 |