| Age | Commit message (Expand) | Author | Lines |
| 2016-01-16 | rustc: Fix bugs in renamed and removed lints and re-add raw_pointer_derive | Brian Anderson | -2/+5 |
| 2016-01-12 | Added proper lint for the unit variant/struct warning. | Felix S. Klock II | -0/+3 |
| 2015-12-05 | Do MTWT resolution during lowering to HIR | Vadim Petrochenkov | -3/+1 |
| 2015-11-26 | Add syntax support for attributes on expressions and all syntax | Marvin Löbel | -1/+1 |
| 2015-11-26 | split the metadata code into rustc_metadata | Ariel Ben-Yehuda | -2/+1 |
| 2015-11-26 | move librustc/plugin to librustc_plugin | Ariel Ben-Yehuda | -1/+1 |
| 2015-11-26 | make CrateStore a trait object | Ariel Ben-Yehuda | -1/+1 |
| 2015-11-26 | remove csearch from resolve and typeck | Ariel Ben-Yehuda | -4/+4 |
| 2015-11-26 | stop using csearch in librustc and librustc_lint | Ariel Ben-Yehuda | -13/+2 |
| 2015-11-25 | Remove all uses of `#[staged_api]` | Vadim Petrochenkov | -1/+1 |
| 2015-11-23 | Auto merge of #29952 - petrochenkov:depr, r=brson | bors | -2/+2 |
| 2015-11-20 | Rename #[deprecated] to #[rustc_deprecated] | Vadim Petrochenkov | -2/+2 |
| 2015-11-19 | Changes to data produced by privacy pass | Vadim Petrochenkov | -6/+6 |
| 2015-11-18 | Port a bunch of code new-visitor; all of these ports were | Niko Matsakis | -5/+5 |
| 2015-11-18 | Auto merge of #29882 - devonhollowood:master, r=Manishearth | bors | -90/+1 |
| 2015-11-17 | Remove unused imports | Devon Hollowood | -1/+1 |
| 2015-11-17 | Remove 'raw_pointer_derive' lint (#14615) | Devon Hollowood | -89/+0 |
| 2015-11-16 | ImplItem_ -> ImplItemKind rename | Oliver Schneider | -4/+4 |
| 2015-11-16 | rename ImplItem_::*ImplItem to ImplItem_::* | Oliver Schneider | -4/+4 |
| 2015-10-28 | Auto merge of #29402 - sanxiyn:if-let, r=steveklabnik | bors | -13/+6 |
| 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-28 | Use `if let` | Seo Sanghyeon | -13/+6 |
| 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 |