about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-02-03Rollup merge of #120616 - fmease:fix-ice-const-eval-fail-undef-field-access, ...Matthias Krüger-0/+22
2024-02-03Rollup merge of #120571 - nnethercote:misc-diagnostics, r=oli-obkMatthias Krüger-2/+2
2024-02-03Rollup merge of #120570 - fmease:change-ty-to-ct-param-sugg, r=compiler-errorsMatthias Krüger-0/+93
2024-02-03Rollup merge of #120566 - Zalathar:edition, r=compiler-errorsMatthias Krüger-40/+40
2024-02-03Rollup merge of #120562 - oli-obk:revert_stuff, r=cuviperMatthias Krüger-55/+0
2024-02-03Rollup merge of #119543 - usamoi:avx512fp16, r=oli-obkMatthias Krüger-1/+1
2024-02-03Check for presence of field in typeck results before visiting itLeón Orell Valerian Liehr-0/+22
2024-02-02Suggest changing ty to const params if appropriateLeón Orell Valerian Liehr-0/+93
2024-02-02coverage: Use normal `edition:` headers in coverage testsZalathar-40/+40
2024-02-01Revert unsound libcore changes of #119911Oli Scherer-55/+0
2024-02-01A small fix in `enforce_slug_naming.rs`.Nicholas Nethercote-2/+2
2024-01-31Rollup merge of #120501 - GuillaumeGomez:glob-reexport-attr-merge-bugfix, r=n...Nadrieril-0/+32
2024-01-31Rollup merge of #120495 - clubby789:remove-amdgpu-kernel, r=oli-obkNadrieril-226/+53
2024-01-31Rollup merge of #120490 - nnethercote:Diagnostic-hashing, r=estebankNadrieril-5/+0
2024-01-31Rollup merge of #120472 - Nilstrieb:die, r=compiler-errorsNadrieril-63/+23
2024-01-31Rollup merge of #120469 - estebank:issue-40120, r=TaKO8KiNadrieril-357/+357
2024-01-31Auto merge of #120346 - petrochenkov:ownodes, r=oli-obkbors-849/+849
2024-01-31Auto merge of #120227 - nnethercote:further-improve-space_between, r=petroche...bors-91/+69
2024-01-30Provide more context on derived obligation error primary labelEsteban Küber-357/+357
2024-01-31Don't hash lints differently to non-lints.Nicholas Nethercote-5/+0
2024-01-30Auto merge of #119101 - compiler-errors:outlives, r=lcnrbors-3/+48
2024-01-30Add regression test for #120487Guillaume Gomez-0/+32
2024-01-30Rollup merge of #120485 - chenyukang:yukang-add-query-instability-check, r=mi...Guillaume Gomez-1/+38
2024-01-30Rollup merge of #120476 - compiler-errors:lang-items-yeet, r=NilstriebGuillaume Gomez-317/+6
2024-01-30Rollup merge of #120434 - fmease:revert-speeder, r=petrochenkovGuillaume Gomez-5/+2
2024-01-30Rollup merge of #120342 - oli-obk:track_errors6, r=nnethercoteGuillaume Gomez-11/+2
2024-01-30Rollup merge of #120310 - krasimirgg:jan-v0-sym, r=Mark-SimulacrumGuillaume Gomez-1/+1
2024-01-30Rollup merge of #120293 - estebank:issue-102629, r=nnethercoteGuillaume Gomez-311/+230
2024-01-30Rollup merge of #118533 - chenyukang:yukang-fix-118455, r=petrochenkovGuillaume Gomez-184/+73
2024-01-30Remove the `abi_amdgpu_kernel` featureclubby789-226/+53
2024-01-30hir: Simplify `hir_owner_nodes` queryVadim Petrochenkov-849/+849
2024-01-30Rollup merge of #120460 - nnethercote:fix-120397, r=compiler-errorsGuillaume Gomez-20/+94
2024-01-30Rollup merge of #120443 - GuillaumeGomez:footnote-def-improvement, r=fmeaseGuillaume Gomez-0/+15
2024-01-30Rollup merge of #120439 - seqre-contrib:moving-ui-tests, r=nnethercoteGuillaume Gomez-0/+0
2024-01-30Rollup merge of #120424 - RalfJung:raw-ptr-meta, r=NilstriebGuillaume Gomez-5/+5
2024-01-30Rollup merge of #120402 - compiler-errors:async-closure-def-tree, r=cjgillotGuillaume Gomez-0/+31
2024-01-30Rollup merge of #120400 - estebank:bound-error-cleanup, r=oli-obkGuillaume Gomez-143/+32
2024-01-30Rollup merge of #120376 - nikic:update-codegen-test, r=cuviperGuillaume Gomez-2/+2
2024-01-30Auto merge of #119744 - lcnr:assemble-only-rigid, r=compiler-errorsbors-22/+98
2024-01-30add missing potential_query_instability for keys and values in hashmapyukang-1/+38
2024-01-30Apply suggestions from reviewMichael Goulet-0/+20
2024-01-30Add a testMichael Goulet-0/+22
2024-01-30Deeply normalize when processing registered region obligationsMichael Goulet-3/+6
2024-01-29Move multiple UI issue tests to subdirectoriesMarek 'seqre' Grzelak-0/+0
2024-01-29Auto merge of #120466 - Dylan-DPC:rollup-v0or19a, r=Dylan-DPCbors-61/+714
2024-01-29Remove some unnecessary check logic for lang items in HIR typeckMichael Goulet-317/+6
2024-01-29Add test for duplicate lang itemsNilstrieb-0/+23
2024-01-29Delete now-useless testNilstrieb-48/+0
2024-01-29Make duplicate lang items fatalNilstrieb-18/+3
2024-01-29Avoid ICE in trait without `dyn` lintEsteban Küber-120/+218