| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-12-13 | Ensure test actually uses dataflow, not simulation | Dylan MacKenzie | -3/+7 | |
| 2019-12-13 | Apply suggestions from review | Dylan MacKenzie | -0/+2 | |
| 2019-12-13 | Fix grammar in test description | ecstatic-morse | -1/+1 | |
| Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com> | ||||
| 2019-12-13 | Bless modified tests | Dylan MacKenzie | -80/+298 | |
| 2019-12-13 | Add qualif smoke tests for const loops | Dylan MacKenzie | -0/+61 | |
| 2019-12-13 | Extend control flow basics tests with loops | Dylan MacKenzie | -9/+52 | |
| 2019-12-12 | Require `allow_internal_unstable` for stable min_const_fn using unstable ↵ | Oliver Scherer | -27/+31 | |
| features | ||||
| 2019-11-27 | Combine similar tests for const match | Joshua Nelson | -22/+11 | |
| See https://github.com/rust-lang/rust/pull/66788#issuecomment-558799307 for context. | ||||
| 2019-11-26 | Rollup merge of #66788 - ecstatic-morse:const-fn-unreachable, r=Centril | Tyler Mandry | -0/+21 | |
| Allow `Unreachable` terminators through `min_const_fn` checks Resolves #66756. This allows `Unreachable` terminators through the `min_const_fn` checks if `#![feature(const_if_match)]` is enabled. We could probably just allow them with no feature flag, but it seems okay to be conservative here. r? @oli-obk | ||||
| 2019-11-26 | Remove test for #66758 | Dylan MacKenzie | -6/+0 | |
| 2019-11-26 | Add regression test for #66756 | Dylan MacKenzie | -0/+27 | |
| 2019-11-26 | Test multiple variants | Joshua Nelson | -0/+2 | |
| Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com> | ||||
| 2019-11-25 | Add wildcard test for const_if_match | Joshua Nelson | -0/+19 | |
| Closes https://github.com/rust-lang/rust/issues/66758 | ||||
| 2019-11-21 | Reorganize, bless and add tests for const control flow | Dylan MacKenzie | -0/+1245 | |
| This creates a new test directory, `ui/consts/control-flow` to hold tests related to control flow in a const context. It also blesses all existing tests with the new error messages, and adds new tests for the `const_if_match` feature. | ||||
