| Age | Commit message (Expand) | Author | Lines |
| 2023-03-06 | Do not ICE when we have fn pointer Fn obligations with bound vars in the self... | Michael Goulet | -3/+11 |
| 2023-03-06 | Auto merge of #108402 - clubby789:diag-bool-not-unit, r=davidtwco | bors | -5/+18 |
| 2023-03-06 | Auto merge of #108787 - cjgillot:sroa-lifetime, r=compiler-errors | bors | -7/+10 |
| 2023-03-05 | Rollup merge of #108775 - cjgillot:issue-107860, r=compiler-errors | Matthias Krüger | -24/+21 |
| 2023-03-05 | Rollup merge of #108770 - GuillaumeGomez:improve-doc-and-naming, r=cjgillot | Matthias Krüger | -13/+20 |
| 2023-03-05 | Rollup merge of #108764 - cjgillot:dpm-adapt, r=compiler-errors | Matthias Krüger | -7/+17 |
| 2023-03-05 | Rollup merge of #108746 - compiler-errors:rpitit-dont-project-default-w-no-va... | Matthias Krüger | -3/+4 |
| 2023-03-05 | Erase lifetimes in SROA. | Camille GILLOT | -7/+10 |
| 2023-03-05 | Use the correct bound vars in return type suggestion. | Camille GILLOT | -24/+21 |
| 2023-03-05 | Rollup merge of #108744 - compiler-errors:non_lifetime_binders-bad-copy-clone... | Matthias Krüger | -5/+6 |
| 2023-03-05 | Improve documentation and argument naming of some TyCtxt methods | Guillaume Gomez | -13/+20 |
| 2023-03-05 | Auto merge of #108351 - petrochenkov:rmdit, r=cjgillot | bors | -129/+103 |
| 2023-03-05 | drop_tracking_mir: support new solver. | Camille GILLOT | -1/+1 |
| 2023-03-05 | drop_tracking_mir: avoid good path bug. | Camille GILLOT | -6/+8 |
| 2023-03-05 | drop_tracking_mir: diagnose recursive generator. | Camille GILLOT | -0/+8 |
| 2023-03-05 | Auto merge of #107844 - Zeegomo:no-drop-and-rep, r=cjgillot | bors | -21/+90 |
| 2023-03-05 | Auto merge of #101550 - CraftSpider:link-dead-windows, r=wesleywiser | bors | -5/+20 |
| 2023-03-04 | Rollup merge of #108736 - clubby789:ast-passes-unstable, r=Nilstrieb | Matthias Krüger | -3/+2 |
| 2023-03-04 | Rollup merge of #108724 - tshepang:de-public, r=compiler-errors | Matthias Krüger | -3/+3 |
| 2023-03-04 | Rollup merge of #108715 - chenyukang:yukang/cleanup-parser-delims, r=compiler... | Matthias Krüger | -158/+12 |
| 2023-03-04 | Rollup merge of #108627 - estebank:suggestion-hightlight, r=WaffleLapkin | Matthias Krüger | -6/+6 |
| 2023-03-04 | Don't project to RPITIT that has no default value | Michael Goulet | -3/+4 |
| 2023-03-04 | Don't ICE when encountering bound var in builtin copy/clone bounds | Michael Goulet | -5/+6 |
| 2023-03-04 | Auto merge of #108692 - nnethercote:dont-call-temporary_scope-twice, r=cjgillot | bors | -4/+2 |
| 2023-03-04 | Remove `allow(potential_query_instability)` from `ast_passes` | clubby789 | -3/+2 |
| 2023-03-04 | Auto merge of #108732 - Dylan-DPC:rollup-dy1l8sx, r=Dylan-DPC | bors | -10/+37 |
| 2023-03-04 | Rollup merge of #108727 - tshepang:example-translatable-diagnostic, r=Nilstrieb | Dylan DPC | -1/+11 |
| 2023-03-04 | Rollup merge of #108669 - Nilstrieb:query-my-uninitness, r=compiler-errors | Dylan DPC | -2/+11 |
| 2023-03-04 | Rollup merge of #108405 - Nilstrieb:lazy-crate-name-optimization-fuel, r=Waff... | Dylan DPC | -5/+8 |
| 2023-03-04 | Rollup merge of #108298 - TaKO8Ki:fix-104440, r=cjgillot | Dylan DPC | -2/+7 |
| 2023-03-04 | Auto merge of #108689 - compiler-errors:normalization-error-smaller, r=lcnr | bors | -3/+0 |
| 2023-03-04 | rustc_expand: make proc-macro derive error translatable | Tshepang Mbambo | -1/+11 |
| 2023-03-04 | field is not used outside the crate | Tshepang Mbambo | -3/+3 |
| 2023-03-04 | Properly colorize multi-part suggestions in the same line | Esteban Küber | -6/+6 |
| 2023-03-03 | Remove unclosed_delims from parser | yukang | -158/+12 |
| 2023-03-03 | Auto merge of #108709 - matthiaskrgr:rollup-j2tjbyx, r=matthiaskrgr | bors | -48/+61 |
| 2023-03-03 | Rollup merge of #108681 - nnethercote:needs_process_obligation-comments, r=lqd | Matthias Krüger | -24/+34 |
| 2023-03-03 | Rollup merge of #108678 - llogiq:use-option-as-slice, r=Nilstrieb | Matthias Krüger | -17/+8 |
| 2023-03-03 | Rollup merge of #108292 - compiler-errors:opaque-captures-where, r=oli-obk | Matthias Krüger | -7/+19 |
| 2023-03-03 | Rollup merge of #108694 - est31:backticks_matchmaking_comments, r=Nilstrieb | Matthias Krüger | -48/+51 |
| 2023-03-03 | Rollup merge of #108685 - est31:backticks_matchmaking, r=petrochenkov | Matthias Krüger | -21/+23 |
| 2023-03-03 | Rollup merge of #108667 - compiler-errors:issue-108664, r=estebank | Matthias Krüger | -1/+1 |
| 2023-03-03 | Rollup merge of #108599 - nikic:drop-init, r=cuviper | Matthias Krüger | -38/+2 |
| 2023-03-03 | Rollup merge of #108553 - compiler-errors:non-lt-late-bound-in-anon-ct, r=pet... | Matthias Krüger | -5/+83 |
| 2023-03-03 | Rollup merge of #107981 - lcnr:canonicalization-uwu, r=compiler-errors | Matthias Krüger | -88/+805 |
| 2023-03-03 | use helper function for error reporting | Giacomo Pasini | -17/+29 |
| 2023-03-03 | Desugars drop and replace at MIR build | Giacomo Pasini | -23/+80 |
| 2023-03-03 | canonicalization | lcnr | -88/+805 |
| 2023-03-03 | Don't put integers into backticks during formatting | est31 | -2/+2 |
| 2023-03-03 | Rustdoc-ify LiteralKind note | est31 | -5/+7 |