| Age | Commit message (Expand) | Author | Lines |
| 2016-11-08 | Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakis | bors | -2/+1 |
| 2016-11-04 | Rollup merge of #37408 - eddyb:lazy-5, r=nikomatsakis | Alex Crichton | -34/+31 |
| 2016-11-04 | Auto merge of #37167 - nikomatsakis:jroesch-issue-18937, r=pnkfelix | bors | -0/+4 |
| 2016-11-03 | Stabilize `..` in tuple (struct) patterns | Vadim Petrochenkov | -2/+1 |
| 2016-11-02 | rustc: record the target type of every adjustment. | Eduard Burtescu | -7/+7 |
| 2016-11-02 | rustc: make all read access to tcx.tables go through a method. | Eduard Burtescu | -27/+24 |
| 2016-11-01 | update `extra_requirement_in_impl` to #37166 | Niko Matsakis | -1/+1 |
| 2016-11-01 | compare-method lint | Niko Matsakis | -0/+4 |
| 2016-10-31 | Add missing space in mutable_transmutes lint | Christopher Serr | -1/+1 |
| 2016-10-29 | Auto merge of #37378 - petrochenkov:nopat, r=eddyb | bors | -0/+4 |
| 2016-10-27 | Auto merge of #36894 - petrochenkov:deny, r=nikomatsakis | bors | -8/+8 |
| 2016-10-27 | Make sufficiently old or low-impact compatibility lints deny-by-default | Vadim Petrochenkov | -8/+8 |
| 2016-10-27 | review changes | Nick Cameron | -8/+35 |
| 2016-10-27 | Add possibility of deprecating attributes | Nick Cameron | -2/+37 |
| 2016-10-26 | Prohibit patterns in trait methods without bodies | Vadim Petrochenkov | -0/+4 |
| 2016-10-25 | Utilize AccumulateVec to avoid heap allocations in mk_{substs, type_list, tup... | Mark-Simulacrum | -3/+3 |
| 2016-10-17 | Use one message for uppercase global lint | Aleksey Kladov | -4/+1 |
| 2016-10-14 | Lint against lowercase static mut | Aleksey Kladov | -1/+3 |
| 2016-10-12 | Rollup merge of #37049 - srinivasreddy:librustc_lint, r=nrc | Alex Crichton | -479/+601 |
| 2016-10-09 | run rustfmt on librustc_lint folder | Srinivas Reddy Thatiparthy | -479/+601 |
| 2016-10-05 | Turn compatibility lint `match_of_unit_variant_via_paren_dotdot` into a hard ... | Vadim Petrochenkov | -5/+0 |
| 2016-10-02 | Replace offset_after_field with offsets | Austin Hicks | -1/+1 |
| 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 |