about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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-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
2018-12-22Auto merge of #56862 - arielb1:fundamentally-clean, r=nikomatsakisbors-0/+34
2018-12-21Rename Box/Arc/Rc::pinned to ::pinTaylor Cramer-1/+1
2018-12-21Stabilize PinTaylor Cramer-4/+4
2018-12-22Auto merge of #56824 - euclio:internal-apis, r=QuietMisdreavusbors-10/+40
2018-12-22Auto merge of #56805 - mikeyhew:stabilize-pin-as-receiver, r=nikomatsakisbors-52/+85
2018-12-21Fix alignment for array indexingNikita Popov-0/+80
2018-12-21Stabilize #[repr(packed(N))]Taylor Cramer-73/+16
2018-12-21Update tests to changes on masterOliver Scherer-2/+10
2018-12-21Also test projectionsOliver Scherer-1/+18
2018-12-21Fix a recently introduces regressionOliver Scherer-5/+43
2018-12-21Auto merge of #55798 - GuillaumeGomez:version-display-associated-const, r=Qui...bors-2/+28
2018-12-20Point at coercion source on type errors for fn returning `impl Trait`Esteban Küber-0/+3
2018-12-21Enable emission of alignment attrs for pointer paramsNikita Popov-16/+16
2018-12-20Auto merge of #54125 - varkor:less-conservative-uninhabitedness-check, r=niko...bors-77/+75
2018-12-20Point to return span when writing `return;` on non-() fnEsteban Küber-3/+9
2018-12-20Auto merge of #56845 - GuillaumeGomez:const-docs, r=oli-obkbors-0/+43
2018-12-20Remove nil-enum testvarkor-24/+0
2018-12-20display rustc_private APIs as "Internal"Andy Russell-0/+10
2018-12-20split extra_scripts to handle root_path shenanigansQuietMisdreavus-0/+6
2018-12-20new --static-root-path flag for controlling static file locationsQuietMisdreavus-0/+18
2018-12-20CopyriteOliver Scherer-10/+0
2018-12-20Auto merge of #56647 - petrochenkov:dcrate2, r=alexcrichtonbors-2/+355