about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2022-03-28Add a test showing that a similar example compilesOli Scherer-0/+20
2022-03-28Fix mixing lazy TAIT and RPIT in their defining scopesOli Scherer-0/+28
2022-03-28Add regression testOli Scherer-0/+60
2022-03-28Add another regression testOli Scherer-0/+27
2022-03-28Test that TAIT and RPIT are in syncOli Scherer-2/+31
2022-03-28Add some tests around recursion and "revealing"Oli Scherer-0/+152
2022-03-28Remove some special code handling TAIT being passed through if and matchOli Scherer-2/+65
2022-03-28Add regression testsOli Scherer-0/+494
2022-03-28Remove opaque type obligation and just register opaque types as they are enco...Oli Scherer-110/+188
2022-03-28Revert to inference variable based hidden type computation for RPITOli Scherer-263/+573
2022-03-28Special case the situation where the previous span is the same as the new oneOli Scherer-24/+12
2022-03-28Have the spans of TAIT type conflict errors point to the actual site instead ...Oli Scherer-95/+95
2022-03-28Normalize all projections in mir validation againOli Scherer-0/+29
2022-03-28Don't bind hidden types when searching for matching implsOli Scherer-39/+73
2022-03-28Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"Oli Scherer-1623/+2307
2022-03-28Auto merge of #95396 - TaKO8Ki:suggest-replacing-field-when-using-the-same-ty...bors-0/+122
2022-03-28use `can_coerce` instead of `same_type_modulo_infer`Takayuki Maeda-1/+4
2022-03-28suggest replacing field when using the same typeTakayuki Maeda-4/+123
2022-03-27Auto merge of #95382 - Dylan-DPC:rollup-bebyfd1, r=Dylan-DPCbors-65/+59
2022-03-27Rollup merge of #95366 - c410-f3r:moar-tests, r=petrochenkovDylan DPC-64/+0
2022-03-27Rollup merge of #95364 - GuillaumeGomez:long-error-explanation-e0667, r=Dylan...Dylan DPC-1/+3
2022-03-27Rollup merge of #94939 - notriddle:notriddle/fru-comma-suggestion, r=cjgillotDylan DPC-0/+56
2022-03-27Auto merge of #94495 - estebank:missing-closing-gt, r=jackh726bors-13/+174
2022-03-27Update ui test outputGuillaume Gomez-1/+3
2022-03-27diagnostics: suggest missing comma in bad FRU syntaxMichael Howell-0/+56
2022-03-27Remove duplicated test filesCaio-64/+0
2022-03-27Debug print char 0 as '\0' rather than '\u{0}'David Tolnay-3/+3
2022-03-27Auto merge of #93957 - SaltyKitkat:stablize_const_ptr_offset, r=dtolnaybors-49/+43
2022-03-27Handle `,` to `;` substitution in arg paramsEsteban Kuber-7/+19
2022-03-27Rollup merge of #93469 - compiler-errors:issue-93450, r=estebankDylan DPC-43/+17
2022-03-27Rollup merge of #91981 - estebank:tweakaroo, r=lcnrDylan DPC-56/+158
2022-03-27Provide suggestion for missing `>` in a type parameter listEsteban Kuber-9/+158
2022-03-27Change wording of missing return type suggestionEsteban Kuber-14/+19
2022-03-27Point (again) to more expressions with their type, even if not fully resolvedEsteban Kuber-30/+123
2022-03-27Eagerly replace `{integer}`/`{float}` with `i32`/`f64` for suggestionEsteban Kuber-12/+16
2022-03-26Auto merge of #92472 - petrochenkov:nowrapident, r=Aaron1011bors-414/+21
2022-03-26Auto merge of #95274 - jendrikw:slice-must-use, r=Dylan-DPCbors-12/+14
2022-03-26proc-macro: Stop wrapping `ident` matchers into groupsVadim Petrochenkov-414/+21
2022-03-26Auto merge of #95149 - cjgillot:once-diag, r=estebankbors-103/+52
2022-03-25Replace wait-for instructions for rustdoc GUI tests with wait-for-cssGuillaume Gomez-36/+19
2022-03-25Bless rustdoc tests.Camille GILLOT-30/+0
2022-03-25Auto merge of #95255 - petrochenkov:suggresolve, r=michaelwoeristerbors-190/+19
2022-03-25Auto merge of #95082 - spastorino:overlap-inherent-impls, r=nikomatsakisbors-0/+47
2022-03-25Rollup merge of #95270 - michaelwoerister:fix-box-unsized-debuginfo, r=wesley...Dylan DPC-4/+15
2022-03-25Rollup merge of #95179 - b-naber:eval-in-try-unify, r=lcnrDylan DPC-189/+114
2022-03-25Rollup merge of #94391 - light4:issue-90319, r=estebankDylan DPC-0/+26
2022-03-25resolve: Do not build expensive suggestions if they are not actually usedVadim Petrochenkov-190/+19
2022-03-24Where bounds are checked on inherent implsSantiago Pastorino-0/+25
2022-03-24Auto merge of #94934 - Lireer:const-prop-lint, r=oli-obkbors-62/+238
2022-03-25Fix ice when error reporting recursion errorslightning1141-0/+26