about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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-155/+288
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-21Auto merge of #117013 - matthiaskrgr:rollup-mvgp54x, r=matthiaskrgrbors-257/+682
2023-10-21Rollup merge of #116995 - estebank:issue-69944, r=compiler-errorsMatthias Krüger-20/+11
2023-10-21Rollup merge of #116990 - estebank:issue-68445, r=cjgillotMatthias Krüger-0/+26
2023-10-21Rollup merge of #116974 - Zalathar:signature-spans, r=oli-obk,cjgillotMatthias Krüger-67/+233
2023-10-21Rollup merge of #116964 - celinval:smir-mono-body, r=oli-obkMatthias Krüger-7/+217
2023-10-21Rollup merge of #116961 - estebank:issue-60164, r=oli-obkMatthias Krüger-2/+39
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/+67
2023-10-21Rollup merge of #114521 - devnexen:std_fbsd_13_upd, r=cuviperMatthias Krüger-18/+2
2023-10-21Auto merge of #117011 - RalfJung:miri, r=RalfJungbors-182/+1512
2023-10-21Expand comment on disappearing edge.Camille GILLOT-1/+1
2023-10-21FileCheck annotations.Camille GILLOT-34/+217
2023-10-21Correct loop_headers logic.Camille GILLOT-16/+4
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-21Rebase fallout.Camille GILLOT-25/+1
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-27/+95
2023-10-21Do not thread through loop headers.Camille GILLOT-35/+48
2023-10-21Implement JumpThreading pass.Camille GILLOT-18/+2375
2023-10-21Make instance an option in CostChecker.Camille GILLOT-10/+15
2023-10-21Extract cost checker from inliner.Camille GILLOT-88/+98
2023-10-21update lockfileRalf Jung-0/+31
2023-10-21Auto merge of #3132 - rust-lang:rustup-2023-10-21, r=RalfJungbors-5488/+5626
2023-10-21Merge from rustcThe Miri Conjob Bot-5487/+5625
2023-10-21Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-10-21coverage: Simplify the injection of coverage statementsZalathar-143/+87
2023-10-21coverage: Change query `codegened_and_inlined_items` to a plain functionZalathar-40/+34
2023-10-21coverage: Move unused-function helpers closer to where they are usedZalathar-43/+39
2023-10-21coverage: Emit mappings for unused functions without generating stubsZalathar-74/+37
2023-10-21coverage: Simplify initial creation of coverage spansZalathar-45/+32
2023-10-21coverage: Don't create an intermediate vec for each BCB's initial spansZalathar-26/+23
2023-10-21coverage: Handle fn signature spans more consistently near `?`Zalathar-21/+23
2023-10-21coverage: Add a test showing the inconsistent handling of function signaturesZalathar-0/+180
2023-10-20Uplift ClauseKind and PredicateKindMichael Goulet-217/+735
2023-10-20Update cargoWeihang Lo-0/+0
2023-10-20changes from feedbackDavid Carlier-16/+2
2023-10-20Point at assoc fn definition on type param divergenceEsteban Küber-20/+11
2023-10-20Auto merge of #116958 - oli-obk:coro, r=pnkfelixbors-3916/+3935
2023-10-20Rename lots of files that had `generator` in their nameOli Scherer-0/+0
2023-10-20Replace all uses of `generator` in markdown documentation with `coroutine`Oli Scherer-52/+52
2023-10-20bless miriOli Scherer-8/+8