| Age | Commit message (Expand) | Author | Lines |
| 2020-10-02 | resolve: prohibit anon const non-static lifetimes | David Wood | -0/+48 |
| 2020-10-01 | Rollup merge of #77303 - lcnr:const-evaluatable-TooGeneric, r=oli-obk,varkor | Dylan DPC | -41/+49 |
| 2020-09-30 | Rollup merge of #77331 - hameerabbasi:issue-74906, r=lcnr | Jonas Schievink | -0/+25 |
| 2020-09-29 | Auto merge of #76754 - varkor:diagnostic-cleanup-ii, r=ecstatic-morse | bors | -2/+2 |
| 2020-09-29 | Add test for async/await combined with const-generics. | Hameer Abbasi | -0/+25 |
| 2020-09-28 | const evaluatable: improve `TooGeneric` handling | Bastian Kauschke | -41/+49 |
| 2020-09-26 | Fix UI test fallout | varkor | -1/+1 |
| 2020-09-26 | Make invalid integer operation messages consistent | varkor | -1/+1 |
| 2020-09-26 | Rollup merge of #77093 - lcnr:const-generics-infer-warning, r=varkor | Ralf Jung | -18/+31 |
| 2020-09-25 | Move from {{closure}}#0 syntax to {closure#0} for (def) path components | marmeladema | -2/+2 |
| 2020-09-25 | Rollup merge of #77073 - lcnr:ty-trait-param, r=matthewjasper | Jonas Schievink | -0/+21 |
| 2020-09-24 | update tests | Bastian Kauschke | -3/+5 |
| 2020-09-24 | visit impl self ty + trait | Bastian Kauschke | -0/+25 |
| 2020-09-24 | assign the correct `DefId` in `nominal_obligations` | Bastian Kauschke | -3/+3 |
| 2020-09-24 | walk hir to get const evaluatable predicates | Bastian Kauschke | -14/+12 |
| 2020-09-24 | const_evaluatable_checked: collect predicates from fn_sig | Bastian Kauschke | -1/+54 |
| 2020-09-23 | Rollup merge of #76939 - lcnr:const-evaluatable-cont, r=oli-obk | Dylan DPC | -10/+32 |
| 2020-09-23 | use the correct span when dealing with inference variables | Bastian Kauschke | -6/+31 |
| 2020-09-23 | merge `need_type_info_err(_const)` | Bastian Kauschke | -18/+6 |
| 2020-09-22 | dead_code: look at trait impls even if they don't contain items | Bastian Kauschke | -0/+21 |
| 2020-09-21 | Rollup merge of #76581 - lcnr:bound-too-generic, r=eddyb | ecstatic-morse | -0/+124 |
| 2020-09-21 | review | Bastian Kauschke | -18/+9 |
| 2020-09-21 | add test for closures in abstract consts | Bastian Kauschke | -0/+21 |
| 2020-09-21 | bless tests | Bastian Kauschke | -10/+20 |
| 2020-09-21 | add tests | Bastian Kauschke | -0/+205 |
| 2020-09-20 | update stderr file | Bastian Kauschke | -2/+1 |
| 2020-09-20 | do not ICE on `ty::Bound` in Layout::compute | Bastian Kauschke | -0/+39 |
| 2020-09-20 | miri: correctly deal with `ConstKind::Bound` | Bastian Kauschke | -0/+86 |
| 2020-09-18 | support const_evaluatable_checked across crate boundaries | Bastian Kauschke | -0/+73 |
| 2020-09-18 | add test for let-bindings | Bastian Kauschke | -0/+33 |
| 2020-09-18 | add function calls | Bastian Kauschke | -0/+30 |
| 2020-09-18 | allow unary operations and ignore StorageLive/Dead stmts | Bastian Kauschke | -0/+14 |
| 2020-09-18 | use abstract consts when unifying ConstKind::Unevaluated | Bastian Kauschke | -8/+15 |
| 2020-09-18 | initial working state | Bastian Kauschke | -0/+14 |
| 2020-09-16 | Rollup merge of #76719 - hameerabbasi:min-const-generics-ty, r=lcnr | Tyler Mandry | -5/+59 |
| 2020-09-16 | Rollup merge of #75026 - JulianKnodt:array_windows, r=Amanieu | Tyler Mandry | -6/+6 |
| 2020-09-16 | Add array window fn | kadmin | -6/+6 |
| 2020-09-15 | This commit introduces the following changes: | Hameer Abbasi | -5/+59 |
| 2020-09-14 | improve const infer err | Bastian Kauschke | -7/+7 |
| 2020-09-14 | shrink const infer error | Bastian Kauschke | -4/+48 |
| 2020-09-13 | bless tests | Bastian Kauschke | -4/+8 |
| 2020-09-13 | review, improve note span | Bastian Kauschke | -12/+6 |
| 2020-09-13 | allow concrete self types in consts | Bastian Kauschke | -0/+90 |
| 2020-09-12 | Rollup merge of #76599 - hameerabbasi:const-generics-revs, r=lcnr | Ralf Jung | -11/+53 |
| 2020-09-11 | Add revisions to const generic type-dependent UI tests. | Hameer Abbasi | -2/+3 |
| 2020-09-11 | Add revisions to const generic const_evaluatable_checked tests. | Hameer Abbasi | -9/+50 |
| 2020-09-11 | Auto merge of #75611 - JulianKnodt:cg_enum_err, r=lcnr | bors | -0/+138 |
| 2020-09-10 | Rollup merge of #76559 - lcnr:const-evaluatable, r=oli-obk | Tyler Mandry | -0/+59 |
| 2020-09-10 | fix tidy, small cleanup | Bastian Kauschke | -0/+24 |
| 2020-09-10 | Add revisions to const generic UI tests. | Hameer Abbasi | -4/+25 |