about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-12-05Enable new capture rules by default on edition 2024Michael Goulet-9/+39
2023-12-05Add test for implicitly capturing late-bound var with new capture rulesMichael Goulet-0/+23
2023-12-05Add lifetime_capture_rules_2024Michael Goulet-6/+64
2023-12-05Rollup merge of #118585 - sjwang05:issue-118564, r=compiler-errorsMichael Goulet-1/+11
2023-12-05Rollup merge of #118346 - compiler-errors:deeply-normalize-for-diagnostic, r=...Michael Goulet-0/+49
2023-12-05Rollup merge of #118268 - compiler-errors:pretty-print, r=estebankMichael Goulet-37/+37
2023-12-05Rollup merge of #118123 - RalfJung:internal-lib-features, r=compiler-errorsMichael Goulet-0/+34
2023-12-05Stabilize `type_name_of_val`Trevor Gross-1/+0
2023-12-05Auto merge of #118457 - eholk:genfn, r=compiler-errorsbors-4/+64
2023-12-05Add print_trait_sugaredMichael Goulet-37/+37
2023-12-05Continue folding if deep normalizer failsMichael Goulet-18/+17
2023-12-05Add deeply_normalize_for_diagnostics, use it in coherenceMichael Goulet-0/+50
2023-12-05Rollup merge of #118608 - fee1-dead-contrib:backdoor-in-askconv, r=compiler-e...Matthias Krüger-6/+19
2023-12-05Rollup merge of #118598 - Nadrieril:remove_precise_pointer_size_matching, r=d...Matthias Krüger-65/+24
2023-12-05Rollup merge of #118594 - hdost:patch-1, r=fmeaseMatthias Krüger-1/+1
2023-12-05Rollup merge of #117922 - estebank:unclosed-generics, r=b-naberMatthias Krüger-36/+30
2023-12-05Remove deprecated --check-cfg names() and values() syntaxUrgau-173/+90
2023-12-05Remove mention of rust to make the error message generic.Harold Dost-1/+1
2023-12-05Auto merge of #118076 - estebank:issue-109429, r=davidtwcobors-44/+484
2023-12-05Auto merge of #118066 - estebank:structured-use-suggestion, r=b-naberbors-5/+54
2023-12-05Remove `#[rustc_host]`, use internal desugaringDeadbeef-6/+7
2023-12-05Auto merge of #117088 - lcnr:generalize-alias, r=compiler-errorsbors-10/+194
2023-12-04Address code review feedbackEric Holk-0/+19
2023-12-04Structured `use` suggestion on privacy errorEsteban Küber-5/+54
2023-12-04Fix rebaseEsteban Küber-3/+3
2023-12-04Provide more suggestions for cloning immutable bindingsEsteban Küber-9/+95
2023-12-04On "this .clone() is on the reference", provide more infoEsteban Küber-0/+84
2023-12-04Mark more tests as `run-rustfix`Esteban Küber-3/+50
2023-12-04Tweak output on specific caseEsteban Küber-1/+1
2023-12-04Suggest cloning and point out obligation errors on move errorEsteban Küber-17/+186
2023-12-04Tweak `.clone()` suggestion to work in more casesEsteban Küber-15/+69
2023-12-04Fix some broken testsEric Holk-1/+1
2023-12-04Merge Async and Gen into CoroutineKindEric Holk-0/+2
2023-12-04Rollup merge of #118600 - GuillaumeGomez:fields-heading, r=notriddleGuillaume Gomez-0/+21
2023-12-04Add a basic test for gen fnEric Holk-0/+18
2023-12-04Make async gen fn an errorEric Holk-0/+19
2023-12-04gate gen fn behind gen_blocksEric Holk-3/+5
2023-12-04Fix parser ICE when recovering `dyn`/`impl` after `for<...>`sjwang05-1/+11
2023-12-04Don't include destruction scopes in THIRMatthew Jasper-306/+163
2023-12-04Use default params until effects in desugaringDeadbeef-6/+19
2023-12-04Avoid adding compiler-used functions to `symbols.o`DianQK-0/+8
2023-12-04Rollup merge of #118540 - RalfJung:unsized-packed-offset, r=TaKO8KiTakayuki Maeda-0/+75
2023-12-04Rollup merge of #118495 - weiznich:more_tests_for_on_unimplemented, r=compile...Takayuki Maeda-9/+425
2023-12-04Add regression test for #118195Guillaume Gomez-0/+21
2023-12-04Remove the `precise_pointer_size_matching` feature gateNadrieril-65/+24
2023-12-04rebaselcnr-13/+13
2023-12-04cleanup and commentslcnr-0/+190
2023-12-04generalize: handle occurs check failure in aliaseslcnr-10/+4
2023-12-04Restrict what symbols can be used in `#[diagnostic::on_unimplemented]` format...Georg Semmler-9/+425
2023-12-04dedup for duplicate suggestionsbohan-0/+31