| Age | Commit message (Expand) | Author | Lines |
| 2023-03-05 | s/unification_table/unification_table_mut | Ali MJ Al-Nasrawy | -7/+8 |
| 2023-03-05 | resolve to universal regions when possible | Ali MJ Al-Nasrawy | -38/+19 |
| 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 | Retry pred_known_to_hold_modulo_regions with fulfillment if ambiguous | Michael Goulet | -3/+5 |
| 2023-03-05 | migrate `rustc_hir_analysis` to session diagnostic | Obei Sideg | -28/+68 |
| 2023-03-04 | sub is not sup | Michael Goulet | -1/+1 |
| 2023-03-04 | Support for Fuchsia RISC-V target | Petr Hosek | -0/+20 |
| 2023-03-05 | feat: impl better help for `.poll()` not found on `impl Future` | Ezra Shaw | -0/+10 |
| 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 | Prevent the `start_bx` basic block in codegen from having two `Builder`s at t... | 823984418 | -0/+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 | tweak debug output and bless tests | Ali MJ Al-Nasrawy | -14/+18 |
| 2023-03-04 | Auto merge of #108689 - compiler-errors:normalization-error-smaller, r=lcnr | bors | -3/+0 |
| 2023-03-04 | tweak ClosureOutlivesSubjectTy | Ali MJ Al-Nasrawy | -8/+11 |
| 2023-03-04 | rustc_expand: make proc-macro derive error translatable | Tshepang Mbambo | -1/+11 |
| 2023-03-04 | infer: fix and improve comments | Tshepang Mbambo | -29/+32 |
| 2023-03-04 | field is not used outside the crate | Tshepang Mbambo | -3/+3 |
| 2023-03-03 | Delete old re-exports from rustc_smir | Celina G. Val | -41/+0 |
| 2023-03-04 | Place size limits on query keys and values | John Kåre Alsaker | -0/+30 |
| 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 | Make `unused_allocation` lint warn against `Box::new` | Maybe Waffle | -2/+7 |
| 2023-03-03 | canonicalization | lcnr | -88/+805 |