| Age | Commit message (Expand) | Author | Lines |
| 2015-10-27 | Update unused_parens lint for placement-in arrow | Simonas Kazlauskas | -0/+1 |
| 2015-10-27 | Auto merge of #26848 - oli-obk:const_fn_const_eval, r=pnkfelix | bors | -2/+1 |
| 2015-10-25 | std: Stabilize library APIs for 1.5 | Alex Crichton | -3/+2 |
| 2015-10-19 | allow constant evaluation of function calls | Oliver Schneider | -2/+1 |
| 2015-10-17 | Auto merge of #29109 - nxnfufunezn:master, r=Manishearth | bors | -9/+6 |
| 2015-10-17 | Updated librustc_lint/builtin.rs to use span_lint_note | nxnfufunezn | -9/+6 |
| 2015-10-16 | Auto merge of #29014 - petrochenkov:stability, r=brson | bors | -27/+8 |
| 2015-10-13 | Merge VariantData and VariantData_ | Vadim Petrochenkov | -1/+2 |
| 2015-10-13 | Merge struct fields and struct kind | Vadim Petrochenkov | -2/+2 |
| 2015-10-13 | Dict -> Struct, StructDef -> VariantData, def -> data | Vadim Petrochenkov | -4/+4 |
| 2015-10-13 | Remove now redundant NodeId from Variant | Vadim Petrochenkov | -5/+5 |
| 2015-10-13 | Refactor attr::Stability | Vadim Petrochenkov | -27/+8 |
| 2015-10-09 | Some cleanup of no longer used AST things | Nick Cameron | -1/+1 |
| 2015-10-09 | hygiene for `for` loops, `if let`, `while let` | Nick Cameron | -6/+4 |
| 2015-10-06 | Auto merge of #28779 - alexcrichton:ffi-isize-usize, r=nrc | bors | -8/+0 |
| 2015-10-02 | Auto merge of #28793 - Ms2ger:AttrStyle, r=alexcrichton | bors | -4/+4 |
| 2015-10-01 | Stop re-exporting AttrStyle's variants and rename them. | Ms2ger | -4/+4 |
| 2015-10-01 | Convert DefId to use DefIndex, which is an index into a list of | Niko Matsakis | -8/+14 |
| 2015-10-01 | build up a set of node-ids that we can construct def-ids from | Niko Matsakis | -2/+5 |
| 2015-10-01 | Introduce semi-duplicate DefIds into DefLocal/DefUpvar to remove use | Niko Matsakis | -2/+3 |
| 2015-10-01 | move direct accesses of `node` to go through `as_local_node_id`, unless | Niko Matsakis | -16/+27 |
| 2015-10-01 | move job of creating local-def-ids to ast-map (with a few stragglers) | Niko Matsakis | -7/+10 |
| 2015-09-30 | rustc: Don't lint about isize/usize in FFI | Alex Crichton | -8/+0 |
| 2015-09-29 | Add unused_attributes to unused lint group. | Lee Jeffery | -2/+2 |
| 2015-09-27 | Rollup merge of #28681 - arielb1:destructor-fixes, r=eddyb | Manish Goregaokar | -10/+9 |
| 2015-09-26 | remove the destructors table | Ariel Ben-Yehuda | -10/+9 |
| 2015-09-26 | Auto merge of #28642 - petrochenkov:name3, r=nrc | bors | -6/+3 |
| 2015-09-24 | Cleanup interfaces of Name, SyntaxContext and Ident | Vadim Petrochenkov | -1/+1 |
| 2015-09-24 | Remove the deprecated box(PLACE) syntax. | Eduard Burtescu | -1/+1 |
| 2015-09-23 | Remove random Idents outside of libsyntax | Vadim Petrochenkov | -6/+3 |
| 2015-09-23 | Auto merge of #28580 - wesleywiser:split_out_type_lints, r=alexcrichton | bors | -661/+689 |
| 2015-09-22 | Fix rebase | Vadim Petrochenkov | -29/+29 |
| 2015-09-22 | Use Names in the remaining HIR structures with exception of... | Vadim Petrochenkov | -1/+1 |
| 2015-09-22 | Use Names in HIR Items | Vadim Petrochenkov | -2/+2 |
| 2015-09-22 | Use Names in HIR visitors and folders | Vadim Petrochenkov | -2/+2 |
| 2015-09-22 | Auto merge of #28364 - petrochenkov:usegate, r=alexcrichton | bors | -0/+7 |
| 2015-09-21 | Split out the type lints into a new module | Wesley Wiser | -661/+689 |
| 2015-09-19 | Split out the UNUSED_* lints into a new module | Wesley Wiser | -445/+477 |
| 2015-09-19 | Split out the bad_style lints into a new module | Wesley Wiser | -354/+382 |
| 2015-09-18 | Revert "Convert negate_unsigned feature gate to a warning" | Simonas Kazlauskas | -8/+7 |
| 2015-09-17 | Correctly walk import lists in AST visitors | Vadim Petrochenkov | -0/+7 |
| 2015-09-17 | Change to a multi-trait approach | Nick Cameron | -7/+76 |
| 2015-09-17 | Remove hir::ExprParen | Nick Cameron | -3/+0 |
| 2015-09-17 | Change the unused parens lint to operate on the AST | Nick Cameron | -28/+28 |
| 2015-09-17 | Add an early lint pass for lints that operate on the AST | Nick Cameron | -84/+85 |
| 2015-09-16 | Use ast attributes every where (remove HIR attributes). | Nick Cameron | -62/+58 |
| 2015-09-14 | split ty::util and ty::adjustment | Ariel Ben-Yehuda | -4/+7 |
| 2015-09-03 | Move lints to HIR | Manish Goregaokar | -248/+242 |
| 2015-09-03 | Add an intital HIR and lowering step | Nick Cameron | -74/+109 |
| 2015-08-31 | Auto merge of #28007 - Ms2ger:FnKind, r=nrc | bors | -12/+12 |