rust/src/test/pretty
2014-09-09 20:34:41 +01:00
..
attr-fn-inner.rs
blank-lines.rs
block-comment-multiple-asterisks.rs
block-comment-trailing-whitespace2.rs
block-comment-trailing-whitespace.rs
block-comment-wchar.pp
block-comment-wchar.rs
block-disambig.rs Remove managed_box gate from tests 2014-07-26 21:05:29 -07:00
closure-reform-pretty.rs Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00
disamb-stmt-expr.rs
do1.rs
doc-comments.rs
empty-impl.pp
empty-impl.rs
empty-lines.rs
example1.rs
example2.pp
example2.rs
fn-types.rs
for-comment.rs
issue-929.rs
issue-4264.pp Decouple string and argument pieces 2014-09-09 20:34:41 +01:00
issue-4264.rs Add pretty=typed test support to compiletest and add a test for fixed size arrays. 2014-07-29 15:43:12 -07:00
match-block-expr.rs Fix a bug pretty printing match { 5i } { _ => { } } 2014-07-29 15:51:03 -07:00
match-naked-expr-medium.rs Fix a bug pretty printing match { 5i } { _ => { } } 2014-07-29 15:51:03 -07:00
match-naked-expr.rs Fix a bug pretty printing match { 5i } { _ => { } } 2014-07-29 15:51:03 -07:00
path-type-bounds.rs Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00
raw-str-nonexpr.rs extern crate foobar as foo; 2014-08-23 12:16:04 -07:00
record-trailing-comma.rs
struct-tuple.rs
tag-blank-lines.rs
unary-op-disambig.rs
vec-comments.pp
vec-comments.rs