| 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 | Auto merge of #116569 - matthiaskrgr:rollup-ni0jdd6, r=matthiaskrgr | bors | -1547/+2820 |
| 2023-10-09 | Rollup merge of #116561 - ouz-a:testfor_115517, r=compiler-errors | Matthias Krüger | -0/+26 |
| 2023-10-09 | Rollup merge of #116556 - bjorn3:sync_cg_clif-2023-10-09, r=bjorn3 | Matthias Krüger | -710/+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 | -11/+18 |
| 2023-10-09 | Rollup merge of #116537 - gurry:116473-ice-sugg-overlap, r=compiler-errors | Matthias Krüger | -3/+356 |
| 2023-10-09 | Rollup merge of #115882 - aliemjay:diag-name-region-1, r=compiler-errors | Matthias Krüger | -737/+1172 |
| 2023-10-09 | Auto merge of #116142 - GuillaumeGomez:enum-variant-display, r=fmease | bors | -31/+253 |
| 2023-10-09 | Add more complex test cases for enum discriminant display | Guillaume Gomez | -0/+19 |
| 2023-10-09 | Improve code | Guillaume Gomez | -36/+24 |
| 2023-10-09 | add test | Oğuz Ağcayazı | -0/+26 |
| 2023-10-09 | Auto merge of #115238 - workingjubilee:ich-entferne-welke-blumen, r=nikic | bors | -84/+9 |
| 2023-10-09 | Remove no longer used dependency from the list of allowed dependencies | bjorn3 | -1/+0 |
| 2023-10-09 | Merge commit '81dc066758ec150b43822d4a0c84aae20fe10f40' into sync_cg_clif-202... | bjorn3 | -709/+1205 |
| 2023-10-09 | Rustup to rustc 1.75.0-nightly (bf9a1c8a1 2023-10-08) | bjorn3 | -1/+1 |
| 2023-10-09 | Sync from rust bf9a1c8a193fc373897196321215794c8bebbeec | bjorn3 | -1/+1 |
| 2023-10-09 | return crates instead of a crate | Oğuz Ağcayazı | -11/+18 |
| 2023-10-09 | Auto merge of #116533 - cjgillot:skip-trivial-mir, r=oli-obk | bors | -1/+10 |
| 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/+356 |
| 2023-10-09 | Auto merge of #116096 - cjgillot:debuginfo-fndef-size, r=nikic | bors | -2/+28 |
| 2023-10-09 | Auto merge of #116468 - nnethercote:rustc_serialize, r=Mark-Simulacrum | bors | -318/+240 |
| 2023-10-08 | Drop all MIPS targets from CI | Jubilee Young | -76/+1 |
| 2023-10-08 | Drop mips*-unknown-linux-musl* to tier 3 | Jubilee Young | -4/+4 |
| 2023-10-08 | Drop mips*-unknown-linux-gnu* to tier 3 | Jubilee Young | -4/+4 |
| 2023-10-08 | Ignore MSVC in test. | Camille GILLOT | -0/+1 |
| 2023-10-08 | Make FnDef 1-ZST in LLVM debuginfo. | Camille GILLOT | -2/+27 |
| 2023-10-08 | Auto merge of #116515 - petrochenkov:nolegflavor, r=lqd | bors | -23/+12 |
| 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 | -1/+10 |
| 2023-10-08 | Merge pull request #1397 from bjorn3/inline_asm_tweaks | bjorn3 | -16/+45 |
| 2023-10-08 | Auto merge of #116183 - cjgillot:debug-dse-always, r=oli-obk | bors | -808/+774 |
| 2023-10-08 | remove trailing dots | Ali MJ Al-Nasrawy | -129/+129 |
| 2023-10-08 | always show and explain sub region | Ali MJ Al-Nasrawy | -339/+462 |
| 2023-10-08 | improve the suggestion of generic_bound_failure | Ali MJ Al-Nasrawy | -384/+696 |
| 2023-10-08 | Run inline asm rustc tests on CI | bjorn3 | -9/+6 |
| 2023-10-08 | Skip cpuid shim when inline asm support is enabled | bjorn3 | -1/+3 |
| 2023-10-08 | Fix inline asm on macOS | bjorn3 | -6/+36 |
| 2023-10-08 | Rustup to rustc 1.75.0-nightly (97c81e1b5 2023-10-07) | bjorn3 | -1/+2 |
| 2023-10-08 | Sync from rust 97c81e1b537088f1881c8894ee8579812ed9b6d1 | bjorn3 | -13/+13 |
| 2023-10-08 | Auto merge of #116514 - petrochenkov:nogccld, r=lqd | bors | -68/+27 |
| 2023-10-08 | Auto merge of #116509 - Enselic:rustc-test-op, r=Mark-Simulacrum | bors | -69/+33 |
| 2023-10-08 | linker: Remove `-Zgcc-ld` option | Vadim Petrochenkov | -68/+27 |
| 2023-10-08 | Auto merge of #116487 - tamird:avoid-unwrap-absolute, r=bjorn3 | bors | -1/+1 |
| 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-08 | Auto merge of #116450 - Kobzol:automation-try-bors-ci, r=Mark-Simulacrum | bors | -4/+3 |
| 2023-10-08 | Auto merge of #114623 - Kobzol:opt-dist-gha-summaries, r=Mark-Simulacrum | bors | -28/+160 |