about summary refs log tree commit diff
path: root/src/test/debuginfo/vec-slices.rs
AgeCommit message (Expand)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-06Update lldbTom Tromey-1/+1
2018-10-30Update enum debuginfo testsTom Tromey-1/+1
2018-10-08Run debuginfo tests against rust-enabled lldb, when possibleTom Tromey-6/+14
2018-01-05Disable failing tests temporarilySam-0/+1
2016-11-11Move all Linux/OSX CI infastructure to TravisAlex Crichton-5/+5
2016-10-31adapt debuginfo tests for gdb with native rust supportTim Neumann-15/+30
2016-07-04Added a pretty printer for &mut slicesNikhil Shagrithaya-0/+7
2015-09-19Feature-gate `#[no_debug]` and `#[omit_gdb_pretty_printer_section]`Andrew Paseltiner-0/+1
2015-04-29Re-enable tests on AndroidTamir Duberstein-1/+0
2015-04-28#10381: WarningsTamir Duberstein-1/+1
2015-04-12Add a name for tuple fields in debuginfo so that they can be accessed in debu...Michael Woerister-2/+2
2015-03-27Fix fallout of removing quotes in crate namesAlex Crichton-2/+2
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