about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-07-12rustc_type_ir: derivative -> derive-wherePavel Grigorenko-19/+19
2024-07-12Rollup merge of #126639 - sayantn:amx, r=AmanieuMatthias Krüger-2/+21
2024-07-12Auto merge of #127635 - matthiaskrgr:rollup-foopajr, r=matthiaskrgrbors-350/+294
2024-07-11Add the feature gate and target-featuressayantn-2/+21
2024-07-12Rollup merge of #127596 - tesuji:help-unwrap-or, r=compiler-errorsMatthias Krüger-0/+24
2024-07-12Rollup merge of #127164 - Nadrieril:clean-lowering-loop, r=matthewjasperMatthias Krüger-350/+270
2024-07-12Auto merge of #127382 - estebank:const-let, r=compiler-errorsbors-103/+189
2024-07-11Add suggestion for `Option<&Vec<T>> -> Option<&[T]`Lzu Tao-0/+4
2024-07-11Add regression test for issue 127545Lzu Tao-0/+20
2024-07-11Fix aarch64 testEsteban Küber-24/+40
2024-07-11Account for `let foo = expr`; to suggest `const foo: Ty = expr;`Esteban Küber-34/+34
2024-07-11Use verbose style when suggesting changing `const` with `let`Esteban Küber-77/+147
2024-07-11Rollup merge of #127605 - nikic:remove-extern-wasm, r=oli-obkMatthias Krüger-323/+63
2024-07-11Rollup merge of #127601 - trevyn:issue-127600, r=compiler-errorsMatthias Krüger-0/+10
2024-07-11Rollup merge of #127598 - weiznich:diagnostic_do_not_recommend_also_skips_hel...Matthias Krüger-0/+61
2024-07-11Rollup merge of #127591 - compiler-errors:label-after-primary, r=lcnrMatthias Krüger-0/+14
2024-07-11Rollup merge of #124599 - estebank:issue-41708, r=wesleywiserMatthias Krüger-0/+153
2024-07-11Auto merge of #127311 - oli-obk:do_not_count_errors, r=compiler-errorsbors-211/+33
2024-07-11Avoid follow-up errors and ICEs after missing lifetime errors on data structuresOli Scherer-211/+33
2024-07-11Remove extern "wasm" ABINikita Popov-323/+63
2024-07-11Auto merge of #126777 - Zalathar:normalize-colon, r=lcnrbors-228/+228
2024-07-11check is_ident before parse_identtrevyn-0/+10
2024-07-11Auto merge of #127097 - compiler-errors:async-closure-lint, r=oli-obkbors-0/+88
2024-07-11Allows `#[diagnostic::do_not_recommend]` to supress trait impls in suggestion...Georg Semmler-0/+61
2024-07-11Auto merge of #127575 - chenyukang:yukang-fix-struct-fields-ice, r=compiler-e...bors-6/+75
2024-07-11Always use a colon in `//@ normalize-*:` headersZalathar-228/+228
2024-07-11Auto merge of #127538 - Oneirical:the-sacred-tests, r=jieyouxubors-65/+78
2024-07-10Fix diagnostic and add a test for itMichael Goulet-0/+14
2024-07-10Auto merge of #127419 - trevyn:issue-125446, r=fee1-deadbors-86/+208
2024-07-11report pat no field error no recoverd struct variantyukang-6/+75
2024-07-10Rollup merge of #127568 - lcnr:undo-leakcheck, r=oli-obkMatthias Krüger-245/+109
2024-07-10Rollup merge of #127094 - Borgerr:E0191-suggestion-correction, r=fmeaseMatthias Krüger-3/+34
2024-07-10instantiate higher ranked goals in candidate selectionlcnr-245/+109
2024-07-10Auto merge of #127006 - Oneirical:holmes-the-detestive, r=Kobzolbors-77/+120
2024-07-10Auto merge of #127549 - jhpratt:rollup-o1mbmhr, r=jhprattbors-6/+96
2024-07-10Rollup merge of #127461 - c6c7:fixup-failing-fuchsia-tests, r=tmandryJacob Pratt-3/+5
2024-07-10Rollup merge of #125627 - vincenzopalazzo:macros/cargo-fix-expr2024, r=compil...Jacob Pratt-3/+91
2024-07-10Auto merge of #127496 - tgross35:f16-f128-pattern-fixme, r=Nadrierilbors-39/+51
2024-07-09E0191 suggestion correction, inserts turbofish without dyn (#91997)Ashton Hunt-3/+34
2024-07-09Auto merge of #127358 - oli-obk:taint_itemctxt, r=fmeasebors-276/+74
2024-07-09Ignore fuchsia tests implicitly relying on a signal upon abortCharles Celerier-3/+5
2024-07-09rewrite issue-109934-lto-debuginfo as an ui testOneirical-21/+22
2024-07-09Return the `otherwise_block` instead of passing it as argumentNadrieril-404/+304
2024-07-09Don't try to save an extra blockNadrieril-255/+275
2024-07-09rewrite type-mismatch-same-crate-name to rmakeOneirical-19/+29
2024-07-09Auto merge of #127234 - ZhuUx:inlined-expr, r=davidtwco,Zalatharbors-24/+175
2024-07-09rewrite and rename issue-83112-incr-test-moved-file to rmakeOneirical-25/+27
2024-07-09rewrite symbols-include-type-name to rmakeOneirical-19/+23
2024-07-09tests: adds cargo fix testsVincenzo Palazzo-3/+91
2024-07-09Auto merge of #127028 - Nadrieril:fix-or-pat-expansion, r=matthewjasperbors-0/+74