| Age | Commit message (Expand) | Author | Lines |
| 2015-10-16 | remove the destructors table | Ariel Ben-Yehuda | -10/+10 |
| 2015-10-16 | rustc: Don't lint about isize/usize in FFI | Alex Crichton | -8/+0 |
| 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 |
| 2015-08-29 | Handle gateage of built-in attributes seperately | Jonas Schievink | -5/+7 |
| 2015-08-26 | Rename FnKind variants and stop re-exporting them from the visit module. | Ms2ger | -12/+12 |
| 2015-08-25 | move destructors_for_type into AdtDef | Ariel Ben-Yehuda | -9/+9 |
| 2015-08-24 | Auto merge of #27857 - Manishearth:improve-fnkind, r=pnkfelix | bors | -1/+1 |
| 2015-08-24 | convert to use `is_local` instead of `== LOCAL_CRATE` | Niko Matsakis | -3/+3 |
| 2015-08-24 | fallout from moving def-id | Niko Matsakis | -16/+16 |
| 2015-08-17 | Create "platform-intrinsic" ABI for SIMD/platform intrinsics. | Huon Wilson | -1/+4 |
| 2015-08-16 | FnFnBlock -> FkClosure | Manish Goregaokar | -1/+1 |
| 2015-08-15 | Add issue for the rustc_private feature everywhere | Alex Crichton | -1/+1 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -5/+2 |
| 2015-08-11 | rollup merge of #27622: eefriedman/https-url | Alex Crichton | -2/+2 |
| 2015-08-11 | Auto merge of #27575 - brson:lint, r=alexcrichton | bors | -0/+2 |
| 2015-08-09 | Use https URLs to refer to rust-lang.org where appropriate. | Eli Friedman | -2/+2 |
| 2015-08-07 | rename ADTDef to AdtDef etc. | Ariel Ben-Yehuda | -1/+1 |
| 2015-08-06 | Revert "Revert "Fix `missing_docs` lint for const and static."" | Brian Anderson | -0/+2 |
| 2015-08-06 | use VariantDef instead of struct_fields | Ariel Ben-Yehuda | -20/+21 |
| 2015-08-06 | introduce an ADTDef struct for struct/enum definitions | Ariel Ben-Yehuda | -20/+20 |
| 2015-08-04 | rustc_lint: handle more method calls in unconditional_recursion. | Eduard Burtescu | -15/+53 |
| 2015-07-28 | remove `get_ident` and `get_name`, make `as_str` sound | Oliver Schneider | -16/+17 |
| 2015-07-26 | In improper-ctypes lint, handle functions which explicitly return `()`. | Eli Friedman | -6/+15 |
| 2015-07-23 | Rewrite the improper_ctypes lint. | Eli Friedman | -29/+273 |
| 2015-07-22 | Auto merge of #26683 - eefriedman:const-eval-hint, r=pnkfelix | bors | -1/+2 |
| 2015-07-21 | Auto merge of #27160 - brson:revdoc, r=huonw | bors | -2/+0 |
| 2015-07-20 | Revert "Fix `missing_docs` lint for const and static." | Brian Anderson | -2/+0 |
| 2015-07-20 | Convert negate_unsigned feature gate to a warning | Simonas Kazlauskas | -6/+8 |
| 2015-07-17 | Clarify the usage of "hints" in const_eval. | Eli Friedman | -1/+2 |
| 2015-07-15 | Implement lint deprecation/removal… | Simonas Kazlauskas | -0/+2 |
| 2015-07-14 | Fix negate_unsigned feature gate check | Simonas Kazlauskas | -15/+19 |
| 2015-07-10 | Change some instances of .connect() to .join() | Wesley Wiser | -1/+1 |
| 2015-07-05 | Auto merge of #26473 - Eljay:missing_docs, r=alexcrichton | bors | -0/+2 |
| 2015-07-04 | rustc: remove MethodOrigin and use the container to distinguish inherent meth... | Eduard Burtescu | -3/+3 |
| 2015-07-04 | rustc_lint: use traits::select for methods in unconditional_recursion. | Eduard Burtescu | -66/+78 |
| 2015-07-04 | rustc: simplify ty::MethodOrigin and avoid trait item indices. | Eduard Burtescu | -11/+6 |
| 2015-07-04 | rustc: remove unused MethodStaticClosure variant of MethodOrigin. | Eduard Burtescu | -1/+1 |
| 2015-07-02 | Auto merge of #26677 - jroesch:fulfillment-context-refactor, r=nrc | bors | -2/+3 |
| 2015-07-01 | Auto merge of #26034 - Gankro:deprecate-bits, r=alexcrichton | bors | -0/+3 |
| 2015-07-01 | fallout of bitvec/bitset deprecation | Alexis Beingessner | -0/+3 |
| 2015-06-30 | Auto merge of #26663 - Eljay:fix-repr-attribute, r=sanxiyn | bors | -2/+4 |
| 2015-06-30 | Remove Typer and ClosureTyper | Jared Roesch | -1/+0 |
| 2015-06-30 | Remove Typer + ClosureTyper impls for ParameterEnv | Jared Roesch | -1/+3 |
| 2015-06-29 | lint: default methods must be called on Self to unconditionally recur. | Huon Wilson | -0/+9 |
| 2015-06-29 | lint: only consider actual calls as unconditional recursion. | Huon Wilson | -2/+7 |
| 2015-06-29 | Fix incorrect warning about unused repr attributes. | Lee Jeffery | -2/+4 |
| 2015-06-27 | Begin refactor type checking state | Jared Roesch | -2/+2 |