| Age | Commit message (Expand) | Author | Lines |
| 2018-06-03 | restore emplacement syntax (obsolete) | Niko Matsakis | -1/+4 |
| 2018-06-03 | [beta] Fix naming conventions for new lints | Vadim Petrochenkov | -1/+1 |
| 2018-05-03 | Auto merge of #50413 - kennytm:rollup, r=kennytm | bors | -2/+2 |
| 2018-05-03 | Fix issue #50415. | kennytm | -2/+2 |
| 2018-05-02 | make it compile again | flip1995 | -1/+1 |
| 2018-05-02 | Remove Option from the return type of Attribute::name() | Seiichi Uchida | -4/+1 |
| 2018-05-01 | Auto merge of #49724 - kennytm:range-inc-start-end-methods, r=Kimundi | bors | -1/+15 |
| 2018-05-01 | Rollup merge of #50330 - japaric:used, r=nagisa | kennytm | -0/+12 |
| 2018-04-30 | Make the fields of RangeInclusive private. | kennytm | -1/+15 |
| 2018-04-30 | check that #[used] is used only on statics | Jorge Aparicio | -0/+12 |
| 2018-04-30 | Auto merge of #50092 - abonander:issue-49934, r=petrochenkov | bors | -1/+2 |
| 2018-04-29 | Warn on pointless `#[derive]` in more places | Austin Bonander | -1/+2 |
| 2018-04-28 | Rollup merge of #50273 - Amanieu:issue-49532, r=alexcrichton | kennytm | -5/+10 |
| 2018-04-28 | Rollup merge of #49968 - christianpoveda:stabilize_dyn, r=nikomatsakis | kennytm | -9/+7 |
| 2018-04-27 | removed linting for dyn_trait | Christian Poveda | -9/+7 |
| 2018-04-27 | Allow #[inline] on closures | Amanieu d'Antras | -5/+10 |
| 2018-04-27 | Rename InternedString to LocalInternedString and introduce a new thread-safe ... | John Kåre Alsaker | -20/+23 |
| 2018-04-26 | rustc_target: move in syntax::abi and flip dependency. | Irina Popa | -5/+5 |
| 2018-04-25 | Make DepGraph thread-safe | John Kåre Alsaker | -19/+7 |
| 2018-04-23 | introduce new DefPathData variants for traits, assoc types | Niko Matsakis | -3/+19 |
| 2018-04-19 | Remove HIR inlining | Wesley Wiser | -25/+1 |
| 2018-04-17 | Add #[no_debug] to trans_fn_attrs() query. | Michael Woerister | -0/+1 |
| 2018-04-15 | Make use of thread-safe arenas | John Kåre Alsaker | -3/+3 |
| 2018-04-13 | Auto merge of #49830 - sinkuu:fix_ice_47715, r=cramertj | bors | -17/+36 |
| 2018-04-12 | Avoid comparing fields by name when possible | Vadim Petrochenkov | -0/+7 |
| 2018-04-12 | AST/HIR: Merge field access expressions for named and numeric fields | Vadim Petrochenkov | -18/+2 |
| 2018-04-10 | Tweak span for ok-wrapping in no-tail block | Scott McMurray | -1/+2 |
| 2018-04-10 | Add ok-wrapping to catch blocks, per RFC | Scott McMurray | -7/+35 |
| 2018-04-10 | Auto merge of #49390 - Zoxc:sync-syntax, r=michaelwoerister | bors | -4/+10 |
| 2018-04-10 | Disallow `impl Trait` in unsupported position | Shotaro Yamada | -17/+36 |
| 2018-04-06 | Use `Ident` instead of `Name` in `MetaItem` | Vadim Petrochenkov | -6/+4 |
| 2018-04-06 | Remove more duplicated spans | Vadim Petrochenkov | -11/+12 |
| 2018-04-06 | Rename `ast::Variant_::name` into `ident` + Fix rebase | Vadim Petrochenkov | -2/+2 |
| 2018-04-06 | Get rid of `SpannedIdent` | Vadim Petrochenkov | -7/+7 |
| 2018-04-06 | Rename `PathSegment::identifier` to `ident` | Vadim Petrochenkov | -3/+3 |
| 2018-04-06 | Use `Span` instead of `SyntaxContext` in `Ident` | Vadim Petrochenkov | -5/+2 |
| 2018-04-05 | Rollup merge of #49350 - abonander:macros-in-extern, r=petrochenkov | Alex Crichton | -0/+5 |
| 2018-04-05 | Rollup merge of #49345 - davidtwco:issue-44109, r=nikomatsakis | kennytm | -0/+27 |
| 2018-04-03 | expand macro invocations in `extern {}` blocks | Austin Bonander | -0/+5 |
| 2018-04-03 | Remove all unstable placement features | Aidan Hobson Sayers | -133/+0 |
| 2018-04-02 | Checking location and syntax of non_exhaustive attribute. | David Wood | -0/+27 |
| 2018-03-31 | Auto merge of #49201 - Phlosioneer:add-trivial-size-hints, r=SimonSapin | bors | -0/+4 |
| 2018-03-29 | Auto merge of #49291 - tejom:check-for-known-but-incorrect-attributes, r=petr... | bors | -9/+72 |
| 2018-03-28 | Make HirMap thread-safe | John Kåre Alsaker | -4/+10 |
| 2018-03-27 | Add extra test for expressions and fix typo in message | matthew | -1/+1 |
| 2018-03-26 | Remove an unnecessary/incorrect match in the expression check function | matthew | -12/+2 |
| 2018-03-27 | Fix pretty-printing for raw identifiers | Vadim Petrochenkov | -2/+6 |
| 2018-03-26 | Check for known but incorrect attributes | matthew | -9/+82 |
| 2018-03-26 | Stabilize conservative_impl_trait | Taylor Cramer | -11/+0 |
| 2018-03-26 | Stabilize universal_impl_trait | Taylor Cramer | -11/+0 |