about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-02-13Auto merge of #120919 - oli-obk:impl_polarity, r=compiler-errorsbors-4/+4
2024-02-12Rollup merge of #120970 - RalfJung:static-promoted-test, r=oli-obkMatthias Krüger-0/+33
2024-02-12Rollup merge of #120965 - ChrisDenton:sahf, r=michaelwoeristerMatthias Krüger-2/+4
2024-02-12Rollup merge of #120958 - ShoyuVanilla:remove-subst, r=oli-obkMatthias Krüger-2/+2
2024-02-12Rollup merge of #118983 - Urgau:invalid_ref_casting-bigger-layout, r=oli-obkMatthias Krüger-10/+272
2024-02-12Lint on reference casting to bigger underlying allocationUrgau-10/+272
2024-02-12Auto merge of #120980 - matthiaskrgr:rollup-dsjsqql, r=matthiaskrgrbors-165/+162
2024-02-12Rollup merge of #120972 - lukas-code:autoderef-type-error, r=compiler-errorsMatthias Krüger-5/+28
2024-02-12Rollup merge of #120956 - compiler-errors:clean-type-alias, r=GuillaumeGomezMatthias Krüger-0/+14
2024-02-12Rollup merge of #120944 - compiler-errors:inliner-abi, r=oli-obkMatthias Krüger-0/+44
2024-02-12Rollup merge of #120933 - RalfJung:const-check-misc, r=oli-obkMatthias Krüger-154/+3
2024-02-12Rollup merge of #120928 - c410-f3r:tests-tests-tests, r=davidtwcoMatthias Krüger-0/+31
2024-02-12Rollup merge of #120899 - compiler-errors:non-wf-alias, r=lcnrMatthias Krüger-0/+36
2024-02-12Rollup merge of #120833 - nnethercote:more-internal-emit_diagnostics-cleanups...Matthias Krüger-6/+6
2024-02-12Auto merge of #115367 - frank-king:feature/unnamed-fields-hir, r=davidtwcobors-136/+2511
2024-02-12add another test for promoteds-in-staticRalf Jung-0/+33
2024-02-12fix ICE for deref coercions with type errorsLukas Markeffsky-5/+28
2024-02-12Add lahfsahf and prfchw target featureChris Denton-2/+4
2024-02-12Auto merge of #120960 - RalfJung:static-promoted-cycle, r=oli-obkbors-0/+12
2024-02-12Make impl_trait_ref into a query also returning more information about the implOli Scherer-4/+4
2024-02-12Fix failing testShoyu Vanilla-1/+1
2024-02-12fix cycle error when a static and a promoted are mutually recursiveRalf Jung-0/+12
2024-02-12Tweak delayed bug mentions.Nicholas Nethercote-6/+6
2024-02-12Auto merge of #120835 - oli-obk:no_hir_coherence, r=cjgillotbors-12/+12
2024-02-12Fix failing testShoyu Vanilla-1/+1
2024-02-12Clean inlined type alias with correct param-envMichael Goulet-0/+14
2024-02-12Improve some codes according to the reviewsFrank King-0/+494
2024-02-12Add `#[derive(Clone, Copy)]` to anonymous adtsFrank King-175/+184
2024-02-12Check representation of unnamed fieldsFrank King-11/+193
2024-02-12Lowering field access for anonymous adtsFrank King-0/+176
2024-02-12check uniqueness of nested fieldsFrank King-20/+1632
2024-02-12Lower anonymous structs or unions to HIRFrank King-116/+18
2024-02-11Rollup merge of #120897 - compiler-errors:foreign-async-closure, r=oli-obkMatthias Krüger-0/+26
2024-02-11Check that the ABI of the instance we are inlining is correctMichael Goulet-0/+44
2024-02-11Auto merge of #120903 - matthiaskrgr:rollup-tmsuzth, r=matthiaskrgrbors-110/+308
2024-02-11check_consts: fix some duplicate errors by not calling check_static unnecessa...Ralf Jung-154/+3
2024-02-11Add testCaio-0/+31
2024-02-11Rollup merge of #118307 - scottmcm:tuple-eq-simpler, r=joshtriplettMatthias Krüger-6/+8
2024-02-11Auto merge of #120405 - cjgillot:gvn-pointer, r=oli-obkbors-1367/+2124
2024-02-11Rollup merge of #120896 - compiler-errors:coro-closure-kind, r=oli-obkMatthias Krüger-11/+11
2024-02-11Rollup merge of #120895 - lukas-code:error-coercions-ice, r=compiler-errorsMatthias Krüger-59/+30
2024-02-11Rollup merge of #120883 - RalfJung:extern-static-err, r=oli-obkMatthias Krüger-2/+43
2024-02-11Rollup merge of #120874 - gurry:120838-extra-where-in-suggestion, r=fmeaseMatthias Krüger-1/+35
2024-02-11Rollup merge of #120773 - Enselic:copy-vs-move, r=oli-obkMatthias Krüger-37/+138
2024-02-11Rollup merge of #120272 - long-long-float:suppress-suggestions-in-derive-macr...Matthias Krüger-0/+51
2024-02-10Gracefully handle non-WF alias in assemble_alias_bound_candidates_recurMichael Goulet-0/+36
2024-02-10Print kind of coroutine closureMichael Goulet-11/+11
2024-02-10Encode coroutine_for_closure for foreign cratesMichael Goulet-0/+26
2024-02-10Auto merge of #117206 - cjgillot:jump-threading-default, r=tmiaskobors-807/+465
2024-02-10don't skip coercions for types with errorsLukas Markeffsky-59/+30