| Age | Commit message (Expand) | Author | Lines |
| 2020-05-29 | Rollup merge of #71095 - pickfire:box-from-array, r=dtolnay | Ralf Jung | -6/+25 |
| 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 |
| 2020-04-18 | Add regression test for #69654 | Alex Macleod | -0/+32 |
| 2020-04-14 | typeck: workaround WF hole in `to_const`. | Eduard-Mihai Burtescu | -8/+42 |
| 2020-04-13 | allow const generics in const fn | Bastian Kauschke | -17/+4 |
| 2020-04-11 | rustc: Add a warning count upon completion | RoccoDev | -23/+107 |
| 2020-04-09 | Add regression test for #61522 | varkor | -0/+40 |
| 2020-04-09 | Add regression test for #66596 | varkor | -0/+24 |
| 2020-04-01 | Rollup merge of #70081 - lcnr:issue68387, r=varkor | Dylan DPC | -3/+36 |
| 2020-03-31 | add tests for `unused_braces` | Bastian Kauschke | -0/+33 |
| 2020-03-31 | update tests | Bastian Kauschke | -3/+3 |
| 2020-03-30 | infer arr len from pattern | Bastian Kauschke | -0/+56 |
| 2020-03-29 | Auto merge of #70009 - estebank:sugg-bound, r=Centril | bors | -10/+8 |
| 2020-03-29 | Tweak `suggest_constraining_type_param` | Esteban Küber | -10/+8 |
| 2020-03-29 | add a build-pass test for issue 62220 | Dodo | -0/+22 |
| 2020-03-29 | Rollup merge of #68692 - jyn514:vec-from-array, r=LukasKalbertodt | Mazdak Farrokhzad | -7/+25 |
| 2020-03-24 | Remove attribute `#[structural_match]` and any references to it | Vadim Petrochenkov | -1/+1 |
| 2020-03-24 | Rollup merge of #70284 - lcnr:issue70273-what-the-heck-git, r=eddyb | Mazdak Farrokhzad | -0/+54 |
| 2020-03-24 | Rollup merge of #70283 - CDirkx:regression-test-70155, r=oli-obk | Mazdak Farrokhzad | -0/+30 |
| 2020-03-24 | Rollup merge of #69981 - oli-obk:const_blocks, r=eddyb | Mazdak Farrokhzad | -56/+41 |
| 2020-03-23 | Merge tests. | CDirkx | -68/+30 |
| 2020-03-23 | Add const generics test for all range types. | CDirkx | -2/+58 |
| 2020-03-23 | Evaluate repeat expression lengths as late as possible | Oliver Scherer | -56/+41 |