| .. |
|
alt-naked-expr-long.rs
|
Camel case the option type
|
2012-08-26 15:56:16 -07:00 |
|
alt-naked-expr-medium.rs
|
Camel case the option type
|
2012-08-26 15:56:16 -07:00 |
|
alt-naked-expr.rs
|
Camel case the option type
|
2012-08-26 15:56:16 -07:00 |
|
attr-fn-inner.rs
|
rustc: Parse fn inner attributes. Closes #1506
|
2012-01-15 17:48:58 -08:00 |
|
blank-lines.rs
|
Convert ret to return
|
2012-08-01 19:16:06 -07:00 |
|
block-arg-disambig.rs
|
m1!{...} -> m1!(...)
|
2012-08-23 11:14:14 -07:00 |
|
block-comment-trailing-whitespace.rs
|
Don't pretty-print trailing whitespace for blank lines inside block comments
|
2011-08-18 19:22:10 -07:00 |
|
block-comment-trailing-whitespace2.rs
|
Don't pretty-print trailing whitespace for blank lines inside block comments
|
2011-08-18 19:22:10 -07:00 |
|
block-disambig.rs
|
Remove match check from test cases
|
2012-08-23 15:12:02 -07:00 |
|
cap-clause.rs
|
new cap clause syntax
|
2012-05-04 12:33:08 -07:00 |
|
disamb-stmt-expr.rs
|
Fix closure pretty-print tests
|
2012-08-04 17:41:04 -07:00 |
|
do1.rs
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
doc-comments.rs
|
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498
|
2012-07-04 19:18:13 -07:00 |
|
empty-lines.rs
|
Reformat
|
2011-08-20 11:04:00 -07:00 |
|
example1.rs
|
Fix the pretty print tests to handle terminal newlines. Sorry!
|
2011-08-03 19:47:54 -07:00 |
|
example2.pp
|
Fix the pretty print tests to handle terminal newlines. Sorry!
|
2011-08-03 19:47:54 -07:00 |
|
example2.rs
|
Reformat
|
2011-08-20 11:04:00 -07:00 |
|
fn-types.rs
|
Fix closure pretty-print tests
|
2012-08-04 17:41:04 -07:00 |
|
issue-929.rs
|
test: Add an xfailed test for issue #929
|
2012-02-05 18:24:17 -08:00 |
|
record-trailing-comma.rs
|
More attempts at fixing .. breakage.
|
2012-08-14 05:17:38 +00:00 |
|
tag-blank-lines.rs
|
rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly.
|
2012-01-19 18:41:06 -08:00 |
|
unary-op-disambig.rs
|
Remove match check from test cases
|
2012-08-23 15:12:02 -07:00 |
|
vec-comments.pp
|
Pretty print vectors as ~[] instead of []/~. Closes #2863.
|
2012-07-10 13:55:19 -07:00 |
|
vec-comments.rs
|
Pretty print vectors as ~[] instead of []/~. Closes #2863.
|
2012-07-10 13:55:19 -07:00 |
|
vec-type.pp
|
Pretty print vectors as ~[] instead of []/~. Closes #2863.
|
2012-07-10 13:55:19 -07:00 |
|
vec-type.rs
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -07:00 |