| Age | Commit message (Expand) | Author | Lines |
| 2023-11-20 | Auto merge of #117783 - tmiasko:inline-ret, r=cjgillot | bors | -134/+163 |
| 2023-11-20 | Fix insertion of statements to be executed along return edge in inlining | Tomasz Miąsko | -14/+44 |
| 2023-11-20 | Auto merge of #115526 - arttet:master, r=jackh726 | bors | -16/+98 |
| 2023-11-19 | Auto merge of #116828 - compiler-errors:nightlyify-rustc_type_ir, r=jackh726 | bors | -102/+203 |
| 2023-11-19 | Use let else to reduce indentation | Tomasz Miąsko | -124/+123 |
| 2023-11-19 | Auto merge of #117683 - estebank:priv-builder-sugg, r=cjgillot | bors | -93/+345 |
| 2023-11-19 | Auto merge of #117500 - RalfJung:aggregate-abi, r=davidtwco | bors | -66/+208 |
| 2023-11-19 | fix rebase | Esteban Küber | -2/+7 |
| 2023-11-19 | fmt | Esteban Küber | -1/+2 |
| 2023-11-19 | review comments | Esteban Küber | -43/+24 |
| 2023-11-19 | Account for number of arguments in suggestion | Esteban Küber | -5/+24 |
| 2023-11-19 | fix tidy | Esteban Küber | -1/+1 |
| 2023-11-19 | Suggest Default::default() for struct literals with private fields | Esteban Küber | -0/+17 |
| 2023-11-19 | Suggest builder functions on struct literal with private fields | Esteban Küber | -1/+68 |
| 2023-11-19 | Remove unnecessary .collect() | Esteban Küber | -7/+7 |
| 2023-11-19 | Suggest using builder on curly brace struct called as fn | Esteban Küber | -165/+178 |
| 2023-11-19 | Do not suggest struct literal when fields are private | Esteban Küber | -35/+64 |
| 2023-11-19 | On private tuple struct, suggest `Default::default` when possible | Esteban Küber | -1/+56 |
| 2023-11-19 | Don't sort `span_suggestions`, leave that to caller | Esteban Küber | -24/+25 |
| 2023-11-19 | When encountering struct fn call literal with private fields, suggest all bui... | Esteban Küber | -21/+85 |
| 2023-11-19 | make_direct_deprecated: dont overwrite already set attributes | Ralf Jung | -4/+10 |
| 2023-11-19 | Auto merge of #118054 - max-niederman:pinned-must-use, r=Nilstrieb | bors | -0/+18 |
| 2023-11-19 | Auto merge of #117807 - RalfJung:raw-str-slice, r=davidtwco | bors | -4/+9 |
| 2023-11-19 | Auto merge of #117364 - BlackHoleFox:farewell-bitcode-no-remorse, r=davidtwco | bors | -94/+0 |
| 2023-11-18 | catch pinned `must_use` types in `unused_must_use` | Max Niederman | -0/+18 |
| 2023-11-19 | Rollup merge of #117110 - estebank:deref-field-suggestion, r=b-naber | Takayuki Maeda | -164/+176 |
| 2023-11-18 | Auto merge of #118002 - nnethercote:unify-input-no-input, r=bjorn3 | bors | -109/+80 |
| 2023-11-18 | Auto merge of #117525 - GKFX:remove_option_payload_ptr, r=petrochenkov | bors | -52/+0 |
| 2023-11-18 | Auto merge of #117924 - estebank:issue-53841, r=petrochenkov | bors | -0/+19 |
| 2023-11-18 | Auto merge of #117742 - weiznich:turn_overlapping_diagnostic_options_into_war... | bors | -13/+101 |
| 2023-11-18 | tweak logic of "unknown field" label | Esteban Küber | -25/+31 |
| 2023-11-18 | Begin nightly-ifying rustc_type_ir | Michael Goulet | -102/+203 |
| 2023-11-18 | When a local binding shadows a fn, point at fn def in call failure | Esteban Küber | -0/+19 |
| 2023-11-17 | Auto merge of #118023 - matthiaskrgr:rollup-i9skwic, r=matthiaskrgr | bors | -33/+364 |
| 2023-11-17 | Rollup merge of #117964 - estebank:issue-81232, r=petrochenkov | Matthias Krüger | -1/+13 |
| 2023-11-17 | Rollup merge of #117745 - ouz-a:emit_smir, r=celinval | Matthias Krüger | -9/+339 |
| 2023-11-17 | Rollup merge of #117549 - DaniPopes:more-copied, r=b-naber | Matthias Krüger | -9/+8 |
| 2023-11-17 | Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naber | Matthias Krüger | -14/+4 |
| 2023-11-17 | Auto merge of #114292 - estebank:issue-71039, r=b-naber | bors | -57/+144 |
| 2023-11-18 | Simplify `run_compiler` control flow. | Nicholas Nethercote | -72/+54 |
| 2023-11-18 | Factor out two `print_crate_info` calls. | Nicholas Nethercote | -2/+3 |
| 2023-11-18 | Move `describe_lints` calls. | Nicholas Nethercote | -9/+9 |
| 2023-11-18 | Merge `interface::run_compiler` calls. | Nicholas Nethercote | -30/+18 |
| 2023-11-17 | use new apis and add new function | ouz-a | -17/+20 |
| 2023-11-18 | Rename `early_error_handler` as `default_handler`. | Nicholas Nethercote | -9/+9 |
| 2023-11-17 | Auto merge of #117993 - nnethercote:streamline-Linker, r=bjorn3 | bors | -63/+41 |
| 2023-11-17 | Auto merge of #117944 - lcnr:region-refactor-uwu, r=BoxyUwU | bors | -98/+71 |
| 2023-11-17 | Auto merge of #112422 - aliemjay:implied-bounds-placeholders, r=lcnr | bors | -3/+10 |
| 2023-11-17 | move pretty into stable_mir | Oğuz Ağcayazı | -305/+308 |
| 2023-11-17 | change smir to StableMir | Oğuz Ağcayazı | -23/+35 |