.. |
auxiliary
|
s/aux/auxiliary, because windows
|
2016-05-06 16:24:48 -04:00 |
associated-types.rs
|
mir: place match pattern bindings in their respective arms.
|
2016-04-16 21:51:30 +03:00 |
basic-types-globals-metadata.rs
|
|
|
basic-types-globals.rs
|
|
|
basic-types-metadata.rs
|
|
|
basic-types-mut-globals.rs
|
|
|
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
|
tests: update for MIR debuginfo.
|
2016-04-11 20:51:45 +03:00 |
closure-in-generic-function.rs
|
|
|
constant-debug-locs.rs
|
std: Clean out deprecated APIs
|
2016-07-12 12:51:13 -07:00 |
constant-in-match-pattern.rs
|
fallout in existing tests
|
2016-03-25 06:45:42 -04:00 |
cross-crate-spans.rs
|
|
|
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
|
|
|
function-arg-initialization.rs
|
[MIR] Add Storage{Live,Dead} statements to emit llvm.lifetime.{start,end}.
|
2016-08-14 06:34:14 +03:00 |
function-arguments.rs
|
|
|
function-prologue-stepping-regular.rs
|
|
|
gdb-pretty-struct-and-enums-pre-gdb-7-7.rs
|
Rename sunos to solaris
|
2016-01-31 19:01:30 +03:00 |
generic-enum-with-different-disr-sizes.rs
|
|
|
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
|
|
|
generic-struct.rs
|
|
|
generic-tuple-style-enum.rs
|
|
|
include_string.rs
|
|
|
issue7712.rs
|
|
|
issue12886.rs
|
|
|
issue13213.rs
|
|
|
issue14411.rs
|
|
|
issue22656.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
|
|
|
limited-debuginfo.rs
|
|
|
method-on-enum.rs
|
|
|
method-on-generic-struct.rs
|
|
|
method-on-struct.rs
|
|
|
method-on-trait.rs
|
|
|
method-on-tuple-struct.rs
|
|
|
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
|
test: don't depend on locals being in scope on the return path.
|
2016-04-16 14:08:32 +03:00 |
option-like-enum.rs
|
|
|
packed-struct-with-destructor.rs
|
|
|
packed-struct.rs
|
|
|
pretty-huge-vec.rs
|
Use lazy iterator in vec/slice gdb pretty printers
|
2016-07-04 20:22:10 +02:00 |
pretty-std.rs
|
|
|
pretty-uninitialized-vec.rs
|
Use lazy iterator in vec/slice gdb pretty printers
|
2016-07-04 20:22:10 +02:00 |
recursive-enum.rs
|
|
|
recursive-struct.rs
|
|
|
self-in-default-method.rs
|
|
|
self-in-generic-default-method.rs
|
|
|
shadowed-argument.rs
|
|
|
shadowed-variable.rs
|
|
|
simd.rs
|
|
|
simple-lexical-scope.rs
|
|
|
simple-struct.rs
|
|
|
simple-tuple.rs
|
|
|
static-method-on-struct-and-enum.rs
|
|
|
struct-in-enum.rs
|
|
|
struct-in-struct.rs
|
|
|
struct-namespace.rs
|
debuginfo: Fix regression in namespace handling for struct types.
|
2016-05-01 23:45:33 -04:00 |
struct-style-enum.rs
|
|
|
struct-with-destructor.rs
|
|
|
text-to-include-1.txt
|
|
|
text-to-include-2.txt
|
|
|
text-to-include-3.txt
|
|
|
trait-pointers.rs
|
|
|
tuple-in-struct.rs
|
|
|
tuple-in-tuple.rs
|
|
|
tuple-struct.rs
|
|
|
tuple-style-enum.rs
|
|
|
type-names.rs
|
test: disable more stdcall tests for ARM arches. temp workaround for #24958
|
2016-07-17 20:57:54 +02:00 |
unique-enum.rs
|
|
|
unreachable-locals.rs
|
|
|
var-captured-in-nested-closure.rs
|
debuginfo: argument and upvar names for MIR.
|
2016-04-16 21:51:26 +03:00 |
var-captured-in-sendable-closure.rs
|
Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures
|
2016-07-31 17:48:20 +03:00 |
var-captured-in-stack-closure.rs
|
Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures
|
2016-07-31 17:48:20 +03:00 |
vec-slices.rs
|
Added a pretty printer for &mut slices
|
2016-07-04 00:04:19 +05:30 |
vec.rs
|
|
|