| Age | Commit message (Expand) | Author | Lines |
| 2018-06-03 | [beta] Fix naming conventions for new lints | Vadim Petrochenkov | -1/+1 |
| 2018-05-04 | Make extern_absolute_paths only work on the new edition | Manish Goregaokar | -4/+4 |
| 2018-05-03 | Auto merge of #50030 - flip1995:rfc2103, r=petrochenkov | bors | -3/+3 |
| 2018-05-02 | Auto merge of #50355 - petrochenkov:50187, r=oli-obk | bors | -36/+73 |
| 2018-05-02 | make it compile again | flip1995 | -1/+1 |
| 2018-05-02 | Remove Option from the return type of Attribute::name() | Seiichi Uchida | -3/+3 |
| 2018-05-02 | Allow Path for name of MetaItem | Seiichi Uchida | -1/+1 |
| 2018-05-01 | Auto merge of #49982 - petrochenkov:noreex, r=alexcrichton | bors | -99/+3 |
| 2018-05-01 | Auto merge of #49789 - petrochenkov:prelext, r=nikomatsakis | bors | -7/+29 |
| 2018-05-01 | Remove `macro_reexport` | Vadim Petrochenkov | -99/+3 |
| 2018-05-01 | Better support for import resolution in 3 namespaces | Vadim Petrochenkov | -22/+58 |
| 2018-05-01 | resolve (cleanup): Get rid of `Option` in `PerNS` | Vadim Petrochenkov | -14/+15 |
| 2018-04-30 | Auto merge of #50092 - abonander:issue-49934, r=petrochenkov | bors | -1/+3 |
| 2018-04-29 | Warn on pointless `#[derive]` in more places | Austin Bonander | -1/+3 |
| 2018-04-27 | Don't feature gate bang macros on 'proc_macro_path_invoc'. | Sergio Benitez | -1/+2 |
| 2018-04-27 | Rename InternedString to LocalInternedString and introduce a new thread-safe ... | John Kåre Alsaker | -3/+2 |
| 2018-04-27 | Add one more prelude layer for extern crate names passed with `--extern` | Vadim Petrochenkov | -7/+29 |
| 2018-04-25 | Fix crate:: in local paths | Manish Goregaokar | -4/+5 |
| 2018-04-25 | Auto merge of #50100 - Manishearth:edition-path-lint, r=nikomatsakis | bors | -13/+49 |
| 2018-04-20 | rustc: Tweak custom attribute capabilities | Alex Crichton | -0/+12 |
| 2018-04-20 | mention that extern absolute paths should gate on rust 2018 | Manish Goregaokar | -0/+2 |
| 2018-04-20 | Add suggestion to lint | Manish Goregaokar | -3/+6 |
| 2018-04-20 | Add ABSOLUTE_PATH_STARTING_WITH_MODULE epoch lint for path breakage | Manish Goregaokar | -3/+28 |
| 2018-04-19 | Pass down NodeId to resolve_path | Manish Goregaokar | -13/+19 |
| 2018-04-17 | Turn some comments into doccomments | Mark Mansi | -53/+54 |
| 2018-04-16 | Auto merge of #49847 - sinkuu:save_analysis_implicit_extern, r=petrochenkov | bors | -7/+10 |
| 2018-04-11 | Rollup merge of #49525 - varkor:sort_by_cached_key-conversion, r=scottmcm | kennytm | -9/+8 |
| 2018-04-11 | Extend `ExternCrate` to cover externs inferred from `use` or paths | Shotaro Yamada | -7/+10 |
| 2018-04-09 | Convert sort_unstable_by_key to sort_by_cached_key | varkor | -7/+3 |
| 2018-04-09 | Convert sort_by_key to sort_by_cached_key | varkor | -2/+5 |
| 2018-04-08 | Move deny(warnings) into rustbuild | Mark Simulacrum | -1/+0 |
| 2018-04-06 | Use `Ident` instead of `Name` in `MetaItem` | Vadim Petrochenkov | -2/+2 |
| 2018-04-06 | Remove more duplicated spans | Vadim Petrochenkov | -11/+11 |
| 2018-04-06 | Rename `ast::Variant_::name` into `ident` + Fix rebase | Vadim Petrochenkov | -3/+3 |
| 2018-04-06 | Get rid of `SpannedIdent` | Vadim Petrochenkov | -100/+93 |
| 2018-04-06 | Rename `PathSegment::identifier` to `ident` | Vadim Petrochenkov | -18/+14 |
| 2018-04-06 | Use `Span` instead of `SyntaxContext` in `Ident` | Vadim Petrochenkov | -33/+34 |
| 2018-04-05 | Rollup merge of #49350 - abonander:macros-in-extern, r=petrochenkov | Alex Crichton | -0/+7 |
| 2018-04-04 | Updated codeblocks to specify language where required. | David Wood | -3/+3 |
| 2018-04-03 | expand macro invocations in `extern {}` blocks | Austin Bonander | -0/+7 |
| 2018-03-26 | Auto merge of #49101 - mark-i-m:stabilize_i128, r=nagisa | bors | -12/+1 |
| 2018-03-26 | remove unneeded import | Mark Mansi | -1/+1 |
| 2018-03-26 | Stabilize i128_type | Mark Mansi | -11/+0 |
| 2018-03-26 | Rollup merge of #48693 - vorner:doc-name-resolution, r=petrochenkov | Tim Neumann | -3/+58 |
| 2018-03-24 | fixup! Some comments and documentation for name resolution crate | Michal 'vorner' Vaner | -7/+23 |
| 2018-03-23 | Merge branch 'master' of https://github.com/Lymia/rust into rollup | Alex Crichton | -4/+4 |
| 2018-03-22 | Rollup merge of #49117 - nivkner:fixme_fixup3, r=estebank | kennytm | -22/+3 |
| 2018-03-18 | Initial implementation of RFC 2151, Raw Identifiers | Lymia Aluysia | -4/+4 |
| 2018-03-17 | Rename `Span::empty` to `Span::shrink_to_lo`, add `Span::shrink_to_hi` | Vadim Petrochenkov | -3/+3 |
| 2018-03-17 | AST: Keep distinction between `path` and `::path` in imports and visibilities | Vadim Petrochenkov | -15/+17 |