about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2022-11-19Auto merge of #103509 - compiler-errors:opaques-w-bound-vars-r-hard, r=oli-obkbors-0/+47
2022-11-19Rollup merge of #104580 - notriddle:notriddle/issue-102354-hide-sugg, r=compi...Dylan DPC-9/+4
2022-11-19Rollup merge of #104575 - lcnr:dedup-tests, r=jackh726Dylan DPC-39/+9
2022-11-19Rollup merge of #104554 - BoxyUwU:less_unchecked_pls, r=lcnrDylan DPC-2/+1
2022-11-19Rollup merge of #104411 - lcnr:bivariance-nll, r=compiler-errorsDylan DPC-0/+26
2022-11-18Auto merge of #104591 - Manishearth:rollup-b3ser4e, r=Manishearthbors-0/+135
2022-11-18Rollup merge of #104338 - compiler-errors:pointer-sized, r=eholkManish Goregaokar-0/+115
2022-11-18Rollup merge of #102977 - lukas-code:is-sorted-hrtb, r=m-ou-seManish Goregaokar-0/+20
2022-11-18Auto merge of #104573 - matthiaskrgr:rollup-k36ybtp, r=matthiaskrgrbors-0/+212
2022-11-18Check both align and size in PointerSizedMichael Goulet-0/+48
2022-11-18Enforce that dyn* casts are actually pointer-sizedMichael Goulet-0/+67
2022-11-18Add testMichael Goulet-0/+47
2022-11-18diagnostics: only show one suggestion for method -> assoc fnMichael Howell-9/+4
2022-11-18Auto merge of #101562 - nnethercote:shrink-ast-Expr-harder, r=petrochenkovbors-102/+102
2022-11-18deduplicate testslcnr-39/+9
2022-11-18rename `is_tainted_by_errors` Boxy-2/+1
2022-11-18Rollup merge of #103405 - chenyukang:yukang/fix-103381-and-if, r=compiler-errorsMatthias Krüger-0/+168
2022-11-18Rollup merge of #103386 - compiler-errors:no-coerceunsized-to-dynstar, r=eholkMatthias Krüger-0/+44
2022-11-17Rollup merge of #104515 - chenyukang:yukang/fix-104510-ice, r=compiler-errorsMatthias Krüger-0/+25
2022-11-17Rollup merge of #104508 - compiler-errors:dyn-return, r=oli-obkMatthias Krüger-0/+21
2022-11-17Rollup merge of #104496 - djkoloski:dont_normalize_compiler_backtraces, r=jac...Matthias Krüger-16/+1
2022-11-17Rollup merge of #104444 - chenyukang:yukang/fix-104390, r=compiler-errorsMatthias Krüger-0/+75
2022-11-17Rollup merge of #104433 - TaKO8Ki:fix-104392, r=estebankMatthias Krüger-0/+38
2022-11-17Rollup merge of #103852 - compiler-errors:rpitit-early-from-impl, r=lcnrMatthias Krüger-0/+32
2022-11-17Auto merge of #104219 - bryangarza:async-track-caller-dup, r=eholkbors-0/+76
2022-11-17Auto merge of #104170 - cjgillot:hir-def-id, r=fee1-deadbors-135/+113
2022-11-17Use `ThinVec` in `ast::Path`.Nicholas Nethercote-98/+98
2022-11-17Box `ExprKind::{Closure,MethodCall}`, and `QSelf` in expressions, types, and ...Nicholas Nethercote-89/+89
2022-11-16Auto merge of #102944 - nnethercote:ast-Lit-third-time-lucky, r=petrochenkovbors-23/+201
2022-11-16Check `dyn*` return type correctlyMichael Goulet-0/+21
2022-11-16Don't attempt to normalize compiler backtracesDavid Koloski-16/+1
2022-11-16Rollup merge of #104335 - Nilstrieb:macrowo, r=compiler-errorsMatthias Krüger-0/+31
2022-11-16Rollup merge of #104317 - RalfJung:ctfe-error-reporting, r=oli-obkMatthias Krüger-342/+500
2022-11-16fix #104510, Remove is_tainted_by_errors since we have ty_error for delay bugyukang-0/+25
2022-11-16fix #104390, fix ICE in in_operand for ty erroryukang-0/+75
2022-11-16cleanup and dedupe CTFE and Miri error reportingRalf Jung-342/+500
2022-11-16Rollup merge of #104419 - Ayush1325:test-issue-30490, r=lcnrMatthias Krüger-1/+1
2022-11-16Rollup merge of #104348 - fmease:iat-vis-stab, r=cjgillotMatthias Krüger-1/+76
2022-11-16Rollup merge of #104193 - TaKO8Ki:fix-104142, r=cjgillotMatthias Krüger-0/+29
2022-11-16Use `token::Lit` in `ast::ExprKind::Lit`.Nicholas Nethercote-89/+108
2022-11-16Add some more bad suffix cases in a test.Nicholas Nethercote-17/+75
2022-11-16Add a test for different stages of lexer error reporting.Nicholas Nethercote-0/+101
2022-11-15Only do parser recovery on retried macro matchingNilstrieb-0/+31
2022-11-15Auto merge of #104437 - matthiaskrgr:rollup-n5jdg9v, r=matthiaskrgrbors-0/+428
2022-11-15nll: correctly deal with bivariancelcnr-0/+26
2022-11-15Rollup merge of #104309 - chenyukang:yukang/fix-104088-identifier-error, r=da...Matthias Krüger-0/+55
2022-11-15Rollup merge of #104296 - compiler-errors:opaque-ty-ffi-normalization-cycle, ...Matthias Krüger-0/+56
2022-11-15Rollup merge of #104258 - compiler-errors:tait-closure-deduce, r=oli-obkMatthias Krüger-0/+15
2022-11-15Rollup merge of #104148 - fmease:fix-104140, r=petrochenkovMatthias Krüger-0/+23
2022-11-15Rollup merge of #103439 - Nilstrieb:help-me-with-my-macro, r=estebankMatthias Krüger-0/+279