| Age | Commit message (Expand) | Author | Lines |
| 2020-11-10 | Rollup merge of #76765 - guswynn:async_return, r=tmandry | Jonas Schievink | -33/+133 |
| 2020-11-04 | fix a couple of clippy warnings: | Matthias Krüger | -1/+0 |
| 2020-10-30 | Remove implicit `Continue` type | LeSeulArtichaut | -5/+5 |
| 2020-10-30 | TypeVisitor: use `ControlFlow` in rustc_{infer,lint,trait_selection} | LeSeulArtichaut | -10/+16 |
| 2020-10-29 | Rollup merge of #78460 - varkor:turbofish-string-generic, r=lcnr | Yuki Okushi | -2/+0 |
| 2020-10-28 | Remove irrelevant FIXME | varkor | -2/+0 |
| 2020-10-26 | Suggest calling await on method call and field access | Esteban Küber | -1/+1 |
| 2020-10-26 | Rollup merge of #78268 - JohnTitor:issue-78262, r=estebank | Dylan DPC | -0/+8 |
| 2020-10-25 | Do not try to report on closures to avoid ICE | Yuki Okushi | -0/+8 |
| 2020-10-23 | Suggest semicolon removal and boxing when appropriate | Esteban Küber | -8/+27 |
| 2020-10-23 | Add more `.await` suggestions on E0308 | Esteban Küber | -38/+119 |
| 2020-10-23 | Review comments: use newtype instead of `bool` | Esteban Küber | -2/+3 |
| 2020-10-23 | Account for possible boxable `impl Future` in semicolon removal suggestions | Esteban Küber | -14/+32 |
| 2020-10-22 | Reduce diagram mess in 'match arms have incompatible types' error | David Tolnay | -2/+14 |
| 2020-10-21 | Lift: take self by value | Bastian Kauschke | -2/+2 |
| 2020-10-19 | revert workaround #73027 | SNCPlay42 | -15/+2 |
| 2020-10-17 | Make it more clear when complaining about async fn's return types | Gus Wynn | -33/+133 |
| 2020-10-16 | map_bound_ref -> rebind | Jack Huey | -5/+3 |
| 2020-10-16 | Use map_bound(_ref) instead of Binder::bind when possible | Jack Huey | -4/+6 |
| 2020-10-14 | Remove unused code from rustc_infer | est31 | -38/+0 |
| 2020-10-13 | Replace absolute paths with relative ones | est31 | -4/+4 |
| 2020-10-06 | Remove unused part of return value from `replace_bound_vars_with_placeholders` | Matthew Jasper | -14/+6 |
| 2020-10-06 | Rename projection_predicates to item_bounds | Matthew Jasper | -2/+2 |
| 2020-10-05 | Auto merge of #77171 - VFLashM:better_sso_structures, r=oli-obk | bors | -8/+8 |
| 2020-09-26 | MiniSet/MiniMap moved and renamed into SsoHashSet/SsoHashMap | Valerii Lashmanov | -8/+8 |
| 2020-09-26 | Rollup merge of #77211 - est31:remove_unused_allow, r=oli-obk | Ralf Jung | -1/+0 |
| 2020-09-26 | Rollup merge of #77093 - lcnr:const-generics-infer-warning, r=varkor | Ralf Jung | -104/+178 |
| 2020-09-26 | unused into | Bastian Kauschke | -1/+1 |
| 2020-09-26 | rename functions | Bastian Kauschke | -12/+12 |
| 2020-09-26 | Remove unused #[allow(...)] statements from compiler/ | est31 | -1/+0 |
| 2020-09-25 | Implement `Display` for `DisambiguatedDefPathData` and `DefPathData` | marmeladema | -1/+1 |
| 2020-09-25 | Move from {{closure}}#0 syntax to {closure#0} for (def) path components | marmeladema | -1/+1 |
| 2020-09-24 | the two hardest things in programming, names and... | Bastian Kauschke | -79/+115 |
| 2020-09-23 | use relevant span when unifying `ConstVarValue`s | Bastian Kauschke | -1/+2 |
| 2020-09-23 | use the correct span when dealing with inference variables | Bastian Kauschke | -5/+9 |
| 2020-09-23 | unused path | Bastian Kauschke | -1/+1 |
| 2020-09-23 | merge `need_type_info_err(_const)` | Bastian Kauschke | -88/+121 |
| 2020-09-23 | Move MiniSet to data_structures | Andreas Jonson | -1/+1 |
| 2020-09-22 | Auto merge of #76928 - lcnr:opaque-types-cache, r=tmandry | bors | -60/+1 |
| 2020-09-21 | Rollup merge of #76888 - matthiaskrgr:clippy_single_match_2, r=Dylan-DPC | ecstatic-morse | -10/+8 |
| 2020-09-21 | check for cycles when unifying const variables | Bastian Kauschke | -11/+231 |
| 2020-09-20 | use if let instead of single match arm expressions to compact code and reduce... | Matthias Krüger | -10/+8 |
| 2020-09-19 | cache types during normalization | Bastian Kauschke | -60/+1 |
| 2020-09-19 | Unify the names of const eval queries and their return types | Oliver Scherer | -2/+2 |
| 2020-09-18 | Auto merge of #72412 - VFLashM:issue-72408-nested-closures-exponential, r=tma... | bors | -14/+99 |
| 2020-09-18 | Remove redundancy in cache key | Tyler Mandry | -4/+3 |
| 2020-09-17 | Intorduced MiniMap - a tiny small storage optimized map implementation | Valerii Lashmanov | -2/+61 |
| 2020-09-17 | Better handling for exponential-sized types in misc places | Valerii Lashmanov | -2/+13 |
| 2020-09-17 | Only visit types once when walking the type tree | Valerii Lashmanov | -12/+28 |
| 2020-09-16 | Rollup merge of #76756 - matthiaskrgr:cl123ppy, r=Dylan-DPC | Tyler Mandry | -1/+1 |