| Age | Commit message (Expand) | Author | Lines |
| 2023-10-10 | Auto merge of #116598 - matthiaskrgr:rollup-6xra4jx, r=matthiaskrgr | bors | -91/+60 |
| 2023-10-10 | Rollup merge of #116596 - lcnr:normalize-subdir, r=compiler-errors | Matthias Krüger | -4/+5 |
| 2023-10-10 | Rollup merge of #116595 - RalfJung:mir-enable-passes, r=oli-obk | Matthias Krüger | -4/+9 |
| 2023-10-10 | Rollup merge of #116589 - Zalathar:successors, r=oli-obk | Matthias Krüger | -80/+38 |
| 2023-10-10 | Rollup merge of #116586 - SparrowLii:parallel_log, r=oli-obk | Matthias Krüger | -3/+8 |
| 2023-10-10 | Auto merge of #116551 - RalfJung:nondet-nan, r=oli-obk | bors | -9/+51 |
| 2023-10-10 | add new wrapper for FxIndexMap | Oğuz Ağcayazı | -36/+81 |
| 2023-10-10 | reorder files in solve | lcnr | -4/+5 |
| 2023-10-10 | Auto merge of #116409 - Zalathar:span-extraction, r=oli-obk | bors | -237/+215 |
| 2023-10-10 | add some comments explaining why MIR opts are marked as unsound | Ralf Jung | -1/+5 |
| 2023-10-10 | -Zmir-enable-passes: document that this may enable unsound passes | Ralf Jung | -3/+4 |
| 2023-10-10 | Auto merge of #116548 - nnethercote:assert-long-condition, r=matthewjasper | bors | -1/+1 |
| 2023-10-10 | coverage: Unbox and simplify `bcb_filtered_successors` | Zalathar | -28/+24 |
| 2023-10-10 | coverage: Replace `ShortCircuitPreorder` with a single function | Zalathar | -55/+17 |
| 2023-10-10 | Auto merge of #116366 - estebank:issue-103982, r=oli-obk | bors | -8/+59 |
| 2023-10-10 | Rejig some top-level `rustc_hir_pretty` functions. | Nicholas Nethercote | -44/+6 |
| 2023-10-10 | coverage: Remove enum `CoverageStatement` | Zalathar | -46/+17 |
| 2023-10-10 | coverage: Disconnect span extraction from `CoverageSpansGenerator` | Zalathar | -87/+85 |
| 2023-10-10 | coverage: Move initial MIR span extraction into a submodule | Zalathar | -185/+194 |
| 2023-10-10 | use env variable to control thread ids in rustc_log | SparrowLii | -3/+8 |
| 2023-10-09 | Move predicate error early check to its own method | Esteban Küber | -14/+23 |
| 2023-10-09 | Remove need for `has_errors()` check | Esteban Küber | -7/+12 |
| 2023-10-09 | Only emit one error per unsized binding, instead of one per usage | Esteban Küber | -0/+19 |
| 2023-10-09 | Account for macros | Esteban Küber | -1/+1 |
| 2023-10-10 | Don't `escape_debug` the condition of `assert!`. | Nicholas Nethercote | -1/+1 |
| 2023-10-09 | Use IntoDynSyncSend | Antoni Boucher | -6/+14 |
| 2023-10-09 | Auto merge of #116497 - compiler-errors:impl-span, r=cjgillot | bors | -4/+7 |
| 2023-10-09 | Fix checks | Antoni Boucher | -1/+1 |
| 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 |