| Age | Commit message (Expand) | Author | Lines |
| 2020-11-06 | Do not try to report on closures to avoid ICE | Yuki Okushi | -0/+8 |
| 2020-09-26 | Revert "Add an unused field of type `Option<DefId>` to `ParamEnv` struct." | Dylan MacKenzie | -1/+1 |
| 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-25 | Rollup merge of #77121 - duckymirror:html-root-url, r=jyn514 | Jonas Schievink | -1/+1 |
| 2020-09-24 | the two hardest things in programming, names and... | Bastian Kauschke | -79/+115 |
| 2020-09-23 | /nightly/nightly-rustc | Erik Hofmayer | -1/+1 |
| 2020-09-23 | Updated html_root_url for compiler crates | Erik Hofmayer | -1/+1 |
| 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-22 | Auto merge of #76913 - vandenheuvel:performance_debug, r=lcnr | bors | -1/+1 |
| 2020-09-21 | check for cycles when unifying const variables | Bastian Kauschke | -11/+231 |
| 2020-09-21 | Add an unused field of type `Option<DefId>` to `ParamEnv` struct. | Bram van den Heuvel | -1/+1 |
| 2020-09-20 | Auto merge of #76964 - RalfJung:rollup-ybn06fs, r=RalfJung | bors | -2/+0 |
| 2020-09-20 | Rollup merge of #76821 - est31:remove_redundant_nightly_features, r=oli-obk,M... | Ralf Jung | -2/+0 |
| 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-17 | Remove redundant #![feature(...)] 's from compiler/ | est31 | -2/+0 |
| 2020-09-16 | Rollup merge of #76756 - matthiaskrgr:cl123ppy, r=Dylan-DPC | Tyler Mandry | -1/+1 |
| 2020-09-16 | Rollup merge of #76699 - lcnr:const-infer-err, r=varkor | Dylan DPC | -7/+20 |
| 2020-09-15 | fix a couple of stylistic clippy warnings | Matthias Krüger | -1/+1 |
| 2020-09-14 | Auto merge of #75608 - estebank:suggest-boxed-match-exprs, r=lcnr,varkor | bors | -2/+62 |
| 2020-09-14 | improve const infer err | Bastian Kauschke | -2/+12 |
| 2020-09-14 | shrink const infer error | Bastian Kauschke | -6/+9 |
| 2020-09-13 | Auto merge of #76244 - vandenheuvel:remove__paramenv__def_id, r=nikomatsakis | bors | -2/+6 |
| 2020-09-11 | Add test cases and address review comments | Esteban Küber | -5/+5 |
| 2020-09-11 | Make suggestion more complete | Esteban Küber | -1/+1 |
| 2020-09-11 | Make suggestion have a more targetted underline | Esteban Küber | -10/+6 |
| 2020-09-11 | Suggest boxed trait objects in tail `match` and `if` expressions | Esteban Küber | -1/+65 |
| 2020-09-10 | use push(char) instead of push_str(&str) to add single chars to strings | Matthias Krüger | -1/+1 |
| 2020-09-10 | don't clone types that are copy (clippy::clone_on_copy) | Matthias Krüger | -1/+1 |
| 2020-09-09 | Remove def_id field from ParamEnv | Bram van den Heuvel | -2/+6 |
| 2020-09-04 | ty.flags -> ty.flags() | LeSeulArtichaut | -1/+1 |
| 2020-09-04 | Change ty.kind to a method | LeSeulArtichaut | -44/+48 |