| Age | Commit message (Expand) | Author | Lines |
| 2023-10-09 | Remove an LTO dependent cgu_reuse_tracker.set_actual_reuse call | bjorn3 | -13/+1 |
| 2023-10-09 | Reuse determine_cgu_reuse from cg_ssa in cg_clif | bjorn3 | -30/+2 |
| 2023-10-09 | Rollup merge of #116556 - bjorn3:sync_cg_clif-2023-10-09, r=bjorn3 | Matthias Krüger | -709/+1205 |
| 2023-10-09 | Rollup merge of #116549 - DaniPopes:miropts-let-chains, r=oli-obk | Matthias Krüger | -86/+43 |
| 2023-10-09 | Rollup merge of #116543 - ouz-a:crate_return_vec, r=oli-obk | Matthias Krüger | -9/+16 |
| 2023-10-09 | Rollup merge of #116537 - gurry:116473-ice-sugg-overlap, r=compiler-errors | Matthias Krüger | -3/+5 |
| 2023-10-09 | Rollup merge of #115882 - aliemjay:diag-name-region-1, r=compiler-errors | Matthias Krüger | -320/+213 |
| 2023-10-09 | Merge commit '81dc066758ec150b43822d4a0c84aae20fe10f40' into sync_cg_clif-202... | bjorn3 | -709/+1205 |
| 2023-10-09 | return crates instead of a crate | Oğuz Ağcayazı | -9/+16 |
| 2023-10-09 | Auto merge of #116533 - cjgillot:skip-trivial-mir, r=oli-obk | bors | -0/+9 |
| 2023-10-09 | Simplify some mir passes by using let chains | DaniPopes | -86/+43 |
| 2023-10-09 | Fix suggestion span involving wrongly placed generic arg on enum variants | Gurinder Singh | -3/+5 |
| 2023-10-09 | Auto merge of #116096 - cjgillot:debuginfo-fndef-size, r=nikic | bors | -2/+10 |
| 2023-10-09 | Auto merge of #116468 - nnethercote:rustc_serialize, r=Mark-Simulacrum | bors | -318/+240 |
| 2023-10-08 | Make FnDef 1-ZST in LLVM debuginfo. | Camille GILLOT | -2/+10 |
| 2023-10-08 | Auto merge of #116515 - petrochenkov:nolegflavor, r=lqd | bors | -12/+3 |
| 2023-10-08 | Auto merge of #116454 - tmiasko:small-dominators, r=cjgillot | bors | -115/+134 |
| 2023-10-08 | Do not run optimizations on trivial MIR. | Camille GILLOT | -0/+9 |
| 2023-10-08 | Auto merge of #116183 - cjgillot:debug-dse-always, r=oli-obk | bors | -8/+43 |
| 2023-10-08 | remove trailing dots | Ali MJ Al-Nasrawy | -1/+1 |
| 2023-10-08 | always show and explain sub region | Ali MJ Al-Nasrawy | -37/+23 |
| 2023-10-08 | improve the suggestion of generic_bound_failure | Ali MJ Al-Nasrawy | -309/+216 |
| 2023-10-08 | Auto merge of #116514 - petrochenkov:nogccld, r=lqd | bors | -42/+10 |
| 2023-10-08 | linker: Remove `-Zgcc-ld` option | Vadim Petrochenkov | -42/+10 |
| 2023-10-08 | Auto merge of #116487 - tamird:avoid-unwrap-absolute, r=bjorn3 | bors | -28/+30 |
| 2023-10-08 | Auto merge of #116486 - van-ema:master, r=nikic | bors | -14/+14 |
| 2023-10-07 | Auto merge of #116437 - nnethercote:rustc_features, r=Nilstrieb | bors | -165/+148 |
| 2023-10-07 | linker: Remove unstable legacy CLI linker flavors | Vadim Petrochenkov | -12/+3 |
| 2023-10-07 | Auto merge of #116330 - RalfJung:dont-key-on-allocid, r=oli-obk | bors | -33/+0 |
| 2023-10-07 | Auto merge of #116310 - Enselic:check_fn_args_move_size, r=oli-obk | bors | -58/+83 |
| 2023-10-07 | Auto merge of #115583 - RalfJung:packed-unsized, r=lcnr | bors | -1/+9 |
| 2023-10-07 | Auto merge of #116457 - RalfJung:try_eval_scalar_int, r=cjgillot | bors | -15/+15 |
| 2023-10-07 | rustc_monomorphize: Introduce check_fn_args_move_size() | Martin Nordholts | -56/+76 |
| 2023-10-07 | rustc_monomorphize: Move limit check into check_move_size() | Martin Nordholts | -5/+10 |
| 2023-10-06 | Rollup merge of #116400 - estebank:issue-78585, r=WaffleLapkin | Jubilee | -19/+89 |
| 2023-10-06 | Rollup merge of #116277 - RalfJung:post-mono, r=oli-obk | Jubilee | -79/+31 |
| 2023-10-06 | Auto merge of #116492 - matthiaskrgr:rollup-xzfhmq1, r=matthiaskrgr | bors | -157/+69 |
| 2023-10-06 | Rollup merge of #116474 - nnethercote:rustc_assorted, r=spastorino | Matthias Krüger | -79/+28 |
| 2023-10-06 | Rollup merge of #116466 - nnethercote:rustc_transmute, r=oli-obk | Matthias Krüger | -78/+36 |
| 2023-10-06 | Rollup merge of #116297 - RalfJung:hooks, r=oli-obk | Matthias Krüger | -0/+5 |
| 2023-10-06 | Auto merge of #114811 - estebank:impl-ambiguity, r=wesleywiser | bors | -3511/+3644 |
| 2023-10-06 | add some comments explaining how the required_consts stuff fits together | Ralf Jung | -0/+10 |
| 2023-10-06 | Preserve DebugInfo in DeadStoreElimination. | Camille GILLOT | -8/+43 |
| 2023-10-06 | Auto merge of #115304 - Enselic:trailing-gt, r=cjgillot | bors | -1/+0 |
| 2023-10-06 | rustc_metadata: use try_canonicalize | Tamir Duberstein | -2/+3 |
| 2023-10-06 | rustc_codegen_ssa: use try_canonicalize in rpath | Tamir Duberstein | -8/+6 |
| 2023-10-06 | rustc_driver: avoid fallible conversions | Tamir Duberstein | -15/+18 |
| 2023-10-06 | compiler: always use var_os("RUST_BACKTRACE") | Tamir Duberstein | -3/+3 |
| 2023-10-06 | fix to register analysis pass from llvm plugin | Emanuele Vannacci | -14/+14 |
| 2023-10-06 | Rollup merge of #116329 - RalfJung:swap-comments, r=scottmcm | Guillaume Gomez | -1/+1 |