| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-10-31 | Changed most vec! invocations to use square braces | iirelu | -1/+1 | |
| Most of the Rust community agrees that the vec! macro is clearer when called using square brackets [] instead of regular brackets (). Most of these ocurrences are from before macros allowed using different types of brackets. There is one left unchanged in a pretty-print test, as the pretty printer still wants it to have regular brackets. | ||||
| 2015-02-10 | Enable test/debuginfo on android | Eunji Jeong | -1/+0 | |
| 2014-10-31 | debuginfo: Make GDB tests use line breakpoints like done in LLDB tests. | Michael Woerister | -1/+1 | |
| On some Windows versions of GDB this is more stable than setting breakpoints via function names. | ||||
| 2014-10-22 | debuginfo: Gate all LLDB debuginfo tests on a minimum LLDB version being ↵ | Michael Woerister | -0/+1 | |
| available | ||||
| 2014-06-18 | debuginfo: Add test case for issue 14411. | Michael Woerister | -0/+25 | |
