about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2025-05-07Only prefer param-env candidates if they remain non-global after normMichael Goulet-19/+16
2025-05-07Check `&` before suggest remove deref when trait_selectionxizheyin-5/+1
2025-05-07Use `parse_param_general` when parsing `(T, U)->R` in `parse_path_segment`xizheyin-69/+86
2025-05-07Add ui test suggest-remove-deref-issue-140166xizheyin-0/+44
2025-05-06error early when mixing deref patterns with normal constructorsdianne-0/+91
2025-05-06add exhaustiveness/usefulness tests for deref patternsdianne-0/+269
2025-05-06let deref patterns participate in usefulness/exhaustivenessdianne-15/+9
2025-05-07Rollup merge of #140713 - compiler-errors:check_ref_cast, r=lcnrJacob Pratt-0/+22
2025-05-07Rollup merge of #140607 - lcnr:opaque-type-storage, r=compiler-errorsJacob Pratt-0/+25
2025-05-07Rollup merge of #139534 - madhav-madhusoodanan:apx-target-feature-addition, r...Jacob Pratt-0/+20
2025-05-07Rollup merge of #134273 - RalfJung:de-stabilize-bench, r=ibraheemdev,traviscrossJacob Pratt-70/+12
2025-05-06Structurally resolve in check_ref_castMichael Goulet-0/+22
2025-05-06added error handle for error code > 9999Kivooeo-0/+74
2025-05-06Added apxf target feature testMadhav Madhusoodanan-0/+20
2025-05-06Preserve generic args in suggestions for ambiguous associated itemsLeón Orell Valerian Liehr-23/+111
2025-05-06Factor out `resolve_type_relative_path`León Orell Valerian Liehr-0/+18
2025-05-06support duplicates in the opaque_types_storagelcnr-0/+25
2025-05-06Auto merge of #140702 - GuillaumeGomez:rollup-rpyxs20, r=GuillaumeGomezbors-57/+402
2025-05-06Rollup merge of #140681 - jieyouxu:test_helpers, r=petrochenkovGuillaume Gomez-15/+17
2025-05-06Rollup merge of #140658 - dianne:lit-deref-pats-p2, r=oli-obkGuillaume Gomez-42/+297
2025-05-06Rollup merge of #140632 - Skgland:test-for-issue-81317, r=oli-obkGuillaume Gomez-0/+88
2025-05-06Auto merge of #140561 - compiler-errors:gather-fewer-locals, r=lcnrbors-253/+236
2025-05-06tests: don't ignore compiler stderr in `lib-defaults.rs`Jieyou Xu-15/+17
2025-05-06Rollup merge of #140678 - compiler-errors:dont-ice-on-infer-in-upvar, r=lcnrStuart Cook-0/+35
2025-05-06Rollup merge of #140035 - fee1-dead-contrib:push-oszwkkvmpkks, r=jieyouxu,wes...Stuart Cook-0/+587
2025-05-05Rollup merge of #140672 - compiler-errors:deeply-normalize, r=lcnrGuillaume Gomez-56/+98
2025-05-05Rollup merge of #140661 - Darksonn:fixedx18-tm, r=wesleywiserGuillaume Gomez-0/+37
2025-05-05Rollup merge of #140374 - compiler-errors:global_asm-bug, r=lcnrGuillaume Gomez-0/+62
2025-05-05fix tidy and bless testSkgland-6/+8
2025-05-05Be a bit more relaxed about not yet constrained infer vars in closure upvar a...Michael Goulet-0/+35
2025-05-05expand commentSkgland-0/+29
2025-05-05Deeply normalize in the new solver in WFMichael Goulet-56/+98
2025-05-05Implement RFC 3503: frontmattersDeadbeef-0/+587
2025-05-05Add ui test fn-trait-use-named-paramsxizheyin-0/+26
2025-05-05Do not gather local all together at the beginning of typeckMichael Goulet-253/+236
2025-05-05Rename Instance::new to Instance::new_raw and add a note that it is rawMichael Goulet-4/+4
2025-05-05Resolve instance for SymFn in global/naked asmMichael Goulet-0/+62
2025-05-05Make -Zfixed-x18 into a target modifierAlice Ryhl-0/+37
2025-05-05Auto merge of #140453 - Zoxc:next-disambiguator, r=oli-obkbors-18/+18
2025-05-05always peel `&mut`, to allow matching on `&mut str`dianne-3/+143
2025-05-05match ergonomics for string and byte string literal patternsdianne-41/+156
2025-05-05Auto merge of #134767 - Bryanskiy:dylibs-3, r=petrochenkovbors-0/+325
2025-05-05Rollup merge of #140307 - mejrs:condition_parser, r=nnethercoteTrevor Gross-78/+171
2025-05-04Auto merge of #140646 - tgross35:rollup-z3hjbm6, r=tgross35bors-8/+49
2025-05-04Rollup merge of #140619 - jieyouxu:validate_attr_cleanups, r=UrgauTrevor Gross-0/+43
2025-05-04Rollup merge of #137280 - RalfJung:const_swap_nonoverlapping, r=lcnrTrevor Gross-8/+6
2025-05-04Auto merge of #140599 - petrochenkov:rawerann, r=jieyouxubors-90/+131
2025-05-04Initial support for dynamically linked cratesBryanskiy-0/+325
2025-05-04compiletest: Support matching on non-json lines in compiler outputVadim Petrochenkov-90/+131
2025-05-04Auto merge of #140580 - jdonszelmann:variables-external-macros, r=m-ou-sebors-43/+105