| Age | Commit message (Expand) | Author | Lines |
| 2017-01-15 | Mark the pushpop_unsafe feature as "removed" | est31 | -4/+1 |
| 2017-01-15 | Remove the safe_suggestion feature | est31 | -3/+0 |
| 2017-01-12 | Auto merge of #38814 - Ralith:cfg-fields, r=jseyfried | bors | -19/+113 |
| 2017-01-11 | syntax: struct field attributes and cfg | Benjamin Saunders | -19/+113 |
| 2017-01-08 | Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc | bors | -1/+1 |
| 2017-01-06 | Auto merge of #38792 - jseyfried:improve_macros_11_diagnostics, r=nikomatsakis | bors | -7/+7 |
| 2017-01-03 | Fold all spans in the AST. | Jeffrey Seyfried | -7/+7 |
| 2017-01-02 | rustc: Stabilize the `proc_macro` feature | Alex Crichton | -10/+3 |
| 2017-01-01 | Auto merge of #38692 - estebank:remove-try-from-pprust, r=petrochenkov | bors | -857/+857 |
| 2016-12-30 | Further and hopefully final Windows fixes | Simonas Kazlauskas | -1/+10 |
| 2016-12-30 | Feature gate: 1.16.0 instead of 1.15.0 | est31 | -1/+1 |
| 2016-12-30 | Fix LEB128 to work with the stage1 | Simonas Kazlauskas | -2/+2 |
| 2016-12-30 | Cleanup FIXMEs | Simonas Kazlauskas | -22/+0 |
| 2016-12-30 | Feature gate the 128 bit types | Simonas Kazlauskas | -0/+15 |
| 2016-12-30 | Such large. Very 128. Much bits. | Simonas Kazlauskas | -22/+52 |
| 2016-12-29 | Remove not(stage0) from deny(warnings) | Alex Crichton | -1/+1 |
| 2016-12-29 | Rollup merge of #38559 - japaric:ptx2, r=alexcrichton | Alex Crichton | -1/+18 |
| 2016-12-29 | Use `?` instead of `try!` macro in `print::pprust` | Esteban Küber | -857/+857 |
| 2016-12-28 | hir: lower `ImplicitSelf` to resolved `Self` TyQPath's. | Eduard-Mihai Burtescu | -8/+7 |
| 2016-12-26 | PTX support | Jorge Aparicio | -1/+18 |
| 2016-12-25 | Auto merge of #38566 - jseyfried:fix_import_resolution_bug, r=eddyb | bors | -15/+14 |
| 2016-12-24 | Auto merge of #38268 - withoutboats:parse_where_higher_rank_hack, r=eddyb | bors | -0/+17 |
| 2016-12-23 | Auto merge of #38533 - jseyfried:legacy_custom_derive_deprecation, r=nrc | bors | -0/+2 |
| 2016-12-23 | Auto merge of #38232 - jseyfried:refactor_global_paths, r=nrc | bors | -57/+84 |
| 2016-12-23 | Allow legacy custom derive authors to disable warnings in downstream crates. | Jeffrey Seyfried | -0/+2 |
| 2016-12-23 | Fix import resolution bug and fold all idents in the AST. | Jeffrey Seyfried | -15/+14 |
| 2016-12-22 | Remove outdated FIXME comment | Esteban Küber | -4/+0 |
| 2016-12-22 | Pretty-print `$crate::foo::bar` as `::foo::bar`. | Jeffrey Seyfried | -1/+2 |
| 2016-12-22 | Refactor how global paths are represented (for both ast and hir). | Jeffrey Seyfried | -57/+83 |
| 2016-12-21 | Auto merge of #38099 - GuillaumeGomez:cast_suggestions, r=nikomatsakis | bors | -0/+4 |
| 2016-12-20 | Rollup merge of #38171 - jseyfried:cleanup, r=nrc | Alex Crichton | -344/+145 |
| 2016-12-20 | Create check_ref method to allow to check coercion with & types | Guillaume Gomez | -6/+0 |
| 2016-12-20 | Fix coercion ICE | Guillaume Gomez | -1/+2 |
| 2016-12-20 | Add safe_suggestion attribute | Guillaume Gomez | -0/+9 |
| 2016-12-19 | Optimize `ast::PathSegment`. | Jeffrey Seyfried | -184/+66 |
| 2016-12-19 | Auto merge of #38194 - sgrif:sg-no-span-mangling, r=nrc | bors | -15/+3 |
| 2016-12-18 | Refactor out `mark.as_placeholder_id()`. | Jeffrey Seyfried | -5/+9 |
| 2016-12-18 | Avoid including attributes in bang macro invocations. | Jeffrey Seyfried | -25/+19 |
| 2016-12-18 | Remove scope placeholders, remove method `add_macro` of `ext::base::Resolver`. | Jeffrey Seyfried | -85/+38 |
| 2016-12-18 | Remove `MacroDef`'s fields `imported_from` and `allow_internal_unstable`, | Jeffrey Seyfried | -10/+4 |
| 2016-12-18 | Add `ident.unhygienize()` and use `Ident` more instead of `Name` in `resolve`. | Jeffrey Seyfried | -4/+8 |
| 2016-12-18 | Remove some unused functions and fix formatting. | Jeffrey Seyfried | -36/+6 |
| 2016-12-17 | Auto merge of #38279 - KalitaAlexey:issue-8521, r=jseyfried | bors | -1/+1 |
| 2016-12-17 | Auto merge of #38205 - jseyfried:fix_module_directory_regression, r=eddyb | bors | -23/+30 |
| 2016-12-16 | Allow path fragments to be parsed as type parameter bounds in macro expansion | Kalita Alexey | -1/+1 |
| 2016-12-12 | Auto merge of #38049 - frewsxcv:libunicode, r=alexcrichton | bors | -2/+2 |
| 2016-12-09 | Fix mistake. | Without Boats | -1/+1 |
| 2016-12-09 | Improve error message. | Without Boats | -1/+1 |
| 2016-12-09 | Prevent where < ident > from parsing. | Without Boats | -0/+17 |
| 2016-12-07 | Auto merge of #38191 - oli-obk:clippy_is_sad, r=eddyb | bors | -104/+117 |