| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-05-08 | Drop -opt-bisect-limit=0 flag from test | Nikita Popov | -6/+1 | |
| This causes an assertion failure under NewPM, because it also ends up disabling the NameAnonGlobals pass. Instead pass -Copt-level=0 to disable optimizations. If that should be insufficient, we can use -C no-prepopulate-passes. | ||||
| 2020-11-22 | Drop support for cloudabi targets | Lzu Tao | -1/+0 | |
| 2019-07-31 | Attempt to fix backtrace tests on i686-msvc | Alex Crichton | -1/+15 | |
| Some fixes for i686-msvc and Windows have landed on the `backtrace` crate but hadn't made their way here yet. Let's update that and see if it passes CI. | ||||
| 2019-07-27 | tests: Move run-pass tests without naming conflicts to ui | Vadim Petrochenkov | -0/+180 | |
