about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2024-10-05Auto merge of #129244 - cjgillot:opaque-hir, r=compiler-errorsbors-519/+578
2024-10-04Rollup merge of #131273 - estebank:issue-131051, r=compiler-errorsJubilee-0/+127
2024-10-04Rollup merge of #130633 - eholk:pin-reborrow-self, r=compiler-errorsJubilee-8/+47
2024-10-04Rollup merge of #130367 - compiler-errors:super-unconstrained, r=spastorinoJubilee-14/+39
2024-10-04Rollup merge of #129517 - cjgillot:known-panic-array, r=pnkfelixJubilee-0/+18
2024-10-05Compute array length from type for unconditional panic.Camille GILLOT-0/+18
2024-10-04Promote crash tests to ui.Camille GILLOT-0/+124
2024-10-04Bless ui tests.Camille GILLOT-519/+454
2024-10-04Account for `impl Trait {` when `impl Trait for Type {` was intendedEsteban Küber-0/+127
2024-10-04Elaborate supertrait span correctly to label the error betterMichael Goulet-0/+3
2024-10-04Check elaborated projections from dyn don't mention unconstrained late bound ...Michael Goulet-14/+36
2024-10-04Rollup merge of #131174 - madsmtm:target-info-sparc-abi, r=pnkfelixJubilee-1/+1
2024-10-04Rollup merge of #130518 - scottmcm:stabilize-controlflow-extra, r=dtolnayJubilee-11/+8
2024-10-04Fix target_abi in sparc-unknown-none-elfMads Marquart-1/+1
2024-10-04Auto merge of #130157 - eduardosm:stabilize-const_float_classify, r=RalfJungbors-2/+5
2024-10-04Rollup merge of #131202 - Urgau:wide-ptrs-compiler, r=jieyouxuGuillaume Gomez-7/+7
2024-10-04Rollup merge of #131034 - Urgau:cfg-true-false, r=nnethercoteGuillaume Gomez-3/+105
2024-10-04Use wide pointers consistenly across the compilerUrgau-7/+7
2024-10-04Improve non-boolean literal error in cfg predicateUrgau-2/+2
2024-10-04Feature gate boolean lit support in cfg predicatesUrgau-0/+73
2024-10-03Rollup merge of #131187 - Zalathar:bad-attr-ice, r=jieyouxuMatthias Krüger-0/+57
2024-10-03Rollup merge of #131112 - jswrenn:fix-130413, r=compiler-errorsMatthias Krüger-0/+56
2024-10-03Rollup merge of #131024 - compiler-errors:deref-sugg, r=estebankMatthias Krüger-0/+25
2024-10-03Rollup merge of #131163 - JakenHerman:master, r=NadrierilMatthias Krüger-1/+16
2024-10-03Avoid ICE in coverage builds with bad `#[coverage(..)]` attributesZalathar-0/+57
2024-10-02Rollup merge of #130725 - GrigorenkoPV:@-in-struct-patterns, r=NadrierilJubilee-0/+83
2024-10-02Add `get_line` confusable to `Stdin::read_line()`Jaken Herman-1/+16
2024-10-02Auto merge of #130821 - lcnr:nalgebra-hang-2, r=compiler-errorsbors-2/+74
2024-10-02Rollup merge of #131152 - fee1-dead-contrib:fxdiag, r=compiler-errorsMatthias Krüger-137/+114
2024-10-02Rollup merge of #131150 - bvanjoi:issue-128327, r=chenyukangMatthias Krüger-0/+44
2024-10-02Rollup merge of #131140 - ismailarilik:handle-potential-query-instability-lin...Matthias Krüger-11/+11
2024-10-02Rollup merge of #130863 - compiler-errors:relax-codegen-dyn-assert, r=lcnrMatthias Krüger-0/+8
2024-10-02Improve const traits diagnostics for new desugaringDeadbeef-137/+114
2024-10-02only query `params_in_repr` if def kind is adtbohan-0/+44
2024-10-02Handle `rustc-hir-analysis` cases of `rustc::potential_query_instability` lintismailarilik-11/+11
2024-10-01TransmuteFrom: Gracefully handle unnormalized types and normalization errorsJack Wrenn-0/+56
2024-10-01Split out method receivers in feature gate testEric Holk-25/+6
2024-10-01Auto merge of #131098 - GuillaumeGomez:rollup-kk74was, r=GuillaumeGomezbors-7/+8
2024-10-01Rollup merge of #131042 - compiler-errors:supertrait-vtable, r=lcnrGuillaume Gomez-7/+8
2024-10-01add testslcnr-2/+74
2024-10-01Auto merge of #126839 - obeis:mpmc, r=Amanieubors-3/+26
2024-10-01Implement boolean lit support in cfg predicatesUrgau-0/+29
2024-10-01Use `ast::NestedMetaItem` when evaluating cfg predicateUrgau-3/+3
2024-10-01Stabilize expr_2021 fragment in all editionsEric Holk-57/+36
2024-09-30Rollup merge of #130966 - RalfJung:ptr-metadata-const-stable, r=scottmcmTrevor Gross-0/+70
2024-09-30Rollup merge of #130877 - taiki-e:riscv-atomic, r=AmanieuTrevor Gross-2/+2
2024-09-30add test ensuring we cannot call const-stable unstable functionsRalf Jung-0/+70
2024-09-30Add multi-producer, multi-consumer channel (mpmc)Obei Sideg-3/+26
2024-09-30Instantiate binders in supertrait_vtable_slotMichael Goulet-7/+8
2024-09-30Rollup merge of #131038 - onkoe:fix/adt_const_params_leak_118179, r=compiler-...Matthias Krüger-319/+135