| Age | Commit message (Expand) | Author | Lines |
| 2016-09-20 | rustc_metadata: go only through rustc_serialize in astencode. | Eduard Burtescu | -1/+1 |
| 2016-09-11 | Delete stray ` character in error message. | Scott Olson | -1/+1 |
| 2016-09-09 | Auto merge of #36331 - petrochenkov:tyadt, r=eddyb | bors | -93/+93 |
| 2016-09-09 | Issue deprecation warnings for safe accesses to extern statics | Vadim Petrochenkov | -0/+4 |
| 2016-09-08 | Refactor `TyStruct`/`TyEnum`/`TyUnion` into `TyAdt` | Vadim Petrochenkov | -93/+93 |
| 2016-09-04 | Replace `_, _` with `..` | Vadim Petrochenkov | -11/+11 |
| 2016-09-04 | Replace `_, _, _` with `..` | Vadim Petrochenkov | -8/+9 |
| 2016-09-03 | Implement drop translation and add lint for unions with drop fields | Vadim Petrochenkov | -0/+34 |
| 2016-09-03 | Fix rebase + address comments | Vadim Petrochenkov | -2/+1 |
| 2016-09-03 | Some better support for unions through the compiler | Vadim Petrochenkov | -4/+16 |
| 2016-09-03 | Add union types | Vadim Petrochenkov | -3/+31 |
| 2016-09-01 | Auto merge of #35761 - nikomatsakis:faster-trans-fulfill-obligation, r=eddyb | bors | -1/+1 |
| 2016-09-01 | turn the RFC1592 warnings into hard errors | Ariel Ben-Yehuda | -8/+0 |
| 2016-08-31 | remove `normalize_infer_ctxt` constructor | Niko Matsakis | -1/+1 |
| 2016-08-28 | Rollup merge of #35917 - jseyfried:remove_attr_ext_traits, r=nrc | Jeffrey Seyfried | -4/+4 |
| 2016-08-28 | Rollup merge of #35850 - SergioBenitez:master, r=nrc | Jeffrey Seyfried | -3/+10 |
| 2016-08-28 | Rollup merge of #35618 - jseyfried:ast_view_path_refactor, r=eddyb | Jeffrey Seyfried | -7/+4 |
| 2016-08-26 | Small error code explanations improvements | Guillaume Gomez | -1/+0 |
| 2016-08-25 | Refactor away `AttrMetaMethods`. | Jeffrey Seyfried | -4/+4 |
| 2016-08-25 | Refactor away `AttributeMethods`. | Jeffrey Seyfried | -1/+1 |
| 2016-08-25 | Refactor away `AttrNestedMetaItemMethods`. | Jeffrey Seyfried | -1/+1 |
| 2016-08-25 | Implement RFC#1559: allow all literals in attributes. | Sergio Benitez | -3/+10 |
| 2016-08-24 | Remove drop flags from structs and enums implementing Drop. | Eduard Burtescu | -55/+2 |
| 2016-08-21 | Refactor away variant `hir::PathListItem_::Mod` | Jeffrey Seyfried | -7/+4 |
| 2016-08-17 | rustc: reduce Substs and Generics to a simple immutable API. | Eduard Burtescu | -7/+4 |
| 2016-08-16 | Auto merge of #35162 - canndrew:bang_type_coerced, r=nikomatsakis | bors | -16/+11 |
| 2016-08-14 | Auto merge of #34206 - petrochenkov:pipdeny, r=nikomatsakis | bors | -1/+1 |
| 2016-08-13 | Rename empty/bang to never | Andrew Cann | -2/+2 |
| 2016-08-13 | Remove obsolete divergence related stuff | Andrew Cann | -15/+9 |
| 2016-08-13 | Make unused lint ignore unused `!` | Andrew Cann | -0/+1 |
| 2016-08-13 | Start implementation of RFC 1216 (make ! a type) | Andrew Cann | -1/+1 |
| 2016-08-12 | rustc: add TyAnon (impl Trait) to the typesystem. | Eduard Burtescu | -1/+1 |
| 2016-08-12 | rustc: rename ProjectionMode and its variant to be more memorable. | Eduard Burtescu | -4/+4 |
| 2016-08-11 | Make `private_in_public` compatibility lint deny-by-default | Vadim Petrochenkov | -1/+1 |
| 2016-08-04 | ignore deprecation for items deprecated by the same attribute | Tim Neumann | -3/+10 |
| 2016-08-04 | track current_item in Deprecated lint pass | Tim Neumann | -3/+56 |
| 2016-07-25 | Adressed PR comments. | cgswords | -7/+1 |
| 2016-07-25 | General MetaItem encapsulation rewrites. | cgswords | -7/+8 |
| 2016-07-16 | Erase regions before computing type layout | Jonas Schievink | -1/+2 |
| 2016-07-12 | Auto merge of #34755 - jonas-schievink:minor-differences, r=eddyb | bors | -3/+70 |
| 2016-07-11 | Auto merge of #34686 - alexcrichton:new-stage, r=luqmana | bors | -2/+1 |
| 2016-07-11 | Calculate the 2 largest variants using iterators | Jonas Schievink | -21/+22 |
| 2016-07-10 | Move variant_size_differences out of trans | Jonas Schievink | -3/+69 |
| 2016-07-08 | Merge PatKind::QPath into PatKind::Path in HIR | Vadim Petrochenkov | -1/+1 |
| 2016-07-06 | rustc: Update stage0 to beta-2016-07-06 | Alex Crichton | -2/+1 |
| 2016-07-03 | prefer `if let` to match with `None => {}` arm in some places | Zack M. Davis | -6/+3 |
| 2016-06-27 | Fix `Cargo.toml`s | Jeffrey Seyfried | -0/+1 |
| 2016-06-26 | Rollup merge of #34316 - jseyfried:refactor_ast_stmt, r=eddyb | Jeffrey Seyfried | -6/+3 |
| 2016-06-25 | Rollup merge of #34403 - jonathandturner:move_liberror, r=alexcrichton | Jeffrey Seyfried | -6/+8 |
| 2016-06-24 | Fix typo in future incompatible lint | Seo Sanghyeon | -1/+1 |