| Age | Commit message (Expand) | Author | Lines |
| 2023-08-18 | Add warn level lint `redundant_explicit_links` | Kyle Lin | -11/+130 |
| 2023-08-18 | rework link parsing loop | Kyle Lin | -24/+65 |
| 2023-08-18 | Auto merge of #114938 - flip1995:clippy_backport, r=matthiaskrgr | bors | -36/+201 |
| 2023-08-18 | Auto merge of #114951 - cuviper:rollup-iitoep5, r=cuviper | bors | -338/+223 |
| 2023-08-17 | Rollup merge of #114944 - lqd:fix-thiserror, r=RalfJung | Josh Stone | -4/+4 |
| 2023-08-17 | Rollup merge of #114931 - Urgau:revert-114052, r=compiler-errors | Josh Stone | -61/+73 |
| 2023-08-17 | Rollup merge of #114913 - beetrees:escape-double-quote, r=davidtwco | Josh Stone | -15/+22 |
| 2023-08-17 | Rollup merge of #114897 - joshtriplett:partial-revert-ok-0, r=m-ou-se | Josh Stone | -3/+3 |
| 2023-08-17 | Rollup merge of #113715 - kadiwa4:lang_items_doc, r=JohnTitor | Josh Stone | -255/+121 |
| 2023-08-17 | Auto merge of #114904 - cjgillot:no-ref-debuginfo, r=wesleywiser | bors | -626/+787 |
| 2023-08-17 | update `thsiserror` to release >= 1.0.46 | Rémy Rakic | -4/+4 |
| 2023-08-17 | Bless codegen tests. | Camille GILLOT | -16/+16 |
| 2023-08-17 | Auto merge of #114802 - chenyukang:yukang-fix-114979-bad-parens-dyn, r=estebank | bors | -28/+105 |
| 2023-08-17 | Bless mir-opt tests. | Camille GILLOT | -362/+531 |
| 2023-08-17 | Add test. | Camille GILLOT | -0/+57 |
| 2023-08-17 | Revert "Implement references VarDebugInfo." | Camille GILLOT | -248/+183 |
| 2023-08-17 | Auto merge of #11314 - GuillaumeGomez:needless_ref_mut_async_block, r=Centri3 | bors | -23/+129 |
| 2023-08-17 | Auto merge of #11070 - y21:issue11065, r=flip1995 | bors | -13/+72 |
| 2023-08-17 | Auto merge of #114932 - RalfJung:miri, r=RalfJung | bors | -177/+472 |
| 2023-08-17 | Revert PR #114052 to fix invalid suggestion | Urgau | -61/+73 |
| 2023-08-17 | Auto merge of #114799 - RalfJung:less-transmute, r=m-ou-se | bors | -2/+2 |
| 2023-08-17 | Auto merge of #114922 - matthiaskrgr:rollup-qktdihi, r=matthiaskrgr | bors | -11/+100 |
| 2023-08-17 | Rollup merge of #114921 - Folyd:Folyd-patch-1, r=compiler-errors | Matthias Krüger | -1/+0 |
| 2023-08-17 | Rollup merge of #114881 - RalfJung:cstr, r=cuviper | Matthias Krüger | -4/+4 |
| 2023-08-17 | Rollup merge of #114876 - compiler-errors:non-lifetime-binders-sized, r=wesle... | Matthias Krüger | -2/+32 |
| 2023-08-17 | Rollup merge of #114749 - gurry:issue-114722, r=thomcc | Matthias Krüger | -3/+2 |
| 2023-08-17 | Rollup merge of #112751 - ehuss:persist-test-run-directory, r=jsha | Matthias Krüger | -1/+62 |
| 2023-08-17 | Auto merge of #114875 - Zalathar:line-numbers, r=ozkanonur | bors | -2655/+2672 |
| 2023-08-17 | Remove Folyd from librustdoc static files | Folyd | -1/+0 |
| 2023-08-17 | Auto merge of #114892 - Zoxc:sharded-cfg-cleanup, r=cjgillot | bors | -49/+7 |
| 2023-08-17 | coverage: Anonymize line numbers in `run-coverage` test snapshots | Zalathar | -2655/+2672 |
| 2023-08-16 | Auto merge of #111555 - cjgillot:elaborate-drops, r=tmiasko | bors | -1288/+1420 |
| 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 | -15/+22 |
| 2023-08-16 | Auto merge of #114905 - matthiaskrgr:rollup-uxhhr7p, r=matthiaskrgr | bors | -372/+486 |
| 2023-08-16 | Do not pre-compute reachable blocks. | Camille GILLOT | -26/+18 |
| 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 | -116/+125 |
| 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 |