about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-10-25FileCheck asm_unwindRyan Mehri-1/+2
2023-10-25Rollup merge of #117175 - oli-obk:gen_fn_split, r=compiler-errorsMatthias Krüger-7/+7
2023-10-25Rollup merge of #117009 - fmease:diag-disambig-sugg-crate, r=b-naberMatthias Krüger-6/+115
2023-10-25Rollup merge of #116931 - weiznich:improve_diagnostic_on_unimplemented_warnin...Matthias Krüger-44/+87
2023-10-25Rollup merge of #116553 - gurry:116464-assoc-type-invalid-suggestion, r=compi...Matthias Krüger-0/+152
2023-10-25Rollup merge of #116401 - WaffleLapkin:vtablin''', r=oli-obkMatthias Krüger-2/+5
2023-10-25Stop telling people to submit bugs for internal feature ICEsNilstrieb-0/+1
2023-10-25Add a public API to get all body localsKirby Linvill-1/+1
2023-10-25Never consider raw pointer casts to be trivalNilstrieb-15/+49
2023-10-25Return multiple object-safety violation errorsMaybe Waffle-2/+5
2023-10-25Auto merge of #117180 - matthiaskrgr:rollup-rxhl6ep, r=matthiaskrgrbors-307/+735
2023-10-25Avoid unbounded O(n^2) when parsing nested type argsEsteban Küber-0/+30
2023-10-25Verify that the alloc_id is Memory.Camille GILLOT-0/+52
2023-10-25Rollup merge of #117159 - oli-obk:error_shenanigans, r=estebankMatthias Krüger-75/+638
2023-10-25Rollup merge of #117152 - compiler-errors:no-ret-coercion, r=chenyukangMatthias Krüger-0/+47
2023-10-25Rollup merge of #117141 - tmiasko:inline-target-features, r=oli-obkMatthias Krüger-226/+42
2023-10-25Rollup merge of #117111 - Zalathar:zinstrument, r=compiler-errorsMatthias Krüger-6/+8
2023-10-25Rename in preparation for moving the `async` printing out of `CoroutineSource`Oli Scherer-7/+7
2023-10-25Remove unnecessary CVarArgs name skipping logicDaniPopes-1/+1
2023-10-25Rollup merge of #117160 - cuishuang:master, r=lqdMatthias Krüger-1/+1
2023-10-25Rollup merge of #117158 - matthewjasper:thir-unused-unsafe, r=oli-obkMatthias Krüger-321/+1597
2023-10-25Rollup merge of #117133 - compiler-errors:coherence-constrained, r=oli-obkMatthias Krüger-9/+84
2023-10-25Rollup merge of #116801 - clubby789:issue-113326-test, r=compiler-errorsMatthias Krüger-0/+31
2023-10-25Print variadic argument pattern in HIR pretty printerDaniPopes-0/+28
2023-10-25Auto merge of #117113 - celinval:smir-stable-ty, r=oli-obkbors-34/+12
2023-10-25Work around the fact that `check_mod_type_wf` may spuriously return `ErrorGua...Oli Scherer-75/+638
2023-10-25Fix problematic commentcui fliter-1/+1
2023-10-25Make THIR unused_unsafe lint consistent with MIRMatthew Jasper-321/+1597
2023-10-25Auto merge of #117076 - oli-obk:privacy_visitor_types, r=petrochenkovbors-17/+17
2023-10-25Do not merge fn pointer casts.Camille GILLOT-0/+261
2023-10-25FileCheck gvn.Camille GILLOT-1699/+1526
2023-10-25Disambiguate non-deterministic constants.Camille GILLOT-9/+137
2023-10-25Transform large arrays into Repeat expressions when possible.Camille GILLOT-1/+137
2023-10-25Extract simplify_aggregate.Camille GILLOT-0/+142
2023-10-25Simplify repeat expressions.Camille GILLOT-8/+12
2023-10-25Simplify aggregate projections.Camille GILLOT-118/+152
2023-10-25Simplify projections in GVN.Camille GILLOT-77/+290
2023-10-25Evaluate computed values to constants.Camille GILLOT-164/+232
2023-10-25Do not remove unused definitions inside GVN.Camille GILLOT-1114/+1345
2023-10-25Do not suggest 'Trait<Assoc=arg>' when in trait implGurinder Singh-0/+152
2023-10-25Fix unwrap suggestion for async fnMichael Goulet-0/+47
2023-10-25coverage: UI test for unstable value `-C instrument-coverage=branch`Zalathar-6/+8
2023-10-24Handle structured stable attribute 'since' version in rustdocDavid Tolnay-17/+17
2023-10-25Auto merge of #116482 - matthewjasper:thir-unsafeck-inline-constants, r=b-naberbors-23/+135
2023-10-24Update stability attribute sanity UI test to delete superfluous errorsDavid Tolnay-19/+6
2023-10-24Remove fold code and add Const::internal()Celina G. Val-34/+12
2023-10-24Auto merge of #115796 - cjgillot:const-prop-rvalue, r=oli-obkbors-140/+613
2023-10-24mv testsEsteban Küber-0/+0
2023-10-24Require target features to match exactly during inliningTomasz Miąsko-1/+1
2023-10-24Precommit target features compatibility testTomasz Miąsko-0/+8