| .. |
|
basic-types.rs
|
debuginfo: Fixed some instances of gdb wrongly printing u8/i8 values as chars.
|
2013-06-27 19:28:37 +02:00 |
|
borrowed-basic.rs
|
debuginfo: Cleaned up style issues for pull request.
|
2013-07-19 07:58:28 +02:00 |
|
borrowed-c-style-enum.rs
|
debuginfo: Cleaned up style issues for pull request.
|
2013-07-19 07:58:28 +02:00 |
|
borrowed-enum.rs
|
debuginfo: Cleaned up style issues for pull request.
|
2013-07-19 07:58:28 +02:00 |
|
borrowed-managed-basic.rs
|
debuginfo: Cleaned up style issues for pull request.
|
2013-07-19 07:58:28 +02:00 |
|
borrowed-struct.rs
|
debuginfo: Cleaned up style issues for pull request.
|
2013-07-19 07:58:28 +02:00 |
|
borrowed-tuple.rs
|
debuginfo: Cleaned up style issues for pull request.
|
2013-07-19 07:58:28 +02:00 |
|
borrowed-unique-basic.rs
|
debuginfo: Cleaned up style issues for pull request.
|
2013-07-19 07:58:28 +02:00 |
|
box.rs
|
debuginfo: Cleaned up style issues for pull request.
|
2013-07-19 07:58:28 +02:00 |
|
boxed-struct.rs
|
debuginfo: Cleaned up style issues for pull request.
|
2013-07-19 07:58:28 +02:00 |
|
boxed-vec.rs
|
debuginfo: Adapted DI generation to new memory layout of unique vecs.
|
2013-07-19 07:58:28 +02:00 |
|
by-value-struct-argument.rs
|
debuginfo: Added test cases for methods on structs, enums, traits, and tuple-structs.
|
2013-08-16 22:30:43 +02:00 |
|
c-style-enum-in-composite.rs
|
debuginfo: Cleaned up style issues for pull request.
|
2013-07-19 07:58:28 +02:00 |
|
c-style-enum.rs
|
debuginfo: Cleaned up style issues for pull request.
|
2013-07-19 07:58:28 +02:00 |
|
destructured-fn-argument.rs
|
debuginfo: Fixed a few things for PR.
|
2013-07-25 23:05:56 +02:00 |
|
destructured-local.rs
|
debuginfo: Fixed a few things for PR.
|
2013-07-25 23:05:56 +02:00 |
|
evec-in-struct.rs
|
debuginfo: Extended test suite with various tests for enums.
|
2013-07-19 07:57:38 +02:00 |
|
function-arguments.rs
|
debuginfo: Fixed a few things for PR.
|
2013-07-25 23:05:56 +02:00 |
|
generic-function.rs
|
debuginfo: Properly handle monomorphization of generic functions.
|
2013-08-16 22:30:42 +02:00 |
|
generic-struct-style-enum.rs
|
debuginfo: Added test cases for generic structs and enums.
|
2013-08-16 22:30:42 +02:00 |
|
generic-struct.rs
|
debuginfo: Added test cases for generic structs and enums.
|
2013-08-16 22:30:42 +02:00 |
|
generic-tuple-style-enum.rs
|
debuginfo: Added test cases for generic structs and enums.
|
2013-08-16 22:30:42 +02:00 |
|
lexical-scope-in-for-loop.rs
|
debuginfo: Implemented proper handling of lexical scopes and variable shadowing.
|
2013-08-13 11:13:49 +02:00 |
|
lexical-scope-in-if.rs
|
debuginfo: Implemented proper handling of lexical scopes and variable shadowing.
|
2013-08-13 11:13:49 +02:00 |
|
lexical-scope-in-managed-closure.rs
|
debuginfo: Add some tests for visibiliy scopes within closures.
|
2013-08-13 11:13:49 +02:00 |
|
lexical-scope-in-match.rs
|
debuginfo: Implemented proper handling of lexical scopes and variable shadowing.
|
2013-08-13 11:13:49 +02:00 |
|
lexical-scope-in-stack-closure.rs
|
debuginfo: Add some tests for visibiliy scopes within closures.
|
2013-08-13 11:13:49 +02:00 |
|
lexical-scope-in-unconditional-loop.rs
|
debuginfo: Implemented proper handling of lexical scopes and variable shadowing.
|
2013-08-13 11:13:49 +02:00 |
|
lexical-scope-in-unique-closure.rs
|
debuginfo: Add some tests for visibiliy scopes within closures.
|
2013-08-13 11:13:49 +02:00 |
|
lexical-scope-in-while.rs
|
debuginfo: Implemented proper handling of lexical scopes and variable shadowing.
|
2013-08-13 11:13:49 +02:00 |
|
lexical-scope-with-macro.rs
|
debuginfo: Implemented proper handling of lexical scopes and variable shadowing.
|
2013-08-13 11:13:49 +02:00 |
|
lexical-scopes-in-block-expression.rs
|
debuginfo: Implemented proper handling of lexical scopes and variable shadowing.
|
2013-08-13 11:13:49 +02:00 |
|
managed-enum.rs
|
debuginfo: DI generation for enums uses adt::represent_type() now.
|
2013-07-19 07:57:38 +02:00 |
|
managed-pointer-within-unique-vec.rs
|
debuginfo: Adapted DI generation to new memory layout of unique vecs.
|
2013-07-19 07:58:28 +02:00 |
|
managed-pointer-within-unique.rs
|
debuginfo: Adapted DI generation to new memory layout of unique vecs.
|
2013-07-19 07:58:28 +02:00 |
|
method-on-enum.rs
|
debuginfo: Added test cases for methods on structs, enums, traits, and tuple-structs.
|
2013-08-16 22:30:43 +02:00 |
|
method-on-struct.rs
|
debuginfo: Added test cases for methods on structs, enums, traits, and tuple-structs.
|
2013-08-16 22:30:43 +02:00 |
|
method-on-trait.rs
|
debuginfo: Added test cases for methods on structs, enums, traits, and tuple-structs.
|
2013-08-16 22:30:43 +02:00 |
|
method-on-tuple-struct.rs
|
debuginfo: Added test cases for methods on structs, enums, traits, and tuple-structs.
|
2013-08-16 22:30:43 +02:00 |
|
multiple-functions-equal-var-names.rs
|
debuginfo: Support for destructured function arguments.
|
2013-07-25 19:47:03 +02:00 |
|
multiple-functions.rs
|
debuginfo: Support for destructured function arguments.
|
2013-07-25 19:47:03 +02:00 |
|
name-shadowing-and-scope-nesting.rs
|
debuginfo: Implemented proper handling of lexical scopes and variable shadowing.
|
2013-08-13 11:13:49 +02:00 |
|
nil-enum.rs
|
debuginfo: Cleaned up style issues for pull request.
|
2013-07-19 07:58:28 +02:00 |
|
option-like-enum.rs
|
debuginfo: Fixed option-like-enum test case so it does not rely on undefined behavior.
|
2013-08-16 22:27:38 +02:00 |
|
packed-struct-with-destructor.rs
|
debuginfo: Added test cases for packed structs (/w drop)
|
2013-07-19 07:55:24 +02:00 |
|
packed-struct.rs
|
debuginfo: Removed some test relying on data structure sizes hard to predict for all possible platforms and configurations.
|
2013-07-20 10:47:24 +02:00 |
|
self-in-default-method.rs
|
debuginfo: Implemented support for Self type parameter in trait methods with default implementation.
|
2013-08-16 22:30:43 +02:00 |
|
shadowed-argument.rs
|
debuginfo: Add support for argument shadowing.
|
2013-08-13 11:13:49 +02:00 |
|
shadowed-variable.rs
|
debuginfo: Implemented proper handling of lexical scopes and variable shadowing.
|
2013-08-13 11:13:49 +02:00 |
|
simple-lexical-scope.rs
|
debuginfo: Implemented proper handling of lexical scopes and variable shadowing.
|
2013-08-13 11:13:49 +02:00 |
|
simple-struct.rs
|
debuginfo: Made test cases use correct naming convention for variables.
|
2013-06-27 19:28:17 +02:00 |
|
simple-tuple.rs
|
debuginfo: Cleaned up style issues for pull request.
|
2013-07-19 07:58:28 +02:00 |
|
struct-in-enum.rs
|
debuginfo: Cleaned up style issues for pull request.
|
2013-07-19 07:58:28 +02:00 |
|
struct-in-struct.rs
|
debuginfo: Formatting cleanup.
|
2013-06-27 19:28:37 +02:00 |
|
struct-style-enum.rs
|
debuginfo: Added test cases for generic structs and enums.
|
2013-08-16 22:30:42 +02:00 |
|
struct-with-destructor.rs
|
debuginfo: Removed some test relying on data structure sizes hard to predict for all possible platforms and configurations.
|
2013-07-20 10:47:24 +02:00 |
|
tuple-in-struct.rs
|
debuginfo: Made test cases use correct naming convention for variables.
|
2013-06-27 19:28:17 +02:00 |
|
tuple-in-tuple.rs
|
debuginfo: Cleaned up style issues for pull request.
|
2013-07-19 07:58:28 +02:00 |
|
tuple-struct.rs
|
debuginfo: Added test cases for methods on structs, enums, traits, and tuple-structs.
|
2013-08-16 22:30:43 +02:00 |
|
tuple-style-enum.rs
|
debuginfo: Cleaned up style issues for pull request.
|
2013-07-19 07:58:28 +02:00 |
|
unique-enum.rs
|
debuginfo: DI generation for enums uses adt::represent_type() now.
|
2013-07-19 07:57:38 +02:00 |
|
vec-slices.rs
|
debuginfo: Cleaned up style issues for pull request.
|
2013-07-19 07:58:28 +02:00 |
|
vec.rs
|
debuginfo: Cleaned up style issues for pull request.
|
2013-07-19 07:58:28 +02:00 |