| Age | Commit message (Expand) | Author | Lines |
| 2023-02-07 | Auto merge of #107767 - matthiaskrgr:rollup-9m1qfso, r=matthiaskrgr | bors | -47/+138 |
| 2023-02-07 | Rollup merge of #107709 - tialaramex:master, r=compiler-errors | Matthias Krüger | -1/+2 |
| 2023-02-07 | Rollup merge of #107662 - cjgillot:copy-projection, r=oli-obk | Matthias Krüger | -2/+3 |
| 2023-02-07 | Rollup merge of #107555 - edward-shen:edward-shen/dup-trait-suggestion, r=com... | Matthias Krüger | -30/+86 |
| 2023-02-07 | Rollup merge of #100599 - MatthewPeterKelly:add-E0523-description-and-test, r... | Matthias Krüger | -14/+47 |
| 2023-02-07 | Auto merge of #107671 - CastilloDel:master, r=estebank | bors | -38/+57 |
| 2023-02-07 | Auto merge of #106180 - RalfJung:dereferenceable-generators, r=nbdd0121 | bors | -140/+121 |
| 2023-02-07 | Auto merge of #107693 - petrochenkov:metable, r=oli-obk | bors | -137/+229 |
| 2023-02-06 | Fix problem noticed in PR106859 with char -> u8 suggestion | Nick Lamb | -1/+2 |
| 2023-02-06 | Rollup merge of #107731 - RalfJung:interpret-discriminant, r=cjgillot | Matthias Krüger | -234/+245 |
| 2023-02-06 | Rollup merge of #107724 - klensy:imports, r=Mark-Simulacrum | Matthias Krüger | -17/+0 |
| 2023-02-06 | Rollup merge of #107692 - Swatinem:printsizeyield, r=compiler-errors | Matthias Krüger | -2/+15 |
| 2023-02-06 | Rollup merge of #106477 - Nathan-Fenner:nathanf/refined-error-span-trait-impl... | Matthias Krüger | -67/+532 |
| 2023-02-06 | Modify existing bounds if they exist | Edward Shen | -30/+86 |
| 2023-02-06 | Comment move->copy transform. | Camille Gillot | -0/+1 |
| 2023-02-06 | Auto merge of #107727 - Dylan-DPC:rollup-b1yexcl, r=Dylan-DPC | bors | -182/+372 |
| 2023-02-06 | interpret: move discriminant reading and writing to separate file | Ralf Jung | -234/+245 |
| 2023-02-06 | remove unused imports | klensy | -17/+0 |
| 2023-02-06 | Rollup merge of #107687 - cjgillot:sroa-2, r=oli-obk | Dylan DPC | -180/+255 |
| 2023-02-06 | Rollup merge of #107685 - jieyouxu:issue-90027, r=compiler-errors | Dylan DPC | -1/+45 |
| 2023-02-06 | Rollup merge of #107580 - lenko-d:default_value_for_a_lifetime_generic_parame... | Dylan DPC | -1/+27 |
| 2023-02-06 | Rollup merge of #107553 - edward-shen:edward-shen/suggest-null-ptr, r=WaffleL... | Dylan DPC | -0/+45 |
| 2023-02-06 | Auto merge of #103761 - chenyukang:yukang/fix-103320-must-use, r=compiler-errors | bors | -3/+36 |
| 2023-02-06 | Add extended error message for E0523 | Matthew Kelly | -14/+47 |
| 2023-02-06 | also do not add noalias on not-Unpin Box | Ralf Jung | -98/+101 |
| 2023-02-06 | make &mut !Unpin not dereferenceable | Ralf Jung | -6/+9 |
| 2023-02-06 | make PointerKind directly reflect pointer types | Ralf Jung | -59/+34 |
| 2023-02-06 | Auto merge of #107667 - cjgillot:no-on-hit, r=lcnr,Zoxc | bors | -127/+68 |
| 2023-02-06 | Suggest return type for async function without return type | 许杰友 Jieyou Xu (Joe) | -1/+45 |
| 2023-02-05 | Auto merge of #107627 - nnethercote:optimize-fold_ty, r=compiler-errors | bors | -99/+104 |
| 2023-02-06 | Split and inline `TypeFreshener::fold_ty`. | Nicholas Nethercote | -68/+61 |
| 2023-02-06 | Split and inline `ShallowResolver::fold_ty`. | Nicholas Nethercote | -24/+33 |
| 2023-02-06 | Inline `OpportunisticVarResolver::fold_ty`. | Nicholas Nethercote | -0/+1 |
| 2023-02-06 | Improve early bailout test in `resolve_vars_if_possible`. | Nicholas Nethercote | -2/+2 |
| 2023-02-06 | Put a `ShallowResolver` within `OpportunisticVarResolver`. | Nicholas Nethercote | -5/+7 |
| 2023-02-05 | Auto merge of #107526 - obeis:for-missing-iterator, r=estebank,compiler-errors | bors | -0/+30 |
| 2023-02-05 | Clean up and comment EmitterWriter.draw_code_line | CastilloDel | -59/+32 |
| 2023-02-05 | Auto merge of #107663 - matthiaskrgr:107423-point-at-EOF-code, r=compiler-errors | bors | -0/+4 |
| 2023-02-05 | Sort Generator `print-type-sizes` according to their yield points | Arpad Borsos | -2/+15 |
| 2023-02-05 | rustc_metadata: Encode/decode `DefPathHash`es without an `Option` | Vadim Petrochenkov | -11/+20 |
| 2023-02-05 | Recover from missing expression in for loop | Obei Sideg | -0/+30 |
| 2023-02-05 | rustc_metadata: Encode/decode some `LazyArray`s without an `Option` | Vadim Petrochenkov | -35/+45 |
| 2023-02-05 | rustc_metadata: Support encoding/decoding `LazyArray` without an `Option` | Vadim Petrochenkov | -30/+66 |
| 2023-02-05 | rustc_metadata: Refactor lazy table reading/writing | Vadim Petrochenkov | -90/+127 |
| 2023-02-05 | Simplify ReplacementMap. | Camille GILLOT | -84/+109 |
| 2023-02-05 | Run SROA to fixpoint. | Camille GILLOT | -42/+34 |
| 2023-02-05 | Simplify construction of replacement map. | Camille GILLOT | -90/+70 |
| 2023-02-05 | Introduce helper. | Camille GILLOT | -24/+23 |
| 2023-02-05 | Make SROA expand assignments. | Camille GILLOT | -23/+65 |
| 2023-02-05 | Auto merge of #107679 - est31:less_import_overhead, r=compiler-errors | bors | -376/+356 |