about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-08-18Add warn level lint `redundant_explicit_links`Kyle Lin-11/+130
2023-08-18rework link parsing loopKyle Lin-24/+65
2023-08-18Auto merge of #114938 - flip1995:clippy_backport, r=matthiaskrgrbors-36/+201
2023-08-18Auto merge of #114951 - cuviper:rollup-iitoep5, r=cuviperbors-338/+223
2023-08-17Rollup merge of #114944 - lqd:fix-thiserror, r=RalfJungJosh Stone-4/+4
2023-08-17Rollup merge of #114931 - Urgau:revert-114052, r=compiler-errorsJosh Stone-61/+73
2023-08-17Rollup merge of #114913 - beetrees:escape-double-quote, r=davidtwcoJosh Stone-15/+22
2023-08-17Rollup merge of #114897 - joshtriplett:partial-revert-ok-0, r=m-ou-seJosh Stone-3/+3
2023-08-17Rollup merge of #113715 - kadiwa4:lang_items_doc, r=JohnTitorJosh Stone-255/+121
2023-08-17Auto merge of #114904 - cjgillot:no-ref-debuginfo, r=wesleywiserbors-626/+787
2023-08-17update `thsiserror` to release >= 1.0.46Rémy Rakic-4/+4
2023-08-17Bless codegen tests.Camille GILLOT-16/+16
2023-08-17Auto merge of #114802 - chenyukang:yukang-fix-114979-bad-parens-dyn, r=estebankbors-28/+105
2023-08-17Bless mir-opt tests.Camille GILLOT-362/+531
2023-08-17Add test.Camille GILLOT-0/+57
2023-08-17Revert "Implement references VarDebugInfo."Camille GILLOT-248/+183
2023-08-17Auto merge of #11314 - GuillaumeGomez:needless_ref_mut_async_block, r=Centri3bors-23/+129
2023-08-17Auto merge of #11070 - y21:issue11065, r=flip1995bors-13/+72
2023-08-17Auto merge of #114932 - RalfJung:miri, r=RalfJungbors-177/+472
2023-08-17Revert PR #114052 to fix invalid suggestionUrgau-61/+73
2023-08-17Auto merge of #114799 - RalfJung:less-transmute, r=m-ou-sebors-2/+2
2023-08-17Auto merge of #114922 - matthiaskrgr:rollup-qktdihi, r=matthiaskrgrbors-11/+100
2023-08-17Rollup merge of #114921 - Folyd:Folyd-patch-1, r=compiler-errorsMatthias Krüger-1/+0
2023-08-17Rollup merge of #114881 - RalfJung:cstr, r=cuviperMatthias Krüger-4/+4
2023-08-17Rollup merge of #114876 - compiler-errors:non-lifetime-binders-sized, r=wesle...Matthias Krüger-2/+32
2023-08-17Rollup merge of #114749 - gurry:issue-114722, r=thomccMatthias Krüger-3/+2
2023-08-17Rollup merge of #112751 - ehuss:persist-test-run-directory, r=jshaMatthias Krüger-1/+62
2023-08-17Auto merge of #114875 - Zalathar:line-numbers, r=ozkanonurbors-2655/+2672
2023-08-17Remove Folyd from librustdoc static filesFolyd-1/+0
2023-08-17Auto merge of #114892 - Zoxc:sharded-cfg-cleanup, r=cjgillotbors-49/+7
2023-08-17coverage: Anonymize line numbers in `run-coverage` test snapshotsZalathar-2655/+2672
2023-08-16Auto merge of #111555 - cjgillot:elaborate-drops, r=tmiaskobors-1288/+1420
2023-08-16Auto merge of #108693 - Zoxc:arena-opt-funcs, r=cjgillotbors-17/+70
2023-08-16Fix suggestion for attempting to define a string with single quotesbeetrees-15/+22
2023-08-16Auto merge of #114905 - matthiaskrgr:rollup-uxhhr7p, r=matthiaskrgrbors-372/+486
2023-08-16Do not pre-compute reachable blocks.Camille GILLOT-26/+18
2023-08-16Use Terminator::edges for backward analysis too.Camille GILLOT-1/+1
2023-08-16Update doc comment.Camille GILLOT-1/+1
2023-08-16Make dataflow const-prop handle_switch_int monotonic.Camille GILLOT-8/+11
2023-08-16Only evaluate yield place after resume in liveness.Camille GILLOT-15/+31
2023-08-16Specify that method only applies statement effects.Camille GILLOT-9/+14
2023-08-16Rename YieldResumeEffect.Camille GILLOT-6/+6
2023-08-16Make TerminatorEdge plural.Camille GILLOT-59/+59
2023-08-16Rename MaybeUnreachable.Camille GILLOT-49/+55
2023-08-16Use TerminatorEdge for dataflow-const-prop.Camille GILLOT-63/+49
2023-08-16Only run MaybeInitializedPlaces once for drop elaboration.Camille GILLOT-116/+125
2023-08-16Allow apply_terminator_effect to customize edges.Camille GILLOT-306/+300
2023-08-16Introduce MaybeUnreachable.Camille GILLOT-3/+136
2023-08-16Move domain_size to GenKillAnalysis.Camille GILLOT-14/+43
2023-08-16Move initialization dataflow impls into their own module.Camille GILLOT-749/+756