| Age | Commit message (Expand) | Author | Lines |
| 2016-08-13 | Rename empty/bang to never | Andrew Cann | -4/+4 |
| 2016-08-13 | Remove obsolete divergence related stuff | Andrew Cann | -44/+13 |
| 2016-08-13 | Switch on TyEmpty | Andrew Cann | -0/+3 |
| 2016-08-13 | Start implementation of RFC 1216 (make ! a type) | Andrew Cann | -0/+1 |
| 2016-08-12 | rustc: add TyAnon (impl Trait) to the typesystem. | Eduard Burtescu | -0/+1 |
| 2016-08-09 | Auto merge of #35166 - nikomatsakis:incr-comp-ice-34991-2, r=mw | bors | -2/+2 |
| 2016-08-05 | Auto merge of #35116 - jseyfried:groundwork_for_new_import_semantics, r=nrc | bors | -1/+1 |
| 2016-08-03 | Auto merge of #35174 - arielb1:llvm-type-audit, r=eddyb | bors | -48/+49 |
| 2016-08-03 | finish type-auditing rustllvm | Ariel Ben-Yehuda | -1/+1 |
| 2016-08-03 | begin auditing the C++ types in RustWrapper | Ariel Ben-Yehuda | -47/+48 |
| 2016-08-03 | rustc_trans: don't lose the cross-crate DefId, MIR trans needs it. | Eduard Burtescu | -0/+2 |
| 2016-08-02 | remap Hir(InlinedDefId) to MetaData(OriginalDefId) | Niko Matsakis | -2/+2 |
| 2016-08-01 | Improve diagnostics for pattern bindings that illegally shadow items. | Jeffrey Seyfried | -1/+1 |
| 2016-08-01 | Auto merge of #35163 - sanxiyn:rollup, r=sanxiyn | bors | -16/+11 |
| 2016-08-01 | Move caching of HIR-inlining into CStore in order to avoid duplicating inline... | Michael Woerister | -16/+11 |
| 2016-07-29 | Remove NO_FILE_METADATA; always use unknown_file_metadata instead of passing 0 | Vladimir Vukicevic | -9/+9 |
| 2016-07-29 | Use relative path to type | Jan-Erik Rediger | -1/+1 |
| 2016-07-29 | [LLVM-3.9] Setup the compile unit information immediately | Jan-Erik Rediger | -16/+19 |
| 2016-07-11 | Remove `Interner<T>` and rename `StrInterner` to `Interner`. | Jeffrey Seyfried | -3/+3 |
| 2016-07-08 | Merge PatKind::QPath into PatKind::Path in HIR | Vadim Petrochenkov | -1/+1 |
| 2016-07-08 | Remove unnecessary accessor function VariantDefData::kind | Vadim Petrochenkov | -4/+4 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -25/+25 |
| 2016-06-16 | Add an abs_path member to FileMap, use it when writing debug info. | Ted Mielczarek | -16/+19 |
| 2016-06-16 | Rollup merge of #34268 - zackmdavis:if_let_over_none_unit_arm, r=jseyfried | Manish Goregaokar | -3/+2 |
| 2016-06-15 | prefer `if let` to match with `None => ()` arm in some places | Zack M. Davis | -3/+2 |
| 2016-06-11 | Remove last traces of identifier hygiene from HIR | Vadim Petrochenkov | -2/+2 |
| 2016-06-09 | introduce the type-safe IdxVec and use it instead of loose indexes | Ariel Ben-Yehuda | -10/+10 |
| 2016-06-07 | mir: group span + visibility scope under a new SourceInfo type. | Eduard Burtescu | -1/+1 |
| 2016-06-07 | mir: distinguish between variable visibility scopes and SEME scopes. | Eduard Burtescu | -7/+7 |
| 2016-05-28 | Refactor away some functions from hir::pat_util | Vadim Petrochenkov | -10/+3 |
| 2016-05-28 | Separate bindings from other patterns in HIR | Vadim Petrochenkov | -67/+57 |
| 2016-05-26 | Implement `..` in tuple (struct) patterns | Vadim Petrochenkov | -6/+4 |
| 2016-05-19 | debuginfo: Make DW_TAG_subroutine DIEs for inherent methods children of their... | Michael Woerister | -4/+46 |
| 2016-05-16 | Remove hir::Ident | Vadim Petrochenkov | -4/+4 |
| 2016-05-11 | rustc: More interning for data used in Ty<'tcx>. | Eduard Burtescu | -7/+7 |
| 2016-05-11 | infer: Turn normalize_associated_type into a method on TyCtxt. | Eduard Burtescu | -7/+4 |
| 2016-05-01 | debuginfo: Fix regression in namespace handling for struct types. | Michael Woerister | -3/+3 |
| 2016-04-26 | Auto merge of #33099 - eddyb:issue-33096, r=michaelwoerister | bors | -1/+3 |
| 2016-04-24 | thread tighter span for closures around | Niko Matsakis | -1/+1 |
| 2016-04-20 | Normalize types before using them in debuginfo. | Eduard Burtescu | -1/+3 |
| 2016-04-16 | debuginfo: argument and upvar names for MIR. | Eduard Burtescu | -12/+19 |
| 2016-04-11 | trans: initial implementation of MIR debuginfo. | Eduard Burtescu | -82/+151 |
| 2016-04-11 | trans: use DefKey directly in debuginfo for paths. | Eduard Burtescu | -165/+106 |
| 2016-04-11 | trans: pass essential information from trans_closure to debuginfo. | Eduard Burtescu | -238/+74 |
| 2016-04-09 | Auto merge of #32781 - michaelwoerister:dont-use-svh-in-debuginfo, r=alexcric... | bors | -8/+10 |
| 2016-04-07 | Rollup merge of #32734 - tromey:dwarf-5-DW_LANG_Rust, r=michaelwoerister | Manish Goregaokar | -1/+3 |
| 2016-04-06 | Use crate name/disambiguator instead of SVH for debuginfo typeid. | Michael Woerister | -8/+10 |
| 2016-04-06 | rustc: retire hir::map's paths. | Eduard Burtescu | -100/+74 |
| 2016-04-06 | rustc: move middle::{def,def_id,pat_util} to hir. | Eduard Burtescu | -7/+7 |
| 2016-04-06 | rustc: dismantle hir::util, mostly moving functions to methods. | Eduard Burtescu | -2/+2 |