rust/src/test/debuginfo
2015-03-17 16:00:39 +05:30
..
associated-types.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
basic-types-globals-metadata.rs Auto merge of #21774 - ejjeong:enable-test-for-android, r=alexcrichton 2015-02-17 19:35:12 +00:00
basic-types-globals.rs Auto merge of #21774 - ejjeong:enable-test-for-android, r=alexcrichton 2015-02-17 19:35:12 +00:00
basic-types-metadata.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
basic-types-mut-globals.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
basic-types.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
borrowed-basic.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
borrowed-c-style-enum.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
borrowed-enum.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
borrowed-struct.rs Add : Box<_> or ::Box<_> type annotations to various places. 2015-03-03 20:29:01 +01:00
borrowed-tuple.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
borrowed-unique-basic.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
box.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
boxed-struct.rs Add : Box<_> or ::Box<_> type annotations to various places. 2015-03-03 20:29:01 +01:00
by-value-non-immediate-argument.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
by-value-self-argument-in-trait-impl.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
c-style-enum-in-composite.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
c-style-enum.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
closure-in-generic-function.rs Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
constant-debug-locs.rs debuginfo: Add debuginfo::with_source_location_override() function... 2015-03-05 15:00:25 +01:00
constant-in-match-pattern.rs debuginfo: Fix problem with debug locations of constants in match patterns. 2015-02-06 21:24:06 +01:00
cross-crate-spans.rs Encode codemap and span information in crate metadata. 2015-03-04 09:50:09 +01:00
cross-crate-type-uniquing.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
destructured-fn-argument.rs Auto merge of #21774 - ejjeong:enable-test-for-android, r=alexcrichton 2015-02-17 19:35:12 +00:00
destructured-for-loop-variable.rs Auto merge of #21774 - ejjeong:enable-test-for-android, r=alexcrichton 2015-02-17 19:35:12 +00:00
destructured-local.rs Auto merge of #21774 - ejjeong:enable-test-for-android, r=alexcrichton 2015-02-17 19:35:12 +00:00
evec-in-struct.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
extern-c-fn.rs debuginfo: Add test case for extern "C" functions. 2015-03-05 16:41:10 +01:00
function-arg-initialization.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
function-arguments.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09: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-std.rs debuginfo: Add GDB pretty printers for slices, Vec<>, and String. 2015-03-12 17:05:44 +01:00
gdb-pretty-struct-and-enums-pre-gdb-7-7.rs Fix tests that fail on FreeBSD 2015-02-15 17:18:55 +09:00
gdb-pretty-struct-and-enums.rs Fix remaining bench/debuginfo tests (and a few stragglers) 2015-02-18 09:11:02 -05:00
generic-function.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
generic-functions-nested.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
generic-method-on-generic-struct.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
generic-static-method-on-struct-and-enum.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
generic-struct-style-enum.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
generic-struct.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
generic-trait-generic-static-default-method.rs
generic-tuple-style-enum.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
include_string.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
issue7712.rs
issue11600.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
issue12886.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
issue13213.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
issue14411.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
issue22656.rs debuginfo: Make LLDB pretty printer correctly handle zero-sized fields. 2015-03-12 12:18:15 +01:00
lexical-scope-in-for-loop.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
lexical-scope-in-if.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
lexical-scope-in-match.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
lexical-scope-in-parameterless-closure.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
lexical-scope-in-stack-closure.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
lexical-scope-in-unconditional-loop.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
lexical-scope-in-unique-closure.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
lexical-scope-in-while.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
lexical-scope-with-macro.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
lexical-scopes-in-block-expression.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
limited-debuginfo.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
method-on-enum.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
method-on-generic-struct.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
method-on-struct.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
method-on-trait.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
method-on-tuple-struct.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
multi-byte-chars.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
multiple-functions-equal-var-names.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
multiple-functions.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
name-shadowing-and-scope-nesting.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
nil-enum.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
no-debug-attribute.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
option-like-enum.rs Fix remaining bench/debuginfo tests (and a few stragglers) 2015-02-18 09:11:02 -05:00
packed-struct-with-destructor.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
packed-struct.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
recursive-enum.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
recursive-struct.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
self-in-default-method.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
self-in-generic-default-method.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
shadowed-argument.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
shadowed-variable.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
simd.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
simple-lexical-scope.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
simple-struct.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
simple-tuple.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
static-method-on-struct-and-enum.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
struct-in-enum.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
struct-in-struct.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
struct-style-enum.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
struct-with-destructor.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
text-to-include-1.txt Re-bork whitespace for text file (fixup #23385) 2015-03-17 16:00:39 +05:30
text-to-include-2.txt Re-bork whitespace for text file (fixup #23385) 2015-03-17 16:00:39 +05:30
text-to-include-3.txt Re-bork whitespace for text file (fixup #23385) 2015-03-17 16:00:39 +05:30
trait-generic-static-default-method.rs
trait-pointers.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
tuple-in-struct.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
tuple-in-tuple.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
tuple-struct.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
tuple-style-enum.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
type-names.rs rollup merge of #22286: nikomatsakis/variance-4b 2015-02-18 15:52:01 -08:00
unique-enum.rs Add : Box<_> or ::Box<_> type annotations to various places. 2015-03-03 20:29:01 +01:00
unreachable-locals.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
var-captured-in-nested-closure.rs Add : Box<_> or ::Box<_> type annotations to various places. 2015-03-03 20:29:01 +01:00
var-captured-in-sendable-closure.rs Add : Box<_> or ::Box<_> type annotations to various places. 2015-03-03 20:29:01 +01:00
var-captured-in-stack-closure.rs Add : Box<_> or ::Box<_> type annotations to various places. 2015-03-03 20:29:01 +01:00
vec-slices.rs
vec.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00