| Age | Commit message (Expand) | Author | Lines |
| 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 | Stabilize Ratified RISC-V Target Features | Gijs Burghoorn | -20/+20 |
| 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-11 | Fiddle with `State` functions. | Nicholas Nethercote | -22/+10 |
| 2023-10-11 | Tweak comments. | Nicholas Nethercote | -4/+2 |
| 2023-10-10 | Add the V (vector) extension to the riscv64-linux-android target spec | Chris Wailes | -1/+1 |
| 2023-10-11 | Remove many unneeded `pub`s. | Nicholas Nethercote | -58/+59 |
| 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 | 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 |