| Age | Commit message (Expand) | Author | Lines |
| 2023-08-18 | Auto merge of #114951 - cuviper:rollup-iitoep5, r=cuviper | bors | -42/+28 |
| 2023-08-17 | Rollup merge of #114931 - Urgau:revert-114052, r=compiler-errors | Josh Stone | -25/+17 |
| 2023-08-17 | Rollup merge of #114913 - beetrees:escape-double-quote, r=davidtwco | Josh Stone | -14/+8 |
| 2023-08-17 | Rollup merge of #113715 - kadiwa4:lang_items_doc, r=JohnTitor | Josh Stone | -3/+3 |
| 2023-08-17 | Auto merge of #114904 - cjgillot:no-ref-debuginfo, r=wesleywiser | bors | -74/+14 |
| 2023-08-17 | Auto merge of #114802 - chenyukang:yukang-fix-114979-bad-parens-dyn, r=estebank | bors | -20/+25 |
| 2023-08-17 | Revert "Implement references VarDebugInfo." | Camille GILLOT | -74/+14 |
| 2023-08-17 | Revert PR #114052 to fix invalid suggestion | Urgau | -25/+17 |
| 2023-08-17 | Rollup merge of #114876 - compiler-errors:non-lifetime-binders-sized, r=wesle... | Matthias Krüger | -2/+2 |
| 2023-08-17 | Auto merge of #114892 - Zoxc:sharded-cfg-cleanup, r=cjgillot | bors | -49/+7 |
| 2023-08-16 | Auto merge of #111555 - cjgillot:elaborate-drops, r=tmiasko | bors | -1228/+1368 |
| 2023-08-16 | Auto merge of #108693 - Zoxc:arena-opt-funcs, r=cjgillot | bors | -17/+70 |
| 2023-08-16 | Fix suggestion for attempting to define a string with single quotes | beetrees | -14/+8 |
| 2023-08-16 | Do not pre-compute reachable blocks. | Camille GILLOT | -20/+0 |
| 2023-08-16 | Use Terminator::edges for backward analysis too. | Camille GILLOT | -1/+1 |
| 2023-08-16 | Update doc comment. | Camille GILLOT | -1/+1 |
| 2023-08-16 | Make dataflow const-prop handle_switch_int monotonic. | Camille GILLOT | -8/+11 |
| 2023-08-16 | Only evaluate yield place after resume in liveness. | Camille GILLOT | -15/+31 |
| 2023-08-16 | Specify that method only applies statement effects. | Camille GILLOT | -9/+14 |
| 2023-08-16 | Rename YieldResumeEffect. | Camille GILLOT | -6/+6 |
| 2023-08-16 | Make TerminatorEdge plural. | Camille GILLOT | -59/+59 |
| 2023-08-16 | Rename MaybeUnreachable. | Camille GILLOT | -49/+55 |
| 2023-08-16 | Use TerminatorEdge for dataflow-const-prop. | Camille GILLOT | -63/+49 |
| 2023-08-16 | Only run MaybeInitializedPlaces once for drop elaboration. | Camille GILLOT | -62/+91 |
| 2023-08-16 | Allow apply_terminator_effect to customize edges. | Camille GILLOT | -306/+300 |
| 2023-08-16 | Introduce MaybeUnreachable. | Camille GILLOT | -3/+136 |
| 2023-08-16 | Move domain_size to GenKillAnalysis. | Camille GILLOT | -14/+43 |
| 2023-08-16 | Move initialization dataflow impls into their own module. | Camille GILLOT | -749/+756 |
| 2023-08-16 | Create bottom on-the-fly instead of cloning it. | Camille GILLOT | -3/+4 |
| 2023-08-16 | Simplify for_each_mut_borrow. | Camille GILLOT | -58/+9 |
| 2023-08-16 | Rollup merge of #114899 - spastorino:add-missing-debug, r=compiler-errors | Matthias Krüger | -0/+3 |
| 2023-08-16 | Rollup merge of #114784 - Urgau:many-improve-invalid_reference_casting-lint, ... | Matthias Krüger | -18/+33 |
| 2023-08-16 | Add missing Clone/Debug impls to SMIR Trait related tys | Santiago Pastorino | -0/+3 |
| 2023-08-16 | Auto merge of #112500 - lukas-code:span-ctxt, r=petrochenkov | bors | -21/+53 |
| 2023-08-16 | Remove conditional use of `Sharded` from query caches | John Kåre Alsaker | -49/+7 |
| 2023-08-16 | Rollup merge of #114859 - spastorino:add-smir-cx-trait-fns, r=compiler-errors | Matthias Krüger | -0/+16 |
| 2023-08-16 | Rollup merge of #114779 - MU001999:fix/114701, r=petrochenkov | Matthias Krüger | -0/+1 |
| 2023-08-16 | Rollup merge of #114746 - compiler-errors:atb-no-const, r=TaKO8Ki | Matthias Krüger | -10/+31 |
| 2023-08-16 | Auto merge of #114536 - cjgillot:eval-lint-levels, r=TaKO8Ki | bors | -1/+0 |
| 2023-08-16 | Auto merge of #114689 - m-ou-se:stabilize-thread-local-cell-methods, r=thomcc | bors | -2/+0 |
| 2023-08-16 | Don't ICE in is_trivially_sized when encountering late-bound self ty | Michael Goulet | -2/+2 |
| 2023-08-15 | Rollup merge of #114819 - estebank:issue-78124, r=compiler-errors | Matthias Krüger | -38/+100 |
| 2023-08-15 | Rollup merge of #114668 - compiler-errors:match-fn-def, r=petrochenkov | Matthias Krüger | -1/+6 |
| 2023-08-15 | Rollup merge of #114644 - compiler-errors:lt-err, r=wesleywiser | Matthias Krüger | -21/+15 |
| 2023-08-15 | Add trait related queries to SMIR's rustc_internal | Santiago Pastorino | -0/+16 |
| 2023-08-16 | Fix bad suggestion when wrong parentheses around a dyn trait | yukang | -20/+25 |
| 2023-08-15 | Auto merge of #114852 - GuillaumeGomez:rollup-vjagxjr, r=GuillaumeGomez | bors | -180/+442 |
| 2023-08-15 | Rollup merge of #114831 - compiler-errors:next-solver-projection-subst-compat... | Guillaume Gomez | -7/+15 |
| 2023-08-15 | Rollup merge of #114829 - compiler-errors:next-solver-only-unsize-to-dyn-once... | Guillaume Gomez | -54/+92 |
| 2023-08-15 | Rollup merge of #114828 - compiler-errors:next-solver-probe-upcasting, r=lcnr | Guillaume Gomez | -10/+12 |