| Age | Commit message (Expand) | Author | Lines |
| 2020-11-06 | review comments | Esteban Küber | -14/+10 |
| 2020-11-06 | Do not ICE with TraitPredicates containing [type error] | Esteban Küber | -6/+13 |
| 2020-11-06 | revert #75443 update mir validator | Bastian Kauschke | -2/+2 |
| 2020-11-06 | Do not ICE on invalid input | Esteban Küber | -7/+13 |
| 2020-10-01 | Rollup merge of #77305 - lcnr:candidate_from_obligation, r=davidtwco | Dylan DPC | -156/+161 |
| 2020-10-01 | Rollup merge of #77303 - lcnr:const-evaluatable-TooGeneric, r=oli-obk,varkor | Dylan DPC | -34/+150 |
| 2020-09-28 | move candidate_from_obligation_no_cache | Bastian Kauschke | -156/+161 |
| 2020-09-28 | const evaluatable: improve `TooGeneric` handling | Bastian Kauschke | -34/+150 |
| 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 | -2/+1 |
| 2020-09-26 | Rollup merge of #77093 - lcnr:const-generics-infer-warning, r=varkor | Ralf Jung | -16/+21 |
| 2020-09-26 | rename functions | Bastian Kauschke | -7/+21 |
| 2020-09-26 | Remove unused #[allow(...)] statements from compiler/ | est31 | -2/+1 |
| 2020-09-25 | Rollup merge of #77155 - lcnr:ImplSource, r=ecstatic-morse | Jonas Schievink | -41/+36 |
| 2020-09-25 | Auto merge of #77041 - lcnr:const-eval-perf, r=ecstatic-morse | bors | -18/+27 |
| 2020-09-25 | Rollup merge of #77121 - duckymirror:html-root-url, r=jyn514 | Jonas Schievink | -1/+1 |
| 2020-09-24 | perf: split progress_obligations with inline(never) | Bastian Kauschke | -18/+27 |
| 2020-09-24 | remove enum name from ImplSource variants | Bastian Kauschke | -41/+36 |
| 2020-09-24 | assign the correct `DefId` in `nominal_obligations` | Bastian Kauschke | -4/+16 |
| 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 | Rollup merge of #76939 - lcnr:const-evaluatable-cont, r=oli-obk | Dylan DPC | -77/+116 |
| 2020-09-23 | merge `need_type_info_err(_const)` | Bastian Kauschke | -16/+7 |
| 2020-09-22 | Auto merge of #76928 - lcnr:opaque-types-cache, r=tmandry | bors | -2/+11 |
| 2020-09-21 | review | Bastian Kauschke | -13/+8 |
| 2020-09-21 | Add an unused field of type `Option<DefId>` to `ParamEnv` struct. | Bram van den Heuvel | -1/+1 |
| 2020-09-19 | words | Bastian Kauschke | -1/+1 |
| 2020-09-19 | wip emit errors during AbstractConst building | Bastian Kauschke | -75/+119 |
| 2020-09-19 | cache types during normalization | Bastian Kauschke | -2/+11 |
| 2020-09-19 | Auto merge of #76886 - Aaron1011:fix/ensure-stack-predicate, r=Mark-Simulacrum | bors | -119/+133 |
| 2020-09-18 | Wrap recursive predicate evaluation with `ensure_sufficient_stack` | Aaron Hill | -119/+133 |
| 2020-09-18 | add `const-evaluatable_checked` check back in | Bastian Kauschke | -16/+16 |
| 2020-09-18 | review, small cleanup | Bastian Kauschke | -18/+21 |
| 2020-09-18 | document `const_evaluatable` | Bastian Kauschke | -3/+47 |
| 2020-09-18 | remove allow(warnings) | Bastian Kauschke | -2/+0 |
| 2020-09-18 | support const_evaluatable_checked across crate boundaries | Bastian Kauschke | -1/+16 |
| 2020-09-18 | add function calls | Bastian Kauschke | -0/+18 |
| 2020-09-18 | allow unary operations and ignore StorageLive/Dead stmts | Bastian Kauschke | -4/+23 |
| 2020-09-18 | use newtype_index for abstract_const::NodeId | Bastian Kauschke | -14/+10 |
| 2020-09-18 | refactor AbstractConstBuilder | Bastian Kauschke | -58/+67 |
| 2020-09-18 | use abstract consts when unifying ConstKind::Unevaluated | Bastian Kauschke | -1/+41 |
| 2020-09-18 | initial working state | Bastian Kauschke | -12/+259 |
| 2020-09-16 | Rollup merge of #76756 - matthiaskrgr:cl123ppy, r=Dylan-DPC | Tyler Mandry | -1/+1 |
| 2020-09-16 | Rollup merge of #76641 - nox:pointee-random-stuff, r=eddyb | Ralf Jung | -6/+1 |
| 2020-09-16 | Rollup merge of #75304 - Aaron1011:feature/diag-deref-move-out, r=estebank | Dylan DPC | -1/+8 |
| 2020-09-15 | fix a couple of stylistic clippy warnings | Matthias Krüger | -1/+1 |
| 2020-09-13 | Auto merge of #76244 - vandenheuvel:remove__paramenv__def_id, r=nikomatsakis | bors | -156/+39 |
| 2020-09-12 | Clean up some language trait items comparisons | Anthony Ramine | -6/+1 |
| 2020-09-10 | Note when a a move/borrow error is caused by a deref coercion | Aaron Hill | -1/+8 |
| 2020-09-10 | fix tidy, small cleanup | Bastian Kauschke | -5/+1 |