rust/src/test/pretty
iirelu e593c3b893 Changed most vec! invocations to use square braces
Most of the Rust community agrees that the vec! macro is clearer when
called using square brackets [] instead of regular brackets (). Most of
these ocurrences are from before macros allowed using different types of
brackets.

There is one left unchanged in a pretty-print test, as the pretty
printer still wants it to have regular brackets.
2016-10-31 22:51:40 +00:00
..
asm-clobbers.rs
asm-options.rs
attr-fn-inner.rs
attr-literals.rs Implement RFC#1559: allow all literals in attributes. 2016-08-25 13:25:22 -07:00
attr-variant-data.rs Pretty-print attributes on tuple structs and add tests 2016-06-17 10:05:19 +01:00
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 Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
closure-reform-pretty.rs
default-trait-impl.rs
disamb-stmt-expr.rs
do1.rs
doc-comments.rs
empty-impl.rs
empty-lines.rs
example1.rs
example2.pp
example2.rs
fn-return.rs
fn-types.rs
for-comment.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
import-renames.rs
issue-4264.pp Improve $crate. 2016-10-19 10:03:06 +00:00
issue-4264.rs
issue-19077.rs
issue-25031.rs
issue-30731.rs libsyntax: fix pretty printing of macro with braces 2016-01-28 09:19:43 +01:00
issue-31073.pp Fix pretty_printer to print omitted type _ marker 2016-01-25 21:36:06 +05:30
issue-31073.rs Fix pretty_printer to print omitted type _ marker 2016-01-25 21:36:06 +05:30
let.rs
lifetime.rs Fix pretty-printing of lifetime bound 2016-06-29 23:40:29 +09:00
match-block-expr.rs
match-naked-expr-medium.rs
match-naked-expr.rs
path-type-bounds.rs
raw-str-nonexpr.rs
stmt_expr_attributes.rs Added stmt_expr_attribute feature gate 2015-11-26 21:47:44 +01:00
struct-pattern.rs
struct-tuple.rs
tag-blank-lines.rs
top-level-doc-comments.rs syntax: Always pretty print a newline after doc comments 2016-03-07 10:25:02 -05:00
trait-polarity.rs
trait-safety.rs
unary-op-disambig.rs
vec-comments.pp
vec-comments.rs
where-clauses.rs Fix pretty-printing of lifetime bound 2016-06-29 23:40:29 +09:00