..
associated-types.rs
Rename std::path to std::old_path
2015-02-03 14:34:42 -08:00
basic-types-globals-metadata.rs
test fallout from isize/usize
2015-01-06 16:48:33 -05:00
basic-types-globals.rs
debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty printers enabled.
2014-12-30 17:26:13 +01:00
basic-types-metadata.rs
Remove all i suffixes
2015-01-30 04:38:54 +01:00
basic-types-mut-globals.rs
debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty printers enabled.
2014-12-30 17:26:13 +01:00
basic-types.rs
debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty printers enabled.
2014-12-30 17:26:13 +01:00
borrowed-basic.rs
debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty printers enabled.
2014-12-30 17:26:13 +01:00
borrowed-c-style-enum.rs
debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty printers enabled.
2014-12-30 17:26:13 +01:00
borrowed-enum.rs
debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty printers enabled.
2014-12-30 17:26:13 +01:00
borrowed-struct.rs
Test fixes and rebase conflicts
2015-01-07 19:27:27 -08:00
borrowed-tuple.rs
Test fixes and rebase conflicts
2015-01-07 19:27:27 -08:00
borrowed-unique-basic.rs
Test fixes and rebase conflicts
2015-01-07 19:27:27 -08:00
box.rs
Remove all i suffixes
2015-01-30 04:38:54 +01:00
boxed-struct.rs
Test fixes and rebase conflicts
2015-01-07 19:27:27 -08:00
by-value-non-immediate-argument.rs
Use derive rather than deriving in tests
2015-01-02 23:05:22 +13:00
by-value-self-argument-in-trait-impl.rs
debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty printers enabled.
2014-12-30 17:26:13 +01:00
c-style-enum-in-composite.rs
debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty printers enabled.
2014-12-30 17:26:13 +01:00
c-style-enum.rs
Use derive rather than deriving in tests
2015-01-02 23:05:22 +13:00
closure-in-generic-function.rs
Remove all i suffixes
2015-01-30 04:38:54 +01:00
cross-crate-type-uniquing.rs
debuginfo: Gate all LLDB debuginfo tests on a minimum LLDB version being available
2014-10-22 10:47:45 +02:00
destructured-fn-argument.rs
Test fixes and rebase conflicts
2015-01-07 19:27:27 -08:00
destructured-for-loop-variable.rs
for x in xs.into_iter() -> for x in xs
2015-02-02 13:40:18 -05:00
destructured-local.rs
Remove all i suffixes
2015-01-30 04:38:54 +01:00
evec-in-struct.rs
debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty printers enabled.
2014-12-30 17:26:13 +01:00
function-arg-initialization.rs
Remove all i suffixes
2015-01-30 04:38:54 +01:00
function-arguments.rs
debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty printers enabled.
2014-12-30 17:26:13 +01:00
function-prologue-stepping-no-stack-check.rs
Remove all i suffixes
2015-01-30 04:38:54 +01:00
function-prologue-stepping-regular.rs
Remove all i suffixes
2015-01-30 04:38:54 +01:00
gdb-pretty-struct-and-enums-pre-gdb-7-7.rs
debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty printers enabled.
2014-12-30 17:26:13 +01:00
gdb-pretty-struct-and-enums.rs
Fixed tests
2015-01-05 15:28:19 -05:00
generic-function.rs
Remove all i suffixes
2015-01-30 04:38:54 +01:00
generic-functions-nested.rs
Remove all i suffixes
2015-01-30 04:38:54 +01:00
generic-method-on-generic-struct.rs
cleanup: s/impl Copy/#[derive(Copy)]/g
2015-01-25 11:20:38 -05:00
generic-static-method-on-struct-and-enum.rs
Remove all i suffixes
2015-01-30 04:38:54 +01:00
generic-struct-style-enum.rs
Remove all i suffixes
2015-01-30 04:38:54 +01:00
generic-struct.rs
Merge remote-tracking branch 'origin/master' into rollup
2015-01-30 19:55:37 -08:00
generic-trait-generic-static-default-method.rs
debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty printers enabled.
2014-12-30 17:26:13 +01:00
generic-tuple-style-enum.rs
debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty printers enabled.
2014-12-30 17:26:13 +01:00
include_string.rs
debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty printers enabled.
2014-12-30 17:26:13 +01:00
issue7712.rs
rustc: Remove deprecated flags
2015-01-20 11:16:26 -08:00
issue11600.rs
debuginfo: Gate all LLDB debuginfo tests on a minimum LLDB version being available
2014-10-22 10:47:45 +02:00
issue12886.rs
debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty printers enabled.
2014-12-30 17:26:13 +01:00
issue13213.rs
Fallout of io => old_io
2015-01-26 16:01:16 -08:00
issue14411.rs
debuginfo: Make GDB tests use line breakpoints like done in LLDB tests.
2014-10-31 18:49:59 +01:00
lexical-scope-in-for-loop.rs
for x in xs.iter() -> for x in &xs
2015-02-02 13:40:18 -05:00
lexical-scope-in-if.rs
Remove all i suffixes
2015-01-30 04:38:54 +01:00
lexical-scope-in-match.rs
Remove all i suffixes
2015-01-30 04:38:54 +01:00
lexical-scope-in-parameterless-closure.rs
Remove all i suffixes
2015-01-30 04:38:54 +01:00
lexical-scope-in-stack-closure.rs
fix debuginfo tests
2015-01-05 17:22:17 -05:00
lexical-scope-in-unconditional-loop.rs
Remove all i suffixes
2015-01-30 04:38:54 +01:00
lexical-scope-in-unique-closure.rs
debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty printers enabled.
2014-12-30 17:26:13 +01:00
lexical-scope-in-while.rs
Remove all i suffixes
2015-01-30 04:38:54 +01:00
lexical-scope-with-macro.rs
Remove all i suffixes
2015-01-30 04:38:54 +01:00
lexical-scopes-in-block-expression.rs
Remove all i suffixes
2015-01-30 04:38:54 +01:00
limited-debuginfo.rs
Remove all i suffixes
2015-01-30 04:38:54 +01:00
method-on-enum.rs
cleanup: s/impl Copy/#[derive(Copy)]/g
2015-01-25 11:20:38 -05:00
method-on-generic-struct.rs
cleanup: s/impl Copy/#[derive(Copy)]/g
2015-01-25 11:20:38 -05:00
method-on-struct.rs
cleanup: s/impl Copy/#[derive(Copy)]/g
2015-01-25 11:20:38 -05:00
method-on-trait.rs
cleanup: s/impl Copy/#[derive(Copy)]/g
2015-01-25 11:20:38 -05:00
method-on-tuple-struct.rs
cleanup: s/impl Copy/#[derive(Copy)]/g
2015-01-25 11:20:38 -05:00
multi-byte-chars.rs
fix debuginfo tests
2015-01-05 17:22:17 -05:00
multiple-functions-equal-var-names.rs
Remove all i suffixes
2015-01-30 04:38:54 +01:00
multiple-functions.rs
Remove all i suffixes
2015-01-30 04:38:54 +01:00
name-shadowing-and-scope-nesting.rs
Remove all i suffixes
2015-01-30 04:38:54 +01:00
nil-enum.rs
debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty printers enabled.
2014-12-30 17:26:13 +01:00
no-debug-attribute.rs
debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty printers enabled.
2014-12-30 17:26:13 +01:00
option-like-enum.rs
debuginfo: Extend option-like-enum test case to contain nested discriminants.
2015-01-24 15:02:38 +01:00
packed-struct-with-destructor.rs
debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty printers enabled.
2014-12-30 17:26:13 +01:00
packed-struct.rs
debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty printers enabled.
2014-12-30 17:26:13 +01:00
recursive-enum.rs
fix debuginfo tests
2015-01-05 17:22:17 -05:00
recursive-struct.rs
Test fixes and rebase conflicts
2015-01-07 19:27:27 -08:00
self-in-default-method.rs
cleanup: s/impl Copy/#[derive(Copy)]/g
2015-01-25 11:20:38 -05:00
self-in-generic-default-method.rs
cleanup: s/impl Copy/#[derive(Copy)]/g
2015-01-25 11:20:38 -05:00
shadowed-argument.rs
Remove all i suffixes
2015-01-30 04:38:54 +01:00
shadowed-variable.rs
Remove all i suffixes
2015-01-30 04:38:54 +01:00
simd.rs
Tie stability attributes to feature gates
2015-01-21 16:16:21 -08:00
simple-lexical-scope.rs
Remove all i suffixes
2015-01-30 04:38:54 +01:00
simple-struct.rs
debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty printers enabled.
2014-12-30 17:26:13 +01:00
simple-tuple.rs
debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty printers enabled.
2014-12-30 17:26:13 +01:00
static-method-on-struct-and-enum.rs
debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty printers enabled.
2014-12-30 17:26:13 +01:00
struct-in-enum.rs
debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty printers enabled.
2014-12-30 17:26:13 +01:00
struct-in-struct.rs
debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty printers enabled.
2014-12-30 17:26:13 +01:00
struct-style-enum.rs
debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty printers enabled.
2014-12-30 17:26:13 +01:00
struct-with-destructor.rs
debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty printers enabled.
2014-12-30 17:26:13 +01:00
text-to-include-1.txt
debuginfo: Add LLDB autotests to debuginfo test suite.
2014-07-16 09:46:31 +02:00
text-to-include-2.txt
debuginfo: Add LLDB autotests to debuginfo test suite.
2014-07-16 09:46:31 +02:00
text-to-include-3.txt
debuginfo: Add LLDB autotests to debuginfo test suite.
2014-07-16 09:46:31 +02:00
trait-generic-static-default-method.rs
debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty printers enabled.
2014-12-30 17:26:13 +01:00
trait-pointers.rs
Test fixes and rebase conflicts
2015-01-07 19:27:27 -08:00
tuple-in-struct.rs
debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty printers enabled.
2014-12-30 17:26:13 +01:00
tuple-in-tuple.rs
debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty printers enabled.
2014-12-30 17:26:13 +01:00
tuple-struct.rs
debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty printers enabled.
2014-12-30 17:26:13 +01:00
tuple-style-enum.rs
debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty printers enabled.
2014-12-30 17:26:13 +01:00
type-names.rs
Remove all i suffixes
2015-01-30 04:38:54 +01:00
unique-enum.rs
Test fixes and rebase conflicts
2015-01-07 19:27:27 -08:00
unreachable-locals.rs
for x in xs.iter() -> for x in &xs
2015-02-02 13:40:18 -05:00
var-captured-in-nested-closure.rs
Test fixes and rebase conflicts
2015-01-07 19:27:27 -08:00
var-captured-in-sendable-closure.rs
Test fixes and rebase conflicts
2015-01-07 19:27:27 -08:00
var-captured-in-stack-closure.rs
Test fixes and rebase conflicts
2015-01-07 19:27:27 -08:00
vec-slices.rs
Make diagnostic ordering deterministic
2015-01-21 20:25:19 -08:00
vec.rs
Remove all i suffixes
2015-01-30 04:38:54 +01:00