| Age | Commit message (Expand) | Author | Lines |
| 2023-11-20 | Fix insertion of statements to be executed along return edge in inlining | Tomasz Miąsko | -14/+44 |
| 2023-11-19 | Use let else to reduce indentation | Tomasz Miąsko | -124/+123 |
| 2023-11-19 | Auto merge of #117500 - RalfJung:aggregate-abi, r=davidtwco | bors | -66/+208 |
| 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 | 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 |
| 2023-11-17 | remove unwrap | Oğuz Ağcayazı | -10/+15 |
| 2023-11-17 | better formatting for statements | Oğuz Ağcayazı | -25/+48 |
| 2023-11-17 | cover statements | Oğuz Ağcayazı | -26/+155 |
| 2023-11-17 | emit basic smir | Oğuz Ağcayazı | -5/+160 |
| 2023-11-17 | Auto merge of #117278 - lcnr:try-normalize-ty, r=compiler-errors | bors | -291/+319 |
| 2023-11-17 | rename bound region instantiation | lcnr | -47/+56 |
| 2023-11-17 | replace unnecessary folder impls with fold_region | lcnr | -51/+15 |
| 2023-11-17 | Rollup merge of #117998 - estebank:issue-88404, r=TaKO8Ki | Matthias Krüger | -0/+35 |
| 2023-11-17 | Rollup merge of #117688 - celinval:smir-kani-reach, r=compiler-errors | Matthias Krüger | -61/+562 |
| 2023-11-17 | Make `Compiler::sess` private. | Nicholas Nethercote | -2/+2 |
| 2023-11-17 | Remove a low-value local variable. | Nicholas Nethercote | -3/+2 |
| 2023-11-17 | Rename `Linker::prepare_outputs` as `output_filenames`. | Nicholas Nethercote | -5/+5 |
| 2023-11-17 | Move `CodegenBackend` out of `Linker`. | Nicholas Nethercote | -25/+16 |
| 2023-11-17 | Add some additional warnings for duplicated diagnostic items | Georg Semmler | -13/+101 |
| 2023-11-17 | Move `Session` out of `Linker`. | Nicholas Nethercote | -20/+14 |
| 2023-11-17 | Streamline `Queries::linker`. | Nicholas Nethercote | -19/+13 |
| 2023-11-17 | Auto merge of #118001 - TaKO8Ki:rollup-fedlwwj, r=TaKO8Ki | bors | -126/+83 |
| 2023-11-17 | Rollup merge of #117963 - nnethercote:rustc_query_system, r=compiler-errors | Takayuki Maeda | -34/+29 |