| Age | Commit message (Expand) | Author | Lines |
| 2018-12-04 | Propagate all closure requirements to the caller | Matthew Jasper | -1/+1 |
| 2018-11-22 | Replace the ICEing on const fn loops with an error | Oliver Scherer | -5/+3 |
| 2018-11-19 | Refactor and add `PlaceContext::AscribeUserTy`. | David Wood | -79/+85 |
| 2018-11-19 | Add helpful logging statements. | David Wood | -1/+29 |
| 2018-11-17 | resolve: Improve diagnostics for resolution ambiguities | Vadim Petrochenkov | -1/+2 |
| 2018-11-10 | If we encounter `_` ascribed to structural pattern like `(a, b)`, just skip r... | Felix S. Klock II | -8/+27 |
| 2018-11-01 | Fix wrong validation clasisfication of `Option<&T>::Some` values | Oliver Scherer | -1/+1 |
| 2018-10-31 | Fix an ICE in the min_const_fn analysis | Oliver Scherer | -2/+3 |
| 2018-10-31 | borrowck=migrate mode needs to check parent(s) when its given a closure. | Felix S. Klock II | -1/+27 |
| 2018-10-29 | add user_ty.projs support to `AscribeUserType`. | Felix S. Klock II | -2/+2 |
| 2018-10-29 | Add the actual chain of projections to `UserTypeProjection`. | Felix S. Klock II | -36/+101 |
| 2018-10-29 | Checkpoint: Added abstraction over collection of projections into user type. | Felix S. Klock II | -49/+107 |
| 2018-10-29 | Added `mir::UserTypeProjection`, a stub for a structure that projects *into* ... | Felix S. Klock II | -26/+34 |
| 2018-10-29 | Refactoring: added `PatternTypeAnnotation` wrapper around `UserTypeAnnotation... | Felix S. Klock II | -13/+28 |
| 2018-10-29 | restrict scope of methods that are only called within mod tree of parent. | Felix S. Klock II | -2/+2 |
| 2018-10-29 | Shrink `Statement`. | Nicholas Nethercote | -5/+5 |
| 2018-10-29 | Remove redundant clone | Shotaro Yamada | -9/+9 |
| 2018-10-25 | Auto merge of #54490 - wesleywiser:rewrite_it_in_mir, r=oli-obk | bors | -0/+161 |
| 2018-10-25 | Auto merge of #55347 - pietroalbini:rollup, r=pietroalbini | bors | -12/+12 |
| 2018-10-25 | Rollup merge of #55282 - sinkuu:redundant_clone, r=estebank | Pietro Albini | -2/+2 |
| 2018-10-25 | Rollup merge of #55269 - matthiaskrgr:typos_oct, r=zackmdavis | Pietro Albini | -10/+10 |
| 2018-10-24 | port the relate-types code from NLL type-check into a type-op | Niko Matsakis | -99/+15 |
| 2018-10-24 | introduce (but do not use) `ascribe_user_type` goal | Niko Matsakis | -0/+1 |
| 2018-10-23 | Auto merge of #55229 - nikomatsakis:issue-54692-closure-signatures, r=Matthew... | bors | -25/+103 |
| 2018-10-23 | type_check/mod.rs: rustfmt | Niko Matsakis | -24/+27 |
| 2018-10-23 | check the self type is well-formed | Niko Matsakis | -0/+2 |
| 2018-10-23 | fix typos in various places | Matthias Krüger | -10/+10 |
| 2018-10-23 | Remove redundant clone | Shotaro Yamada | -2/+2 |
| 2018-10-23 | Auto merge of #54778 - scottmcm:stabilize-ihle, r=pnkfelix | bors | -1/+1 |
| 2018-10-22 | stop reporting "unsatisfied lifetime bounds" errors after the first | Niko Matsakis | -0/+1 |
| 2018-10-22 | start enforcing closure types | Niko Matsakis | -2/+74 |
| 2018-10-21 | Auto merge of #55179 - bjorn3:miri_public_op_field, r=RalfJung | bors | -19/+31 |
| 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 | -67/+525 |
| 2018-10-21 | Use new region infer errors for explaining borrows | Matthew Jasper | -58/+451 |
| 2018-10-21 | Auto merge of #55125 - RalfJung:stacked-borrows, r=oli-obk | bors | -145/+305 |
| 2018-10-20 | Give an error number for "borrowed data escapes outside of closure" | Matthew Jasper | -3/+21 |
| 2018-10-20 | Use more accurate `ConstraintCategory`s | Matthew Jasper | -6/+51 |
| 2018-10-20 | Prefer type annotations and returns in free region errors | Matthew Jasper | -0/+2 |
| 2018-10-20 | Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasper | bors | -15/+16 |
| 2018-10-20 | Auto merge of #55114 - oli-obk:fx#map, r=nikomatsakis | bors | -43/+40 |
| 2018-10-19 | Stabilize impl_header_lifetime_elision in 2015 | Scott McMurray | -1/+1 |
| 2018-10-19 | Auto merge of #55162 - nikomatsakis:issue-54902-underscore-bound, r=tmandry | bors | -0/+1 |