| Age | Commit message (Expand) | Author | Lines |
| 2023-06-10 | Auto merge of #112452 - MU001999:fix/issue-112439, r=petrochenkov | bors | -27/+53 |
| 2023-06-10 | Auto merge of #112426 - Bryanskiy:full_priv_ev, r=petrochenkov | bors | -26/+69 |
| 2023-06-09 | Auto merge of #112216 - est31:offset_of_deep_tuple, r=petrochenkov | bors | -42/+390 |
| 2023-06-10 | Make "consider importing" consistent for macros | Mu001999 | -27/+53 |
| 2023-06-09 | Auto merge of #112465 - GuillaumeGomez:rollup-gyh5buc, r=GuillaumeGomez | bors | -42/+232 |
| 2023-06-09 | Rollup merge of #112442 - compiler-errors:next-solver-deduplicate-region-cons... | Guillaume Gomez | -1/+36 |
| 2023-06-09 | Rollup merge of #112429 - GuillaumeGomez:ty-alias-impls, r=notriddle,lcnr | Guillaume Gomez | -37/+178 |
| 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 | -141/+192 |
| 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 | -101/+439 |
| 2023-06-09 | Fix intra-doc links from pointer appearing in windows HANDLE type alias | Guillaume Gomez | -9/+9 |
| 2023-06-09 | Add regression test for #32077 | Guillaume Gomez | -0/+59 |
| 2023-06-09 | List matching impls on type aliases | Guillaume Gomez | -28/+110 |
| 2023-06-09 | Auto merge of #112450 - matthiaskrgr:rollup-fdbazkr, r=matthiaskrgr | bors | -26/+95 |
| 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/+13 |
| 2023-06-09 | Rollup merge of #112411 - programmerjake:portable-simd-cc, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 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 | -20/+23 |
| 2023-06-09 | Auto merge of #112116 - compiler-errors:misc-hir-typeck-mismatch-tweaks, r=Wa... | bors | -170/+337 |
| 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/+36 |
| 2023-06-09 | Move parse_seq_to_before_end closure to own function | est31 | -43/+37 |
| 2023-06-08 | Support float-like tuple indices in offset_of!() | est31 | -20/+343 |
| 2023-06-08 | Auto merge of #112068 - WaffleLapkin:move-discrim-tests, r=compiler-errors | bors | -25/+25 |
| 2023-06-08 | Move float breaking out of Parser::parse_expr_tuple_field_access_float | est31 | -22/+53 |
| 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 | -10/+28 |
| 2023-06-08 | Don't suggest cyclic associated type constraint | Michael Goulet | -0/+29 |
| 2023-06-08 | Point at correct exprs for assert_eq type mismatch | Michael Goulet | -16/+69 |
| 2023-06-08 | More robust as_ref/as_deref suggestions | Michael Goulet | -152/+207 |
| 2023-06-08 | increase the accuracy of effective visibilities calculation | Bryanskiy | -26/+69 |
| 2023-06-08 | Suggest type mismatches even when using ref syntax on binding | Michael Goulet | -2/+14 |
| 2023-06-08 | Auto merge of #112420 - matthiaskrgr:rollup-spiavw5, r=matthiaskrgr | bors | -61/+117 |
| 2023-06-08 | Bless tidy root entry limit | Maybe Waffle | -1/+1 |
| 2023-06-08 | Move tests from `ui/discrim` dir | Maybe Waffle | -24/+24 |
| 2023-06-08 | Rollup merge of #112410 - compiler-errors:writeback, r=lcnr | Matthias Krüger | -48/+46 |
| 2023-06-08 | Rollup merge of #112339 - lnicola:proc-macro-srv-feature, r=Veykril | Matthias Krüger | -1/+1 |
| 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 | -8/+59 |
| 2023-06-08 | Auto merge of #112415 - GuillaumeGomez:rollup-5pa9frd, r=GuillaumeGomez | bors | -35/+90 |
| 2023-06-08 | Allow undropped_manually_drops for some tests | Urgau | -0/+2 |
| 2023-06-08 | Drop uplifted clippy::undropped_manually_drops | Urgau | -139/+64 |
| 2023-06-08 | Uplift clippy::undropped_manually_drops to rustc | Urgau | -2/+126 |
| 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 | -4/+47 |