| Age | Commit message (Expand) | Author | Lines |
| 2019-06-11 | rustc: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -8/+8 |
| 2019-06-09 | Use Symbol for named arguments in fmt_macros | Mark Rousskov | -33/+33 |
| 2019-06-09 | Make a few methods private | Mark Rousskov | -2/+2 |
| 2019-06-06 | Auto merge of #57428 - alexreg:associated_type_bounds, r=nikomatsakis,Centril | bors | -23/+22 |
| 2019-06-05 | Implemented for function bounds, type bounds, and named existential types. | Alexander Regueiro | -2/+1 |
| 2019-06-05 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -21/+21 |
| 2019-06-05 | Refactor `TypeVariableOrigin` into `TypeVariableOrigin` and `TypeVariableOrig... | varkor | -5/+18 |
| 2019-06-03 | Don't canonicalize `'static` in normalize | Matthew Jasper | -1/+3 |
| 2019-05-31 | Add more information in ConstEvalFailure error | varkor | -2/+5 |
| 2019-05-30 | Auto merge of #61253 - nnethercote:avoid-hygiene_data-lookups, r=petrochenkov | bors | -1/+1 |
| 2019-05-29 | Introduce and use `SyntaxContext::outer_expn_info()`. | Nicholas Nethercote | -1/+1 |
| 2019-05-28 | Rename `OpportunisticTypeResolver` to `OpportunisticVarResolver` | varkor | -35/+35 |
| 2019-05-28 | Resolve consts in OpportunisticTypeResolver | varkor | -1/+1 |
| 2019-05-26 | Rename "Associated*" to "Assoc*" | Andrew Xu | -31/+31 |
| 2019-05-25 | Don't use `ty::Const` without immediately interning | Oliver Scherer | -4/+2 |
| 2019-05-24 | Tweak macro parse errors when reaching EOF during macro call parse | Esteban Küber | -12/+12 |
| 2019-05-22 | Rollup merge of #60773 - Aaron1011:fix/rustdoc-project-all, r=eddyb | Mazdak Farrokhzad | -17/+68 |
| 2019-05-22 | Auto merge of #59445 - alexreg:ban-multi-trait-objects-via-aliases, r=oli-obk | bors | -89/+230 |
| 2019-05-21 | Remove impls for `InternedString`/string equality. | Nicholas Nethercote | -5/+5 |
| 2019-05-20 | Addressed more points raised in review. | Alexander Regueiro | -42/+28 |
| 2019-05-20 | Addressed more points raised in review. | Alexander Regueiro | -54/+42 |
| 2019-05-20 | Addressed points raised in review. | Alexander Regueiro | -11/+22 |
| 2019-05-20 | Fixed detection of multiple non-auto traits. | Alexander Regueiro | -69/+135 |
| 2019-05-20 | Addressed review points. | Alexander Regueiro | -26/+21 |
| 2019-05-20 | Ban multi-trait objects via trait aliases. | Alexander Regueiro | -62/+159 |
| 2019-05-20 | Accumulation of various drive-by cosmetic changes. | Alexander Regueiro | -8/+6 |
| 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 | Always try to project predicates when finding auto traits in rustdoc | Aaron Hill | -17/+68 |
| 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 |