about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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-14/+5
2018-12-26Fixed handling of unit variants of aliased enums in type NS.Alexander Regueiro-159/+66
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-139/+419
2018-12-26Added tests for enums & enum aliases with various combinations of generic args.Alexander Regueiro-0/+139
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/+146
2018-12-26Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`.Alexander Regueiro-4/+56
2018-12-26Add closure cannot be moved note.David Wood-0/+6
2018-12-26Remove the private generic NonZero<T> wrapper type.Simon Sapin-2/+0
2018-12-25Remove licensesMark Rousskov-112085/+14378
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-39/+20
2018-12-25Revert "Rollup merge of #56944 - alexcrichton:less-thin2, r=michaelwoerister"kennytm-0/+181
2018-12-24make non_camel_case_types an early lintAndy Russell-853/+868
2018-12-24Add no-crate filter option on rustdocGuillaume Gomez-0/+16
2018-12-24Rollup merge of #57021 - nikic:arg-pointer-align, r=nagisaMazdak Farrokhzad-16/+16
2018-12-24Rollup merge of #56944 - alexcrichton:less-thin2, r=michaelwoeristerMazdak Farrokhzad-181/+0
2018-12-23Rollup merge of #57078 - glaubitz:ignore-tests, r=nikicMazdak Farrokhzad-1/+3
2018-12-23Rollup merge of #57067 - Centril:stabilize-min_const_unsafe_fn, r=oli-obkMazdak Farrokhzad-148/+76
2018-12-23Rollup merge of #57053 - nikic:fix-gep-align, r=nagisaMazdak Farrokhzad-0/+80
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 #56939 - cramertj:pin-stabilization, r=alexcrichtonMazdak Farrokhzad-5/+5
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 codegen/x86_mmx.rs on s390xJohn Paul Adrian Glaubitz-0/+1
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-141/+69
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-22Auto merge of #57063 - kennytm:rollup, r=kennytmbors-155/+156
2018-12-22Auto merge of #56887 - emilio:enum-field-reordering, r=eddybbors-24/+30
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-73/+16
2018-12-23Rollup merge of #57011 - QuietMisdreavus:static-root-path, r=GuillaumeGomezkennytm-0/+24
2018-12-23Rollup merge of #56992 - euclio:unknown-lint-suggestion, r=oli-obkkennytm-24/+35
2018-12-23Rollup merge of #56919 - oli-obk:null_ref_array_tuple, r=RalfJungkennytm-0/+9
2018-12-23Rollup merge of #56914 - glaubitz:ignore-tests, r=alexcrichtonkennytm-1/+6
2018-12-23Rollup merge of #56909 - dlrobertson:fix_56762, r=estebankkennytm-0/+22
2018-12-22Update migrate warning wording.David Wood-57/+44