about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2018-12-28Resolve `$crate`s for pretty-printing at more appropriate timeVadim Petrochenkov-27/+12
2018-12-28Add test demonstrating disintegration of `$crate` into `$` and `crate`Vadim Petrochenkov-0/+128
2018-12-27Set a `def_id` in `ParamEnv` only with `-Z chalk`scalexm-2/+2
2018-12-27Add testsscalexm-0/+54
2018-12-27Fix rebase and more CI failuresVadim Petrochenkov-130/+136
2018-12-27Address review comments and CI failuresVadim Petrochenkov-54/+5
2018-12-27Make sure feature gate errors are recoverableVadim Petrochenkov-44/+30
2018-12-27Get rid of `Block::recovered`Vadim Petrochenkov-10/+2
2018-12-27Do not abort compilation if expansion produces errorsVadim Petrochenkov-87/+488
2018-12-27Auto merge of #57133 - SimonSapin:zero, r=oli-obkbors-2/+0
2018-12-27retrieve ty info from place_tycsmoe-5/+5
2018-12-26Add span label to unused string formatting argumentEsteban Küber-30/+40
2018-12-26Point at correct span for arguments in format stringsEsteban Küber-1/+9
2018-12-26Various changes to string format diagnosticsEsteban Küber-10/+240
2018-12-26Changed resolution of enum variants to low priority.Alexander Regueiro-2/+2
2018-12-26Fixed ICE when type arguments are specified on `Self` type.Alexander Regueiro-28/+56
2018-12-26Fixed type inference for tuple struct variants.Alexander Regueiro-0/+4
2018-12-26Fixed handling of unit variants of aliased enums in type NS.Alexander Regueiro-156/+63
2018-12-26Added regression test for using generic parameters on modules.Alexander Regueiro-274/+301
2018-12-26Fixed several ICEs.Alexander Regueiro-0/+29
2018-12-26Expanded tests for enum variants with generic args.Alexander Regueiro-105/+334
2018-12-26Added tests for enums & enum aliases with various combinations of generic args.Alexander Regueiro-0/+105
2018-12-26Fixed issues raised in first review.Alexander Regueiro-46/+4
2018-12-26Fixed more tests.Alexander Regueiro-90/+164
2018-12-26Fixed tests.Alexander Regueiro-10/+19
2018-12-26Added tests for feature.Alexander Regueiro-0/+116
2018-12-26Add closure cannot be moved note.David Wood-0/+6
2018-12-26Add union justifications to conflicting borrows.David Wood-117/+93
2018-12-26Remove the private generic NonZero<T> wrapper type.Simon Sapin-2/+0
2018-12-25Remove licensesMark Rousskov-63857/+14174
2018-12-25Auto merge of #57088 - euclio:non-camel-case-early-lint, r=estebankbors-853/+868
2018-12-25Auto merge of #56962 - nivkner:fixme_fixup4, r=pnkfelixbors-27/+18
2018-12-24make non_camel_case_types an early lintAndy Russell-853/+868
2018-12-23Rollup merge of #57078 - glaubitz:ignore-tests, r=nikicMazdak Farrokhzad-1/+2
2018-12-23Rollup merge of #57067 - Centril:stabilize-min_const_unsafe_fn, r=oli-obkMazdak Farrokhzad-146/+75
2018-12-23Rollup merge of #57020 - estebank:return-span, r=zackmdavisMazdak Farrokhzad-3/+12
2018-12-23Rollup merge of #56966 - varkor:raw-pointer-deref-parens, r=zackmdavisMazdak Farrokhzad-3/+41
2018-12-23Rollup merge of #56953 - oli-obk:dead_const, r=petrochenkovMazdak Farrokhzad-0/+12
2018-12-23Rollup merge of #56916 - oli-obk:static_mut_beta_regression, r=davidtwcoMazdak Farrokhzad-5/+68
2018-12-23Rollup merge of #56188 - zackmdavis:if_i_may_suggest, r=davidtwcoMazdak Farrokhzad-40/+94
2018-12-23test: Ignore ui/target-feature-gate on s390xJohn Paul Adrian Glaubitz-1/+2
2018-12-23stabilize min_const_unsafe_fn -- revert const-size_of-cycle changesMazdak Farrokhzad-0/+4
2018-12-23stabilize min_const_unsafe_fn --bless tests.Mazdak Farrokhzad-16/+12
2018-12-23stabilize min_const_unsafe_fn in 1.33.Mazdak Farrokhzad-139/+68
2018-12-23bless ui tests in compare modeNiv Kaminer-4/+4
2018-12-22adjust enum type instead of variant suggestions for prelude enumsZack M. Davis-14/+10
2018-12-22enum type instead of variant suggestion unificationZack M. Davis-36/+94
2018-12-23Rollup merge of #57039 - davidtwco:migrate-warning-wording, r=pnkfelixkennytm-57/+44
2018-12-23Rollup merge of #57049 - cramertj:repr-packed, r=Centrilkennytm-49/+10
2018-12-23Rollup merge of #56992 - euclio:unknown-lint-suggestion, r=oli-obkkennytm-24/+35