| Age | Commit message (Expand) | Author | Lines |
| 2016-11-03 | add a per-param-env cache to `impls_bound` | Ariel Ben-Yehuda | -25/+39 |
| 2016-10-19 | rustc: More fixes for arch-independent hashing | Alex Crichton | -5/+70 |
| 2016-10-11 | loosen assertion against proj in collector | Niko Matsakis | -1/+10 |
| 2016-10-10 | std: Stabilize and deprecate APIs for 1.13 | Alex Crichton | -2/+3 |
| 2016-09-25 | Incorporate review comments. | Austin Hicks | -15/+4 |
| 2016-09-24 | Clean up matches that determine integers for specific alignment requirements | Austin Hicks | -14/+23 |
| 2016-09-24 | Optimize struct_field_ptr | Austin Hicks | -0/+9 |
| 2016-09-24 | Completely kill `represent_type` and the `adt::Repr` type that goes with it. | Austin Hicks | -2/+52 |
| 2016-09-24 | Rollup merge of #36559 - grimreaper:eax/fix/r1, r=nikomatsakis | Guillaume Gomez | -1/+1 |
| 2016-09-20 | rustc: allow less and handle fn pointers in the type hashing algorithm. | Eduard Burtescu | -6/+9 |
| 2016-09-20 | rustc: don't hash the --extern crate name, but the original one, in DefPath. | Eduard Burtescu | -5/+9 |
| 2016-09-20 | serialize: allow specifying the default behavior for specializations. | Eduard Burtescu | -2/+2 |
| 2016-09-20 | rustc_metadata: move opt_item_name to TyCtxt::item_name. | Eduard Burtescu | -6/+18 |
| 2016-09-20 | rustc_metadata: replace RBML with a simple and type-safe scheme. | Eduard Burtescu | -1/+4 |
| 2016-09-20 | rustc_metadata: group information into less tags. | Eduard Burtescu | -17/+13 |
| 2016-09-20 | rustc: remove ImplOrTraitItemId and TraitDef's associated_type_names. | Eduard Burtescu | -55/+16 |
| 2016-09-20 | rustc_metadata: move more RBML tags to auto-serialization. | Eduard Burtescu | -138/+29 |
| 2016-09-20 | rustc_metadata: remove ty{en,de}code and move to auto-derived serialization. | Eduard Burtescu | -75/+141 |
| 2016-09-20 | rustc_metadata: side-step ty{en,de}code for everything but Ty. | Eduard Burtescu | -17/+48 |
| 2016-09-20 | rustc_trans: use the TypeId hashing mechanism instead of metadata. | Eduard Burtescu | -10/+18 |
| 2016-09-20 | rustc_metadata: go only through rustc_serialize in astencode. | Eduard Burtescu | -26/+24 |
| 2016-09-20 | rustc_metadata: combine DecodeContext and rbml::reader::Decoder. | Eduard Burtescu | -41/+7 |
| 2016-09-20 | rustc_metadata: use specialization for {en,de}coding Ty and Substs. | Eduard Burtescu | -42/+9 |
| 2016-09-18 | per timnn | Eitan Adler | -1/+1 |
| 2016-09-17 | remove duplicate duplicate words | Eitan Adler | -1/+1 |
| 2016-09-16 | Auto merge of #36338 - estebank:primitive-shadow, r=jseyfried | bors | -1/+1 |
| 2016-09-15 | Specify when type parameter shadows primitive type | Esteban Küber | -1/+1 |
| 2016-09-15 | Rollup merge of #36425 - michaelwoerister:stable-projection-bounds, r=eddyb | Manish Goregaokar | -50/+26 |
| 2016-09-14 | Rollup merge of #36396 - athulappadan:Default-docs, r=bluss | Guillaume Gomez | -0/+1 |
| 2016-09-13 | TypeIdHasher: Remove more redundant explicit visit calls. | Michael Woerister | -10/+0 |
| 2016-09-13 | TypeIdHasher: Let projections be hashed implicitly by the visitor. | Michael Woerister | -11/+0 |
| 2016-09-13 | Make TypeIdHasher use DefPath::deterministic_hash() for stability. | Michael Woerister | -9/+5 |
| 2016-09-13 | Remove redundant sorting of projections in TypeIdHasher. | Michael Woerister | -8/+4 |
| 2016-09-13 | Make sure that projection bounds in ty::TraitObject are sorted in a way that ... | Michael Woerister | -16/+21 |
| 2016-09-12 | Auto merge of #35960 - nikomatsakis:incr-comp-krate-edges, r=michaelwoerister | bors | -6/+35 |
| 2016-09-11 | Documentation of what does for each type | athulappadan | -0/+1 |
| 2016-09-08 | Address comments | Vadim Petrochenkov | -229/+210 |
| 2016-09-08 | Refactor `TyStruct`/`TyEnum`/`TyUnion` into `TyAdt` | Vadim Petrochenkov | -384/+345 |
| 2016-09-06 | always print def-path in Debug impl for DefId | Niko Matsakis | -4/+33 |
| 2016-09-06 | write to inherent_impls during the visitor | Niko Matsakis | -2/+2 |
| 2016-09-05 | Fix issue #36036. | Felix S. Klock II | -1/+1 |
| 2016-09-04 | Replace `_, _` with `..` | Vadim Petrochenkov | -11/+11 |
| 2016-09-04 | Replace `_, _, _` with `..` | Vadim Petrochenkov | -5/+5 |
| 2016-09-03 | Auto merge of #36119 - arielb1:ctp-again, r=eddyb | bors | -2/+7 |
| 2016-09-03 | Address comments and add requested tests | Vadim Petrochenkov | -1/+1 |
| 2016-09-03 | Implement layout calculation and add more trans stubs | Vadim Petrochenkov | -7/+65 |
| 2016-09-03 | Fix rebase + address comments | Vadim Petrochenkov | -1/+1 |
| 2016-09-03 | Implement encoding/decoding unions in metadata | Vadim Petrochenkov | -2/+3 |
| 2016-09-03 | Some better support for unions through the compiler | Vadim Petrochenkov | -13/+32 |
| 2016-09-03 | Lower unions from AST to HIR and from HIR to types | Vadim Petrochenkov | -3/+12 |