| Age | Commit message (Expand) | Author | Lines |
| 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 | Avoid iterating over hashmaps in astconv | Nilstrieb | -10/+6 |
| 2023-11-19 | Add documentation for some queries | Nilstrieb | -2/+13 |
| 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 | Remove --check-cfg checking of --cfg args | Urgau | -47/+1 |
| 2023-11-18 | Auto merge of #117924 - estebank:issue-53841, r=petrochenkov | bors | -0/+19 |
| 2023-11-18 | guarantee that char and u32 are ABI-compatible | Ralf Jung | -0/+2 |
| 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 |
| 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 |