| Age | Commit message (Expand) | Author | Lines |
| 2019-06-28 | Use Set1<Region> instead of Option<Region> | Taiki Endo | -5/+6 |
| 2019-06-28 | Make is_self_ty a method on SelfVisitor | Taiki Endo | -32/+35 |
| 2019-06-28 | Remove query for `.pin_type()` | Taiki Endo | -34/+32 |
| 2019-06-28 | Allow lifetime elision in `Pin<&(mut) Self>` | Taiki Endo | -1/+28 |
| 2019-06-26 | Beta backport of: Auto merge of #61754 - nikomatsakis:trait-caching-perf-3, r... | Niko Matsakis | -82/+406 |
| 2019-06-26 | Delay ICE in early_free_scope so feature gate has chance to stop compilation ... | Felix S. Klock II | -6/+9 |
| 2019-06-26 | Delay ICE in fold_region so feature gate has chance to stop compilation cleanly. | Felix S. Klock II | -4/+5 |
| 2019-06-06 | Fix missing overflowing literal lint in for loop | varkor | -15/+16 |
| 2019-05-20 | Rollup merge of #60959 - petrochenkov:sassert, r=estebank | Mazdak Farrokhzad | -16/+15 |
| 2019-05-20 | Auto merge of #60815 - nnethercote:use-Symbol-more-2, r=petrochenkov | bors | -36/+30 |
| 2019-05-20 | Introduce `LocalInternedString::intern`. | Nicholas Nethercote | -4/+5 |
| 2019-05-20 | Introduce `InternedString::intern`. | Nicholas Nethercote | -25/+18 |
| 2019-05-20 | Avoid `as_str()` in `ParamTy::is_self`. | Nicholas Nethercote | -7/+7 |
| 2019-05-20 | Rollup merge of #60960 - matthewjasper:remove-lowering-gensym, r=petrochenkov | Mazdak Farrokhzad | -22/+15 |
| 2019-05-20 | Rollup merge of #60908 - GuillaumeGomez:errors, r=oli-obk | Mazdak Farrokhzad | -0/+3 |
| 2019-05-19 | Stop using gensyms in HIR lowering | Matthew Jasper | -22/+15 |
| 2019-05-19 | Improve type size assertions | Vadim Petrochenkov | -16/+15 |
| 2019-05-19 | Rollup merge of #60934 - fabric-and-ink:defindex_with_newtype_macro, r=petroc... | Mazdak Farrokhzad | -49/+27 |
| 2019-05-19 | Rollup merge of #60924 - estebank:try-msg, r=petrochenkov | Mazdak Farrokhzad | -3/+6 |
| 2019-05-18 | Declare DefIndex with the newtype_index macro | Fabian Drinck | -49/+27 |
| 2019-05-18 | Fix lints handling in rustdoc | Guillaume Gomez | -0/+3 |
| 2019-05-18 | Auto merge of #60910 - nnethercote:avoid-some-unnecessary-interning, r=petroc... | bors | -14/+15 |
| 2019-05-17 | Auto merge of #49799 - hdhoang:46205_deny_incoherent_fundamental_impls, r=nik... | bors | -26/+24 |
| 2019-05-17 | Explain that ? converts the error type using From | Esteban Küber | -3/+6 |
| 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 | -4/+5 |
| 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-16 | Auto merge of #60877 - Centril:rollup-j0o5mo5, r=Centril | bors | -2/+1 |
| 2019-05-16 | Rollup merge of #60769 - ehuss:rustc-cli-docs, r=steveklabnik | Mazdak Farrokhzad | -2/+1 |
| 2019-05-16 | Auto merge of #60811 - wesleywiser:bump_measureme, r=varkor | bors | -1/+1 |
| 2019-05-16 | Auto merge of #60693 - saleemjaffer:refactor_fntype_stuff, r=eddyb | bors | -0/+383 |
| 2019-05-14 | Rollup merge of #60444 - nikomatsakis:issue-60010-cycle-error-investigation, ... | Mazdak Farrokhzad | -2/+53 |
| 2019-05-14 | some more refactor of FnType. Things build now | Saleem Jaffer | -76/+110 |
| 2019-05-13 | Bump measureme dependency to 0.3 | Wesley Wiser | -1/+1 |
| 2019-05-13 | modify comment | Felix S Klock II | -2/+7 |
| 2019-05-13 | Auto merge of #60765 - matthewjasper:fix-more-escaping-rescopes, r=oli-obk | bors | -10/+46 |
| 2019-05-13 | Auto merge of #60630 - nnethercote:use-Symbol-more, r=petrochenkov | bors | -140/+165 |
| 2019-05-13 | Return a `Symbol` from `name_or_empty` functions. | Nicholas Nethercote | -16/+27 |
| 2019-05-13 | Remove the equality operation between `Symbol` and strings. | Nicholas Nethercote | -47/+50 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -75/+86 |
| 2019-05-13 | Rename `syntax::symbol::symbols` as `syntax::symbol::sym`. | Nicholas Nethercote | -2/+2 |
| 2019-05-12 | Update rustc book CLI docs. | Eric Huss | -2/+1 |
| 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 | Don't allow any ReScope in impl trait types | Matthew Jasper | -4/+1 |
| 2019-05-12 | Auto merge of #60679 - petrochenkov:lit2, r=matklad | bors | -55/+43 |
| 2019-05-12 | Treat generators the same as closure for escaping lifetimes | Matthew Jasper | -0/+17 |