| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -744/+0 | |
| 2022-11-19 | Use `type_ascribe!` in many UI tests | Nilstrieb | -2/+2 | |
| Use it in all UI tests that are about the semantics and not the syntax of type ascription. | ||||
| 2022-10-01 | bless ui tests | Maybe Waffle | -7/+7 | |
| 2022-08-07 | Fail gracefully when const pattern is not structural match. | Camille GILLOT | -0/+41 | |
| 2022-08-03 | Warn about dead tuple struct fields | Fabian Wolff | -1/+1 | |
| 2021-10-08 | bless warnings | Eliza Weisman | -0/+1 | |
| Signed-off-by: Eliza Weisman <eliza@buoyant.io> | ||||
| 2021-09-26 | Replace `Pat` with a new intermediate representation | Nadrieril | -1/+4 | |
| 2020-10-21 | Add a test for #53708 | Nadrieril | -0/+11 | |
| This issue was accidentally fixed recently, probably by #70743 | ||||
| 2020-10-18 | Add some tests | Nadrieril | -0/+87 | |
| 2020-09-24 | Use correct type in diagnostics again | Oliver Scherer | -5/+5 | |
| 2020-09-23 | Deduplicate errors in const to pat conversion | Oliver Scherer | -113/+15 | |
| 2020-09-20 | Use precise errors during const to pat conversion instead of a catch-all on ↵ | Oliver Scherer | -44/+24 | |
| the main constant | ||||
| 2020-09-02 | pretty: trim paths of unique symbols | Dan Aloni | -4/+4 | |
| If a symbol name can only be imported from one place for a type, and as long as it was not glob-imported anywhere in the current crate, we can trim its printed path and print only the name. This has wide implications on error messages with types, for example, shortening `std::vec::Vec` to just `Vec`, as long as there is no other `Vec` importable anywhere. This adds a new '-Z trim-diagnostic-paths=false' option to control this feature. On the good path, with no diagnosis printed, we should try to avoid issuing this query, so we need to prevent trimmed_def_paths query on several cases. This change also relies on a previous commit that differentiates between `Debug` and `Display` on various rustc types, where the latter is trimmed and presented to the user and the former is not. | ||||
| 2020-08-02 | fix typos | liuzhenyu | -1/+1 | |
| 2020-06-28 | Update tests | Dylan MacKenzie | -7/+4 | |
| 2020-06-17 | Add regression test for #73431 | Dylan MacKenzie | -0/+29 | |
| 2020-05-02 | Test associated const default qualifs cross-crate | Dylan MacKenzie | -3/+41 | |
| This also tests for the ICE in #71734 | ||||
| 2020-04-28 | TYPE -> TYPE_ASCRIPTIONG | Dylan MacKenzie | -8/+8 | |
| 2020-04-28 | Use path to refer to constants in cross-crate pattern tests | Dylan MacKenzie | -10/+9 | |
| 2020-04-28 | Add cross-crate const in pattern tests | Dylan MacKenzie | -0/+55 | |
| 2020-04-28 | Add branchy `const` in pattern tests | Dylan MacKenzie | -0/+129 | |
| 2020-04-28 | FIXME: ignore test that ICEs | Dylan MacKenzie | -0/+4 | |
| 2020-04-28 | Add tests from #67088 and the issues mentioned in its description | Dylan MacKenzie | -0/+468 | |
