| Age | Commit message (Expand) | Author | Lines |
| 2023-10-12 | Auto merge of #113487 - estebank:sugg-113174, r=oli-obk | bors | -23/+149 |
| 2023-10-11 | Auto merge of #116640 - matthiaskrgr:rollup-xt9r5ir, r=matthiaskrgr | bors | -106/+54 |
| 2023-10-11 | Use structured suggestion for #113174 | Esteban Küber | -23/+149 |
| 2023-10-11 | Rollup merge of #116627 - fee1-dead-contrib:cleanup, r=spastorino | Matthias Krüger | -6/+4 |
| 2023-10-11 | Rollup merge of #116436 - compiler-errors:structurally-normalize-for-closure,... | Matthias Krüger | -7/+13 |
| 2023-10-11 | Rollup merge of #116315 - cjgillot:cpl-clean, r=petrochenkov | Matthias Krüger | -50/+11 |
| 2023-10-11 | Rollup merge of #116219 - compiler-errors:relate-alias-ty-with-variance, r=lcnr | Matthias Krüger | -43/+26 |
| 2023-10-11 | Auto merge of #113218 - lqd:polonius-scopes, r=jackh726 | bors | -36/+413 |
| 2023-10-11 | Auto merge of #115937 - oli-obk:spurious_unreachable_pattern, r=Nadrieril | bors | -43/+69 |
| 2023-10-11 | Remember the `ErrorReported` used to silence follow up errors instead of recr... | Oli Scherer | -13/+15 |
| 2023-10-11 | Avoid emitting the non_exhaustive error if other errors already occurred | Oli Scherer | -6/+21 |
| 2023-10-11 | Prevent spurious `unreachable pattern` lints | Oli Scherer | -26/+35 |
| 2023-10-11 | Auto merge of #116014 - lqd:mcp510-2-electric-boogaloo, r=petrochenkov | bors | -63/+145 |
| 2023-10-11 | Auto merge of #116623 - Nadrieril:validate-range-endpoints, r=oli-obk | bors | -140/+147 |
| 2023-10-11 | small cleanup | Deadbeef | -6/+4 |
| 2023-10-11 | Auto merge of #115948 - notriddle:notriddle/logo-lockup, r=fmease | bors | -0/+87 |
| 2023-10-11 | Fix span of overflow lint for negated literals | Nadrieril | -8/+9 |
| 2023-10-11 | Fix range overflow checking | Nadrieril | -32/+65 |
| 2023-10-11 | Rework error handling when lowering range endpoints | Nadrieril | -114/+87 |
| 2023-10-11 | Auto merge of #116621 - aliemjay:rollup-0e2of3c, r=aliemjay | bors | -30/+13 |
| 2023-10-11 | Rollup merge of #116612 - tmiasko:rm-dom-iter, r=cjgillot | Ali MJ Al-Nasrawy | -26/+1 |
| 2023-10-11 | Rollup merge of #116530 - aliemjay:ice-on-ambiguity, r=compiler-errors | Ali MJ Al-Nasrawy | -4/+12 |
| 2023-10-11 | Auto merge of #116578 - antoyo:subtree-update_cg_gcc_2023-10-09, r=bjorn3 | bors | -657/+2844 |
| 2023-10-10 | Auto merge of #113915 - cjgillot:ssa-call, r=tmiasko | bors | -43/+71 |
| 2023-10-10 | Remove unused dominator iterator | Tomasz Miąsko | -26/+1 |
| 2023-10-10 | Rollup merge of #116560 - ouz-a:efficient_ids, r=oli-obk | Guillaume Gomez | -36/+87 |
| 2023-10-10 | Rollup merge of #116250 - estebank:closure-arg-inference-span, r=petrochenkov | Guillaume Gomez | -2/+69 |
| 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 | 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 | 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 |