| Age | Commit message (Expand) | Author | Lines |
| 2020-07-06 | Rollup merge of #73953 - JohnTitor:audit-hidden-sugg, r=estebank | Manish Goregaokar | -13/+21 |
| 2020-07-04 | add `lazy_normalization_consts` feature gate | Bastian Kauschke | -0/+0 |
| 2020-07-02 | Audit uses of `span_suggestion_short` | Yuki Okushi | -13/+21 |
| 2020-06-30 | remove duplicate tests | Bastian Kauschke | -38/+0 |
| 2020-06-28 | Add test for issue-72352 | Yuki Okushi | -0/+29 |
| 2020-06-28 | Add test for issue-71611 | Yuki Okushi | -0/+17 |
| 2020-06-28 | Add test for issue-71382 | Yuki Okushi | -0/+32 |
| 2020-06-27 | Add test for issue-71381 | Yuki Okushi | -0/+47 |
| 2020-06-26 | Show the values and computation that would overflow a const evaluation or pro... | Oliver Scherer | -20/+20 |
| 2020-06-23 | Rollup merge of #73398 - oli-obk:const_raw_ptr_cmp, r=varkor,RalfJung,nagisa | Manish Goregaokar | -66/+56 |
| 2020-06-23 | Rollup merge of #72271 - rakshith-ravi:master, r=varkor | Manish Goregaokar | -0/+1 |
| 2020-06-20 | Rollup merge of #72600 - Aaron1011:fix/anon-const-encoding, r=varkor | Ralf Jung | -0/+23 |
| 2020-06-20 | Squashed all commits | Rakshith Ravi | -0/+1 |
| 2020-06-19 | Remove the const_raw_ptr_comparison feature gate. | Oliver Scherer | -66/+56 |
| 2020-06-08 | fixup! Add regression test for const generic ICE in #72819 | Ayaz Hafiz | -1/+1 |
| 2020-06-08 | fixup! Add regression test for const generic ICE in #72819 | Ayaz Hafiz | -0/+3 |
| 2020-06-06 | fixup! Add regression test for const generic ICE in #72819 | Ayaz Hafiz | -1/+2 |
| 2020-06-06 | Add regression test for const generic ICE in #72819 | Ayaz Hafiz | -0/+26 |
| 2020-06-02 | update tests | Bastian Kauschke | -6/+32 |
| 2020-06-02 | add WellFormedConst predicate | Bastian Kauschke | -10/+140 |
| 2020-05-29 | Rollup merge of #71095 - pickfire:box-from-array, r=dtolnay | Ralf Jung | -6/+25 |
| 2020-05-26 | Properly encode AnonConst into crate metadata | Aaron Hill | -0/+23 |
| 2020-05-25 | Rollup merge of #72061 - lcnr:const-inference-test, r=eddyb | Dylan DPC | -0/+70 |
| 2020-05-20 | impl From<[T; N]> for Box<[T]> | Ivan Tham | -6/+25 |
| 2020-05-19 | Rollup merge of #72066 - lcnr:const-type-info-err, r=varkor | Dylan DPC | -0/+32 |
| 2020-05-19 | Auto merge of #71447 - cuviper:unsized_cow, r=dtolnay | bors | -5/+5 |
| 2020-05-18 | correctly handle uninferred consts | Bastian Kauschke | -0/+32 |
| 2020-05-17 | update tests | Bastian Kauschke | -21/+11 |
| 2020-05-17 | the best way to fix bugs is by ignoring them | Bastian Kauschke | -32/+0 |
| 2020-05-17 | merge lazy_normalization_consts into const_generics | Bastian Kauschke | -176/+61 |
| 2020-05-17 | explicitly handle errors in fulfill | Bastian Kauschke | -14/+14 |
| 2020-05-17 | update tests and add relevant feature gate test | Bastian Kauschke | -31/+123 |
| 2020-05-17 | Put lazy normalization behind a feature gate | Ben Lewis | -39/+142 |
| 2020-05-17 | Add lazy normalization tests | Ben Lewis | -3/+167 |
| 2020-05-16 | Rollup merge of #72045 - RalfJung:incomplete-unsound, r=petrochenkov | Ralf Jung | -134/+201 |
| 2020-05-11 | Rollup merge of #72052 - lcnr:const_pprint, r=ecstatic-morse | Dylan DPC | -12/+12 |
| 2020-05-09 | add regression tests + improve method name | Bastian Kauschke | -0/+70 |
| 2020-05-09 | display `ConstKind::Param` | Bastian Kauschke | -12/+12 |
| 2020-05-09 | adjust tests | Ralf Jung | -134/+201 |
| 2020-05-08 | add const-generics test | Bastian Kauschke | -0/+29 |
| 2020-05-04 | Rollup merge of #71038 - lcnr:dyn_trait_structural_match, r=pnkfelix | Dylan DPC | -0/+32 |
| 2020-04-30 | handle ByRef in relate | Bastian Kauschke | -0/+53 |
| 2020-04-29 | emit err when using trait objects in pat | Bastian Kauschke | -1/+1 |
| 2020-04-29 | forbid `dyn Trait` in const generics | Bastian Kauschke | -0/+32 |
| 2020-04-29 | Rollup merge of #71286 - Alexendoo:test-issue-69654, r=Dylan-DPC | Dylan DPC | -0/+32 |
| 2020-04-28 | Rollup merge of #71340 - Valloric:more-check-pass, r=nikomatsakis | Dylan DPC | -2/+2 |
| 2020-04-23 | Moving more build-pass tests to check-pass | Val Markovic | -2/+2 |
| 2020-04-22 | Bless From<Cow> UI changes | Josh Stone | -5/+5 |
| 2020-04-20 | Add error message for using type parameter as the type of a const parameter | varkor | -6/+10 |
| 2020-04-20 | Make the `structural_match` error diagnostic for const generics clearer | varkor | -6/+6 |