about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-08-18Auto merge of #114951 - cuviper:rollup-iitoep5, r=cuviperbors-42/+28
2023-08-17Rollup merge of #114931 - Urgau:revert-114052, r=compiler-errorsJosh Stone-25/+17
2023-08-17Rollup merge of #114913 - beetrees:escape-double-quote, r=davidtwcoJosh Stone-14/+8
2023-08-17Rollup merge of #113715 - kadiwa4:lang_items_doc, r=JohnTitorJosh Stone-3/+3
2023-08-17Auto merge of #114904 - cjgillot:no-ref-debuginfo, r=wesleywiserbors-74/+14
2023-08-17Auto merge of #114802 - chenyukang:yukang-fix-114979-bad-parens-dyn, r=estebankbors-20/+25
2023-08-17Revert "Implement references VarDebugInfo."Camille GILLOT-74/+14
2023-08-17Revert PR #114052 to fix invalid suggestionUrgau-25/+17
2023-08-17Rollup merge of #114876 - compiler-errors:non-lifetime-binders-sized, r=wesle...Matthias Krüger-2/+2
2023-08-17Auto merge of #114892 - Zoxc:sharded-cfg-cleanup, r=cjgillotbors-49/+7
2023-08-16Auto merge of #111555 - cjgillot:elaborate-drops, r=tmiaskobors-1228/+1368
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-14/+8
2023-08-16Do not pre-compute reachable blocks.Camille GILLOT-20/+0
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-62/+91
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
2023-08-16Create bottom on-the-fly instead of cloning it.Camille GILLOT-3/+4
2023-08-16Simplify for_each_mut_borrow.Camille GILLOT-58/+9
2023-08-16Rollup merge of #114899 - spastorino:add-missing-debug, r=compiler-errorsMatthias Krüger-0/+3
2023-08-16Rollup merge of #114784 - Urgau:many-improve-invalid_reference_casting-lint, ...Matthias Krüger-18/+33
2023-08-16Add missing Clone/Debug impls to SMIR Trait related tysSantiago Pastorino-0/+3
2023-08-16Auto merge of #112500 - lukas-code:span-ctxt, r=petrochenkovbors-21/+53
2023-08-16Remove conditional use of `Sharded` from query cachesJohn Kåre Alsaker-49/+7
2023-08-16Rollup merge of #114859 - spastorino:add-smir-cx-trait-fns, r=compiler-errorsMatthias Krüger-0/+16
2023-08-16Rollup merge of #114779 - MU001999:fix/114701, r=petrochenkovMatthias Krüger-0/+1
2023-08-16Rollup merge of #114746 - compiler-errors:atb-no-const, r=TaKO8KiMatthias Krüger-10/+31
2023-08-16Auto merge of #114536 - cjgillot:eval-lint-levels, r=TaKO8Kibors-1/+0
2023-08-16Auto merge of #114689 - m-ou-se:stabilize-thread-local-cell-methods, r=thomccbors-2/+0
2023-08-16Don't ICE in is_trivially_sized when encountering late-bound self tyMichael Goulet-2/+2
2023-08-15Rollup merge of #114819 - estebank:issue-78124, r=compiler-errorsMatthias Krüger-38/+100
2023-08-15Rollup merge of #114668 - compiler-errors:match-fn-def, r=petrochenkovMatthias Krüger-1/+6
2023-08-15Rollup merge of #114644 - compiler-errors:lt-err, r=wesleywiserMatthias Krüger-21/+15
2023-08-15Add trait related queries to SMIR's rustc_internalSantiago Pastorino-0/+16
2023-08-16Fix bad suggestion when wrong parentheses around a dyn traityukang-20/+25
2023-08-15Auto merge of #114852 - GuillaumeGomez:rollup-vjagxjr, r=GuillaumeGomezbors-180/+442
2023-08-15Rollup merge of #114831 - compiler-errors:next-solver-projection-subst-compat...Guillaume Gomez-7/+15
2023-08-15Rollup merge of #114829 - compiler-errors:next-solver-only-unsize-to-dyn-once...Guillaume Gomez-54/+92
2023-08-15Rollup merge of #114828 - compiler-errors:next-solver-probe-upcasting, r=lcnrGuillaume Gomez-10/+12