| Age | Commit message (Expand) | Author | Lines |
| 2017-02-04 | Add a new ui test and update existing ones | Cengiz Can | -39/+29 |
| 2017-02-04 | Improve error message for uninferrable types #38812 | Cengiz Can | -26/+28 |
| 2017-02-04 | Auto merge of #38426 - vadimcn:nobundle, r=alexcrichton | bors | -0/+13 |
| 2017-02-04 | note wording: lint implied by lint group, not lint group implies lint | Zack M. Davis | -1/+1 |
| 2017-02-04 | make lint-group-style test a UI rather than a compile-fail test | Zack M. Davis | -51/+0 |
| 2017-02-04 | note lint group set on command line triggering individual lint | Zack M. Davis | -1/+1 |
| 2017-02-04 | note individual lint name set via lint group attribute in notes | Zack M. Davis | -9/+27 |
| 2017-02-04 | Uninhabited while-let pattern fix | Andrew Cann | -0/+8 |
| 2017-02-04 | Expand defaulted unit test | Andrew Cann | -0/+15 |
| 2017-02-03 | lint/ctypes: Don't warn on non-unsized structs with PhantomData. | Emilio Cobos Álvarez | -0/+6 |
| 2017-02-03 | Fix test | Andrew Cann | -3/+6 |
| 2017-02-03 | Fix test | Andrew Cann | -4/+11 |
| 2017-02-03 | Use a proper future-compatibility lint | Andrew Cann | -0/+26 |
| 2017-02-02 | Rollup merge of #39420 - oli-obk:sugg, r=pnkfelix | Guillaume Gomez | -1/+2 |
| 2017-02-02 | Auto merge of #39384 - wesleywiser:fix_fixmes, r=alexcrichton | bors | -31/+0 |
| 2017-02-02 | Auto merge of #38932 - petrochenkov:privctor, r=jseyfried | bors | -71/+71 |
| 2017-01-31 | Removes FIXMEs related to #22405 | Wesley Wiser | -31/+0 |
| 2017-01-31 | use suggestions instead of helps with code in them | Oliver Schneider | -1/+2 |
| 2017-01-30 | Merge ty::TyBox into ty::TyAdt | Vadim Petrochenkov | -40/+35 |
| 2017-01-29 | Improve diagnostics for inaccessible constructors | Vadim Petrochenkov | -63/+1 |
| 2017-01-29 | Implement compatibility lint for legacy constructor visibilities | Vadim Petrochenkov | -0/+28 |
| 2017-01-29 | Fix the fallout | Vadim Petrochenkov | -82/+53 |
| 2017-01-29 | Privatize constructors of tuple structs with private fields | Vadim Petrochenkov | -0/+63 |
| 2017-01-28 | Auto merge of #39305 - eddyb:synelide, r=nikomatsakis | bors | -14/+52 |
| 2017-01-28 | test: add missing lifetime in recently added test. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-01-28 | rustc: always keep an explicit lifetime in trait objects. | Eduard-Mihai Burtescu | -2/+4 |
| 2017-01-28 | rustc_typeck: move impl Trait checks out of RegionScope. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-01-28 | rustc: move most of lifetime elision to resolve_lifetimes. | Eduard-Mihai Burtescu | -8/+44 |
| 2017-01-28 | rustc: always include elidable lifetimes in HIR types. | Eduard-Mihai Burtescu | -2/+2 |
| 2017-01-27 | Rollup merge of #39335 - cramertj:cramertj/can_begin_expr_fix, r=petrochenkov | Alex Crichton | -0/+30 |
| 2017-01-27 | Rollup merge of #39306 - GuillaumeGomez:newtype_help, r=eddyb | Alex Crichton | -1/+6 |
| 2017-01-27 | Rollup merge of #39290 - canndrew:hide-uninhabitedness, r=nikomatsakis | Alex Crichton | -19/+50 |
| 2017-01-27 | Rollup merge of #38617 - pnkfelix:double-reference, r=pnkfelix | Alex Crichton | -0/+38 |
| 2017-01-27 | Auto merge of #37057 - brson:nosuggest, r=nikomatsakis | bors | -126/+0 |
| 2017-01-27 | Auto merge of #39282 - petrochenkov:selfstab, r=nikomatsakis | bors | -37/+0 |
| 2017-01-26 | Fix can_begin_expr keyword behavior | Taylor Cramer | -0/+30 |
| 2017-01-27 | Auto merge of #39158 - petrochenkov:bounds, r=nikomatsakis | bors | -15/+89 |
| 2017-01-26 | rustc: Remove all "consider using an explicit lifetime parameter" suggestions | Brian Anderson | -126/+0 |
| 2017-01-26 | Auto merge of #39066 - arielb1:lifetime-extension-test, r=nikomatsakis | bors | -0/+27 |
| 2017-01-26 | Auto merge of #38819 - GuillaumeGomez:main_func_wrong_type, r=GuillaumeGomez | bors | -5/+5 |
| 2017-01-26 | Add note for E0117 | Guillaume Gomez | -1/+6 |
| 2017-01-26 | Update error code number | Guillaume Gomez | -5/+5 |
| 2017-01-26 | Add a distinct error code and description for "main function has wrong type" | Guillaume Gomez | -5/+5 |
| 2017-01-26 | Auto merge of #39075 - est31:remove_reflect, r=nikomatsakis | bors | -127/+0 |
| 2017-01-26 | Auto merge of #39000 - nikomatsakis:incr_comp_crosscontaminate_impl_item, r=m... | bors | -12/+52 |
| 2017-01-25 | Auto merge of #38920 - petrochenkov:selfimpl, r=eddyb | bors | -0/+43 |
| 2017-01-25 | rename `Tables` to `TypeckTables` | Niko Matsakis | -14/+14 |
| 2017-01-25 | merge TypeckItemBody and Tables depnodes | Niko Matsakis | -12/+12 |
| 2017-01-25 | fix the test case by supplying proper options | Niko Matsakis | -0/+5 |
| 2017-01-25 | pacify the mercilous tidy | Niko Matsakis | -0/+10 |