about summary refs log tree commit diff
path: root/src/test/debuginfo/vec-slices.rs
AgeCommit message (Expand)AuthorLines
2015-01-21Make diagnostic ordering deterministicAlex Crichton-0/+1
2015-01-07remove some `slicing_syntax` feature gatesJorge Aparicio-1/+0
2015-01-07TestsNick Cameron-1/+1
2015-01-07Replace full slice notation with index callsNick Cameron-1/+1
2014-12-30debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty p...Michael Woerister-0/+1
2014-10-31debuginfo: Enable some GDB tests on Windows.Michael Woerister-1/+0
2014-10-31debuginfo: Make GDB tests use line breakpoints like done in LLDB tests.Michael Woerister-3/+0
2014-10-28Update code with new lint namesAaron Turon-1/+1
2014-10-22debuginfo: Gate all LLDB debuginfo tests on a minimum LLDB version being avai...Michael Woerister-0/+1
2014-10-07Put slicing syntax behind a feature gate.Nick Cameron-0/+1
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-1/+1
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-1/+1
2014-10-02Revert "Put slicing syntax behind a feature gate."Aaron Turon-1/+0
2014-10-02Put slicing syntax behind a feature gate.Nick Cameron-0/+1
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-1/+1
2014-08-12Replace "ignore-win32" in tests with "ignore-windows"Vadim Chugunov-1/+1
2014-07-16debuginfo: Add LLDB autotests to debuginfo test suite.Michael Woerister-1/+27
2014-05-07debuginfo: Split debuginfo autotests into debuginfo-gdb and debuginfo-lldbMichael Woerister-0/+87