| Age | Commit message (Expand) | Author | Lines |
| 2016-12-30 | Demote most backwards incompatible ambiguity errors from RFC 1560 to warnings. | Jeffrey Seyfried | -0/+4 |
| 2016-12-14 | Make tidy | Austin Hicks | -1/+2 |
| 2016-12-14 | Fix bugs to optimizing enums: | Austin Hicks | -1/+1 |
| 2016-12-07 | Auto merge of #38191 - oli-obk:clippy_is_sad, r=eddyb | bors | -28/+28 |
| 2016-12-07 | remove useless lifetimes on LateLintPass impl methods | Oliver Schneider | -112/+84 |
| 2016-12-07 | remove useless lifetime outlives bounds | Oliver Schneider | -80/+76 |
| 2016-12-06 | annotate stricter lifetimes on LateLintPass methods to allow them to forward ... | Oliver Schneider | -90/+122 |
| 2016-12-05 | Refactor ty::FnSig to privatize all fields | Mark-Simulacrum | -8/+8 |
| 2016-12-02 | Auto merge of #38053 - eddyb:lazy-9, r=nikomatsakis | bors | -1/+1 |
| 2016-11-30 | Update the bootstrap compiler | Alex Crichton | -1/+0 |
| 2016-11-29 | rustc: simplify AdtDef by removing the field types and ty::ivar. | Eduard-Mihai Burtescu | -1/+1 |
| 2016-11-28 | Refactor TyTrait to contain a interned ExistentialPredicate slice. | Mark-Simulacrum | -1/+1 |
| 2016-11-28 | rustc: rework stability to be on-demand for type-directed lookup. | Eduard Burtescu | -137/+1 |
| 2016-11-28 | rustc: embed path resolutions into the HIR instead of keeping DefMap. | Eduard-Mihai Burtescu | -22/+33 |
| 2016-11-28 | rustc: desugar `use a::{b,c};` into `use a::b; use a::c;` in HIR. | Eduard-Mihai Burtescu | -14/+6 |
| 2016-11-28 | rustc: desugar UFCS as much as possible during HIR lowering. | Eduard Burtescu | -3/+9 |
| 2016-11-22 | Start warning cycle. | Jeffrey Seyfried | -0/+4 |
| 2016-11-21 | Cleanup `InternedString`. | Jeffrey Seyfried | -18/+9 |
| 2016-11-21 | Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p... | Jeffrey Seyfried | -10/+11 |
| 2016-11-20 | Move `syntax::util::interner` -> `syntax::symbol`, cleanup. | Jeffrey Seyfried | -2/+2 |
| 2016-11-20 | Refactor `MetaItemKind` to use `Name`s instead of `InternedString`s. | Jeffrey Seyfried | -3/+3 |
| 2016-11-20 | Refactor away `ast::Attribute_`. | Jeffrey Seyfried | -1/+1 |
| 2016-11-16 | include a Name and Span for each item in the HIR of the impl | Niko Matsakis | -3/+3 |
| 2016-11-10 | rustc: clean up lookup_item_type and remove TypeScheme. | Eduard Burtescu | -19/+18 |
| 2016-11-10 | Rollup merge of #37412 - eddyb:lazy-6, r=nikomatsakis | Eduard-Mihai Burtescu | -4/+4 |
| 2016-11-10 | rustc: unify and simplify managing associated items. | Eduard Burtescu | -8/+8 |
| 2016-11-10 | rustc: use an Expr instead of a Block for function bodies. | Eduard Burtescu | -4/+4 |
| 2016-11-09 | Rollup merge of #37614 - keeperofdakeys:proc_macro, r=jseyfried | Eduard-Mihai Burtescu | -3/+3 |
| 2016-11-09 | Rollup merge of #37229 - nnethercote:FxHasher, r=nikomatsakis | Eduard-Mihai Burtescu | -5/+5 |
| 2016-11-08 | Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakis | bors | -2/+1 |
| 2016-11-08 | Replace FnvHasher use with FxHasher. | Nicholas Nethercote | -5/+5 |
| 2016-11-08 | Rename KNOWN_ATTRS to BUILT_ATTRS, and create KNOWN_ATTRS | Josh Driver | -3/+3 |
| 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 |