about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2023-11-22Keep rows with guards in the matrixNadrieril-14/+14
2023-11-22Add some testsNadrieril-202/+238
2023-11-22Validate there are no critical call edges in optimized MIRTomasz Miąsko-0/+31
2023-11-21Rollup merge of #118112 - compiler-errors:index-ambiguity-ice, r=aliemjayMatthias Krüger-0/+38
2023-11-21Update the minimum external LLVM to 16.Dario Nieuwenhuis-4/+0
2023-11-21Improve diagnostic for unexpected feature config name from CargoUrgau-0/+25
2023-11-21Remove `feature` from the list of well known check-cfg nameUrgau-16/+51
2023-11-21Rollup merge of #118035 - ouz-a:november_ice2, r=compiler-errorsNilstrieb-0/+58
2023-11-21Rollup merge of #117522 - Urgau:check-cfg-cli-own-lint, r=petrochenkovNilstrieb-83/+28
2023-11-21improve help for multiple `#[default]` variantsLukas Markeffsky-38/+103
2023-11-21lib features ending in '_internals?' are internalRalf Jung-0/+34
2023-11-21Auto merge of #115691 - jsgf:typed-json-diags, r=est31,dtolnaybors-34/+54
2023-11-20Do not consider traits as ownable in suggestionEsteban Küber-5/+0
2023-11-20Account for '_ in lifetime suggestionEsteban Küber-0/+20
2023-11-20Suggest 'a when trait object assoc type has '_Esteban Küber-0/+16
2023-11-20Fix incorrect lifetime suggestionEsteban Küber-19/+2
2023-11-20Tweak wordingEsteban Küber-12/+12
2023-11-20Account for impl Trait in lifetime suggestionEsteban Küber-12/+12
2023-11-20On borrow return type, suggest borrowing from arg or owned return typeEsteban Küber-44/+178
2023-11-20Don't ICE when ambiguity is found when selecting Index implementation in typeckMichael Goulet-0/+38
2023-11-20Fix early param lifetimes in generic_const_exprsouz-a-0/+58
2023-11-20Rollup merge of #118089 - lcnr:intercrate-ambig-msg, r=compiler-errorsMatthias Krüger-6/+20
2023-11-20Rollup merge of #118026 - compiler-errors:deref-into-dyn-regions, r=lcnrMatthias Krüger-8/+95
2023-11-20Rollup merge of #118010 - gurry:117821-ice-no-type-for-local-var, r=compiler-...Matthias Krüger-1/+22
2023-11-20Rollup merge of #117992 - compiler-errors:sound-but-not-complete, r=lcnr,alie...Matthias Krüger-40/+9
2023-11-20Rollup merge of #117973 - CohenArthur:fix-89699, r=lqdMatthias Krüger-0/+57
2023-11-20Rollup merge of #117835 - Nilstrieb:note-object-lifetime-defaults, r=compiler...Matthias Krüger-0/+51
2023-11-20Rollup merge of #117327 - Nilstrieb:more-query-docs, r=compiler-errorsMatthias Krüger-2/+2
2023-11-20Bump future release warning modeMichael Goulet-4/+4
2023-11-20Don't consider regions in deref_into_dyn_supertrait lintMichael Goulet-6/+93
2023-11-20Don't require intercrate mode for negative coherenceMichael Goulet-38/+3
2023-11-20Don't drop region constraints that come from plugging infer regions with plac...Michael Goulet-2/+6
2023-11-20handle reservation impls, track impl sourcelcnr-1/+20
2023-11-20self ty infer ambiguity: add proof tree candlcnr-5/+0
2023-11-20test: Add test for async-move in 2015 Rust proc macroArthur Cohen-0/+57
2023-11-20Typeck break expr even if break is illegalGurinder Singh-1/+22
2023-11-20Add allow-by-default lint for unit bindings许杰友 Jieyou Xu (Joe)-2/+3
2023-11-19Rollup merge of #118000 - compiler-errors:placeholder-ty-outlives, r=aliemjayMichael Goulet-3/+116
2023-11-19Rollup merge of #117994 - compiler-errors:throw-away-regions-in-coherence, r=...Michael Goulet-0/+44
2023-11-19Rollup merge of #117988 - estebank:issue-106020, r=cjgillotMichael Goulet-0/+73
2023-11-19Rollup merge of #117891 - compiler-errors:recover-for-dyn, r=davidtwcoMichael Goulet-0/+35
2023-11-19Rollup merge of #117832 - RalfJung:interpret-shift, r=cjgillotMichael Goulet-20/+20
2023-11-19Rollup merge of #117828 - Nilstrieb:astconv-hashmaps, r=petrochenkovMichael Goulet-2/+2
2023-11-19Auto merge of #117683 - estebank:priv-builder-sugg, r=cjgillotbors-30/+117
2023-11-19Ignore but do not assume region obligations from unifying headers in negative...Michael Goulet-0/+44
2023-11-19Make regionck care about placeholders in outlives componentsMichael Goulet-3/+116
2023-11-19Auto merge of #117500 - RalfJung:aggregate-abi, r=davidtwcobors-11/+57
2023-11-19Account for number of arguments in suggestionEsteban Küber-15/+15
2023-11-19Suggest Default::default() for struct literals with private fieldsEsteban Küber-0/+8
2023-11-19Suggest builder functions on struct literal with private fieldsEsteban Küber-1/+41