about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-03-08Make TAITs capture all higher-ranked lifetimes in scopeMichael Goulet-43/+62
2024-03-07Auto merge of #122151 - GuillaumeGomez:rollup-hfxr9kv, r=GuillaumeGomezbors-179/+163
2024-03-07Auto merge of #119199 - dpaoliello:arm64ec, r=petrochenkovbors-1/+4
2024-03-07Rollup merge of #122004 - fmease:astvalidator-min-fix, r=compiler-errorsGuillaume Gomez-0/+72
2024-03-07Rollup merge of #121089 - oli-obk:create_def_feed, r=petrochenkovGuillaume Gomez-1/+1
2024-03-07Rollup merge of #119888 - weiznich:stablize_diagnostic_namespace, r=compiler-...Guillaume Gomez-178/+90
2024-03-07Rollup merge of #122123 - compiler-errors:object-trait-alias-bounds, r=oli-obkGuillaume Gomez-5/+18
2024-03-07Rollup merge of #122115 - clubby789:cancel-recoverr, r=compiler-errorsGuillaume Gomez-2/+17
2024-03-07Rollup merge of #122114 - saethlin:cant-find-crate-spam, r=WaffleLapkinGuillaume Gomez-19/+3
2024-03-07Rollup merge of #121863 - lukas-code:silence-mismatched-super-projections, r=...Guillaume Gomez-17/+171
2024-03-07Merge `check_mod_impl_wf` and `check_mod_type_wf`Oli Scherer-208/+702
2024-03-07Auto merge of #122113 - matthiaskrgr:rollup-5d1jnwi, r=matthiaskrgrbors-3/+169
2024-03-06Add arm64ec-pc-windows-msvc targetDaniel Paoliello-1/+4
2024-03-07Don't require specifying unrelated assoc types when trait alias is in dyn typeMichael Goulet-5/+18
2024-03-07Rollup merge of #122109 - alexcrichton:compiletests-needs-threads, r=workingj...Matthias Krüger-76/+74
2024-03-07Rollup merge of #122107 - Urgau:non_local_def-allow, r=WaffleLapkinMatthias Krüger-55/+66
2024-03-07Rollup merge of #122061 - workingjubilee:prefix-llvm-error, r=cuviperMatthias Krüger-1/+1
2024-03-06Make not finding core a fatal errorBen Kimock-19/+3
2024-03-06Cancel parsing ever made during recoveryclubby789-2/+17
2024-03-06Rollup merge of #122027 - compiler-errors:rpitit-cycle, r=spastorinoMatthias Krüger-0/+18
2024-03-06Rollup merge of #122022 - heiher:loongarch-features, r=petrochenkovMatthias Krüger-3/+3
2024-03-06Rollup merge of #121958 - chenyukang:yukang-fix-121915-import, r=petrochenkovMatthias Krüger-0/+148
2024-03-06Temporarily make allow-by-default the non_local_definitions lintUrgau-55/+66
2024-03-06Rollup merge of #122038 - Alexendoo:unused-qualifications, r=petrochenkovMatthias Krüger-1/+19
2024-03-06Rollup merge of #121382 - nnethercote:rework-untranslatable_diagnostic-lint, ...Matthias Krüger-7/+40
2024-03-06Rollup merge of #121190 - bvanjoi:fix-114884, r=petrochenkovMatthias Krüger-0/+37
2024-03-06Rollup merge of #117199 - Zalathar:instrument-coverage-on, r=oli-obk,NadrierilMatthias Krüger-2/+2
2024-03-06Rollup merge of #113518 - jyn514:streaming-failures, r=cuviperMatthias Krüger-0/+156
2024-03-06compiletest: Add a `//@ needs-threads` directiveAlex Crichton-76/+74
2024-03-06Fix redundant import errors for preload extern crateyukang-0/+148
2024-03-06avoid overlapping privacy suggestion for single nested importsbohan-0/+37
2024-03-06Auto merge of #121956 - ChrisDenton:srwlock, r=joboetbors-2/+2
2024-03-06Auto merge of #121679 - lcnr:opaque-wf-check-2, r=oli-obkbors-93/+272
2024-03-06loongarch: add frecipe and relax target featureWANG Rui-3/+3
2024-03-06Change the documented implicit value of `-C instrument-coverage` to `=yes`Zalathar-2/+2
2024-03-05Clarify FatalErrorHandlerJubilee Young-1/+1
2024-03-06Rewrite the `untranslatable_diagnostic` lint.Nicholas Nethercote-7/+40
2024-03-06Auto merge of #122045 - matthiaskrgr:rollup-5l3vpn7, r=matthiaskrgrbors-12/+29
2024-03-05Rollup merge of #122018 - RalfJung:box-custom-alloc, r=oli-obkMatthias Krüger-0/+11
2024-03-05Rollup merge of #121894 - RalfJung:const_eval_select, r=oli-obkMatthias Krüger-12/+8
2024-03-05Rollup merge of #121857 - compiler-errors:async-closure-signature-deduction, ...Matthias Krüger-0/+10
2024-03-05Rollup merge of #121991 - oli-obk:merge_opaque_types_defined_by_queries, r=co...Matthias Krüger-10/+20
2024-03-05Rollup merge of #121978 - GuillaumeGomez:dylib-duplicated-path, r=bjorn3Matthias Krüger-0/+9
2024-03-05Rollup merge of #121975 - davidtwco:issue-121757, r=petrochenkovMatthias Krüger-0/+70
2024-03-05Rollup merge of #121961 - surechen:add_test_20240304, r=petrochenkovMatthias Krüger-0/+124
2024-03-05Rollup merge of #121846 - bvanjoi:fix-121760, r=petrochenkovMatthias Krüger-0/+56
2024-03-05Rollup merge of #121202 - Urgau:check-cfg-limit-diagnostics, r=pnkfelixMatthias Krüger-28/+40
2024-03-05Fix linting paths with qself in `unused_qualifications`Alex Macleod-1/+19
2024-03-05Merge `impl_trait_in_assoc_types_defined_by` query back into `opaque_types_de...Oli Scherer-10/+20
2024-03-05Uplift some feeding out of associated_type_for_impl_trait_in_impl and into qu...Michael Goulet-0/+18