about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-10-22Rollup merge of #117034 - Nadrieril:fix-117033, r=cjgillotMatthias Krüger-0/+3
2023-10-22Auto merge of #117031 - bjorn3:sync_cg_clif-2023-10-21, r=bjorn3bors-493/+163
2023-10-21Fix #117033Nadrieril-0/+3
2023-10-21Merge commit 'c07d1e2f88cb3b1a0604ae8f18b478c1aeb7a7fa' into sync_cg_clif-202...bjorn3-493/+163
2023-10-21Rollup merge of #116992 - estebank:issue-69492, r=oli-obkMatthias Krüger-0/+2
2023-10-21Rollup merge of #116981 - Dirreke:csky-unknown-linux-gunabiv2, r=bjorn3Matthias Krüger-3/+3
2023-10-21Rollup merge of #116312 - c410-f3r:try, r=Mark-SimulacrumMatthias Krüger-62/+66
2023-10-21Auto merge of #116922 - Zalathar:unused, r=cjgillotbors-150/+103
2023-10-21Use a ConstValue instead.Camille GILLOT-96/+159
2023-10-21Generate ValTrees in DataflowConstProp.Camille GILLOT-4/+95
2023-10-21Mention the syntax for `use` on `mod foo;` if `foo` doesn't existEsteban Küber-0/+2
2023-10-21update the registers of cskydirreke-3/+3
2023-10-21on unresolved import disambiguate suggested path if it would collideLeón Orell Valerian Liehr-14/+44
2023-10-21Auto merge of #117020 - matthiaskrgr:rollup-cg62m4h, r=matthiaskrgrbors-1/+16
2023-10-21Typo.Camille GILLOT-1/+1
2023-10-21Remove redundant checks.Camille GILLOT-16/+2
2023-10-21Use terse form for Fn bound.Camille GILLOT-16/+4
2023-10-21Rollup merge of #117019 - lukas-code:for-await, r=compiler-errorsMatthias Krüger-1/+1
2023-10-21Rollup merge of #106601 - estebank:match-semi, r=cjgillotMatthias Krüger-0/+15
2023-10-21fix spans for removing `.await` on `for` expressionsLukas Markeffsky-1/+1
2023-10-21Auto merge of #116734 - Nadrieril:lint-per-column, r=cjgillotbors-256/+347
2023-10-21Remove on_all_drop_children_bits.Camille GILLOT-36/+18
2023-10-21Do not create move paths that do not need dropping.Camille GILLOT-2/+18
2023-10-21Give collect_drop_flags and elaborate_drops closer structure.Camille GILLOT-72/+64
2023-10-21Parametrize gather_moves by filter.Camille GILLOT-64/+88
2023-10-21Stop computing error info in move path builder.Camille GILLOT-89/+50
2023-10-21Avoid using a magic value for untracked locals.Camille GILLOT-31/+41
2023-10-21Do not report errors from move path builder.Camille GILLOT-144/+277
2023-10-21Remove is_terminal_path.Camille GILLOT-59/+1
2023-10-21Make `ty::print::Printer` take `&mut self` instead of `self`Nilstrieb-592/+615
2023-10-21Rollup merge of #116995 - estebank:issue-69944, r=compiler-errorsMatthias Krüger-19/+5
2023-10-21Rollup merge of #116990 - estebank:issue-68445, r=cjgillotMatthias Krüger-0/+22
2023-10-21Rollup merge of #116974 - Zalathar:signature-spans, r=oli-obk,cjgillotMatthias Krüger-57/+41
2023-10-21Rollup merge of #116964 - celinval:smir-mono-body, r=oli-obkMatthias Krüger-6/+192
2023-10-21Rollup merge of #116961 - estebank:issue-60164, r=oli-obkMatthias Krüger-2/+15
2023-10-21Rollup merge of #116917 - Zalathar:injection, r=cjgillotMatthias Krüger-143/+87
2023-10-21Rollup merge of #116911 - estebank:issue-85378, r=oli-obkMatthias Krüger-0/+23
2023-10-21Expand comment on disappearing edge.Camille GILLOT-1/+1
2023-10-21Correct loop_headers logic.Camille GILLOT-2/+2
2023-10-21Reword TO application comments.Camille GILLOT-3/+4
2023-10-21Simplify static if handling.Camille GILLOT-4/+6
2023-10-21Explicit notation.Camille GILLOT-0/+4
2023-10-21Document Condition.Camille GILLOT-0/+2
2023-10-21Make polarity an enum.Camille GILLOT-11/+23
2023-10-21Document mutated_statement.Camille GILLOT-4/+15
2023-10-21Improve naming and comments.Camille GILLOT-18/+46
2023-10-21Handle more terminators.Camille GILLOT-21/+71
2023-10-21Do not thread through loop headers.Camille GILLOT-3/+42
2023-10-21Implement JumpThreading pass.Camille GILLOT-18/+739
2023-10-21Make instance an option in CostChecker.Camille GILLOT-10/+15