| Age | Commit message (Expand) | Author | Lines |
| 2019-09-25 | Fix rebase | varkor | -1/+1 |
| 2019-09-25 | Rename `sty` to `kind` | varkor | -39/+39 |
| 2019-09-25 | Auto merge of #64627 - nnethercote:ObligForest-even-more, r=nikomatsakis | bors | -5/+12 |
| 2019-09-24 | Remove blanket silencing of "type annotation needed" errors | Esteban Küber | -1/+12 |
| 2019-09-23 | Auto merge of #64272 - Mark-Simulacrum:parallel-handler, r=estebank | bors | -1/+1 |
| 2019-09-23 | Rollup merge of #64679 - skinny121:const-infer, r=varkor | Mazdak Farrokhzad | -86/+13 |
| 2019-09-22 | Infer consts consistently. Moved some logic into super_combined_consts, | ben | -86/+13 |
| 2019-09-20 | Upgrade to ena-0.13.1 and use the new `inlined_probe_value` function. | Nicholas Nethercote | -3/+10 |
| 2019-09-20 | Specialize the `stalled_on` handling in `process_obligation()`. | Nicholas Nethercote | -2/+2 |
| 2019-09-19 | Auto merge of #64545 - nnethercote:ObligForest-more, r=nmatsakis | bors | -6/+38 |
| 2019-09-19 | Add a specialized version of `shallow_resolve()`. | Nicholas Nethercote | -6/+38 |
| 2019-09-17 | Rollup merge of #64394 - nnethercote:shrink-SubregionOrigin, r=Mark-Simulacrum | Tyler Mandry | -14/+18 |
| 2019-09-17 | Remove Handler::cancel | Mark Rousskov | -1/+1 |
| 2019-09-16 | Tweak unsatisfied HRTB errors | Esteban Küber | -22/+31 |
| 2019-09-12 | Shrink `SubregionOrigin`. | Nicholas Nethercote | -14/+18 |
| 2019-09-09 | Shrink `ObligationCauseCode` by boxing `IfExpression`. | Nicholas Nethercote | -2/+3 |
| 2019-09-09 | Shrink `ObligationCauseCode` by boxing `MatchExpressionArm`. | Nicholas Nethercote | -11/+13 |
| 2019-09-07 | Aggregation of cosmetic changes made during work on REPL PRs: librustc | Alexander Regueiro | -4/+4 |
| 2019-09-05 | Rollup merge of #64157 - gilescope:opaque-type-location, r=cramertj,Centril | Mazdak Farrokhzad | -2/+9 |
| 2019-09-05 | Opaque type locations in error message for clarity. | Giles Cope | -2/+9 |
| 2019-09-05 | Rollup merge of #64110 - estebank:receiver-type, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-09-02 | Refer to "`self` type" instead of "receiver type" | Esteban Küber | -1/+1 |
| 2019-09-02 | Emit error on intrinsic to fn ptr casts | Mark Rousskov | -0/+3 |
| 2019-08-29 | Rollup merge of #63961 - JohnTitor:improve-require-lang-item, r=estebank | Mazdak Farrokhzad | -1/+1 |
| 2019-08-28 | Add Option<Span> to `require_lang_item` | Yuki Okushi | -1/+1 |
| 2019-08-27 | Cleanup: Consistently use `Param` instead of `Arg` #62426 | Kevin Per | -51/+51 |
| 2019-08-26 | Auto merge of #63901 - estebank:unknown-receiver-type, r=zackmdavis | bors | -7/+32 |
| 2019-08-25 | Point at method call on missing annotation error | Esteban Küber | -7/+32 |
| 2019-08-21 | Fix typo in E0308 if/else label | Esteban Küber | -1/+1 |
| 2019-08-19 | Rollup merge of #63620 - estebank:assoc-type-span, r=Centril | Mazdak Farrokhzad | -2/+3 |
| 2019-08-19 | Use constraint span when lowering associated types | Esteban Küber | -2/+3 |
| 2019-08-19 | add debug logs | Niko Matsakis | -0/+1 |
| 2019-08-19 | Auto merge of #63463 - matthewjasper:ty_param_cleanup, r=petrochenkov | bors | -2/+2 |
| 2019-08-14 | review comments | Esteban Küber | -64/+73 |
| 2019-08-13 | Suggest giving return type to closures on E0282 | Esteban Küber | -70/+141 |
| 2019-08-13 | review comments | Esteban Küber | -4/+4 |
| 2019-08-12 | Fix tidy | Esteban Küber | -1/+1 |
| 2019-08-12 | Resolve types when suggesting boxed closure | Esteban Küber | -4/+20 |
| 2019-08-12 | When needing type annotations in local bindings, account for impl Trait and c... | Esteban Küber | -2/+16 |
| 2019-08-11 | Remove `is_self` and `has_self_ty` methods | Matthew Jasper | -2/+2 |
| 2019-08-09 | Be more accurate when mentioning type of found match arms | Esteban Küber | -28/+10 |
| 2019-08-06 | Update README.md | Mazdak Farrokhzad | -1/+1 |
| 2019-08-05 | Fiddle param env through to `try_eval_bits` in most places | Oliver Scherer | -1/+20 |
| 2019-08-04 | Rename `ItemImplKind::Type` to `ItemImplKind::TyAlias` | varkor | -1/+1 |
| 2019-08-03 | Auto merge of #63180 - varkor:trait-alias-impl-trait, r=Centril | bors | -55/+62 |
| 2019-08-02 | Rollup merge of #63153 - varkor:remove-resolve_const_var, r=cramertj | Mazdak Farrokhzad | -24/+5 |
| 2019-08-02 | Rename `OpaqueTyOrigin` variants | varkor | -5/+5 |
| 2019-08-02 | Replace `exist_ty` and `ExistTy` with `opaque_ty` and `OpaqueTy` | varkor | -2/+2 |
| 2019-08-02 | Replace `abstract type` with type alias `impl Trait` | varkor | -19/+19 |
| 2019-08-02 | Fix fallout after rebase | varkor | -1/+1 |