about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-10-24Move compile-fail/unsized-locals under ui as per #44844.Masaki Hara-0/+61
2018-10-24Move codegen_llvm::common::ty_fn_sig into rustc::ty::Instance.Masaki Hara-87/+73
2018-10-24Make declare_fn accept PolyFnSig instead of Ty.Masaki Hara-19/+17
2018-10-24Include InstanceDef's discriminant in the symbol hash.Masaki Hara-5/+7
2018-10-24Ensure virtual call receiver PassMode.Masaki Hara-0/+2
2018-10-24Prefer Move over Copy when dereferencing rvalue objects.Masaki Hara-1/+1
2018-10-24Reflect by-value object safety in the unstable book.Masaki Hara-4/+2
2018-10-24Add tests for unsized-locals.Masaki Hara-0/+289
2018-10-24Implement by-value trait object method call.Masaki Hara-8/+14
2018-10-24Resolve to Instance::VtableShim when necessary.Masaki Hara-2/+18
2018-10-24Implement vtable shim generation.Masaki Hara-2/+17
2018-10-24Make declare_fn aware of vtable shims.Masaki Hara-6/+8
2018-10-24Add ty_fn_sig_vtable for getting adjusted signature for vtable shims.Masaki Hara-2/+21
2018-10-24Distinguish vtable shims in symbol paths.Masaki Hara-4/+13
2018-10-24Add vtable-shim helper methods for Instance.Masaki Hara-0/+27
2018-10-24Add InstanceDef::VtableShim.Masaki Hara-1/+24
2018-10-23Auto merge of #55229 - nikomatsakis:issue-54692-closure-signatures, r=Matthew...bors-101/+321
2018-10-23type_check/mod.rs: rustfmtNiko Matsakis-24/+27
2018-10-23check the self type is well-formedNiko Matsakis-7/+44
2018-10-23Auto merge of #55281 - alexcrichton:revert-demote, r=petrochenkovbors-332/+9
2018-10-23Auto merge of #55113 - mockersf:master, r=estebankbors-82/+485
2018-10-23Revert "rustc: Fix (again) simd vectors by-val in ABI"Alex Crichton-332/+9
2018-10-23Auto merge of #54778 - scottmcm:stabilize-ihle, r=pnkfelixbors-264/+156
2018-10-23Auto merge of #55231 - zackmdavis:determinate, r=oli-obkbors-19/+19
2018-10-22stop reporting "unsatisfied lifetime bounds" errors after the firstNiko Matsakis-113/+17
2018-10-22flesh out closure-substs testNiko Matsakis-8/+66
2018-10-22fix incremental testNiko Matsakis-1/+1
2018-10-22add regression test for #54124Niko Matsakis-0/+29
2018-10-22start enforcing closure typesNiko Matsakis-2/+145
2018-10-22record supplied sig of closureNiko Matsakis-4/+17
2018-10-22convert user-provided signatures into def-idNiko Matsakis-26/+6
2018-10-22add a table to track user-provided signaturesNiko Matsakis-6/+59
2018-10-22better dummy span detection and remove redundant branchFrançois Mockers-14/+13
2018-10-22Auto merge of #55126 - GuillaumeGomez:improve-search-tabs, r=QuietMisdreavusbors-23/+14
2018-10-21Auto merge of #55179 - bjorn3:miri_public_op_field, r=RalfJungbors-19/+31
2018-10-21Auto merge of #55236 - petrochenkov:pfail, r=davidtwcobors-133/+3245
2018-10-21improve search tabs lookGuillaume Gomez-23/+14
2018-10-21Auto merge of #52984 - fabric-and-ink:remove-canonical-var, r=scalexmbors-49/+65
2018-10-21Address review commentsbjorn3-0/+3
2018-10-21Rename read_local_of_frame to access_localbjorn3-2/+2
2018-10-21Rename alloc_map_ref to alloc_mapbjorn3-1/+1
2018-10-21Add alloc_map accessorbjorn3-0/+5
2018-10-21Use `read_local_of_frame` in `eval_place_to_op`bjorn3-31/+23
2018-10-21Fix errorsbjorn3-4/+6
2018-10-21Add method to get OpTy for local from arbitrary framebjorn3-1/+11
2018-10-21Make OpTy field op public for prirodabjorn3-1/+1
2018-10-21Auto merge of #55069 - matthewjasper:explain-free-region-liveness, r=nikomats...bors-1836/+1938
2018-10-21Use new region infer errors for explaining borrowsMatthew Jasper-1820/+1849
2018-10-21Fix a few tests with target-specific outputVadim Petrochenkov-31/+51
2018-10-21Make sure all ui/parse tests have `-Z parse-only`Vadim Petrochenkov-119/+151