| Age | Commit message (Expand) | Author | Lines |
| 2023-10-09 | Merge commit '11a0cceab966e5ff1058ddbcab5977e8a1d6d290' into subtree-update_c... | Antoni Boucher | -657/+2836 |
| 2023-10-09 | Suggest labeling block if `break` is in bare block | Esteban Küber | -8/+59 |
| 2023-10-09 | Fix review comments | bjorn3 | -5/+5 |
| 2023-10-09 | Remove interior mutability from CguReuseTracker | bjorn3 | -28/+15 |
| 2023-10-09 | Remove cgu_reuse_tracker from Session | bjorn3 | -279/+283 |
| 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 | Extend impl's def_span to include where clauses | Michael Goulet | -4/+7 |
| 2023-10-09 | spans are now indexmapped | Oğuz Ağcayazı | -11/+9 |
| 2023-10-09 | alloc id is indexmapped | Oğuz Ağcayazı | -8/+9 |
| 2023-10-09 | defids are indexmapped | Oğuz Ağcayazı | -11/+18 |
| 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 | float-to-float casts also have non-deterministic NaN results | Ralf Jung | -7/+29 |
| 2023-10-09 | Auto merge of #116533 - cjgillot:skip-trivial-mir, r=oli-obk | bors | -0/+9 |
| 2023-10-09 | ensure unary minus propagates NaN payloads exactly | Ralf Jung | -0/+1 |
| 2023-10-09 | Simplify some mir passes by using let chains | DaniPopes | -86/+43 |
| 2023-10-08 | rustdoc: remove rust logo from non-Rust crates | Michael Howell | -0/+87 |
| 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 | consistency check for self-contained linking components CLI options | Rémy Rakic | -0/+25 |
| 2023-10-08 | add `IntoIterator` impl for self-contained linking components | Rémy Rakic | -0/+40 |
| 2023-10-08 | implement opt out `-Clink-self-contained=-linker` | Rémy Rakic | -15/+34 |
| 2023-10-08 | move single component parsing to dedicated function | Rémy Rakic | -13/+12 |
| 2023-10-08 | move `LinkSelfContainedComponents` to `rustc_target` | Rémy Rakic | -36/+36 |
| 2023-10-08 | prepare stabilization of modern linker-flavors | Rémy Rakic | -8/+7 |
| 2023-10-08 | miri: make NaN generation non-deterministic | Ralf Jung | -5/+24 |
| 2023-10-08 | Make FnDef 1-ZST in LLVM debuginfo. | Camille GILLOT | -2/+10 |
| 2023-10-08 | Also consider call and yield as MIR SSA. | Camille GILLOT | -43/+71 |
| 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 | Remove useless debugging. | Camille GILLOT | -2/+0 |
| 2023-10-08 | Remove -Zdep-tasks. | Camille GILLOT | -26/+4 |
| 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 | delay a bug when encountering an ambiguity in MIR typeck | Ali MJ Al-Nasrawy | -4/+12 |
| 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 |