| Age | Commit message (Expand) | Author | Lines |
| 2023-03-15 | Rollup merge of #109154 - chenyukang:yukang/fix-109152, r=compiler-errors | Dylan DPC | -2/+9 |
| 2023-03-15 | Rollup merge of #109136 - compiler-errors:simplify-proc-macro-checking, r=oli... | Dylan DPC | -148/+92 |
| 2023-03-15 | Rollup merge of #109109 - compiler-errors:polymorphize-foreign, r=Nilstrieb | Dylan DPC | -10/+13 |
| 2023-03-15 | Deduplicate logic between projection normalization with and without escaping ... | Oli Scherer | -59/+21 |
| 2023-03-15 | Exhaustively match over all alias kinds | Oli Scherer | -20/+29 |
| 2023-03-15 | Auto merge of #109035 - scottmcm:ptr-read-should-know-undef, r=WaffleLapkin,J... | bors | -3/+36 |
| 2023-03-15 | error-msg: expand suggestion for unused lint | Ezra Shaw | -31/+22 |
| 2023-03-15 | error-msg: impl better suggestion for `E0532` | Ezra Shaw | -16/+32 |
| 2023-03-15 | Auto merge of #109089 - compiler-errors:opt_rpitit_info-follow-up, r=spastorino | bors | -8/+16 |
| 2023-03-15 | Fix #109152, fix the scenario that we may can not get span of func | yukang | -2/+9 |
| 2023-03-14 | Improved implementation and comments after code review feedback | Scott McMurray | -13/+18 |
| 2023-03-15 | Fix linker detection for clang with prefix | Taiki Endo | -1/+3 |
| 2023-03-15 | Fix riscv64 fuchsia LLVM target name | Taiki Endo | -1/+1 |
| 2023-03-15 | Auto merge of #107376 - aliemjay:remove-givens, r=lcnr | bors | -152/+29 |
| 2023-03-14 | Don't make projection tys out of anon consts | Michael Goulet | -21/+10 |
| 2023-03-14 | Assert def-kind is correct for alias types | Michael Goulet | -0/+7 |
| 2023-03-14 | Encode opt_rpitit_info for associated types | Michael Goulet | -8/+16 |
| 2023-03-14 | Use index based drop loop for slices and arrays | Tomasz Miąsko | -101/+32 |
| 2023-03-14 | ICE when checking LocalInfo on runtime MIR. | Camille GILLOT | -23/+23 |
| 2023-03-14 | Remove LocalKind::Var. | Camille GILLOT | -18/+17 |
| 2023-03-14 | Make is_block_tail a variant of LocalInfo. | Camille GILLOT | -39/+26 |
| 2023-03-14 | Wrap the whole LocalInfo in ClearCrossCrate. | Camille GILLOT | -136/+132 |
| 2023-03-14 | Tighter spans | Michael Goulet | -2/+35 |
| 2023-03-14 | Simplify proc macro signature validity check | Michael Goulet | -151/+62 |
| 2023-03-14 | Auto merge of #109130 - matthiaskrgr:rollup-dm3jza6, r=matthiaskrgr | bors | -43/+140 |
| 2023-03-14 | Remove box expressions from HIR | clubby789 | -46/+5 |
| 2023-03-14 | Rollup merge of #109116 - MaciejWas:add-modifies-receiver-diagn-when-method-n... | Matthias Krüger | -26/+64 |
| 2023-03-14 | Rollup merge of #109110 - compiler-errors:impossible-impl-mono, r=jackh726 | Matthias Krüger | -0/+15 |
| 2023-03-14 | Rollup merge of #109105 - compiler-errors:late-ct-in-anon-ct, r=oli-obk | Matthias Krüger | -7/+7 |
| 2023-03-14 | Rollup merge of #109101 - compiler-errors:layout-err, r=michaelwoerister | Matthias Krüger | -2/+10 |
| 2023-03-14 | Rollup merge of #108923 - spastorino:new-rpitit-9, r=compiler-errors | Matthias Krüger | -3/+14 |
| 2023-03-14 | Rollup merge of #108915 - spastorino:new-rpitit-8, r=compiler-errors | Matthias Krüger | -2/+6 |
| 2023-03-14 | Rollup merge of #108909 - spastorino:new-rpitit-7, r=compiler-errors | Matthias Krüger | -3/+4 |
| 2023-03-14 | Rollup merge of #108722 - petrhosek:fuchsia-riscv, r=petrochenkov | Matthias Krüger | -0/+20 |
| 2023-03-14 | Use `unused_generic_params` from crate metadata | Michael Goulet | -10/+13 |
| 2023-03-14 | Don't codegen impossible to satisfy impls | Michael Goulet | -0/+15 |
| 2023-03-14 | the fix | Felix S. Klock II | -0/+8 |
| 2023-03-14 | Emit "modifies receiver" diagnostic when no method is found | Maciej Wasilewski | -26/+64 |
| 2023-03-14 | Remove some direct calls to local_def_id_to_hir_id on diagnostics | Santiago Pastorino | -2/+6 |
| 2023-03-14 | Auto merge of #106505 - Nilstrieb:format-args-string-literal-episode-2, r=pet... | bors | -44/+89 |
| 2023-03-14 | Improve heuristics for format_args literal being suggestable | Nilstrieb | -1/+35 |
| 2023-03-14 | Make fns from other crates with RPITIT work | Santiago Pastorino | -1/+11 |
| 2023-03-14 | Properly allow macro expanded `format_args` invocations to uses captures | Nilstrieb | -43/+54 |
| 2023-03-14 | Get impl defaultness using query | Santiago Pastorino | -2/+3 |
| 2023-03-14 | Auto merge of #104833 - Swatinem:async-identity-future, r=compiler-errors | bors | -56/+32 |
| 2023-03-14 | Further codegen_attrs cleanups | Nilstrieb | -63/+62 |
| 2023-03-14 | Use match instead of if in codegen_attrs | Nilstrieb | -275/+309 |
| 2023-03-14 | Auto merge of #109057 - compiler-errors:rpitit-info-again, r=spastorino | bors | -23/+31 |
| 2023-03-14 | Auto merge of #108992 - petrochenkov:qcstore2, r=cjgillot | bors | -246/+165 |
| 2023-03-13 | Don't ICE for late-bound consts across AnonConstBoundary | Michael Goulet | -7/+7 |