| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-03-10 | Point to enclosing block/fn on nested unsafe | Esteban Küber | -1/+28 |
| 2017-03-03 | Auto merge of #39927 - nikomatsakis:incr-comp-skip-borrowck-2, r=eddyb | bors | -1/+1 |
| 2017-03-01 | Auto merge of #34198 - eddyb:you're-a-bad-transmute-and-you-should-feel-bad, ... | bors | -4/+2 |
| 2017-02-28 | Add warning cycle. | Jeffrey Seyfried | -0/+4 |
| 2017-02-28 | Make transmuting from fn item types to pointer-sized types a hard error. | Eduard Burtescu | -4/+2 |
| 2017-02-28 | remove special-case code for statics and just use `borrowck_fn` | Niko Matsakis | -1/+1 |
| 2017-02-25 | rustc_const_eval: always demand typeck_tables for evaluating constants. | Eduard-Mihai Burtescu | -2/+1 |
| 2017-02-25 | rustc_typeck: rework coherence to be almost completely on-demand. | Eduard-Mihai Burtescu | -2/+2 |
| 2017-02-25 | rustc_typeck: hook up collect and item/body check to on-demand. | Eduard-Mihai Burtescu | -26/+30 |
| 2017-02-25 | rustc: combine BareFnTy and ClosureTy into FnSig. | Eduard-Mihai Burtescu | -7/+7 |
| 2017-02-25 | rustc: introduce a query system for type information in ty::maps. | Eduard Burtescu | -1/+1 |
| 2017-02-25 | rustc: consolidate dep-tracked hashmaps in tcx.maps. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-02-14 | Use check_variant for non_camel_case_types lint | Seo Sanghyeon | -9/+5 |
| 2017-02-08 | Rollup merge of #39462 - emilio:improper-ctypes, r=nikomatsakis | Corey Farwell | -7/+39 |
| 2017-02-05 | Rollup merge of #39009 - canndrew:default-unit-warnings, r=nikomatsakis | Corey Farwell | -2/+6 |
| 2017-02-03 | Bump version, upgrade bootstrap | Alex Crichton | -5/+1 |
| 2017-02-03 | lint/ctypes: Don't warn on non-unsized structs with PhantomData. | Emilio Cobos Álvarez | -7/+39 |
| 2017-02-03 | Use a proper future-compatibility lint | Andrew Cann | -0/+4 |
| 2017-02-03 | Add warning for () to ! switch | Andrew Cann | -2/+2 |
| 2017-02-02 | Auto merge of #38932 - petrochenkov:privctor, r=jseyfried | bors | -0/+4 |
| 2017-01-30 | Merge ty::TyBox into ty::TyAdt | Vadim Petrochenkov | -6/+1 |
| 2017-01-29 | Implement compatibility lint for legacy constructor visibilities | Vadim Petrochenkov | -0/+4 |
| 2017-01-28 | rustc: always include elidable lifetimes in HIR types. | Eduard-Mihai Burtescu | -2/+2 |
| 2017-01-26 | rustc: rename TyCtxt's `map` field to `hir`. | Eduard-Mihai Burtescu | -21/+21 |
| 2017-01-22 | Warn on unused `#[macro_use]` imports. | Jeffrey Seyfried | -1/+0 |
| 2017-01-08 | Auto merge of #38813 - eddyb:lazy-11, r=nikomatsakis | bors | -40/+40 |
| 2017-01-08 | Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc | bors | -1/+1 |
| 2017-01-06 | rustc: keep track of tables everywhere as if they were per-body. | Eduard-Mihai Burtescu | -40/+40 |
| 2017-01-06 | Auto merge of #38069 - canndrew:empty-sub-patterns-again, r=nikomatsakis | bors | -0/+1 |
| 2017-01-03 | Properly ban the negation of unsigned integers in type-checking. | Eduard-Mihai Burtescu | -51/+0 |
| 2017-01-03 | Make is_useful handle empty types properly | Andrew Cann | -0/+1 |
| 2016-12-30 | Such large. Very 128. Much bits. | Simonas Kazlauskas | -26/+36 |
| 2016-12-29 | Remove not(stage0) from deny(warnings) | Alex Crichton | -1/+1 |
| 2016-12-28 | rustc: move function arguments into hir::Body. | Eduard-Mihai Burtescu | -20/+15 |
| 2016-12-28 | rustc: separate bodies for static/(associated)const and embedded constants. | Eduard-Mihai Burtescu | -5/+5 |
| 2016-12-28 | rustc: separate TraitItem from their parent Item, just like ImplItem. | Eduard-Mihai Burtescu | -9/+9 |
| 2016-12-22 | Refactor how global paths are represented (for both ast and hir). | Jeffrey Seyfried | -1/+1 |
| 2016-12-20 | Auto merge of #38271 - jseyfried:rfc_1560_warning_cycle, r=nrc | bors | -0/+4 |
| 2016-12-15 | Demote most backwards incompatible ambiguity errors from RFC 1560 to warnings. | Jeffrey Seyfried | -0/+4 |
| 2016-12-14 | Make tidy | Austin Hicks | -1/+2 |
| 2016-12-14 | Fix bugs to optimizing enums: | Austin Hicks | -1/+1 |
| 2016-12-07 | Auto merge of #38191 - oli-obk:clippy_is_sad, r=eddyb | bors | -28/+28 |
| 2016-12-07 | remove useless lifetimes on LateLintPass impl methods | Oliver Schneider | -112/+84 |