rust/src/test/pretty
Tomasz Miąsko 9a30ecdf11 libsyntax: fix pretty printing of macro with braces
Pretty printing of macro with braces but without terminated semicolon
removed more boxes from stack than it put there, resulting in panic.
This fixes the issue #30731.
2016-01-28 09:19:43 +01:00
..
asm-clobbers.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
asm-options.rs pprust: Fix asm options 2014-12-22 13:37:10 +09:00
attr-fn-inner.rs Test fixes and rebase conflicts 2015-02-17 19:42:28 -08:00
blank-lines.rs Fix #27567: remove --crate-type=lib from pretty test 2015-08-11 13:00:38 +02:00
block-comment-multiple-asterisks.rs Fix #27567: remove --crate-type=lib from pretty test 2015-08-11 13:00:38 +02:00
block-comment-trailing-whitespace.rs Fix #27567: remove --crate-type=lib from pretty test 2015-08-11 13:00:38 +02:00
block-comment-trailing-whitespace2.rs Fix #27567: remove --crate-type=lib from pretty test 2015-08-11 13:00:38 +02:00
block-comment-wchar.pp Model lexer: Fix remaining issues 2015-04-21 12:02:12 +02:00
block-comment-wchar.rs Model lexer: Fix remaining issues 2015-04-21 12:02:12 +02:00
block-disambig.rs Fix #27567: remove --crate-type=lib from pretty test 2015-08-11 13:00:38 +02:00
closure-reform-pretty.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
default-trait-impl.rs std: Bring back f32::from_str_radix as an unstable API 2015-04-21 15:23:54 -07:00
disamb-stmt-expr.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
do1.rs Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
doc-comments.rs Fix #27567: remove --crate-type=lib from pretty test 2015-08-11 13:00:38 +02:00
empty-impl.rs Fix #27567: remove --crate-type=lib from pretty test 2015-08-11 13:00:38 +02:00
empty-lines.rs Fix #27567: remove --crate-type=lib from pretty test 2015-08-11 13:00:38 +02:00
example1.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
example2.pp tests: relicense .pp files. Oddly not caught during local testing. 2012-12-10 18:15:39 -08:00
example2.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
fn-return.rs Make output type in ast::FnDecl optional 2015-01-18 22:49:19 +09:00
fn-types.rs fix pretty tests 2015-01-05 17:22:17 -05:00
for-comment.rs Fix #27567: remove --crate-type=lib from pretty test 2015-08-11 13:00:38 +02:00
import-renames.rs Fix #27567: remove --crate-type=lib from pretty test 2015-08-11 13:00:38 +02:00
issue-4264.pp Changes to tests 2015-09-17 12:16:46 +12:00
issue-4264.rs Add an intital HIR and lowering step 2015-09-03 10:02:36 +12:00
issue-19077.rs Fixes to the roll-up 2014-11-23 15:23:39 -05:00
issue-25031.rs Correct pretty-printing of type Foo<T> where T: Bound = ...; 2015-05-04 10:21:39 +02:00
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 Add a pretty-print test 2015-01-02 22:28:53 +09:00
match-block-expr.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
match-naked-expr-medium.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
match-naked-expr.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
path-type-bounds.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
raw-str-nonexpr.rs rustc: Add support for extern crate foo as bar 2015-03-24 14:55:15 -07:00
stmt_expr_attributes.rs Added stmt_expr_attribute feature gate 2015-11-26 21:47:44 +01:00
struct-pattern.rs Preserve struct field pattern shorthand in the prettyprinter. 2014-10-27 00:35:35 -07:00
struct-tuple.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
tag-blank-lines.rs Add enum variants to the type namespace 2014-09-19 15:11:00 +12:00
trait-polarity.rs fix pretty test fallout 2015-01-16 11:47:48 +01:00
trait-safety.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
unary-op-disambig.rs Fix #27567: remove --crate-type=lib from pretty test 2015-08-11 13:00:38 +02:00
vec-comments.pp Remove all i suffixes 2015-01-30 04:38:54 +01:00
vec-comments.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
where-clauses.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00