about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-02-16Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkinbors-39/+104
2024-02-16Rollup merge of #121146 - compiler-errors:ignore-diverging-arms, r=estebankGuillaume Gomez-16/+46
2024-02-16Rollup merge of #121119 - compiler-errors:async-fn-kind-errs, r=oli-obkGuillaume Gomez-7/+39
2024-02-16Rollup merge of #121095 - chenyukang:yukang-fix-120998-rust-playground-link, ...Guillaume Gomez-2/+2
2024-02-15Auto merge of #121133 - tmiasko:skip-coroutines, r=cjgillotbors-0/+14
2024-02-15Auto merge of #119338 - compiler-errors:upcast-plus-autos, r=lcnrbors-0/+14
2024-02-15Remove a suggestion that is redundantMichael Goulet-20/+5
2024-02-15Auto merge of #121142 - GuillaumeGomez:rollup-5qmksjw, r=GuillaumeGomezbors-71/+274
2024-02-15make better async fn kind errorsMichael Goulet-7/+39
2024-02-15Only point out non-diverging arms for match suggestionsMichael Goulet-1/+46
2024-02-15Consider principal trait ref's auto-trait super-traits in dyn upcastingMichael Goulet-0/+14
2024-02-15Rollup merge of #121113 - oli-obk:track_errors10, r=compiler-errorsGuillaume Gomez-58/+241
2024-02-15Rollup merge of #121107 - estebank:capitalization-suggestion, r=michaelwoeristerGuillaume Gomez-13/+13
2024-02-15Rollup merge of #121104 - Urgau:bigger_layout-fix-fp, r=compiler-errorsGuillaume Gomez-0/+5
2024-02-15Rollup merge of #121088 - nikic:evex512, r=AmanieuGuillaume Gomez-0/+15
2024-02-15Auto merge of #120931 - chenyukang:yukang-cleanup-hashmap, r=michaelwoeristerbors-8/+8
2024-02-15add extra indent spaces for rust-playground linkyukang-2/+2
2024-02-15Auto merge of #116564 - oli-obk:evaluated_static_in_metadata, r=RalfJung,cjgi...bors-51/+91
2024-02-15Do not allocate a second "background" alloc id for the main allocation of a s...Oli Scherer-49/+69
2024-02-15Return ConstAllocation from eval_static_initializer query directlyOli Scherer-31/+11
2024-02-15Add new query just for static initializersOli Scherer-15/+35
2024-02-15Add regression testAmanjeev Sethi-0/+20
2024-02-15Rollup merge of #121116 - nnethercote:fix-121103-121108, r=oli-obkMatthias Krüger-0/+52
2024-02-15Rollup merge of #121105 - compiler-errors:no-const-ty-overflow, r=oli-obkMatthias Krüger-0/+39
2024-02-15Rollup merge of #121022 - fmease:rustdoc-x-crate-late-bound-lt-src-order, r=G...Matthias Krüger-0/+34
2024-02-15Rollup merge of #120982 - momvart:smir-61-foreign_kind, r=oli-obkMatthias Krüger-0/+93
2024-02-15rustdoc: cross-crate re-exports: correctly render late-bound params in source...León Orell Valerian Liehr-0/+34
2024-02-15Skip coroutines in jump threading to avoid query cyclesTomasz Miąsko-0/+14
2024-02-15Reinstate some delayed bugs.Nicholas Nethercote-0/+52
2024-02-14Continue compilation even if inherent impl checks failOli Scherer-58/+241
2024-02-14Fix msg for verbose suggestions with confusable capitalizationEsteban Küber-13/+13
2024-02-14Auto merge of #120847 - oli-obk:track_errors9, r=compiler-errorsbors-281/+2702
2024-02-14Ignore unsized types when trying to determine the size of a typeUrgau-0/+5
2024-02-14Do not report overflow errors on ConstArgHasType goalsMichael Goulet-0/+39
2024-02-14Rewrite foreign item kind query using `DefKind`Mohammad Omidvar-1/+1
2024-02-14Implicitly enable evex512 if avx512 is enabledNikita Popov-0/+15
2024-02-14Rollup merge of #121075 - chenyukang:yukang-fix-121070-lint-range, r=oli-obkGuillaume Gomez-0/+16
2024-02-14Rollup merge of #120966 - chenyukang:yukang-fix-120599-resolve, r=pnkfelixGuillaume Gomez-5/+19
2024-02-14Rollup merge of #120893 - c410-f3r:testsssssss, r=petrochenkovGuillaume Gomez-0/+0
2024-02-14Use the correct char type on all platformsOli Scherer-9/+8
2024-02-14Continue compilation after check_mod_type_wf errorsOli Scherer-272/+2694
2024-02-14Rollup merge of #121049 - estebank:issue-121009, r=fmeaseOli Scherer-53/+1
2024-02-14Rollup merge of #121045 - jieyouxu:fix-ui-tests, r=oli-obkOli Scherer-24/+39
2024-02-14Rollup merge of #121039 - cjgillot:gvn-adjust, r=compiler-errorsOli Scherer-0/+25
2024-02-14Rollup merge of #120915 - OdenShirataki:master, r=fmeaseOli Scherer-4/+61
2024-02-14Rollup merge of #120530 - trevyn:issue-116434, r=compiler-errorsOli Scherer-41/+188
2024-02-14clean up potential_query_instability with FxIndexMap and UnordMapyukang-8/+8
2024-02-14Fix two UI tests with incorrect directive / invalid revision许杰友 Jieyou Xu (Joe)-24/+39
2024-02-14Fix false positive with if let and rangesyukang-0/+16
2024-02-14remove importing suggestions when there is a shadowed typo canddiateyukang-5/+19