about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2017-11-21Properly handle reexport of foreign items.kennytm-0/+66
2017-11-20Auto merge of #45645 - fhartwig:39550, r=QuietMisdreavusbors-8/+8
2017-11-20Auto merge of #45905 - alexcrichton:add-wasm-target, r=aturonbors-128/+435
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-128/+435
2017-11-20Make rustdoc not include self-by-value methods from Deref targetFlorian Hartwig-8/+8
2017-11-19Auto merge of #45225 - eddyb:trans-abi, r=arielb1bors-90/+207
2017-11-19Revert "tests: Update run-make/issue-25581 to reflect how fat pointers are pa...Eduard-Mihai Burtescu-4/+9
2017-11-19rustc_trans: work around i686-pc-windows-msvc byval align LLVM bug.Eduard-Mihai Burtescu-3/+3
2017-11-19Don't glob-import overlapping variant names in test/codegen/match-optimizes-a...Eduard-Mihai Burtescu-11/+9
2017-11-19rustc: extend the niche-filling enum optimization past 2 variants.Eduard-Mihai Burtescu-0/+37
2017-11-19rustc: unpack scalar pair newtype layout ABIs.Eduard-Mihai Burtescu-1/+1
2017-11-19rustc: unpack scalar newtype layout ABIs.Eduard-Mihai Burtescu-5/+5
2017-11-19rustc: encode scalar pairs in layout ABI.Eduard-Mihai Burtescu-10/+7
2017-11-19rustc_trans: compute better align/dereferenceable attributes from pointees.Eduard-Mihai Burtescu-6/+6
2017-11-19rustc: optimize out uninhabited types and variants.Eduard-Mihai Burtescu-0/+23
2017-11-19rustc: generalize layout::Variants::NicheFilling to niches other than 0.Eduard-Mihai Burtescu-2/+32
2017-11-19rustc_trans: go through layouts uniformly for fat pointers and variants.Eduard-Mihai Burtescu-14/+13
2017-11-19rustc: make Layout::NullablePointer a lot more like Layout::General.Eduard-Mihai Burtescu-0/+3
2017-11-19rustc: collapse Layout::{Raw,StructWrapped}NullablePointer into one variant.Eduard-Mihai Burtescu-0/+1
2017-11-19rustc: represent the discriminant as a field for Layout::{Raw,StructWrapped}N...Eduard-Mihai Burtescu-0/+25
2017-11-19rustc: remove Ty::layout and move everything to layout_of.Eduard-Mihai Burtescu-10/+4
2017-11-19rustc: use an offset instead of a field path in Layout::StructWrappedNullable...Eduard-Mihai Burtescu-1/+0
2017-11-19rustc: do not inject discriminant fields into Layout::General's variants.Eduard-Mihai Burtescu-2/+5
2017-11-19rustc_trans: always insert alignment padding, even before the first field.Eduard-Mihai Burtescu-8/+11
2017-11-19rustc_trans: use *[T; 0] for slice data pointers instead of *T.Eduard-Mihai Burtescu-7/+8
2017-11-19rustc_trans: remove the in_memory_type_of distinction.Eduard-Mihai Burtescu-14/+0
2017-11-19rustc_trans: use more of the trans::mir and ty::layout APIs throughout.Eduard-Mihai Burtescu-6/+6
2017-11-19rustc_trans: use a predictable layout for constant ADTs.Eduard-Mihai Burtescu-4/+4
2017-11-18Auto merge of #46039 - oli-obk:test_suggestions, r=petrochenkovbors-30/+0
2017-11-18rustc_mir: always downcast enums, even if univariant.Eduard-Mihai Burtescu-0/+13
2017-11-18Auto merge of #46032 - KiChjang:ignore-borrowck-statics, r=nikomatsakisbors-34/+54
2017-11-18Auto merge of #46000 - kennytm:fix-45640-extern-type-ice-in-rustdoc, r=QuietM...bors-0/+28
2017-11-18Auto merge of #45999 - jseyfried:def_site_span, r=nrcbors-2/+2
2017-11-18Auto merge of #45989 - davidtwco:issue-45360, r=nikomatsakisbors-5/+18
2017-11-17Add run-pass test for assignment to static mutKeith Yeung-0/+23
2017-11-17Do not registor borrows for unsafe lvaluesKeith Yeung-34/+0
2017-11-17Auto merge of #45853 - nikomatsakis:chalk-simplify-hr-lub-glb, r=arielb1bors-0/+142
2017-11-17Allow assignment to static mutsKeith Yeung-0/+31
2017-11-17issue better error message when LUB/GLB diverge under new behaviorNiko Matsakis-0/+118
2017-11-17make LUB/GLB of higher-ranked things actually do EQNiko Matsakis-0/+24
2017-11-17Auto merge of #45996 - eddyb:even-mirer-1, r=arielb1bors-12/+21
2017-11-17Updated test to reflect expected Mir output.David Wood-5/+18
2017-11-17MIR: hide .rodata constants vs by-ref ABI clash in trans.Eduard-Mihai Burtescu-12/+21
2017-11-16Auto merge of #45897 - tromey:trait-object-debug, r=michaelwoeristerbors-0/+33
2017-11-16Auto merge of #45825 - nikomatsakis:nll-factor-region-inference, r=arielb1bors-37/+172
2017-11-16Auto merge of #46029 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-168/+90
2017-11-16Remove left over dead code from suggestion diagnostic refactoringOliver Schneider-30/+0
2017-11-16leak the affects of closures on the free-region-map, like we used toNiko Matsakis-0/+44
2017-11-16fix mir-opt NLL tests -- variable `'_#0r` is now `'static`Niko Matsakis-25/+25
2017-11-16integrate NLL with MIR type-checkerNiko Matsakis-0/+100