| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -570/+0 | |
| 2022-03-28 | Remove duplicated and unused test files | Caio | -82/+0 | |
| 2022-03-27 | Remove duplicated test files | Caio | -0/+27 | |
| 2021-09-26 | Remove box syntax from most places in src/test outside of the issues dir | est31 | -7/+3 | |
| 2021-04-25 | Reachable statics have reachable initializers | Tomasz Miąsko | -0/+25 | |
| Static initializer can read other statics. Initializers are evaluated at compile time, and so their content could become inlined into another crate. Ensure that initializers of reachable statics are also reachable. Previously, when an item incorrectly considered to be unreachable was reached from another crate an attempt would be made to codegen it. The attempt could fail with an ICE (in the case MIR wasn't available to do so) in some circumstances the attempt could also succeed resulting in a local codegen of non-local items, including static ones. | ||||
| 2021-01-13 | Update code to account for extern ABI requirement | Mark Rousskov | -1/+1 | |
| 2019-11-01 | ui test formulation of regression test for issue 64872. | Felix S. Klock II | -0/+61 | |
| (Many thanks to alex for 1. making this even smaller than what I had originally minimized, and 2. pointing out that there is precedent for having ui tests with crate dependency chains of length > 2, thus allowing me to avoid encoding this as a run-make test.) | ||||
| 2019-08-15 | Group all ui tests and move to abi #62593 | Kevin Per | -23/+0 | |
| 2019-07-27 | tests: Move run-pass tests without naming conflicts to ui | Vadim Petrochenkov | -0/+566 | |
