rust/src/test/debug-info
Nick Cameron ff04aa8e38 Allow inheritance between structs.
No subtyping, no interaction with traits. Partially addresses #9912.
2014-04-20 13:41:18 +12:00
..
basic-types-globals-metadata.rs test/debug-info: Add/remove ignore-win32 flags 2014-04-03 13:42:58 -07:00
basic-types-globals.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
basic-types-metadata.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
basic-types-mut-globals.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
basic-types.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
borrowed-basic.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
borrowed-c-style-enum.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
borrowed-enum.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
borrowed-managed-basic.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
borrowed-struct.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
borrowed-tuple.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
borrowed-unique-basic.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
box.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
boxed-struct.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
by-value-non-immediate-argument.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
by-value-self-argument-in-trait-impl.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
c-style-enum-in-composite.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
c-style-enum.rs test/debug-info: Add/remove ignore-win32 flags 2014-04-03 13:42:58 -07:00
closure-in-generic-function.rs
destructured-fn-argument.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
destructured-local.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
evec-in-struct.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
function-arg-initialization.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
function-arguments.rs
function-prologue-stepping-no-split-stack.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
generic-function.rs
generic-functions-nested.rs
generic-method-on-generic-struct.rs
generic-static-method-on-struct-and-enum.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
generic-struct-style-enum.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
generic-struct.rs
generic-trait-generic-static-default-method.rs
generic-tuple-style-enum.rs
include_string.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
issue7712.rs debuginfo: Improve commandline option handling for debuginfo (fixes #12811) 2014-03-11 18:15:35 +01:00
issue11600.rs Remove outdated and unnecessary std::vec_ng::Vec imports. 2014-03-22 01:08:57 +11:00
issue12886.rs debuginfo: Add a test case for issue #12886. 2014-04-16 12:22:38 +02:00
issue13213.rs Replace all ~"" with "".to_owned() 2014-04-18 17:25:34 -07:00
lexical-scope-in-for-loop.rs test/debug-info: Add/remove ignore-win32 flags 2014-04-03 13:42:58 -07:00
lexical-scope-in-if.rs test/debug-info: Add/remove ignore-win32 flags 2014-04-03 13:42:58 -07:00
lexical-scope-in-match.rs test/debug-info: Add/remove ignore-win32 flags 2014-04-03 13:42:58 -07:00
lexical-scope-in-parameterless-closure.rs debuginfo: Improve commandline option handling for debuginfo (fixes #12811) 2014-03-11 18:15:35 +01: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 Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
lexical-scopes-in-block-expression.rs test/debug-info: Add/remove ignore-win32 flags 2014-04-03 13:42:58 -07:00
limited-debuginfo.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
managed-enum.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
managed-pointer-within-unique-vec.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
managed-pointer-within-unique.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
method-on-enum.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
method-on-generic-struct.rs
method-on-struct.rs
method-on-trait.rs
method-on-tuple-struct.rs
multiple-functions-equal-var-names.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
multiple-functions.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
name-shadowing-and-scope-nesting.rs
nil-enum.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
option-like-enum.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
packed-struct-with-destructor.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
packed-struct.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
recursive-enum.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
recursive-struct.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
self-in-default-method.rs
self-in-generic-default-method.rs
shadowed-argument.rs
shadowed-variable.rs
simd.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
simple-lexical-scope.rs
simple-struct.rs Allow inheritance between structs. 2014-04-20 13:41:18 +12:00
simple-tuple.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
static-method-on-struct-and-enum.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
struct-in-enum.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
struct-in-struct.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
struct-style-enum.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
struct-with-destructor.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
text-to-include-1.txt
text-to-include-2.txt
text-to-include-3.txt
trait-generic-static-default-method.rs
trait-pointers.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
tuple-in-struct.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
tuple-in-tuple.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
tuple-struct.rs
tuple-style-enum.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
unique-enum.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
var-captured-in-nested-closure.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
var-captured-in-sendable-closure.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
var-captured-in-stack-closure.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
vec-slices.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
vec.rs Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30