| Age | Commit message (Expand) | Author | Lines |
| 2019-06-26 | Beta backport of: Auto merge of #61754 - nikomatsakis:trait-caching-perf-3, r... | Niko Matsakis | -82/+406 |
| 2019-05-20 | Introduce `InternedString::intern`. | Nicholas Nethercote | -12/+7 |
| 2019-05-19 | Rollup merge of #60934 - fabric-and-ink:defindex_with_newtype_macro, r=petroc... | Mazdak Farrokhzad | -1/+1 |
| 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 | -1/+1 |
| 2019-05-18 | Auto merge of #60910 - nnethercote:avoid-some-unnecessary-interning, r=petroc... | bors | -1/+1 |
| 2019-05-17 | Auto merge of #49799 - hdhoang:46205_deny_incoherent_fundamental_impls, r=nik... | bors | -19/+24 |
| 2019-05-17 | Explain that ? converts the error type using From | Esteban Küber | -3/+6 |
| 2019-05-17 | Change `rustc::util::common::FN_OUTPUT_NAME` to a `Symbol`. | Nicholas Nethercote | -1/+1 |
| 2019-05-14 | Rollup merge of #60444 - nikomatsakis:issue-60010-cycle-error-investigation, ... | Mazdak Farrokhzad | -2/+53 |
| 2019-05-13 | modify comment | Felix S Klock II | -2/+7 |
| 2019-05-13 | Remove the equality operation between `Symbol` and strings. | Nicholas Nethercote | -2/+3 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -11/+12 |
| 2019-05-09 | Rollup merge of #60647 - petrochenkov:nospace, r=michaelwoerister | Mazdak Farrokhzad | -3/+1 |
| 2019-05-09 | cleanup: Remove `DefIndexAddressSpace` | Vadim Petrochenkov | -3/+1 |
| 2019-05-08 | Use `delay_span_bug` for "Failed to unify obligation" | Esteban Küber | -5/+10 |
| 2019-05-06 | Rename `ParamTy::idx` to `ParamTy::index` | varkor | -3/+3 |
| 2019-05-01 | Create ShallowResolver | varkor | -18/+16 |
| 2019-05-01 | Rename mk_infer to mk_ty_infer | Gabriel Smith | -2/+2 |
| 2019-05-01 | Rename *shallow_resolve to *shallow_resolve_type | varkor | -14/+14 |
| 2019-05-01 | forego caching for all participants in cycles, apart from root node | Niko Matsakis | -2/+48 |
| 2019-05-01 | Auto merge of #60137 - eddyb:rustdoc-rm-def-ctor-hax, r=petrochenkov | bors | -62/+26 |
| 2019-05-01 | Auto merge of #60195 - varkor:commontypes-to-common, r=eddyb | bors | -3/+3 |
| 2019-04-30 | Rollup merge of #60344 - Aaron1011:fix/tower-hyper, r=eddyb | Mazdak Farrokhzad | -1/+1 |
| 2019-04-30 | rustdoc: refactor(?) synthetic impl building. | Eduard-Mihai Burtescu | -56/+23 |
| 2019-04-30 | rustdoc: remove def_ctor hack. | Eduard-Mihai Burtescu | -12/+9 |
| 2019-04-28 | Fix lint findings in librustc | flip1995 | -8/+8 |
| 2019-04-27 | Don't try to render auto-trait bounds with any inference variables | Aaron Hill | -1/+1 |
| 2019-04-26 | Update handling of Tuple | varkor | -8/+12 |
| 2019-04-26 | Auto merge of #60167 - varkor:tidy-filelength, r=matthewjasper | bors | -0/+2 |
| 2019-04-26 | Rollup merge of #60183 - tmandry:chalk-builtin-copy-clone, r=scalexm | Mazdak Farrokhzad | -10/+4 |
| 2019-04-25 | Update existing usages | varkor | -3/+3 |
| 2019-04-25 | ignore-tidy-filelength on all files with greater than 3000 lines | varkor | -0/+2 |
| 2019-04-25 | Auto merge of #59111 - gilescope:generator-better-errors, r=nikomatsakis | bors | -3/+3 |
| 2019-04-25 | Improved error message when type must be bound due to generator. | Giles Cope | -3/+3 |
| 2019-04-22 | Remove redundant code in copy_clone_conditions | Tyler Mandry | -10/+4 |
| 2019-04-22 | Fix ICE related to #53708 | Esteban Küber | -7/+3 |
| 2019-04-17 | Give custom error for E0277 on `?` error case | Esteban Küber | -0/+12 |
| 2019-04-16 | lint: convert incoherent_fundamental_impls into hard error | Hoàng Đức Hiếu | -19/+24 |
| 2019-04-12 | Rollup merge of #59859 - davidtwco:issue-59756, r=cramertj | Mazdak Farrokhzad | -0/+3 |
| 2019-04-10 | Suggest removing `?` to resolve type errors. | David Wood | -0/+3 |
| 2019-04-05 | Introduce an arena type which may be used to allocate a list of types with de... | John Kåre Alsaker | -14/+11 |
| 2019-03-25 | Utilize `?` instead of `return None`. | Corey Farwell | -5/+1 |
| 2019-03-25 | Auto merge of #59256 - petrochenkov:derval2, r=Zoxc | bors | -2/+2 |
| 2019-03-24 | Remove `CtorOf` from `Node::Ctor`. | David Wood | -1/+1 |
| 2019-03-24 | Separate variant id and variant constructor id. | David Wood | -17/+7 |
| 2019-03-23 | Auto merge of #58929 - estebank:elide-object, r=zackmdavis | bors | -11/+25 |
| 2019-03-17 | Make meta-item API compatible with `LocalInternedString::get` soundness fix | Vadim Petrochenkov | -2/+2 |
| 2019-03-17 | Auto merge of #59178 - oli-obk:lazy_const, r=eddyb | bors | -10/+12 |
| 2019-03-16 | Refactor away `NestedMetaItemKind` | Vadim Petrochenkov | -2/+2 |