| Age | Commit message (Expand) | Author | Lines |
| 2016-11-29 | Split nested_visit_mode function off from nested_visit_map | Florian Diebold | -6/+6 |
| 2016-11-29 | Save bodies of functions for inlining into other crates | Florian Diebold | -6/+10 |
| 2016-11-29 | rustc_borrowck: fix compilation | Florian Diebold | -23/+31 |
| 2016-11-29 | rustc: replace body exprs by their ids | Florian Diebold | -1/+1 |
| 2016-11-28 | Adds TyCtxt::require_lang_item(LangItem) to simplify lang item requires. | Mark-Simulacrum | -2/+1 |
| 2016-11-29 | add hint to fix error for immutable ref in arg | Mikhail Modin | -46/+83 |
| 2016-11-28 | rustc: embed path resolutions into the HIR instead of keeping DefMap. | Eduard-Mihai Burtescu | -1/+1 |
| 2016-11-21 | Cleanup `InternedString`. | Jeffrey Seyfried | -1/+1 |
| 2016-11-20 | Refactor `P<ast::MetaItem>` -> `ast::MetaItem`. | Jeffrey Seyfried | -2/+1 |
| 2016-11-16 | refactor Visitor into ItemLikeVisitor and intravisit::Visitor | Niko Matsakis | -1/+1 |
| 2016-11-14 | Auto merge of #37278 - matklad:lone-lifetime, r=jseyfried | bors | -1/+1 |
| 2016-11-14 | Fix where clauses parsing | Aleksey Kladov | -1/+1 |
| 2016-11-12 | Auto merge of #37675 - arielb1:trans-closure, r=eddyb | bors | -3/+5 |
| 2016-11-12 | rustc: move closure upvar types to the closure substs | Ariel Ben-Yehuda | -3/+5 |
| 2016-11-12 | Auto merge of #37531 - estebank:fix-ref-mut-mut, r=jonathandturner | bors | -8/+15 |
| 2016-11-12 | Auto merge of #37554 - mikhail-m1:dnlle, r=jonathandturner | bors | -13/+12 |
| 2016-11-10 | rustc: clean up lookup_item_type and remove TypeScheme. | Eduard Burtescu | -1/+1 |
| 2016-11-10 | rustc: use an Expr instead of a Block for function bodies. | Eduard Burtescu | -11/+9 |
| 2016-11-09 | Rollup merge of #37229 - nnethercote:FxHasher, r=nikomatsakis | Eduard-Mihai Burtescu | -9/+9 |
| 2016-11-09 | Improve "Doesn't live long enough" error | Mikhail Modin | -13/+12 |
| 2016-11-08 | Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakis | bors | -1/+1 |
| 2016-11-08 | Replace FnvHasher use with FxHasher. | Nicholas Nethercote | -9/+9 |
| 2016-11-04 | Rollup merge of #37408 - eddyb:lazy-5, r=nikomatsakis | Alex Crichton | -1/+1 |
| 2016-11-03 | Fix invalid "ref mut mut" sugestion | Esteban Küber | -8/+15 |
| 2016-11-03 | Stabilize `..` in tuple (struct) patterns | Vadim Petrochenkov | -1/+1 |
| 2016-11-02 | Rollup merge of #37498 - sanxiyn:unused-type-alias, r=eddyb | Jonathan Turner | -6/+2 |
| 2016-11-02 | rustc: make all read access to tcx.tables go through a method. | Eduard Burtescu | -1/+1 |
| 2016-11-01 | Improve "Doesn't live long enough" error | Mikhail Modin | -0/+13 |
| 2016-10-31 | Changed most vec! invocations to use square braces | iirelu | -2/+2 |
| 2016-10-31 | Remove unused type aliases | Seo Sanghyeon | -6/+2 |
| 2016-10-28 | rustc: move the MIR map into TyCtxt. | Eduard Burtescu | -26/+15 |
| 2016-10-28 | rustc: move mir::repr::* to mir. | Eduard Burtescu | -90/+83 |
| 2016-10-26 | Auto merge of #37270 - Mark-Simulacrum:smallvec-optimized-arenas, r=eddyb | bors | -1/+1 |
| 2016-10-25 | Utilize AccumulateVec to avoid heap allocations in mk_{substs, type_list, tup... | Mark-Simulacrum | -1/+1 |
| 2016-10-20 | improve "Doesn't live long enough" error | Mikhail Modin | -7/+23 |
| 2016-10-17 | prefer `if let` to match with `None => { }` arm in some places | Zack M. Davis | -61/+51 |
| 2016-10-12 | Rollup merge of #36995 - nrc:stable, r=@nikomatsakis | Alex Crichton | -1/+1 |
| 2016-10-12 | Stabilise `?` | Nick Cameron | -1/+1 |
| 2016-10-10 | Move IdxSetBuf and BitSlice to rustc_data_structures | Wesley Wiser | -314/+8 |
| 2016-09-27 | Ignore local kind in MIR dataflow | Jonas Schievink | -10/+3 |
| 2016-09-26 | Rename MIR local iterators to match convention | Jonas Schievink | -1/+1 |
| 2016-09-26 | [WIP] Move MIR towards a single kind of local | Jonas Schievink | -59/+38 |
| 2016-09-19 | librustc: Implement def-use chains and trivial copy propagation on MIR. | Patrick Walton | -0/+1 |
| 2016-09-19 | librustc: Add a new nop statement to the MIR. | Patrick Walton | -3/+6 |
| 2016-09-16 | fix dynamic drop for unions | Ariel Ben-Yehuda | -22/+36 |
| 2016-09-16 | forbid moves out of slices | Ariel Ben-Yehuda | -12/+15 |
| 2016-09-16 | groundwork refactoring of `gather_moves` | Ariel Ben-Yehuda | -703/+474 |
| 2016-09-08 | Refactor `TyStruct`/`TyEnum`/`TyUnion` into `TyAdt` | Vadim Petrochenkov | -91/+90 |
| 2016-09-04 | Replace `_, _` with `..` | Vadim Petrochenkov | -30/+30 |
| 2016-09-04 | Replace `_, _, _` with `..` | Vadim Petrochenkov | -3/+4 |