| Age | Commit message (Expand) | Author | Lines |
| 2016-08-01 | Move caching of HIR-inlining into CStore in order to avoid duplicating inline... | Michael Woerister | -8/+14 |
| 2016-07-31 | Auto merge of #34986 - nikomatsakis:issue-34349, r=arielb1 | bors | -7/+47 |
| 2016-07-30 | Rollup merge of #35090 - michaelwoerister:get-rid-of-id-visitor, r=eddyb | Manish Goregaokar | -9/+4 |
| 2016-07-29 | intravisit: Fold functionality of IdVisitor into the regular Visitor. | Michael Woerister | -9/+4 |
| 2016-07-25 | move `during_closure_kind_inference` flag to mc | Niko Matsakis | -3/+31 |
| 2016-07-24 | Implement ARM personality routine in Rust. | Vadim Chugunov | -1/+0 |
| 2016-07-22 | Avoid writing a temporary closure kind | Niko Matsakis | -5/+17 |
| 2016-07-08 | Merge PatKind::QPath into PatKind::Path in HIR | Vadim Petrochenkov | -1/+1 |
| 2016-07-08 | Cleanup of some pattern related code | Vadim Petrochenkov | -180/+82 |
| 2016-07-03 | prefer `if let` to match with `None => {}` arm in some places | Zack M. Davis | -43/+31 |
| 2016-06-25 | Rollup merge of #34403 - jonathandturner:move_liberror, r=alexcrichton | Jeffrey Seyfried | -14/+17 |
| 2016-06-23 | Renames "lets_do_this" macro more appropriately. | Paul Jarrett | -2/+2 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -14/+17 |
| 2016-06-18 | Fix ICE in memory categorization of tuple patterns | Vadim Petrochenkov | -4/+4 |
| 2016-06-16 | Rollup merge of #34268 - zackmdavis:if_let_over_none_unit_arm, r=jseyfried | Manish Goregaokar | -19/+13 |
| 2016-06-15 | prefer `if let` to match with `None => ()` arm in some places | Zack M. Davis | -19/+13 |
| 2016-06-11 | Remove last traces of identifier hygiene from HIR | Vadim Petrochenkov | -2/+1 |
| 2016-06-10 | Address review comments + fix rebase | Vadim Petrochenkov | -11/+4 |
| 2016-06-10 | Introduce TyCtxt::expect_def/expect_resolution helpers and use them where pos... | Vadim Petrochenkov | -72/+51 |
| 2016-06-09 | remove residual slice pattern junk from mem_categorization | Ariel Ben-Yehuda | -76/+10 |
| 2016-06-09 | implement RFC495 semantics for slice patterns | Ariel Ben-Yehuda | -74/+1 |
| 2016-06-05 | rustc_const_eval: work around double rounding. | Eduard Burtescu | -50/+3 |
| 2016-06-04 | Auto merge of #33622 - arielb1:elaborate-drops, r=nikomatsakis | bors | -0/+2 |
| 2016-06-04 | Auto merge of #33816 - nikomatsakis:projection-cache-2, r=arielb1 | bors | -110/+179 |
| 2016-06-03 | fix ICEs with RUST_LOG | Ariel Ben-Yehuda | -0/+2 |
| 2016-05-31 | add `Issue32330` warning marker to bound regions | Niko Matsakis | -110/+179 |
| 2016-05-30 | stable features lint warning mentions version stabilized | Zack M. Davis | -11/+17 |
| 2016-05-28 | Address review comments | Vadim Petrochenkov | -6/+1 |
| 2016-05-28 | Refactor away some functions from hir::pat_util | Vadim Petrochenkov | -96/+75 |
| 2016-05-28 | Separate bindings from other patterns in HIR | Vadim Petrochenkov | -28/+17 |
| 2016-05-27 | Rollup merge of #33639 - petrochenkov:dotdot, r=nmatsakis | Manish Goregaokar | -16/+29 |
| 2016-05-27 | Rollup merge of #33351 - birkenfeld:loop-label-spans, r=pnkfelix | Manish Goregaokar | -6/+7 |
| 2016-05-26 | Replace pat_adjust_pos with an iterator adapter | Vadim Petrochenkov | -15/+12 |
| 2016-05-26 | Implement `..` in tuple (struct) patterns | Vadim Petrochenkov | -16/+32 |
| 2016-05-25 | Auto merge of #33667 - pnkfelix:fixes-to-mir-dataflow, r=arielb1 | bors | -2/+2 |
| 2016-05-25 | trans: remove item_symbols from metadata and CrateContext. | Eduard Burtescu | -6/+1 |
| 2016-05-25 | trans: move exported_symbol to Instance::symbol_name. | Eduard Burtescu | -0/+2 |
| 2016-05-24 | syntax/hir: give loop labels a span | Georg Brandl | -6/+7 |
| 2016-05-20 | Auto merge of #33553 - alexcrichton:cdylibs, r=brson | bors | -4/+6 |
| 2016-05-19 | rustc: Add a new crate type, cdylib | Alex Crichton | -4/+6 |
| 2016-05-18 | allow retracing paths across crates | Niko Matsakis | -3/+14 |
| 2016-05-18 | thread the DepGraph to session/crate-store | Niko Matsakis | -1/+0 |
| 2016-05-18 | remove the `Any` bound from `CrateStore` | Niko Matsakis | -6/+1 |
| 2016-05-16 | Remove hir::Ident | Vadim Petrochenkov | -3/+3 |
| 2016-05-16 | fix bug in `debug!` output from `rustc::middle::dataflow` | Felix S. Klock II | -2/+2 |
| 2016-05-14 | Remove ExplicitSelf from HIR | Vadim Petrochenkov | -1/+0 |
| 2016-05-11 | Rollup merge of #33345 - birkenfeld:issue-31754, r=pnkfelix | Steve Klabnik | -1/+6 |
| 2016-05-11 | Fixup indentation after methodification. | Eduard Burtescu | -79/+79 |
| 2016-05-11 | rustc: Split local type contexts interners from the global one. | Eduard Burtescu | -10/+9 |
| 2016-05-11 | rustc_typeck: Generalize over 'tcx != 'gcx. | Eduard Burtescu | -35/+27 |