about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2023-11-27Change help message to make some sense in broader contextHirochika Matsumoto-2/+2
2023-11-27Address review feedbacksHirochika Matsumoto-7/+1
2023-11-27Make tidy test happyHirochika Matsumoto-1/+1
2023-11-27Detect Python-like slicing and suggest how to fixHirochika Matsumoto-0/+26
2023-11-27Suggest swapping the order of `ref` and `box`Hirochika Matsumoto-0/+36
2023-11-27Detect and reject malformed repr(Rust) hintsLeón Orell Valerian Liehr-8/+35
2023-11-27make const tests independent of std debug assertionsRalf Jung-232/+112
2023-11-27Dont suggest `!` for path in function call if it has generic argsMichael Goulet-0/+13
2023-11-26don't add redundant help for object safety violationsRyan Mehri-1/+0
2023-11-26Update std::simd usage and test outputsCaleb Zulawski-34/+34
2023-11-26Auto merge of #110303 - nbdd0121:master, r=Mark-Simulacrumbors-114/+117
2023-11-26Auto merge of #118300 - compiler-errors:rollup-cm3i8fg, r=compiler-errorsbors-0/+14
2023-11-26Auto merge of #117611 - Nadrieril:linear-pass-take-4, r=cjgillotbors-238/+281
2023-11-25Fix testsGary Guo-114/+117
2023-11-25Rollup merge of #118290 - compiler-errors:placeholder-implied, r=aliemjayMichael Goulet-0/+14
2023-11-25Get rid of infer vars in inherent assoc types selection by using probeSantiago Pastorino-0/+14
2023-11-25Auto merge of #118294 - GuillaumeGomez:rollup-ij2bzwt, r=GuillaumeGomezbors-0/+24
2023-11-25Do not erase late bound regions, replace them with placeholdersSantiago Pastorino-1/+10
2023-11-25make sure we still eagerly emit errorsMichael Goulet-0/+24
2023-11-25Don't ICE when encountering placeholders in implied bounds computationMichael Goulet-0/+14
2023-11-25Auto merge of #118127 - RalfJung:unadjusted-abi, r=compiler-errorsbors-0/+54
2023-11-25effects: Run `enforce_context_effects` for all method callsDeadbeef-30/+75
2023-11-25Auto merge of #118075 - tmiasko:validate-critical-call-edges, r=cjgillotbors-0/+31
2023-11-24Auto merge of #118138 - Nilstrieb:one-previous-error, r=WaffleLapkinbors-5067/+5067
2023-11-24Manual find replace updatesNilstrieb-45/+45
2023-11-24Show number in error message even for one errorNilstrieb-5022/+5022
2023-11-24Auto merge of #118248 - compiler-errors:rollup-tye3vgj, r=compiler-errorsbors-68/+101
2023-11-24Rollup merge of #118245 - fee1-dead-contrib:span-tilde-const, r=compiler-errorsMichael Goulet-64/+64
2023-11-24Rollup merge of #118210 - lcnr:intercrate-ambiguity-causes-uwu, r=compiler-er...Michael Goulet-4/+37
2023-11-24Auto merge of #117934 - Young-Flash:dev, r=petrochenkovbors-4/+50
2023-11-24Add `Span` to `TraitBoundModifier`Deadbeef-64/+64
2023-11-24add track_caller for arith opsbohan-0/+77
2023-11-23Add an experimental feature gate for function delegationVadim Petrochenkov-0/+16
2023-11-23fix intercrate ambiguity causeslcnr-4/+37
2023-11-23feat: make let_binding_suggestion more reasonableYoung-Flash-4/+50
2023-11-23Rollup merge of #118146 - compiler-errors:deref-into-dyn-regions, r=lcnrMatthias Krüger-3/+88
2023-11-23Rollup merge of #118131 - lukas-code:multi-default, r=wesleywiserMatthias Krüger-38/+103
2023-11-23Auto merge of #118065 - estebank:core-not-found-404, r=TaKO8Kibors-12/+20
2023-11-22Rework supertrait lint once againMichael Goulet-3/+88
2023-11-22Provide structured suggestion for type mismatch in loopEsteban Küber-17/+48
2023-11-22When failing to import `core`, suggest `std`Esteban Küber-12/+20
2023-11-22Auto merge of #118178 - compiler-errors:rollup-0i11w85, r=compiler-errorsbors-0/+17
2023-11-22Rollup merge of #118161 - compiler-errors:coroutine-obligation-opaques, r=lcnrMichael Goulet-0/+17
2023-11-22Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkinbors-214/+82
2023-11-22Auto merge of #112380 - jieyouxu:useless-bindings-lint, r=WaffleLapkinbors-2/+3
2023-11-22Stabilize RFC3324 dyn upcasting coercionUrgau-214/+82
2023-11-22Auto merge of #118071 - Urgau:check-cfg-cargo-feature, r=petrochenkovbors-16/+76
2023-11-22add a testRalf Jung-0/+54
2023-11-22Allow defining opaques in check_coroutine_obligationsMichael Goulet-0/+17
2023-11-22Fully rework the algorithm and its explanationNadrieril-27/+34