| Age | Commit message (Expand) | Author | Lines |
| 2016-09-04 | Rollup merge of #36070 - gavinb:master, r=jonathandturner | Manish Goregaokar | -4/+6 |
| 2016-09-04 | Replace `_, _` with `..` | Vadim Petrochenkov | -12/+12 |
| 2016-09-04 | Replace `_, _, _` with `..` | Vadim Petrochenkov | -4/+5 |
| 2016-09-04 | Add librustc metadata error codes to global check | ggomez | -3/+5 |
| 2016-09-03 | Fix type encoding/decoding for unions | Vadim Petrochenkov | -2/+10 |
| 2016-09-03 | Fix rebase | Vadim Petrochenkov | -1/+32 |
| 2016-09-03 | Implement encoding/decoding unions in metadata | Vadim Petrochenkov | -0/+7 |
| 2016-09-03 | Add union types | Vadim Petrochenkov | -0/+5 |
| 2016-09-03 | Add unions to definition map | Vadim Petrochenkov | -0/+1 |
| 2016-09-03 | Add unions to HIR | Vadim Petrochenkov | -0/+3 |
| 2016-09-02 | rustc: Implement custom derive (macros 1.1) | Alex Crichton | -74/+275 |
| 2016-09-01 | turn the RFC1592 warnings into hard errors | Ariel Ben-Yehuda | -3/+0 |
| 2016-08-30 | Add E0470 error explanation | ggomez | -2/+43 |
| 2016-08-30 | Add E0469 error explanation | ggomez | -1/+43 |
| 2016-08-30 | Add E0468 error explanation | ggomez | -1/+28 |
| 2016-08-30 | Add E0467 error explanation | ggomez | -1/+29 |
| 2016-08-30 | Add E0466 error explanation | ggomez | -1/+37 |
| 2016-08-30 | Auto merge of #36126 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -3/+5 |
| 2016-08-30 | Auto merge of #36066 - jseyfried:rollup, r=Manishearth | bors | -91/+22 |
| 2016-08-29 | Update E0463 error message to new format | Paul Fanelli | -3/+5 |
| 2016-08-29 | E0458 Update error format #35932 | Gavin Baker | -2/+3 |
| 2016-08-29 | E0459 Update error format #35933 | Gavin Baker | -2/+3 |
| 2016-08-28 | Rollup merge of #35917 - jseyfried:remove_attr_ext_traits, r=nrc | Jeffrey Seyfried | -2/+2 |
| 2016-08-28 | Rollup merge of #35850 - SergioBenitez:master, r=nrc | Jeffrey Seyfried | -93/+24 |
| 2016-08-27 | Make metadata encoding deterministic | Jonas Schievink | -1/+6 |
| 2016-08-27 | Use `FnvHashMap` in more places | Jonas Schievink | -12/+12 |
| 2016-08-27 | Auto merge of #36030 - Manishearth:rollup, r=Manishearth | bors | -58/+45 |
| 2016-08-26 | Auto merge of #35542 - scottcarr:visitor_refactor, r=nikomatsakis | bors | -1/+2 |
| 2016-08-27 | rustc: use Vec<Kind> in Substs, where Kind is a &TyS | &Region tagged pointer. | Eduard Burtescu | -17/+21 |
| 2016-08-27 | rustc: pass ty::Region behind an interned 'tcx reference. | Eduard Burtescu | -41/+24 |
| 2016-08-27 | rustc: use accessors for Substs::{types,regions}. | Eduard Burtescu | -2/+2 |
| 2016-08-25 | Refactor away `AttrMetaMethods`. | Jeffrey Seyfried | -2/+2 |
| 2016-08-25 | Refactor away `AttrNestedMetaItemMethods`. | Jeffrey Seyfried | -2/+2 |
| 2016-08-25 | Implement RFC#1559: allow all literals in attributes. | Sergio Benitez | -93/+24 |
| 2016-08-25 | Rollup merge of #35955 - frewsxcv:idiomatic-methods, r=eddyb | Manish Goregaokar | -19/+20 |
| 2016-08-24 | Auto merge of #35971 - jonathandturner:rollup, r=jonathandturner | bors | -2/+4 |
| 2016-08-24 | Update E0445 and E0454 to new error format | Mohit Agarwal | -2/+4 |
| 2016-08-24 | Remove AST from metadata except for consts and const fns. | Eduard Burtescu | -32/+7 |
| 2016-08-23 | Reuse iterator to avoid unnecessary creation. | Corey Farwell | -2/+3 |
| 2016-08-23 | Use idiomatic names for string-related methods names. | Corey Farwell | -17/+17 |
| 2016-08-19 | Update block codes' flags | Guillaume Gomez | -5/+5 |
| 2016-08-18 | track Location in visitor, combine Location | Scott A Carr | -1/+2 |
| 2016-08-17 | remove seemingly unnecessary call to encode_predicates | Niko Matsakis | -4/+0 |
| 2016-08-17 | remove `usize: DepGraphRead` and add `Untracked` | Niko Matsakis | -13/+35 |
| 2016-08-17 | Add a comment, remove Deref/DerefMut | Niko Matsakis | -33/+79 |
| 2016-08-17 | pacify the mercilous tidy | Niko Matsakis | -2/+3 |
| 2016-08-17 | create a trait to ensure that data is tracked | Niko Matsakis | -22/+117 |
| 2016-08-17 | change callback for expr/type to a fn pointer | Niko Matsakis | -62/+62 |
| 2016-08-17 | extract two more record calls | Niko Matsakis | -55/+61 |
| 2016-08-17 | extract encode_info_for_trait_item into method | Niko Matsakis | -100/+109 |