| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-06-26 | rustc: switch most remaining middle::ty functions to methods. | Eduard Burtescu | -41/+33 |
| 2015-06-26 | rustc: make ty::mk_* constructors into methods on ty::ctxt. | Eduard Burtescu | -4/+4 |
| 2015-06-23 | change `const_val` enum and its variants to camel-case | Oliver Schneider | -3/+3 |
| 2015-06-21 | Fix `missing_docs` lint for const and static. | Eljay | -0/+2 |
| 2015-06-20 | Auto merge of #26417 - brson:feature-err, r=steveklabnik | bors | -1/+1 |
| 2015-06-18 | Make a better error message for using #[feature] on stable rust | Brian Anderson | -1/+1 |
| 2015-06-19 | rustc: remove Repr and UserString. | Eduard Burtescu | -3/+1 |
| 2015-06-19 | rustc: use the TLS type context in Repr and UserString. | Eduard Burtescu | -1/+1 |
| 2015-06-19 | rustc: use Repr and UserString instead of ppaux::ty_to_string. | Eduard Burtescu | -2/+2 |
| 2015-06-17 | Fallout in tests and docs from feature renamings | Alex Crichton | -1/+0 |
| 2015-06-17 | collections: Split the `collections` feature | Alex Crichton | -2/+2 |
| 2015-06-17 | core: Split apart the global `core` feature | Alex Crichton | -2/+3 |
| 2015-06-12 | Cleanup: rename middle::ty::sty and its variants. | Eli Friedman | -22/+22 |
| 2015-06-11 | Conver reborrows to .iter() calls where appropriate | Joshua Landau | -3/+3 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -2/+2 |