| Age | Commit message (Expand) | Author | Lines |
| 2019-05-22 | Eliminate unnecessary `Ident::with_empty_ctxt`s | Vadim Petrochenkov | -4/+3 |
| 2019-05-22 | Simplify use of keyword symbols | Vadim Petrochenkov | -27/+28 |
| 2019-05-22 | Auto merge of #59445 - alexreg:ban-multi-trait-objects-via-aliases, r=oli-obk | bors | -5/+5 |
| 2019-05-21 | Handle the visibility/lint scope distinction better | Matthew Jasper | -6/+2 |
| 2019-05-21 | Give match arms an HirId and a Span | Matthew Jasper | -1/+31 |
| 2019-05-20 | Rollup merge of #60959 - petrochenkov:sassert, r=estebank | Mazdak Farrokhzad | -1/+1 |
| 2019-05-20 | Fixed nits raised in review. | Alexander Regueiro | -1/+1 |
| 2019-05-20 | Ban multi-trait objects via trait aliases. | Alexander Regueiro | -5/+5 |
| 2019-05-20 | Auto merge of #60815 - nnethercote:use-Symbol-more-2, r=petrochenkov | bors | -2/+2 |
| 2019-05-20 | Avoid `as_str()` in `ParamTy::is_self`. | Nicholas Nethercote | -2/+2 |
| 2019-05-20 | Rollup merge of #60960 - matthewjasper:remove-lowering-gensym, r=petrochenkov | Mazdak Farrokhzad | -22/+15 |
| 2019-05-19 | Stop using gensyms in HIR lowering | Matthew Jasper | -22/+15 |
| 2019-05-19 | Improve type size assertions | Vadim Petrochenkov | -1/+1 |
| 2019-05-18 | Declare DefIndex with the newtype_index macro | Fabian Drinck | -46/+24 |
| 2019-05-17 | Avoid unnecessary interning in `DefPathData::as_interned_str()`. | Nicholas Nethercote | -9/+9 |
| 2019-05-17 | Avoid unnecessary interning in `Ident::from_str()` calls. | Nicholas Nethercote | -1/+1 |
| 2019-05-17 | Change `rustc::util::common::FN_OUTPUT_NAME` to a `Symbol`. | Nicholas Nethercote | -2/+2 |
| 2019-05-16 | Point at enclosing fn/closure when it's not async | Esteban Küber | -9/+7 |
| 2019-05-16 | Parse alternative incorrect uses of await and recover | Esteban Küber | -2/+17 |
| 2019-05-13 | Auto merge of #60630 - nnethercote:use-Symbol-more, r=petrochenkov | bors | -60/+62 |
| 2019-05-13 | Return a `Symbol` from `name_or_empty` functions. | Nicholas Nethercote | -9/+9 |
| 2019-05-13 | Remove the equality operation between `Symbol` and strings. | Nicholas Nethercote | -36/+37 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -15/+16 |
| 2019-05-12 | Auto merge of #60767 - Centril:rollup-4cbsb73, r=Centril | bors | -3/+2 |
| 2019-05-12 | Rollup merge of #60752 - shiatsumat:minor-typos-hir, r=wesleywiser | Mazdak Farrokhzad | -2/+2 |
| 2019-05-12 | Rollup merge of #60694 - Pulkit07:issue60662, r=alexreg | Mazdak Farrokhzad | -1/+0 |
| 2019-05-12 | Auto merge of #60679 - petrochenkov:lit2, r=matklad | bors | -38/+19 |
| 2019-05-12 | Fix minor typos for ItemLocalId | Yusuke Matsushita | -2/+2 |
| 2019-05-12 | Fix HIR printing of existential type #60662 | Pulkit Goyal | -1/+0 |
| 2019-05-11 | Cleanup the .await HIR lowering with .stmt(..). | Mazdak Farrokhzad | -10/+2 |
| 2019-05-11 | Simplify conversions between tokens and semantic literals | Vadim Petrochenkov | -53/+3 |
| 2019-05-11 | Eliminate `comments::Literal` | Vadim Petrochenkov | -38/+7 |
| 2019-05-11 | Introduce `hir::Lit` not keeping the original token | Vadim Petrochenkov | -3/+65 |
| 2019-05-11 | Keep the original token in `ast::Lit` | Vadim Petrochenkov | -1/+1 |
| 2019-05-10 | Remove hir::ExprKind::If and replace it with lowering to hir::ExprKind::Match. | Mazdak Farrokhzad | -133/+69 |
| 2019-05-09 | Rollup merge of #60676 - davidtwco:issue-60674, r=cramertj | Mazdak Farrokhzad | -33/+11 |
| 2019-05-09 | Do not modify mutability of simple bindings. | David Wood | -33/+11 |
| 2019-05-09 | Rollup merge of #60647 - petrochenkov:nospace, r=michaelwoerister | Mazdak Farrokhzad | -230/+98 |
| 2019-05-09 | Fix typo | John Kåre Alsaker | -2/+2 |
| 2019-05-09 | cleanup: Remove `DefIndexAddressSpace` | Vadim Petrochenkov | -230/+98 |
| 2019-05-08 | Rename HirMap to HirEntryMap and add some comments | John Kåre Alsaker | -8/+23 |
| 2019-05-08 | Optimize HIR map | John Kåre Alsaker | -52/+80 |
| 2019-05-07 | Implement built-in await syntax | Taylor Cramer | -31/+279 |
| 2019-05-06 | Auto merge of #60337 - fabric-and-ink:hiridification, r=Zoxc | bors | -57/+33 |
| 2019-05-05 | rustc: rename all occurences of "freevar" to "upvar". | Eduard-Mihai Burtescu | -9/+9 |
| 2019-05-05 | Auto merge of #60544 - petrochenkov:parder, r=eddyb | bors | -45/+36 |
| 2019-05-05 | Auto merge of #60525 - eddyb:namespaces-not-kinds, r=petrochenkov | bors | -65/+23 |
| 2019-05-04 | Revert the introduced typedefs | Jesper Steen Møller | -4/+1 |
| 2019-05-04 | Fix #45268 by saving all NodeId's for resolved traits. | Jesper Steen Møller | -1/+8 |
| 2019-05-04 | Remove `Res::Label` | Vadim Petrochenkov | -5/+4 |