| Age | Commit message (Expand) | Author | Lines |
| 2017-03-09 | Fix const expression macro invocations. | Jeffrey Seyfried | -10/+11 |
| 2017-01-28 | rustc: always keep an explicit lifetime in trait objects. | Eduard-Mihai Burtescu | -12/+44 |
| 2017-01-28 | rustc: lower trait type paths as TyTraitObject. | Eduard-Mihai Burtescu | -9/+33 |
| 2017-01-28 | rustc: move most of lifetime elision to resolve_lifetimes. | Eduard-Mihai Burtescu | -1/+2 |
| 2017-01-28 | rustc: always include elidable lifetimes in HIR types. | Eduard-Mihai Burtescu | -102/+160 |
| 2017-01-26 | Point to immutable arg/fields when trying to use as &mut | Esteban Küber | -1/+1 |
| 2017-01-26 | rustc: don't call the HIR AST. | Eduard-Mihai Burtescu | -109/+109 |
| 2017-01-26 | rustc: rename TyCtxt's `map` field to `hir`. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-01-25 | Rollup merge of #39267 - king6cong:master, r=steveklabnik | Guillaume Gomez | -2/+2 |
| 2017-01-25 | Auto merge of #35712 - oli-obk:exclusive_range_patterns, r=nikomatsakis | bors | -8/+26 |
| 2017-01-24 | doc typo fix | king6cong | -1/+1 |
| 2017-01-24 | doc comment rewording | king6cong | -1/+1 |
| 2017-01-22 | Auto merge of #39127 - canndrew:unreachable-pattern-errors-into-warnings, r=a... | bors | -7/+35 |
| 2017-01-21 | Fix comment | Andrew Cann | -6/+3 |
| 2017-01-21 | Fix some nits | Andrew Cann | -4/+5 |
| 2017-01-20 | Rollup merge of #39118 - jseyfried:token_tree_based_parser, r=nrc | Alex Crichton | -8/+5 |
| 2017-01-21 | Add unreachable attribute to Err branch | Andrew Cann | -16/+17 |
| 2017-01-20 | Remove redundant block | Andrew Cann | -4/+1 |
| 2017-01-20 | Remove attribute on match | Andrew Cann | -21/+4 |
| 2017-01-19 | add exclusive range patterns under a feature gate | Oliver Schneider | -8/+26 |
| 2017-01-17 | Fix make tidy | Andrew Cann | -5/+8 |
| 2017-01-17 | Change unreachable patterns ICEs to warnings | Andrew Cann | -9/+55 |
| 2017-01-17 | Auto merge of #39110 - petrochenkov:sum, r=eddyb | bors | -35/+25 |
| 2017-01-17 | Give the `StringReader` a `sess: &ParseSess`. | Jeffrey Seyfried | -8/+5 |
| 2017-01-17 | Rename ObjectSum into TraitObject in AST/HIR | Vadim Petrochenkov | -5/+5 |
| 2017-01-17 | Use resizable Vec instead of P<[T]> in AST | Vadim Petrochenkov | -1/+1 |
| 2017-01-17 | AST/HIR: Merge ObjectSum and PolyTraitRef | Vadim Petrochenkov | -21/+9 |
| 2017-01-16 | AST/HIR: Replace Path with Type in WhereEqPredicate | Vadim Petrochenkov | -13/+15 |
| 2017-01-16 | Rename ExprKind::Vec to Array in HIR and HAIR. | Scott Olson | -1/+1 |
| 2017-01-08 | Auto merge of #38813 - eddyb:lazy-11, r=nikomatsakis | bors | -216/+83 |
| 2017-01-06 | rustc: store ty::Tables separately for each body (except closures'). | Eduard-Mihai Burtescu | -197/+83 |
| 2017-01-06 | rustc: keep track of tables everywhere as if they were per-body. | Eduard-Mihai Burtescu | -19/+0 |
| 2017-01-03 | Print attributes on expressions when pretty printing. | comex | -0/+1 |
| 2016-12-28 | rustdoc: pretty-print nested bodies in inlined constants. | Eduard-Mihai Burtescu | -1/+1 |
| 2016-12-28 | rustc: always print nested nodes where a HIR map is available. | Eduard-Mihai Burtescu | -283/+133 |
| 2016-12-28 | rustc: simplify constant cross-crate loading and rustc_passes::consts. | Eduard-Mihai Burtescu | -89/+98 |
| 2016-12-28 | rustc: move function arguments into hir::Body. | Eduard-Mihai Burtescu | -148/+191 |
| 2016-12-28 | rustc: separate bodies for static/(associated)const and embedded constants. | Eduard-Mihai Burtescu | -163/+195 |
| 2016-12-28 | rustc: separate TraitItem from their parent Item, just like ImplItem. | Eduard-Mihai Burtescu | -68/+171 |
| 2016-12-28 | hir: lower `ImplicitSelf` to resolved `Self` TyQPath's. | Eduard-Mihai Burtescu | -84/+26 |
| 2016-12-28 | Auto merge of #38479 - michaelwoerister:extern_mod_ich, r=nikomatsakis | bors | -5/+8 |
| 2016-12-23 | Auto merge of #38232 - jseyfried:refactor_global_paths, r=nrc | bors | -43/+40 |
| 2016-12-22 | Remove outdated FIXME comment | Esteban Küber | -2/+0 |
| 2016-12-22 | Pretty-print `$crate::foo::bar` as `::foo::bar`. | Jeffrey Seyfried | -2/+2 |
| 2016-12-22 | Refactor how global paths are represented (for both ast and hir). | Jeffrey Seyfried | -43/+40 |
| 2016-12-21 | ICH: Fix some omissions around foreign mods in hasher. | Michael Woerister | -5/+8 |
| 2016-12-20 | Rollup merge of #38418 - michaelwoerister:def_path_cleanup, r=eddyb | Alex Crichton | -331/+142 |
| 2016-12-19 | Optimize `ast::PathSegment`. | Jeffrey Seyfried | -6/+12 |
| 2016-12-18 | Remove `MacroDef`'s fields `imported_from` and `allow_internal_unstable`, | Jeffrey Seyfried | -5/+0 |
| 2016-12-16 | Remove some more things that were only needed for inlined-HIR DefIds | Michael Woerister | -204/+0 |