| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2016-12-07 | macros: fix the expected paths for a non-inline module matched by an `item` f... | Jeffrey Seyfried | -23/+30 |
| 2016-12-06 | Don't perform span mangling when building field/tup access nodes | Sean Griffin | -15/+3 |
| 2016-12-06 | Auto merge of #37973 - vadimcn:dllimport, r=alexcrichton | bors | -7/+0 |
| 2016-12-06 | annotate stricter lifetimes on LateLintPass methods to allow them to forward ... | Oliver Schneider | -104/+117 |
| 2016-12-04 | Auto merge of #38087 - jooert:remove_unmarked, r=petrochenkov | bors | -4/+3 |
| 2016-12-04 | Auto merge of #38082 - jseyfried:macro_invocation_paths, r=nrc | bors | -6/+1 |
| 2016-12-03 | Auto merge of #38079 - BurntSushi:attrtarget, r=alexcrichton | bors | -0/+7 |
| 2016-12-01 | Remove the "linked_from" feature. | Vadim Chugunov | -7/+0 |
| 2016-12-02 | limit the length of types in monomorphization | Ariel Ben-Yehuda | -0/+1 |
| 2016-11-30 | Support paths in macro invocations. | Jeffrey Seyfried | -6/+1 |
| 2016-11-30 | Update the bootstrap compiler | Alex Crichton | -2/+0 |
| 2016-11-30 | Remove the `unmarked_api` feature | Johannes Oertel | -4/+3 |
| 2016-11-30 | Rename 'librustc_unicode' crate to 'libstd_unicode'. | Corey Farwell | -2/+2 |
| 2016-11-29 | Add new #[target_feature = "..."] attribute. | Andrew Gallant | -0/+7 |
| 2016-11-29 | Auto merge of #37369 - estebank:multiline-span, r=nikomatsakis | bors | -0/+549 |
| 2016-11-28 | Auto merge of #37791 - petrochenkov:where, r=nikomatsakis | bors | -27/+10 |
| 2016-11-28 | rustc: rework stability to be on-demand for type-directed lookup. | Eduard Burtescu | -3/+4 |
| 2016-11-28 | rustc: use Span's allow_internal_unstable instead of hir::BlockCheckMode. | Eduard Burtescu | -2/+6 |
| 2016-11-25 | Support `?Sized` in where clauses | Vadim Petrochenkov | -27/+10 |
| 2016-11-23 | review comments | Esteban Küber | -0/+100 |
| 2016-11-22 | Auto merge of #37487 - goffrie:break, r=nikomatsakis | bors | -14/+40 |
| 2016-11-22 | Show multiline spans in full if short enough | Esteban Küber | -0/+449 |