| Age | Commit message (Expand) | Author | Lines |
| 2020-02-06 | add the ability to skip leak check within a snapshot | Niko Matsakis | -12/+37 |
| 2020-02-06 | apply various formatting nits | Niko Matsakis | -15/+15 |
| 2020-02-06 | use derive(Debug) for TypeTrace | Niko Matsakis | -7/+1 |
| 2020-02-06 | index ReEmpty by universe | Niko Matsakis | -58/+269 |
| 2020-02-06 | integrate the `sub_free_regions` code so we have only one copy of it | Niko Matsakis | -94/+106 |
| 2020-02-06 | don't mention specific region numbers in the ~ERROR message | Niko Matsakis | -2/+2 |
| 2020-02-06 | add a `IsEmpty` for use in verified bounds | Niko Matsakis | -8/+30 |
| 2020-02-06 | do not limit NiceRegionError to SubSupConflict or ConcreteFailure | Niko Matsakis | -13/+9 |
| 2020-02-06 | Rollup merge of #68880 - JohnTitor:issue-non-zero, r=Dylan-DPC | Dylan DPC | -23/+37 |
| 2020-02-06 | Rollup merge of #68869 - GuillaumeGomez:err-explanation-e0271, r=Dylan-DPC | Dylan DPC | -5/+7 |
| 2020-02-06 | Rollup merge of #68845 - dwrensha:fix-68783, r=estebank | Dylan DPC | -17/+22 |
| 2020-02-06 | Rollup merge of #68844 - euclio:debug-impl-def-path, r=petrochenkov | Dylan DPC | -8/+11 |
| 2020-02-06 | Rollup merge of #68842 - Centril:issue-68785, r=estebank | Dylan DPC | -0/+14 |
| 2020-02-06 | Rollup merge of #68837 - jonas-schievink:assoc-item-lookup-2, r=estebank | Dylan DPC | -21/+24 |
| 2020-02-06 | Rollup merge of #68788 - Centril:unified-fn-bodies, r=petrochenkov | Dylan DPC | -665/+1049 |
| 2020-02-06 | Rollup merge of #68751 - Tyg13:unused_parens_const_static, r=Centril | Dylan DPC | -12/+36 |
| 2020-02-06 | Rollup merge of #68691 - nnethercote:rm-RefCell-from-ObligationForest, r=niko... | Dylan DPC | -5/+5 |
| 2020-02-06 | Auto merge of #68664 - tspiteri:no_run-complete-build, r=nikomatsakis | bors | -4/+4 |
| 2020-02-06 | Forbid using `0` as issue number | Yuki Okushi | -23/+37 |
| 2020-02-06 | Auto merge of #68583 - estebank:hrlt, r=oli-obk | bors | -190/+560 |
| 2020-02-05 | unused-parens: implement for const/static items | Tyler Lanphear | -12/+36 |
| 2020-02-06 | Auto merge of #68861 - Dylan-DPC:rollup-0m09hsg, r=Dylan-DPC | bors | -120/+320 |
| 2020-02-06 | Remove `RefCell` usage from `ObligationForest`. | Nicholas Nethercote | -5/+5 |
| 2020-02-05 | Auto merge of #68461 - cjgillot:split_infer_prelude, r=matthewjasper | bors | -2557/+2725 |
| 2020-02-05 | clean E0271 explanation | Guillaume Gomez | -5/+7 |
| 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 |