rust/src/test/debuginfo
2015-04-04 12:33:44 -07:00
..
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 rollup merge of #23786: alexcrichton/less-quotes 2015-03-27 16:10:25 -07:00
basic-types-globals.rs rollup merge of #23786: alexcrichton/less-quotes 2015-03-27 16:10:25 -07:00
basic-types-metadata.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
basic-types-mut-globals.rs rollup merge of #23786: alexcrichton/less-quotes 2015-03-27 16:10:25 -07:00
basic-types.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
borrowed-basic.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07: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 Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
borrowed-tuple.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
borrowed-unique-basic.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07: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 Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
by-value-self-argument-in-trait-impl.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
c-style-enum-in-composite.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
c-style-enum.rs Fallout in tests 2015-04-01 11:22:39 -04: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 Require feature attributes, and add them where necessary 2015-03-23 14:40:26 -07: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 Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07: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 Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07: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 Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
function-arguments.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
function-prologue-stepping-no-stack-check.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
function-prologue-stepping-regular.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07: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 fixing some tests and temporarily disabling others to get Bitrig build working 100% 2015-04-04 12:33:44 -07:00
gdb-pretty-struct-and-enums.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
generic-function.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
generic-functions-nested.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
generic-method-on-generic-struct.rs Fallout in tests 2015-04-01 11:22:39 -04:00
generic-static-method-on-struct-and-enum.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
generic-struct-style-enum.rs Fix some typos 2015-03-28 18:09:51 +03:00
generic-struct.rs Fix fallout of removing quotes in crate names 2015-03-27 11:43:40 -07:00
generic-trait-generic-static-default-method.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
generic-tuple-style-enum.rs Fix some typos 2015-03-28 18:09:51 +03:00
include_string.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
issue7712.rs rustc: Remove deprecated flags 2015-01-20 11:16:26 -08:00
issue11600.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
issue12886.rs rollup merge of #23741: alexcrichton/remove-int-uint 2015-03-27 10:10:05 -07:00
issue13213.rs Require feature attributes, and add them where necessary 2015-03-23 14:40:26 -07: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 Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07: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 Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07: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 Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07: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 rollup merge of #23786: alexcrichton/less-quotes 2015-03-27 16:10:25 -07:00
limited-debuginfo.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
method-on-enum.rs Fallout in tests 2015-04-01 11:22:39 -04:00
method-on-generic-struct.rs Fallout in tests 2015-04-01 11:22:39 -04:00
method-on-struct.rs Fallout in tests 2015-04-01 11:22:39 -04:00
method-on-trait.rs Fallout in tests 2015-04-01 11:22:39 -04:00
method-on-tuple-struct.rs Fallout in tests 2015-04-01 11:22:39 -04: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 Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
self-in-default-method.rs Fallout in tests 2015-04-01 11:22:39 -04:00
self-in-generic-default-method.rs Fallout in tests 2015-04-01 11:22:39 -04: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 Require feature attributes, and add them where necessary 2015-03-23 14:40:26 -07:00
simple-lexical-scope.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
simple-struct.rs Fix fallout of removing quotes in crate names 2015-03-27 11:43:40 -07:00
simple-tuple.rs Fix fallout of removing quotes in crate names 2015-03-27 11:43:40 -07:00
static-method-on-struct-and-enum.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
struct-in-enum.rs Fix some typos 2015-03-28 18:09:51 +03:00
struct-in-struct.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00
struct-style-enum.rs Fix some typos 2015-03-28 18:09:51 +03: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 Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
trait-pointers.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07: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 Fix some typos 2015-03-28 18:09:51 +03:00
type-names.rs Fix fallout of removing quotes in crate names 2015-03-27 11:43:40 -07:00
unique-enum.rs Fix some typos 2015-03-28 18:09:51 +03:00
unreachable-locals.rs trans: Add early-out when translating unreachable controlflow expressions. 2015-03-05 13:57:51 +01:00
var-captured-in-nested-closure.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
var-captured-in-sendable-closure.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
var-captured-in-stack-closure.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
vec-slices.rs Fix fallout of removing quotes in crate names 2015-03-27 11:43:40 -07:00
vec.rs Enable test/debuginfo on android 2015-02-10 15:48:07 +09:00