about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-12-28Add regression test for #106630Dominic-0/+33
2023-12-26Suggest `=` to `==` in more cases, even in the face of reference mismatchEsteban Küber-1/+17
2023-12-26Auto merge of #118431 - sjwang05:issue-44695, r=estebankbors-54/+377
2023-12-26Auto merge of #119324 - compiler-errors:rollup-c6eqcg9, r=compiler-errorsbors-5/+72
2023-12-26Rollup merge of #119323 - lukas-code:test-never-to-infinite, r=compiler-errorsMichael Goulet-1/+31
2023-12-26Rollup merge of #119297 - cjgillot:issue-119267, r=petrochenkovMichael Goulet-0/+4
2023-12-26Rollup merge of #119240 - compiler-errors:lang-item-more, r=petrochenkovMichael Goulet-4/+3
2023-12-26Rollup merge of #119235 - Urgau:missing-feature-gate-sanitizer-cfi-cfgs, r=Ni...Michael Goulet-0/+34
2023-12-26Auto merge of #119042 - bvanjoi:fix-118697-2, r=compiler-errorsbors-0/+37
2023-12-26add test for coercing never to infinite typeLukas Markeffsky-0/+30
2023-12-26rename testsLukas Markeffsky-1/+1
2023-12-26Auto merge of #119133 - scottmcm:assert-unchecked, r=thomccbors-0/+19
2023-12-26Auto merge of #119129 - jyn514:verbose, r=compiler-errors,estebankbors-55/+96
2023-12-26fallback `default` to `None` during ast-loweing for lifetime binderbohan-0/+37
2023-12-26Auto merge of #119258 - compiler-errors:closure-kind, r=eholkbors-4/+4
2023-12-26Make some non-diagnostic-affecting QPath::LangItem into regular qpathsMichael Goulet-4/+3
2023-12-26Auto merge of #119146 - nnethercote:rm-DiagCtxt-api-duplication, r=compiler-e...bors-2/+2
2023-12-25Make closures carry their own ClosureKind, rather than deducing what it is fr...Michael Goulet-4/+4
2023-12-25Auto merge of #116274 - RalfJung:soft_unstable, r=cjgillotbors-0/+59
2023-12-25Pass DeadItem and lint as consistent group in dead-code.Camille GILLOT-0/+4
2023-12-25Auto merge of #119122 - matthewjasper:if-let-guard-scoping, r=TaKO8Kibors-6/+154
2023-12-25Auto merge of #119283 - GuillaumeGomez:warning-block-pos, r=notriddlebors-0/+16
2023-12-25Auto merge of #119274 - RalfJung:raw-ptr-pattern-ice, r=compiler-errorsbors-0/+33
2023-12-24don't elide shared parts of types in diagnostics when `--verbose` is passedjyn-2/+43
2023-12-24Add GUI regression test for position of warning blockGuillaume Gomez-0/+16
2023-12-24Auto merge of #118796 - Nadrieril:fix-exponential-id-match-2, r=cjgillotbors-0/+72
2023-12-24Auto merge of #117176 - bvanjoi:fix-116796, r=jackh726bors-0/+16
2023-12-24fix ICE when using raw ptr in a patternRalf Jung-0/+33
2023-12-23Auto merge of #119218 - Nadrieril:nested-opaque-reveal, r=compiler-errorsbors-14/+41
2023-12-24Remove more `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-1/+1
2023-12-24Remove `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-1/+1
2023-12-23Rollup merge of #119255 - fee1-dead-contrib:fix-ice, r=compiler-errorsMatthias Krüger-0/+34
2023-12-23Rollup merge of #119246 - GuillaumeGomez:trait-is_object_safe-json, r=aDotInT...Matthias Krüger-2/+21
2023-12-23Add regression test for `is_object_safe` field on traitsGuillaume Gomez-0/+19
2023-12-24add test for #116796bohan-0/+16
2023-12-23add a test for ICE #112822Deadbeef-0/+34
2023-12-23Reveal empty opaques in depthNadrieril-14/+41
2023-12-23Auto merge of #119072 - fee1-dead-contrib:effects-fixes, r=compiler-errorsbors-144/+127
2023-12-23Improve performance on wide matchesNadrieril-0/+72
2023-12-23Strenghten `tests/rustdoc/trait-object-safe.rs` to prevent unforeseen regressionGuillaume Gomez-2/+2
2023-12-22Rollup merge of #119222 - eholk:into-async-iterator, r=compiler-errors,dtolnayMichael Goulet-12/+28
2023-12-22Rollup merge of #119077 - tmiasko:lint, r=cjgillotMichael Goulet-1/+51
2023-12-23Add missing CFI sanitizer cfgs feature gateUrgau-0/+34
2023-12-22Auto merge of #118824 - aliemjay:perf-region-cons, r=compiler-errorsbors-2/+2
2023-12-22Update test outputsEric Holk-12/+28
2023-12-22Rollup merge of #119215 - mu001999:fix/119209, r=NilstriebMatthias Krüger-0/+12
2023-12-22Rollup merge of #119201 - durin42:overaligned-constant, r=Mark-SimulacrumMatthias Krüger-1/+1
2023-12-23Update testr0cky-18/+6
2023-12-22Emits error if has bound regionsr0cky-0/+24
2023-12-22Auto merge of #118847 - eholk:for-await, r=compiler-errorsbors-0/+157