| Age | Commit message (Expand) | Author | Lines |
| 2017-08-23 | make `for_all_relevant_impls` O(1) again | Ariel Ben-Yehuda | -2/+1 |
| 2017-07-08 | Move public reexports of private extern crates into a separate lint | Vadim Petrochenkov | -0/+4 |
| 2017-07-05 | rustc: Implement the #[global_allocator] attribute | Alex Crichton | -1/+2 |
| 2017-06-29 | Rollup merge of #42886 - durka:pplmm-mwe, r=petrochenkov | Ariel Ben-Yehuda | -7/+3 |
| 2017-06-27 | syntax: allow negative integer literal expression to be interpolated as pattern | Alex Burka | -7/+3 |
| 2017-06-27 | rustc: move the PolyFnSig out of TyFnDef. | Eduard-Mihai Burtescu | -14/+6 |
| 2017-06-20 | Rollup merge of #42756 - sanxiyn:name-for-must-use, r=estebank | Corey Farwell | -7/+6 |
| 2017-06-19 | Bump version and stage0 compiler | Alex Crichton | -4/+0 |
| 2017-06-20 | Show type name for unused_must_use lint | Seo Sanghyeon | -7/+6 |
| 2017-06-10 | rustc: make the comon case of tcx.infer_ctxt(()) nicer. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-06-09 | rustc: track the current ty::ParamEnv in lint::LateContext. | Eduard-Mihai Burtescu | -12/+9 |
| 2017-06-01 | strip param-env from infcx | Niko Matsakis | -2/+3 |
| 2017-06-01 | rewrite layout to take a (param-env, ty) pair instead of infcx | Niko Matsakis | -7/+6 |
| 2017-06-01 | move projection mode into parameter environment | Niko Matsakis | -3/+3 |
| 2017-06-01 | Auto merge of #42281 - eddyb:well-adjusted, r=nikomatsakis | bors | -34/+32 |
| 2017-06-01 | rustc: decompose Adjustment into a vector of adjustment steps. | Eduard-Mihai Burtescu | -27/+14 |
| 2017-06-01 | rustc: move autoref and unsize from Adjust::DerefRef to Adjustment. | Eduard-Mihai Burtescu | -14/+12 |
| 2017-06-01 | rustc: replace autoderefs' use of MethodCallee with OverloadedDeref. | Eduard-Mihai Burtescu | -2/+8 |
| 2017-06-01 | rustc: replace method_map with Def::Method and node_substs entries. | Eduard-Mihai Burtescu | -10/+19 |
| 2017-06-01 | rustc: remove unnecessary ItemSubsts wrapper. | Eduard-Mihai Burtescu | -2/+1 |
| 2017-06-01 | rustc: keep overloaded autoderef MethodCallee's in Adjust. | Eduard-Mihai Burtescu | -7/+6 |
| 2017-05-30 | Turn `invalid_type_param_default` into a lint again | Vadim Petrochenkov | -2/+4 |
| 2017-05-30 | Turn sufficiently old compatibility lints into hard errors | Vadim Petrochenkov | -43/+30 |
| 2017-05-30 | Auto merge of #42282 - Mark-Simulacrum:issue-40342, r=arielb1 | bors | -2/+2 |
| 2017-05-29 | Auto merge of #41856 - qnighy:prohibit-parenthesized-params-in-more-types, r=... | bors | -0/+4 |
| 2017-05-28 | Don't warn on lifetime generic no_mangle functions. | Mark Simulacrum | -2/+2 |
| 2017-05-27 | Fix ICE on inner enum in missing docs lint. | Mark Simulacrum | -44/+5 |
| 2017-05-26 | Add warning cycle #42238. | Masaki Hara | -0/+4 |
| 2017-05-22 | rename `parameter_environment` to `param_env` | Niko Matsakis | -2/+2 |
| 2017-05-22 | rename `ParameterEnvironment` to `ParamEnv` | Niko Matsakis | -1/+1 |
| 2017-05-22 | centralize the caching for is-copy, is-sized, and is-freeze | Niko Matsakis | -6/+5 |
| 2017-05-16 | Auto merge of #41907 - est31:macro_unused, r=jseyfried | bors | -1/+2 |
| 2017-05-13 | rustc: uniformly compute ParameterEnvironment's "free outlive scope". | Eduard-Mihai Burtescu | -7/+2 |
| 2017-05-13 | Add lint for unused macros | est31 | -1/+2 |
| 2017-05-13 | Auto merge of #41847 - alexcrichton:less-unstable-annotations, r=eddyb | bors | -3/+4 |
| 2017-05-11 | rustc: Remove #![unstable] annotation | Alex Crichton | -3/+4 |
| 2017-05-10 | Remove debug message | est31 | -1/+0 |
| 2017-05-08 | Rollup merge of #41293 - est31:floating_literal_match, r=nikomatsakis | Corey Farwell | -0/+81 |
| 2017-05-08 | Remove need for &format!(...) or &&"" dances in `span_label` calls | Oliver Schneider | -1/+1 |
| 2017-05-02 | Add illegal_floating_point_literal_pattern compat lint | est31 | -0/+81 |
| 2017-05-02 | Add a lint to disallow anonymous parameters | est31 | -0/+44 |
| 2017-04-28 | do not access `associated_item` map directly | Niko Matsakis | -14/+10 |
| 2017-04-24 | rustc: rename some of the queries to match tcx methods. | Eduard-Mihai Burtescu | -12/+12 |
| 2017-04-20 | rustc: combine type_needs_drop_given_env and may_drop into needs_drop. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-04-16 | Compress ReprOptions a little bit | Simonas Kazlauskas | -3/+3 |
| 2017-04-08 | rustc: add some abstractions to ty::layout for a more concise API. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-03-29 | Make overlapping_inherent_impls lint a hard error | topecongiro | -4/+1 |
| 2017-03-27 | Fix various useless derefs and slicings | Oliver Schneider | -3/+3 |
| 2017-03-23 | Remove internal liblog | Alex Crichton | -1/+1 |
| 2017-03-14 | Refactor `Attribute` to use `Path` and `TokenStream` instead of `MetaItem`. | Jeffrey Seyfried | -6/+8 |