| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-05-17 | update tests | Bastian Kauschke | -14/+10 | |
| 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 | -77/+36 | |
| 2020-05-17 | update tests and add relevant feature gate test | Bastian Kauschke | -30/+38 | |
| 2020-05-17 | Put lazy normalization behind a feature gate | Ben Lewis | -36/+132 | |
| 2020-05-17 | Add lazy normalization tests | Ben Lewis | -3/+159 | |
| 2020-05-16 | Rollup merge of #72045 - RalfJung:incomplete-unsound, r=petrochenkov | Ralf Jung | -34/+51 | |
| Incomplete features can also be unsound Some incomplete features do not just ICE, they are also currently unsound (e.g. https://github.com/rust-lang/rust/pull/72029, and also `specialization` -- which is not yet marked incomplete but [should be](https://github.com/rust-lang/rust/pull/71420)). This makes the message reflect that. While at it I also added a link to the tracking issue, which hopefully should explain what is incomplete/unsound about the feature. | ||||
| 2020-05-09 | display `ConstKind::Param` | Bastian Kauschke | -1/+1 | |
| 2020-05-09 | adjust tests | Ralf Jung | -34/+51 | |
| 2020-05-04 | Rollup merge of #71038 - lcnr:dyn_trait_structural_match, r=pnkfelix | Dylan DPC | -0/+32 | |
| forbid `dyn Trait` in patterns Do not allow `&dyn Trait` as a generic const parameters. This also changes dyn trait in pattern from ICE to error. closes #63322 closes #70972 r? @eddyb | ||||
| 2020-04-30 | handle ByRef in relate | Bastian Kauschke | -0/+22 | |
| 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 | |
| Add regression test for #69654 closes #69654 r? @eddyb | ||||
| 2020-04-23 | Moving more build-pass tests to check-pass | Val Markovic | -1/+1 | |
| One or two tests became build-pass without the FIXME because they really needed build-pass (were failing without it). Helps with #62277 | ||||
| 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-11 | rustc: Add a warning count upon completion | RoccoDev | -2/+30 | |
| 2020-04-01 | Rollup merge of #70081 - lcnr:issue68387, r=varkor | Dylan DPC | -3/+3 | |
| add `unused_braces` lint Add the lint `unused_braces` which is warn by default. `unused_parens` is also extended and now checks anon consts. closes #68387 r? @varkor | ||||
| 2020-03-31 | update tests | Bastian Kauschke | -3/+3 | |
| 2020-03-29 | Auto merge of #70009 - estebank:sugg-bound, r=Centril | bors | -10/+8 | |
| Tweak `suggest_constraining_type_param` Some of the bound restriction structured suggestions were incorrect while others had subpar output. The only issue left is a suggestion for an already present bound when dealing with `const`s that should be handled independently. Fix #69983. | ||||
| 2020-03-29 | Tweak `suggest_constraining_type_param` | Esteban Küber | -10/+8 | |
| Some of the bound restriction structured suggestions were incorrect while others had subpar output. | ||||
| 2020-03-29 | add a build-pass test for issue 62220 | Dodo | -0/+22 | |
| 2020-03-24 | Rollup merge of #70284 - lcnr:issue70273-what-the-heck-git, r=eddyb | Mazdak Farrokhzad | -0/+25 | |
| correctly handle const params in type_of extends #70223, retry of #70276 fixes #70273 r? @eddyb cc @varkor | ||||
| 2020-03-24 | Rollup merge of #69981 - oli-obk:const_blocks, r=eddyb | Mazdak Farrokhzad | -56/+41 | |
| Evaluate repeat expression lengths as late as possible Fixes #68567 r? @varkor | ||||
| 2020-03-23 | Evaluate repeat expression lengths as late as possible | Oliver Scherer | -56/+41 | |
| 2020-03-23 | Reword unused variable warning | Alex Tokarev | -1/+1 | |
| 2020-03-23 | Rollup merge of #70249 - lcnr:issue70125, r=eddyb | Mazdak Farrokhzad | -0/+51 | |
| handle ConstKind::Unresolved after monomorphizing fixes #70125 r? @bjorn3 | ||||
| 2020-03-22 | correctly handle const params in type_of | Bastian Kauschke | -0/+25 | |
| 2020-03-22 | rename tests | Bastian Kauschke | -1/+25 | |
| 2020-03-22 | handle unevaluated consts after monomophize | Bastian Kauschke | -0/+27 | |
| 2020-03-21 | fix type of const params in associated types. | Bastian Kauschke | -0/+38 | |
| 2020-03-13 | Add test for issue-67739 | Yuki Okushi | -0/+26 | |
| 2020-03-13 | Add test for issue-62504 | Yuki Okushi | -0/+33 | |
| 2020-03-10 | fix #62456 | YI | -0/+25 | |
| 2020-03-02 | Remove chalk integration | CAD97 | -18/+0 | |
| 2020-02-09 | --bless --compare-mode=nll | Matthias Prechtl | -1/+1 | |
| 2019-12-24 | Rollup merge of #67543 - JohnTitor:regression-tests, r=Centril | Mazdak Farrokhzad | -0/+34 | |
| Add regression tests for fixed ICEs Closes #61747 (fixed from 1.41.0-nightly (4007d4ef2 2019-12-01)) Closes #66205 (fixed from 1.41.0-nightly (4007d4ef2 2019-12-01)) Closes #66270 (fixed by #66246) Closes #67424 (fixed by #67160) Also picking a minor nit up from #67071 with 101dd7bad9432730fa2f625ae43afcc2929457d4 r? @Centril | ||||
| 2019-12-24 | Apply suggestion from Centril | Yuki Okushi | -1/+1 | |
| Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com> | ||||
| 2019-12-22 | Remove mem::uninitalized from tests | Mark Rousskov | -0/+12 | |
| This purges uses of uninitialized where possible from test cases. Some are merely moved over to the equally bad pattern of MaybeUninit::uninit().assume_init() but with an annotation that this is "the best we can do". | ||||
| 2019-12-23 | Add test for issue-66205 | Yuki Okushi | -0/+10 | |
| 2019-12-23 | Add test for issue-61747 | Yuki Okushi | -0/+24 | |
| 2019-11-03 | Auto merge of #65759 - tmiasko:ui, r=petrochenkov | bors | -1/+1 | |
| Validate error patterns and error annotation in ui tests when present Previously, when compilation succeeded, neither error patterns nor error annotation would be validated. Additionally, when compilation failed, only error patterns would be validated if both error patterns and error annotation were present. Now both error patterns and error annotation are validated when present, regardless of compilation status. Furthermore, for test that should run, the error patterns are matched against executable output, which is what some of tests already expect to happen, and when #65506 is merged even more ui tests will. Fixes #56277 | ||||
| 2019-11-02 | Update error annotations in tests that successfully compile | Tomasz Miąsko | -1/+1 | |
| Those annotation are silently ignored rather than begin validated against compiler output. Update them before validation is enabled, to avoid test failures. | ||||
| 2019-10-31 | Revert "pre-expansion gate const_generics" | Eduard-Mihai Burtescu | -2/+2 | |
| This reverts commit 49cbfa1a6f6469ddbc0e88161e52104cc87aea9b. | ||||
| 2019-10-25 | Rollup merge of #65742 - Centril:gate-pre-expansion-subset, r=davidtwco | Mazdak Farrokhzad | -2/+2 | |
| Pre-expansion gate most of the things This is a subset of https://github.com/rust-lang/rust/pull/64672. A crater run has already been done and this PR implements conclusions according to https://github.com/rust-lang/rust/pull/64672#issuecomment-542703363. r? @davidtwco cc @petrochenkov | ||||
| 2019-10-24 | pre-expansion gate const_generics | Mazdak Farrokhzad | -2/+2 | |
| 2019-10-23 | Add regression test for #62579 | varkor | -0/+23 | |
| 2019-10-22 | Add regression test for #65675 | varkor | -0/+18 | |
| 2019-10-07 | Add a regression test for issue 62187 | varkor | -0/+32 | |
