rust/src/test/debuginfo
2015-03-27 11:43:40 -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 Fix fallout of removing quotes in crate names 2015-03-27 11:43:40 -07:00
basic-types-globals.rs Fix fallout of removing quotes in crate names 2015-03-27 11:43:40 -07:00
basic-types-metadata.rs
basic-types-mut-globals.rs Fix fallout of removing quotes in crate names 2015-03-27 11:43:40 -07:00
basic-types.rs
borrowed-basic.rs
borrowed-c-style-enum.rs
borrowed-enum.rs
borrowed-struct.rs
borrowed-tuple.rs
borrowed-unique-basic.rs
box.rs
boxed-struct.rs
by-value-non-immediate-argument.rs
by-value-self-argument-in-trait-impl.rs
c-style-enum-in-composite.rs
c-style-enum.rs Fix fallout of removing quotes in crate names 2015-03-27 11:43:40 -07: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
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
destructured-fn-argument.rs
destructured-for-loop-variable.rs
destructured-local.rs
evec-in-struct.rs
extern-c-fn.rs debuginfo: Add test case for extern "C" functions. 2015-03-05 16:41:10 +01:00
function-arg-initialization.rs Require feature attributes, and add them where necessary 2015-03-23 14:40:26 -07:00
function-arguments.rs
function-prologue-stepping-no-stack-check.rs Require feature attributes, and add them where necessary 2015-03-23 14:40:26 -07:00
function-prologue-stepping-regular.rs Test fixes and rebase conflicts, round 3 2015-03-23 22:52:21 -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
gdb-pretty-struct-and-enums.rs
generic-function.rs
generic-functions-nested.rs
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
generic-struct-style-enum.rs
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
generic-tuple-style-enum.rs
include_string.rs
issue7712.rs
issue11600.rs
issue12886.rs Ignore some tests on aarch64 2015-03-25 18:17:33 +09:00
issue13213.rs Require feature attributes, and add them where necessary 2015-03-23 14:40:26 -07:00
issue14411.rs
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
lexical-scope-in-if.rs
lexical-scope-in-match.rs
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
lexical-scope-in-unconditional-loop.rs
lexical-scope-in-unique-closure.rs
lexical-scope-in-while.rs
lexical-scope-with-macro.rs
lexical-scopes-in-block-expression.rs Fix fallout of removing quotes in crate names 2015-03-27 11:43:40 -07: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
multiple-functions-equal-var-names.rs
multiple-functions.rs
name-shadowing-and-scope-nesting.rs
nil-enum.rs
no-debug-attribute.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
option-like-enum.rs
packed-struct-with-destructor.rs
packed-struct.rs
recursive-enum.rs
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
shadowed-variable.rs
simd.rs Require feature attributes, and add them where necessary 2015-03-23 14:40:26 -07:00
simple-lexical-scope.rs
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
struct-in-enum.rs
struct-in-struct.rs
struct-style-enum.rs
struct-with-destructor.rs
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
tuple-in-struct.rs
tuple-in-tuple.rs
tuple-struct.rs
tuple-style-enum.rs
type-names.rs Fix fallout of removing quotes in crate names 2015-03-27 11:43:40 -07:00
unique-enum.rs
unreachable-locals.rs
var-captured-in-nested-closure.rs
var-captured-in-sendable-closure.rs
var-captured-in-stack-closure.rs
vec-slices.rs Fix fallout of removing quotes in crate names 2015-03-27 11:43:40 -07:00
vec.rs