| Age | Commit message (Expand) | Author | Lines |
| 2018-11-25 | resolve: Implement edition hygiene for imports and absolute paths | Vadim Petrochenkov | -11/+3 |
| 2018-11-22 | explain how this works | Niko Matsakis | -1/+23 |
| 2018-11-22 | only reset non-restricted visibilities | Niko Matsakis | -6/+27 |
| 2018-11-22 | pass vis by shared reference | Niko Matsakis | -6/+6 |
| 2018-11-22 | preserve the original visibility for the "list stem" node | Niko Matsakis | -4/+0 |
| 2018-11-22 | renumber segment ids for visibilities whenever we clone them | Niko Matsakis | -7/+17 |
| 2018-11-22 | add some `debug!` into lowering | Niko Matsakis | -0/+8 |
| 2018-11-22 | track the span for each id so that we can give a nice ICE | Niko Matsakis | -29/+39 |
| 2018-11-20 | Fix Rustdoc ICE when checking blanket impls | Aaron Hill | -1/+47 |
| 2018-11-20 | save-analysis: make sure we save the def for the last segment of a path | Nick Cameron | -7/+4 |
| 2018-11-20 | Adjust Ids of path segments in visibility modifiers | Nick Cameron | -2/+8 |
| 2018-11-20 | squashed form of #54145 | Nick Cameron | -47/+169 |
| 2018-11-19 | Rewrite `...` as `..=` as a MachineApplicable 2018 idiom lint | varkor | -3/+6 |
| 2018-11-19 | improve debug output related to bound calculation | Niko Matsakis | -1/+6 |
| 2018-11-19 | remove "approx env bounds" if we already know from trait | Niko Matsakis | -7/+23 |
| 2018-11-19 | Refactor and add `PlaceContext::AscribeUserTy`. | David Wood | -99/+191 |
| 2018-11-17 | Fix ICEs from imports of items not defined in modules | Vadim Petrochenkov | -9/+13 |
| 2018-11-17 | resolve: Check resolution consistency for import paths and multi-segment macr... | Vadim Petrochenkov | -2/+3 |
| 2018-11-17 | resolve: Improve diagnostics for resolution ambiguities | Vadim Petrochenkov | -8/+8 |
| 2018-11-15 | resolve: Filter away macro prelude in modules with `#[no_implicit_prelude]` o... | Vadim Petrochenkov | -0/+4 |
| 2018-11-15 | Simplify logic | Esteban Küber | -8/+2 |
| 2018-11-15 | Sidestep ICE in `type_of_def_id()` when called from `return_type_impl_trait` | Esteban Küber | -1/+21 |
| 2018-11-10 | If we encounter `_` ascribed to structural pattern like `(a, b)`, just skip r... | Felix S. Klock II | -8/+11 |
| 2018-11-10 | Bubble up an overflow error so that rustdoc can ignore it | Oliver Scherer | -1/+1 |
| 2018-10-29 | fix errors caused by cherry picking | Pietro Albini | -1/+1 |
| 2018-10-29 | back out bogus `Ok`-wrapping suggestion on `?` arm type mismatch | Zack M. Davis | -11/+1 |
| 2018-10-29 | resolve: Desugar empty import groups into synthetic dummy imports | Vadim Petrochenkov | -1/+2 |
| 2018-10-29 | add user_ty.projs support to `AscribeUserType`. | Felix S. Klock II | -4/+7 |
| 2018-10-29 | Further foundational stuff on `ProjectionKind` before I add it to `AscribeUse... | Felix S. Klock II | -0/+30 |
| 2018-10-29 | Add intern table for `List<ProjectionElem<'tcx, (), ()>>`. | Felix S. Klock II | -2/+28 |
| 2018-10-29 | Add the actual chain of projections to `UserTypeProjection`. | Felix S. Klock II | -9/+120 |
| 2018-10-29 | Checkpoint: Added abstraction over collection of projections into user type. | Felix S. Klock II | -4/+41 |
| 2018-10-29 | Added `mir::UserTypeProjection`, a stub for a structure that projects *into* ... | Felix S. Klock II | -6/+36 |
| 2018-10-29 | Remove `PlaceContext` from API of `mir::Visitor::visit_projection_elem`. | Felix S. Klock II | -4/+2 |
| 2018-10-29 | Shrink `Statement`. | Nicholas Nethercote | -1/+5 |
| 2018-10-29 | Remove redundant clone | Shotaro Yamada | -7/+7 |
| 2018-10-25 | Auto merge of #54490 - wesleywiser:rewrite_it_in_mir, r=oli-obk | bors | -0/+7 |
| 2018-10-25 | Auto merge of #55347 - pietroalbini:rollup, r=pietroalbini | bors | -40/+57 |
| 2018-10-25 | Rollup merge of #55345 - RalfJung:no-null, r=oli-obk | Pietro Albini | -9/+1 |
| 2018-10-25 | Rollup merge of #55340 - RalfJung:operand-docs, r=oli-obk | Pietro Albini | -3/+2 |
| 2018-10-25 | Rollup merge of #55282 - sinkuu:redundant_clone, r=estebank | Pietro Albini | -4/+4 |
| 2018-10-25 | Rollup merge of #55269 - matthiaskrgr:typos_oct, r=zackmdavis | Pietro Albini | -5/+5 |
| 2018-10-25 | Rollup merge of #55173 - estebank:suggest-static, r=oli-obk | Pietro Albini | -19/+45 |
| 2018-10-25 | Auto merge of #55323 - nikomatsakis:nll-ICE-55219-and-55241, r=pnkfelix | bors | -8/+143 |
| 2018-10-25 | Remove is_null | Ralf Jung | -9/+1 |
| 2018-10-25 | Operands no longer appear in places | Ralf Jung | -3/+2 |
| 2018-10-24 | port the relate-types code from NLL type-check into a type-op | Niko Matsakis | -7/+32 |
| 2018-10-24 | introduce (but do not use) `ascribe_user_type` goal | Niko Matsakis | -8/+118 |
| 2018-10-24 | Minor doc improvements | Vadim Petrochenkov | -2/+6 |
| 2018-10-24 | Add `extern crate` items to extern prelude | Vadim Petrochenkov | -4/+4 |