| Age | Commit message (Expand) | Author | Lines |
| 2020-02-06 | Remove the `Forest` type | John Kåre Alsaker | -78/+51 |
| 2020-02-06 | Move the `krate` method to Hir and remove the Krate dep node | John Kåre Alsaker | -61/+42 |
| 2020-02-06 | Add a `hir_krate` query | John Kåre Alsaker | -1/+8 |
| 2020-02-06 | Add a Hir wrapper type | John Kåre Alsaker | -19/+47 |
| 2020-02-06 | Auto merge of #68583 - estebank:hrlt, r=oli-obk | bors | -190/+560 |
| 2020-02-06 | Auto merge of #68861 - Dylan-DPC:rollup-0m09hsg, r=Dylan-DPC | bors | -120/+320 |
| 2020-02-05 | Auto merge of #68461 - cjgillot:split_infer_prelude, r=matthewjasper | bors | -2557/+2725 |
| 2020-02-05 | Auto merge of #67429 - mati865:mingw-ultimate-fix, r=alexcrichton | bors | -0/+83 |
| 2020-02-05 | Fix test | Esteban Küber | -0/+2 |
| 2020-02-05 | Account for `impl Trait` | Esteban Küber | -34/+71 |
| 2020-02-05 | Move code to `diagnostics.rs` | Esteban Küber | -200/+214 |
| 2020-02-05 | review comments | Esteban Küber | -37/+26 |
| 2020-02-05 | review comments: wording | Esteban Küber | -13/+13 |
| 2020-02-05 | Account for `fn()` types in lifetime suggestions | Esteban Küber | -153/+210 |
| 2020-02-05 | Account for `'_` in suggestions | Esteban Küber | -2/+5 |
| 2020-02-05 | review comments | Esteban Küber | -60/+60 |
| 2020-02-05 | Suggest `'r` instead of `'lifetime` | Esteban Küber | -59/+120 |
| 2020-02-05 | When suggesting lifetimes, propose adding the new lifetime to all arguments | Esteban Küber | -24/+37 |
| 2020-02-05 | Use spans for input borrowed types unrelated to return type | Esteban Küber | -25/+104 |
| 2020-02-05 | Account for HKTB when suggesting introduction of named lifetime | Esteban Küber | -38/+153 |
| 2020-02-05 | Rollup merge of #68858 - ljedrz:collapse_stable_hash_foos, r=michaelwoerister | Dylan DPC | -33/+12 |
| 2020-02-05 | Rollup merge of #68851 - JohnTitor:fix-issue-number, r=Centril | Dylan DPC | -2/+2 |
| 2020-02-05 | Rollup merge of #68846 - king6cong:doc-fix, r=GuillaumeGomez | Dylan DPC | -1/+1 |
| 2020-02-05 | Rollup merge of #68840 - Centril:rec-lim-curr-crate, r=estebank | Dylan DPC | -23/+23 |
| 2020-02-05 | Rollup merge of #68832 - GuillaumeGomez:clean-up-3-err-codes, r=estebank | Dylan DPC | -6/+11 |
| 2020-02-05 | Rollup merge of #68809 - ecstatic-morse:const-int-functions, r=oli-obk | Dylan DPC | -51/+260 |
| 2020-02-05 | Rollup merge of #68790 - nnethercote:improve-merge_from_succ, r=nikomatsakis | Dylan DPC | -3/+11 |
| 2020-02-05 | Rollup merge of #68762 - ForNeVeR:patch-1, r=alexcrichton | Dylan DPC | -1/+0 |
| 2020-02-05 | Move EvaluationCache::clear. | Camille GILLOT | -7/+7 |
| 2020-02-05 | Move ExpectedFound::new to ty::error. | Camille GILLOT | -10/+10 |
| 2020-02-05 | Move specialization_graph definition in traits::types. | Camille GILLOT | -196/+204 |
| 2020-02-05 | Split traits::structural_impls in two. | Camille GILLOT | -703/+714 |
| 2020-02-05 | Auto merge of #68755 - Tyg13:update_stdarch, r=alexcrichton | bors | -6/+1 |
| 2020-02-05 | move item reference comment | ljedrz | -7/+7 |
| 2020-02-05 | merge item id stable hashing functions | ljedrz | -26/+5 |
| 2020-02-05 | Move implementation of UnifyKey to unify_key.rs. | Camille GILLOT | -15/+15 |
| 2020-02-05 | Move infer::canonical datatypes to infer::types. | Camille GILLOT | -334/+364 |
| 2020-02-05 | Move infer::region_constraints::MemberConstraint to infer::types module. | Camille GILLOT | -24/+32 |
| 2020-02-05 | Move traits::query datatypes to traits::types. | Camille GILLOT | -249/+353 |
| 2020-02-05 | Move traits::select datatypes to traits::types. | Camille GILLOT | -295/+290 |
| 2020-02-05 | Move traits::Reveal to traits::types. | Camille GILLOT | -43/+45 |
| 2020-02-05 | Move rustc::traits datatypes to module traits::types. | Camille GILLOT | -681/+691 |
| 2020-02-05 | Fix issue number of `capacity` method | Yuki Okushi | -2/+2 |
| 2020-02-05 | doc fix on doc attribute | king6cong | -1/+1 |
| 2020-02-04 | Implement remaining `unchecked` arithmetic intrinsics | Dylan MacKenzie | -2/+22 |
| 2020-02-04 | Fix test | Dylan MacKenzie | -160/+124 |
| 2020-02-04 | Use consistent feature naming | Dylan MacKenzie | -49/+49 |
| 2020-02-05 | Auto merge of #68831 - Dylan-DPC:rollup-j6x15y9, r=Dylan-DPC | bors | -114/+156 |
| 2020-02-05 | `#![recursion_limit = "X"]`: note current crate name. | Mazdak Farrokhzad | -23/+23 |
| 2020-02-04 | Auto merge of #68544 - Aaron1011:remove-overlapping-traits, r=estebank | bors | -109/+52 |