about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2022-08-29Fix tests due to stricter invalid_value5225225-0/+1
2022-08-29Rollup merge of #101131 - RalfJung:ctfe-no-needs-rfc, r=oli-obkMatthias Krüger-2/+5
2022-08-29Rollup merge of #100898 - compiler-errors:too-many-expr-fields, r=spastorinoMatthias Krüger-16/+73
2022-08-29Point at the string inside literal and mention if we need string interpolationYiming Lei-0/+59
2022-08-29unix_sigpipe: Skip some tests on android; libc has no `signal` functionMartin Nordholts-1/+6
2022-08-29Display raw pointer as `*{mut,const} T` instead of `*-ptr` in errorsnils-7/+7
2022-08-29Revert let_chains stabilizationNilstrieb-371/+693
2022-08-29Try normalizing types without RevealAll in ParamEnv in mir validationNilstrieb-0/+25
2022-08-29Make the trait bound is not satisfied specify kindObei Sideg-32/+81
2022-08-29Rollup merge of #101000 - m-ou-se:count-is-star, r=nagisaDylan DPC-1/+14
2022-08-29Rollup merge of #100897 - RalfJung:const-not-to-mutable, r=lcnrMatthias Krüger-10/+10
2022-08-29Rollup merge of #100437 - compiler-errors:better-const-mismatch-err, r=oli-obkMatthias Krüger-42/+164
2022-08-29Improve HIR stats collector.Nicholas Nethercote-20/+52
2022-08-29Add prefix to every line of `-Zhir-stats` output.Nicholas Nethercote-151/+145
2022-08-28Support `#[unix_sigpipe = "inherit|sig_dfl|sig_ign"]` on `fn main()`Martin Nordholts-0/+256
2022-08-28entirely get rid of NeedsRfc CTFE errorsRalf Jung-0/+3
2022-08-28CTFE: exposing pointers and calling extern fn doesn't need an RFC, it is just...Ralf Jung-2/+2
2022-08-28Remove `register_attr`-related testsYuki Okushi-473/+183
2022-08-28Support method callsHirochika Matsumoto-12/+45
2022-08-28Rollup merge of #101055 - TaKO8Ki:use-smaller-span, r=compiler-errorsMatthias Krüger-12/+20
2022-08-28Rollup merge of #101038 - RalfJung:interning-alignment, r=oli-obkMatthias Krüger-0/+17
2022-08-28Rollup merge of #101002 - estebank:hashmap-idx, r=davidtwcoMatthias Krüger-10/+36
2022-08-28Use hir::Map to prevent false positivesHirochika Matsumoto-14/+4
2022-08-28Add test for APITMichael Goulet-3/+23
2022-08-28More descriptive argument placeholdersMichael Goulet-40/+40
2022-08-28Suggest calling when operator types mismatchMichael Goulet-24/+16
2022-08-27Suggest calling trait objects and parameters too, when possibleMichael Goulet-16/+93
2022-08-27adjust testsRalf Jung-28/+311
2022-08-27Add testMichael Goulet-0/+45
2022-08-27Only suggest call on nonexistent fields and methods if they make senseMichael Goulet-69/+62
2022-08-27Use autoderefMichael Goulet-0/+27
2022-08-27Review updates: simpler MWE and docsMatthew Kelly-50/+19
2022-08-27Auto merge of #100989 - lcnr:implied-bounds-uwu, r=spastorinobors-0/+48
2022-08-27use smaller span for suggestionsTakayuki Maeda-12/+20
2022-08-27Auto merge of #101074 - JohnTitor:rollup-zwznihq, r=JohnTitorbors-15/+6
2022-08-27Rollup merge of #99784 - est31:deny_cfg_attr_crate_type_name, r=Mark-SimulacrumYuki Okushi-11/+5
2022-08-27Rollup merge of #96240 - fee1-dead-contrib:stabilize_const_offset_from, r=Mar...Yuki Okushi-4/+1
2022-08-27SadMichael Goulet-0/+16
2022-08-27Auto merge of #100732 - dpaoliello:import_name_type, r=wesleywiserbors-6/+184
2022-08-27Revert "Remove deferred sized checks"Michael Goulet-25/+202
2022-08-27Auto merge of #101064 - compiler-errors:rollup-fwm5m5f, r=compiler-errorsbors-0/+37
2022-08-26Rollup merge of #100817 - vincenzopalazzo:macros/bool_spelling_sugg, r=davidtwcoMichael Goulet-0/+37
2022-08-26Auto merge of #100043 - RalfJung:scalar-always-init, r=RalfJungbors-429/+282
2022-08-26More tests for invalid_value lint5225225-7/+49
2022-08-26Make invalid-value trigger on uninit primitives5225225-10/+23
2022-08-26make read_immediate error immediately on uninit, so ImmTy can carry initializ...Ralf Jung-429/+282
2022-08-26Implementation of import_name_typeDaniel Paoliello-6/+184
2022-08-26Auto merge of #98051 - davidtwco:split-dwarf-stabilization, r=wesleywiserbors-1/+2
2022-08-26add a testRalf Jung-0/+17
2022-08-26Auto merge of #100944 - nnethercote:shrink-thir-Expr, r=cjgillotbors-9/+12