| Age | Commit message (Expand) | Author | Lines |
| 2018-07-11 | Rollup merge of #51952 - petrochenkov:transmark, r=alexcrichton | Mark Rousskov | -38/+64 |
| 2018-07-11 | Fix typo in E0433 docs | Felix Rabe | -1/+1 |
| 2018-07-09 | in which `use` suggestions meet edition 2018 | Zack M. Davis | -1/+12 |
| 2018-07-08 | Remove fallback to parent modules from lexical resolution | Vadim Petrochenkov | -26/+57 |
| 2018-07-08 | hygiene: Decouple transparencies from expansion IDs | Vadim Petrochenkov | -12/+7 |
| 2018-07-01 | absoluate -> absolute | Takanori Ishibashi | -1/+1 |
| 2018-06-30 | Auto merge of #51762 - petrochenkov:oh-hi-mark, r=oli-obk | bors | -31/+59 |
| 2018-06-30 | Auto merge of #51806 - oli-obk:lowering_cleanups1, r=cramertj | bors | -4/+5 |
| 2018-06-30 | Address comments | Vadim Petrochenkov | -2/+1 |
| 2018-06-30 | Restore the old behavior of `$crate` in nested `macro_rules` | Vadim Petrochenkov | -1/+25 |
| 2018-06-30 | Fortify dummy span checking | Vadim Petrochenkov | -6/+6 |
| 2018-06-30 | hygiene: Implement transparent marks | Vadim Petrochenkov | -4/+13 |
| 2018-06-30 | expansion: Give names to some fields of `SyntaxExtension` | Vadim Petrochenkov | -8/+7 |
| 2018-06-30 | resolve: Cleanup `resolve_crate_root` | Vadim Petrochenkov | -13/+10 |
| 2018-06-28 | Fix rebase | Vadim Petrochenkov | -5/+5 |
| 2018-06-28 | Use `Ident`s for associated item definitions in HIR | Vadim Petrochenkov | -1/+1 |
| 2018-06-28 | Use `Ident`s for path segments in HIR | Vadim Petrochenkov | -10/+8 |
| 2018-06-27 | Implement `#[macro_export(local_inner_macros)]` | Vadim Petrochenkov | -1/+8 |
| 2018-06-27 | Generate `DefId`s for the impl trait of `async` functions | Oliver Schneider | -4/+5 |
| 2018-06-23 | hygiene: More descriptive names for things involved in late hygienic name res... | Vadim Petrochenkov | -1/+2 |
| 2018-06-23 | expansion: Rename `Expansion` to `AstFragment` | Vadim Petrochenkov | -8/+9 |
| 2018-06-23 | hygiene: Rename `MarkKind` to `Transparency` | Vadim Petrochenkov | -5/+5 |
| 2018-06-21 | PathParameters -> GenericArgs fixes | Taylor Cramer | -5/+5 |
| 2018-06-21 | Add path parameters to std_path | Taylor Cramer | -5/+25 |
| 2018-06-21 | Async methods | Taylor Cramer | -52/+25 |
| 2018-06-21 | async await desugaring and tests | Taylor Cramer | -3/+87 |
| 2018-06-20 | Address various comments | varkor | -19/+19 |
| 2018-06-20 | Use ParamBounds in WhereRegionPredicate | varkor | -3/+3 |
| 2018-06-20 | Lift bounds into GenericParam | varkor | -2/+2 |
| 2018-06-20 | Rename structures in ast | varkor | -6/+6 |
| 2018-06-20 | Refactor generic parameters in rustdoc/clean | varkor | -10/+5 |
| 2018-06-20 | Refactor ast::GenericParam as a struct | varkor | -29/+44 |
| 2018-06-20 | Rename ast::GenericParam and ast::GenericArg | varkor | -5/+5 |
| 2018-06-20 | Rename "parameter" to "arg" | varkor | -2/+2 |
| 2018-06-18 | Auto merge of #51414 - oli-obk:impl_trait_type_def, r=pnkfelix | bors | -0/+1 |
| 2018-06-18 | Auto merge of #51605 - ericfindlay:master, r=kennytm | bors | -1/+1 |
| 2018-06-17 | Fixed minor error in Compiler Error Index, E0603. | Eric Findlay | -1/+1 |
| 2018-06-14 | create multiple HIR items for a use statement | QuietMisdreavus | -43/+13 |
| 2018-06-12 | Auto merge of #51519 - ExpHP:issue-51331-b, r=petrochenkov | bors | -3/+22 |
| 2018-06-12 | fix issue #51331 by updating qself.position | Michael Lamparski | -3/+22 |
| 2018-06-11 | Fix extern prelude failure in rustdoc | Guillaume Gomez | -1/+6 |
| 2018-06-11 | Auto merge of #51461 - estebank:e0423-doc, r=petrochenkov | bors | -4/+30 |
| 2018-06-09 | Update E0423 description | Esteban Küber | -4/+30 |
| 2018-06-08 | Rollup merge of #51360 - estebank:braces-around-literal-structs, r=nikomatsakis | Mark Rousskov | -2/+32 |
| 2018-06-08 | Rollup merge of #50143 - petrochenkov:mexuniq, r=nikomatsakis | Mark Rousskov | -3/+13 |
| 2018-06-07 | Add existential type definitons | Oliver Schneider | -0/+1 |
| 2018-06-04 | Suggest braces when a struct literal needs them | Esteban Küber | -2/+32 |
| 2018-06-03 | Remove is_import field | Mark Simulacrum | -2/+0 |
| 2018-05-31 | Add std/core to prelude if extern_prelude enabled | Matt Brubeck | -1/+11 |
| 2018-05-30 | resolve: Make sure indeterminate and inconsistent macro resolutions always ge... | Vadim Petrochenkov | -16/+58 |