about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2022-12-11Add some regression tests for #44454Yuki Okushi-0/+115
2022-12-11Add regression test for #104582Yuki Okushi-0/+30
2022-12-10fix rebaseEsteban Küber-2/+2
2022-12-10Introduce `with_forced_trimmed_paths`Esteban Küber-97/+108
2022-12-10Rollup merge of #105482 - wesleywiser:fix_debuginfo_ub, r=tmiaskoMatthias Krüger-0/+20
2022-12-10Rollup merge of #105410 - TaKO8Ki:fix-105257, r=BoxyUwUMatthias Krüger-0/+23
2022-12-10Rollup merge of #105192 - estebank:point-at-lhs-on-binop, r=fee1-deadMatthias Krüger-186/+560
2022-12-10Rollup merge of #104460 - Nilstrieb:expand-the-translation, r=davidtwcoMatthias Krüger-24/+34
2022-12-10Migrate parts of `rustc_expand` to session diagnosticsnils-24/+34
2022-12-10Rollup merge of #105514 - estebank:is_visible, r=oli-obkMatthias Krüger-4/+0
2022-12-10Rollup merge of #105505 - WaffleLapkin:yeet_unused_parens_lint, r=fee1-deadMatthias Krüger-20/+34
2022-12-10Rollup merge of #105109 - rcvalle:rust-kcfi, r=bjorn3Matthias Krüger-1/+1
2022-12-10Rollup merge of #104019 - compiler-errors:print-generator-sizes, r=wesleywiserMatthias Krüger-0/+83
2022-12-10fix #105366, suggest impl in the scenario of typo with fnyukang-0/+37
2022-12-09Fix process-panic-after-fork.rs to pass on newer versions of Android.Peter Collingbourne-36/+41
2022-12-09Account for macros in const genericsEsteban Küber-0/+6
2022-12-09Introduce `Span::is_visible`Esteban Küber-4/+0
2022-12-09Rollup merge of #105506 - estebank:rustc_must_implement_one_of, r=compiler-er...Matthias Krüger-28/+28
2022-12-09Rollup merge of #105265 - aDotInTheVoid:sum-product-on-unimplemented, r=estebankMatthias Krüger-0/+48
2022-12-09Rollup merge of #102406 - mejrs:missing_copy, r=wesleywiserMatthias Krüger-0/+35
2022-12-09Tweak `rustc_must_implement_one_of` diagnostic outputEsteban Küber-28/+28
2022-12-09Don't warn about unused parens when they are used by yeet exprMaybe Waffle-20/+34
2022-12-09Illegal sized bounds: only suggest mutability change if neededRobin Schroer-0/+110
2022-12-09Auto merge of #105486 - matthiaskrgr:rollup-o7c4l1c, r=matthiaskrgrbors-0/+52
2022-12-09Rollup merge of #105455 - lcnr:correct-reveal-in-validate, r=jackh726Matthias Krüger-0/+52
2022-12-09Auto merge of #104449 - oli-obk:unhide_unknown_spans, r=estebank,RalfJungbors-713/+2025
2022-12-09Add testsGary Guo-0/+93
2022-12-08Don't generate pointer loads to spills unless necessaryWesley Wiser-0/+20
2022-12-08Add LLVM KCFI support to the Rust compilerRamon de C Valle-1/+1
2022-12-08Point at LHS on binop type err if relevantEsteban Küber-186/+560
2022-12-08Add `rustc_on_unimplemented` to `Sum` and `Product` trait.Nixon Enraght-Moony-0/+48
2022-12-08Support `#[track_caller]` on async closuresGary Guo-1/+65
2022-12-08Rollup merge of #105408 - cuviper:help-rpitirpit, r=compiler-errorsMatthias Krüger-0/+6
2022-12-08Rollup merge of #105255 - cjgillot:issue-105197, r=compiler-errorsMatthias Krüger-0/+17
2022-12-08Rollup merge of #104922 - estebank:fur-elize, r=oli-obkMatthias Krüger-11/+179
2022-12-08add regression test for #105009lcnr-0/+52
2022-12-08add a test for #103095Takayuki Maeda-0/+30
2022-12-08add a test case for `generic_const_exprs` in trait itemsTakayuki Maeda-1/+8
2022-12-07Properly print generator interior type sizesMichael Goulet-11/+28
2022-12-07Rollup merge of #105400 - BoxyUwU:braced_param_evaluatability, r=oli-obkMatthias Krüger-0/+12
2022-12-07Rollup merge of #105267 - compiler-errors:issue-104613, r=oli-obkMatthias Krüger-0/+54
2022-12-07Add tests for #41731Steven Tang-0/+106
2022-12-07Make -Zsimulate-remapped-rust-src-base reproducible on CIOli Scherer-9/+9
2022-12-07Auto merge of #104799 - pcc:linkage-fn, r=tmiaskobors-30/+15
2022-12-07Avoid remapping paths back to `$SRC_DIR` in CIOli Scherer-6/+6
2022-12-07fix #105226, Detect spurious ; before assoc fn bodyyukang-0/+53
2022-12-07consider `parent_count` for const param defaultsTakayuki Maeda-0/+16
2022-12-07Compute generator sizes with -Zprint_type_sizesMichael Goulet-0/+66
2022-12-06Add help for `#![feature(impl_trait_in_fn_trait_return)]`Josh Stone-0/+6
2022-12-06normalize before matching on `ConstKind`Boxy-0/+12