| Age | Commit message (Expand) | Author | Lines |
| 2016-05-04 | Check transmutes between types without statically known sizes. | Eduard Burtescu | -37/+135 |
| 2016-05-04 | Compute LLVM-agnostic type layouts in rustc. | Eduard Burtescu | -9/+1004 |
| 2016-05-04 | Parse data-layout specifications. | Eduard Burtescu | -0/+255 |
| 2016-04-07 | Auto merge of #32016 - nikomatsakis:incr-comp-save, r=mw | bors | -7/+8 |
| 2016-04-07 | Rollup merge of #32748 - aturon:simplified-spec, r=nikomatsakis | Manish Goregaokar | -14/+13 |
| 2016-04-07 | Improve `PrivateItemsInPublicInterfacesVisitor` | Jeffrey Seyfried | -1/+12 |
| 2016-04-07 | Use the node id from the `Restricted` variant when checking accessibility | Jeffrey Seyfried | -0/+20 |
| 2016-04-07 | Make `hir::Visibility` non-copyable and add `ty::Visibility` | Jeffrey Seyfried | -7/+26 |
| 2016-04-06 | break dep-graph into modules, parameterize DepNode | Niko Matsakis | -7/+8 |
| 2016-04-06 | rustc: retire hir::map's paths. | Eduard Burtescu | -32/+6 |
| 2016-04-06 | rustc: move some maps from ty to hir. | Eduard Burtescu | -26/+4 |
| 2016-04-06 | rustc: move middle::{def,def_id,pat_util} to hir. | Eduard Burtescu | -16/+16 |
| 2016-04-06 | rustc: move rustc_front to rustc::hir. | Eduard Burtescu | -16/+16 |
| 2016-04-05 | Reinstate fast_reject for overlap checking | Aaron Turon | -14/+13 |
| 2016-04-05 | Auto merge of #29463 - jseyfried:master, r=nikomatsakis | bors | -68/+23 |
| 2016-04-02 | Auto merge of #32579 - michaelwoerister:stable-symbol-name-fix, r=eddyb | bors | -1/+1 |
| 2016-04-01 | Fix typo in TxCtxt::crate_disambiguator(). | Michael Woerister | -1/+1 |
| 2016-03-31 | librustc: replace panic!() with bug!() | Benjamin Herr | -8/+8 |
| 2016-03-31 | librustc: replace unreachable! with bug!() | Benjamin Herr | -5/+5 |
| 2016-03-31 | librustc: replace span_bug calls with span_bug!() | Benjamin Herr | -30/+27 |
| 2016-03-31 | librustc: replace tcx.sess.bug calls with bug!() | Benjamin Herr | -59/+43 |
| 2016-03-30 | Auto merge of #32439 - jseyfried:visible_suggestions, r=nrc | bors | -1/+43 |
| 2016-03-30 | Add method `visible_item_path` to `CStore` | Jeffrey Seyfried | -1/+43 |
| 2016-03-30 | move `const_eval` and `check_match` out of `librustc` | Oliver Schneider | -37/+0 |
| 2016-03-30 | rename `rustc_const_eval` to `rustc_const_math` | Oliver Schneider | -2/+2 |
| 2016-03-28 | Refactor s.t. TypeRelation implementors don't escape InferCtxt | Masood Malekghassemi | -0/+11 |
| 2016-03-27 | from_item is the old name | Manish Goregaokar | -2/+2 |
| 2016-03-27 | Clarify that ParameterEnvironment::for_item can take impl/trait items too | Manish Goregaokar | -0/+1 |
| 2016-03-27 | Remove the implicit binder from `VecPerParamSpace` | Jeffrey Seyfried | -68/+23 |
| 2016-03-27 | rustc: move cfg, infer, traits and ty from middle to top-level. | Eduard Burtescu | -0/+11693 |