rust/src/test/debuginfo
Keegan McAllister db3bd23467 Rename the no_split_stack attribute to no_stack_check
The old name is misleading as we haven't had segmented stacks in quite some
time. But we still recognize it, with a deprecation warning.
2014-10-09 14:24:36 -07:00
..
basic-types-globals-metadata.rs Replace "ignore-win32" in tests with "ignore-windows" 2014-08-12 00:14:00 -07:00
basic-types-globals.rs Replace "ignore-win32" in tests with "ignore-windows" 2014-08-12 00:14:00 -07:00
basic-types-metadata.rs
basic-types-mut-globals.rs Replace "ignore-win32" in tests with "ignore-windows" 2014-08-12 00:14:00 -07:00
basic-types.rs
borrowed-basic.rs debuginfo: Make sure that all calls to drop glue are associated with debug locations. 2014-09-25 14:17:14 +02:00
borrowed-c-style-enum.rs
borrowed-enum.rs debuginfo: Don't mark struct fields as artificial. 2014-10-08 11:52:06 +02:00
borrowed-struct.rs Test fixes from the rollup 2014-10-02 15:43:37 -07:00
borrowed-tuple.rs Test fixes from the rollup 2014-10-02 15:43:37 -07:00
borrowed-unique-basic.rs
box.rs tests: remove uses of Gc. 2014-10-02 17:02:15 +03:00
boxed-struct.rs Test fixes from the rollup 2014-10-02 15:43:37 -07:00
by-value-non-immediate-argument.rs debuginfo: Don't mark struct fields as artificial. 2014-10-08 11:52:06 +02:00
by-value-self-argument-in-trait-impl.rs tests: remove uses of Gc. 2014-10-02 17:02:15 +03:00
c-style-enum-in-composite.rs librustc: handle repr on structs, require it for ffi, unify with packed 2014-08-20 21:02:23 -04:00
c-style-enum.rs Replace "ignore-win32" in tests with "ignore-windows" 2014-08-12 00:14:00 -07:00
closure-in-generic-function.rs
cross-crate-type-uniquing.rs Move -Z lto to -C lto. 2014-09-21 02:17:31 -04:00
destructured-fn-argument.rs
destructured-local.rs
evec-in-struct.rs
function-arg-initialization.rs
function-arguments.rs
function-prologue-stepping-no-stack-check.rs Rename the no_split_stack attribute to no_stack_check 2014-10-09 14:24:36 -07:00
function-prologue-stepping-regular.rs
gdb-pretty-struct-and-enums-pre-gdb-7-7.rs Ignore two gdb tests on windows that are failing on the bots 2014-09-18 18:35:41 -07:00
gdb-pretty-struct-and-enums.rs Ignore two gdb tests on windows that are failing on the bots 2014-09-18 18:35:41 -07:00
generic-function.rs
generic-functions-nested.rs
generic-method-on-generic-struct.rs
generic-static-method-on-struct-and-enum.rs
generic-struct-style-enum.rs debuginfo: Don't mark struct fields as artificial. 2014-10-08 11:52:06 +02:00
generic-struct.rs
generic-trait-generic-static-default-method.rs
generic-tuple-style-enum.rs debuginfo: Don't mark struct fields as artificial. 2014-10-08 11:52:06 +02:00
include_string.rs
issue7712.rs
issue11600.rs
issue12886.rs Ignore yet another windows debuginfo test 2014-09-30 09:18:16 -07:00
issue13213.rs
issue14411.rs
lexical-scope-in-for-loop.rs
lexical-scope-in-if.rs
lexical-scope-in-match.rs
lexical-scope-in-parameterless-closure.rs
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 Replace "ignore-win32" in tests with "ignore-windows" 2014-08-12 00:14:00 -07:00
limited-debuginfo.rs
method-on-enum.rs debuginfo: Don't mark struct fields as artificial. 2014-10-08 11:52:06 +02:00
method-on-generic-struct.rs
method-on-struct.rs
method-on-trait.rs
method-on-tuple-struct.rs
multiple-functions-equal-var-names.rs
multiple-functions.rs
name-shadowing-and-scope-nesting.rs
nil-enum.rs
no-debug-attribute.rs debuginfo: Add a "no_debug" attribute that allows to exclude functions from debuginfo generation. 2014-08-15 15:35:43 +02:00
option-like-enum.rs
packed-struct-with-destructor.rs librustc: handle repr on structs, require it for ffi, unify with packed 2014-08-20 21:02:23 -04:00
packed-struct.rs librustc: handle repr on structs, require it for ffi, unify with packed 2014-08-20 21:02:23 -04:00
recursive-enum.rs
recursive-struct.rs Test fixes from the rollup 2014-10-02 15:43:37 -07:00
self-in-default-method.rs
self-in-generic-default-method.rs
shadowed-argument.rs
shadowed-variable.rs
simd.rs Test fixes from the rollup 2014-10-02 15:43:37 -07:00
simple-lexical-scope.rs
simple-struct.rs Replace "ignore-win32" in tests with "ignore-windows" 2014-08-12 00:14:00 -07:00
simple-tuple.rs Replace "ignore-win32" in tests with "ignore-windows" 2014-08-12 00:14:00 -07:00
static-method-on-struct-and-enum.rs
struct-in-enum.rs debuginfo: Don't mark struct fields as artificial. 2014-10-08 11:52:06 +02:00
struct-in-struct.rs
struct-style-enum.rs debuginfo: Don't mark struct fields as artificial. 2014-10-08 11:52:06 +02:00
struct-with-destructor.rs
text-to-include-1.txt
text-to-include-2.txt
text-to-include-3.txt
trait-generic-static-default-method.rs
trait-pointers.rs
tuple-in-struct.rs
tuple-in-tuple.rs
tuple-struct.rs
tuple-style-enum.rs debuginfo: Don't mark struct fields as artificial. 2014-10-08 11:52:06 +02:00
type-names.rs Fallout from renaming 2014-09-16 14:37:48 -07:00
unique-enum.rs debuginfo: Don't mark struct fields as artificial. 2014-10-08 11:52:06 +02:00
var-captured-in-nested-closure.rs debuginfo: Don't mark struct fields as artificial. 2014-10-08 11:52:06 +02:00
var-captured-in-sendable-closure.rs
var-captured-in-stack-closure.rs tests: remove uses of Gc. 2014-10-02 17:02:15 +03:00
vec-slices.rs Put slicing syntax behind a feature gate. 2014-10-07 15:49:53 +13:00
vec.rs Replace "ignore-win32" in tests with "ignore-windows" 2014-08-12 00:14:00 -07:00