| Age | Commit message (Expand) | Author | Lines |
| 2023-06-12 | Don't record adjustments twice in note_source_of_type_mismatch_constraint | Michael Goulet | -7/+47 |
| 2023-06-09 | Auto merge of #112465 - GuillaumeGomez:rollup-gyh5buc, r=GuillaumeGomez | bors | -5/+23 |
| 2023-06-09 | Rollup merge of #112442 - compiler-errors:next-solver-deduplicate-region-cons... | Guillaume Gomez | -1/+5 |
| 2023-06-09 | Rollup merge of #112260 - eval-exec:exec/fix-unsafe_code_lint, r=WaffleLapkin | Guillaume Gomez | -4/+18 |
| 2023-06-09 | Auto merge of #111530 - Urgau:uplift_undropped_manually_drops, r=compiler-errors | bors | -2/+65 |
| 2023-06-09 | Improve document of `unsafe_code` lint | Eval EXEC | -4/+18 |
| 2023-06-09 | Auto merge of #111626 - pjhades:output, r=b-naber | bors | -96/+346 |
| 2023-06-09 | Auto merge of #112450 - matthiaskrgr:rollup-fdbazkr, r=matthiaskrgr | bors | -16/+72 |
| 2023-06-09 | Rollup merge of #112444 - compiler-errors:intern-debug, r=nnethercote | Matthias Krüger | -1/+7 |
| 2023-06-09 | Rollup merge of #112428 - compiler-errors:next-solver-struct-resolv-pat, r=lcnr | Matthias Krüger | -3/+2 |
| 2023-06-09 | Rollup merge of #112395 - spastorino:smir-terminator-3, r=oli-obk | Matthias Krüger | -1/+51 |
| 2023-06-09 | Rollup merge of #112323 - compiler-errors:dont-mention-set-fields, r=WaffleLa... | Matthias Krüger | -11/+12 |
| 2023-06-09 | Auto merge of #112116 - compiler-errors:misc-hir-typeck-mismatch-tweaks, r=Wa... | bors | -141/+245 |
| 2023-06-09 | Don't print Interned or PrivateZst | Michael Goulet | -1/+7 |
| 2023-06-08 | Auto merge of #108293 - Jarcho:mut_analyses, r=eholk | bors | -288/+491 |
| 2023-06-08 | deduplicate identical region constraints | Michael Goulet | -1/+5 |
| 2023-06-08 | Add Terminator::InlineAsm conversion from MIR to SMIR | Santiago Pastorino | -1/+51 |
| 2023-06-08 | Peel borrows before suggesting as_ref/as_deref | Michael Goulet | -4/+19 |
| 2023-06-08 | Don't suggest cyclic associated type constraint | Michael Goulet | -0/+6 |
| 2023-06-08 | Point at correct exprs for assert_eq type mismatch | Michael Goulet | -4/+56 |
| 2023-06-08 | More robust as_ref/as_deref suggestions | Michael Goulet | -136/+157 |
| 2023-06-08 | Suggest type mismatches even when using ref syntax on binding | Michael Goulet | -1/+11 |
| 2023-06-08 | Auto merge of #112420 - matthiaskrgr:rollup-spiavw5, r=matthiaskrgr | bors | -57/+60 |
| 2023-06-08 | Rollup merge of #112410 - compiler-errors:writeback, r=lcnr | Matthias Krüger | -48/+35 |
| 2023-06-08 | Rollup merge of #112333 - Zoxc:try_collect_active_jobs-deadlock, r=cjgillot | Matthias Krüger | -4/+11 |
| 2023-06-08 | Rollup merge of #109953 - thomcc:thomcc/typeid128, r=WaffleLapkin | Matthias Krüger | -5/+14 |
| 2023-06-08 | Auto merge of #112415 - GuillaumeGomez:rollup-5pa9frd, r=GuillaumeGomez | bors | -11/+31 |
| 2023-06-08 | Uplift clippy::undropped_manually_drops to rustc | Urgau | -2/+65 |
| 2023-06-08 | Rollup merge of #112401 - WaffleLapkin:dont_compile_error, r=Nilstrieb | Guillaume Gomez | -1/+8 |
| 2023-06-08 | Rollup merge of #112396 - WaffleLapkin:track_more_diagnostics, r=compiler-errors | Guillaume Gomez | -0/+5 |
| 2023-06-08 | Rollup merge of #112394 - clubby789:remove-comment, r=petrochenkov | Guillaume Gomez | -3/+0 |
| 2023-06-08 | Rollup merge of #112392 - jieyouxu:issue-112385, r=compiler-errors | Guillaume Gomez | -2/+11 |
| 2023-06-08 | Rollup merge of #112179 - tamird:no-empty-cpu-features, r=petrochenkov | Guillaume Gomez | -5/+7 |
| 2023-06-08 | Auto merge of #110040 - ndrewxie:issue-84447-partial-1, r=lcnr,michaelwoerister | bors | -188/+257 |
| 2023-06-08 | Removed stable/unstable sort arg from into_sorted_stable_ord, fixed a few mis... | Andrew Xie | -47/+80 |
| 2023-06-08 | Structurally resolve correctly in check_pat_lit | Michael Goulet | -3/+2 |
| 2023-06-08 | Do fix_*_builtin_expr hacks on the writeback results | Michael Goulet | -48/+35 |
| 2023-06-07 | Auto merge of #111698 - Amanieu:force-static-lib, r=petrochenkov | bors | -4/+45 |
| 2023-06-07 | Track more diagnostics in `rustc_expand` | Maybe Waffle | -0/+5 |
| 2023-06-07 | Don't `use compile_error as print` | Maybe Waffle | -1/+8 |
| 2023-06-08 | Fix ICE for while loop with assignment condition with LHS place expr | 许杰友 Jieyou Xu (Joe) | -2/+11 |
| 2023-06-07 | Force all native libraries to be statically linked when linking a static binary | Amanieu d'Antras | -4/+45 |
| 2023-06-07 | Auto merge of #109005 - Nilstrieb:dont-forgor-too-much-from-cfg, r=petrochenkov | bors | -84/+335 |
| 2023-06-07 | Remove accidental comment | clubby789 | -3/+0 |
| 2023-06-07 | Rollup merge of #112359 - Nilstrieb:i-can-only-handle-so-many-backtraces, r=c... | Dylan DPC | -4/+14 |
| 2023-06-07 | Rollup merge of #112345 - bvanjoi:fix-112342, r=nilstrieb,est31 | Dylan DPC | -10/+36 |
| 2023-06-07 | Rollup merge of #112122 - compiler-errors:next-coherence, r=lcnr | Dylan DPC | -61/+107 |
| 2023-06-07 | Rollup merge of #112076 - compiler-errors:bidirectional-alias-eq, r=lcnr | Dylan DPC | -136/+196 |
| 2023-06-07 | Auto merge of #111047 - compiler-errors:rtn-no-ty-ct-params, r=spastorino | bors | -44/+51 |
| 2023-06-07 | Auto merge of #111819 - nikarh:vita-improved, r=Amanieu | bors | -7/+8 |