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