| Age | Commit message (Expand) | Author | Lines |
| 2017-03-09 | Fix const expression macro invocations. | Jeffrey Seyfried | -10/+11 |
| 2017-02-23 | Fix ICE when accessing mutably an immutable enum | Esteban Küber | -1/+3 |
| 2017-02-23 | remove vestiges of the old suggestion machinery | Niko Matsakis | -256/+26 |
| 2017-01-30 | cleanup: Refactor away `DtorKind` | Vadim Petrochenkov | -24/+1 |
| 2017-01-30 | Implement Drop for Box | Vadim Petrochenkov | -26/+4 |
| 2017-01-30 | Merge ty::TyBox into ty::TyAdt | Vadim Petrochenkov | -95/+92 |
| 2017-01-28 | Auto merge of #39305 - eddyb:synelide, r=nikomatsakis | bors | -515/+1328 |
| 2017-01-28 | rustc: remove unused `bounds` field from `RegionParameterDef`. | Eduard-Mihai Burtescu | -27/+9 |
| 2017-01-28 | rustc: move object default lifetimes to resolve_lifetimes. | Eduard-Mihai Burtescu | -75/+329 |
| 2017-01-28 | rustc: always keep an explicit lifetime in trait objects. | Eduard-Mihai Burtescu | -14/+54 |
| 2017-01-28 | rustc: lower trait type paths as TyTraitObject. | Eduard-Mihai Burtescu | -42/+40 |
| 2017-01-28 | rustc: move most of lifetime elision to resolve_lifetimes. | Eduard-Mihai Burtescu | -11/+557 |
| 2017-01-28 | rustc: simplify scope-tracking in resolve_lifetime. | Eduard-Mihai Burtescu | -321/+220 |
| 2017-01-28 | rustc: clean up the style of middle::resolve_lifetime. | Eduard-Mihai Burtescu | -69/+99 |
| 2017-01-28 | rustc: always include elidable lifetimes in HIR types. | Eduard-Mihai Burtescu | -102/+166 |
| 2017-01-27 | Rollup merge of #39351 - nikomatsakis:incr-comp-skip-typeck-1, r=eddyb | Alex Crichton | -7/+7 |
| 2017-01-27 | Rollup merge of #39321 - king6cong:master, r=frewsxcv | Alex Crichton | -1/+1 |
| 2017-01-27 | Rollup merge of #39290 - canndrew:hide-uninhabitedness, r=nikomatsakis | Alex Crichton | -5/+1 |
| 2017-01-27 | Auto merge of #37057 - brson:nosuggest, r=nikomatsakis | bors | -714/+4 |
| 2017-01-27 | move `cast_kinds` into `TypeckTables` where it belongs | Niko Matsakis | -7/+7 |
| 2017-01-27 | Auto merge of #39281 - michaelwoerister:make-cc-incr-comp-opt-in, r=nikomatsakis | bors | -0/+2 |
| 2017-01-27 | Auto merge of #39139 - estebank:issue-38147, r=nikomatsakis | bors | -2/+61 |
| 2017-01-26 | rustc: Remove all "consider using an explicit lifetime parameter" suggestions | Brian Anderson | -714/+4 |
| 2017-01-26 | Point to immutable arg/fields when trying to use as &mut | Esteban Küber | -2/+61 |
| 2017-01-27 | doc comment typo fix | king6cong | -1/+1 |
| 2017-01-26 | Auto merge of #39066 - arielb1:lifetime-extension-test, r=nikomatsakis | bors | -24/+74 |
| 2017-01-26 | Auto merge of #39309 - eddyb:map-shmap, r=nikomatsakis | bors | -380/+380 |
| 2017-01-26 | Auto merge of #38819 - GuillaumeGomez:main_func_wrong_type, r=GuillaumeGomez | bors | -2/+29 |
| 2017-01-26 | rustc: don't call the HIR AST. | Eduard-Mihai Burtescu | -219/+219 |
| 2017-01-26 | rustc: rename TyCtxt's `map` field to `hir`. | Eduard-Mihai Burtescu | -164/+164 |
| 2017-01-26 | Update error code number | Guillaume Gomez | -3/+3 |
| 2017-01-26 | Add a distinct error code and description for "main function has wrong type" | Guillaume Gomez | -2/+29 |
| 2017-01-26 | Auto merge of #39075 - est31:remove_reflect, r=nikomatsakis | bors | -57/+3 |
| 2017-01-25 | rename `Tables` to `TypeckTables` | Niko Matsakis | -59/+59 |
| 2017-01-25 | remove outdated text | Niko Matsakis | -21/+0 |
| 2017-01-25 | merge TypeckItemBody and Tables depnodes | Niko Matsakis | -16/+15 |
| 2017-01-25 | Rollup merge of #39267 - king6cong:master, r=steveklabnik | Guillaume Gomez | -2/+2 |
| 2017-01-25 | Hide uninhabitedness checks behind feature gate | Andrew Cann | -5/+1 |
| 2017-01-25 | Auto merge of #35712 - oli-obk:exclusive_range_patterns, r=nikomatsakis | bors | -8/+26 |
| 2017-01-25 | end temporary lifetimes being extended by `let X: &_` hints | Ariel Ben-Yehuda | -24/+74 |
| 2017-01-24 | incr.comp.: Make cross-crate tracking for incr. comp. opt-in. | Michael Woerister | -0/+2 |
| 2017-01-24 | Remove Reflect | est31 | -57/+3 |
| 2017-01-24 | doc typo fix | king6cong | -1/+1 |
| 2017-01-24 | doc comment rewording | king6cong | -1/+1 |
| 2017-01-22 | Auto merge of #39238 - king6cong:pr, r=frewsxcv | bors | -1/+1 |
| 2017-01-22 | Auto merge of #39127 - canndrew:unreachable-pattern-errors-into-warnings, r=a... | bors | -7/+35 |
| 2017-01-22 | better comment wording | king6cong | -1/+1 |
| 2017-01-22 | Remove unused `extern crate`s. | Jeffrey Seyfried | -8/+0 |
| 2017-01-22 | Warn on unused `#[macro_use]` imports. | Jeffrey Seyfried | -1/+1 |
| 2017-01-21 | Fix comment | Andrew Cann | -6/+3 |