summary refs log tree commit diff
path: root/src/test/pretty
AgeCommit message (Expand)AuthorLines
2018-04-03Remove all unstable placement featuresAidan Hobson Sayers-1/+0
2018-02-17fix more typos found by codespell.Matthias Krüger-1/+1
2017-12-20Fix whitespacing issues in pretty-printing of boundsVadim Petrochenkov-4/+4
2017-12-12Fix fallout in tests.Jeffrey Seyfried-1/+1
2017-11-07Rollup merge of #45784 - harpocrates:fix/print-parens-cast-lt, r=kennytmkennytm-0/+46
2017-11-06Update comments in cast-lt.ppAlec Theriault-3/+1
2017-11-05Fix commentsAlec Theriault-3/+1
2017-11-05Added testsAlec Theriault-0/+50
2017-11-03Fix unsafe auto trait pretty print.leonardo.yvens-0/+2
2017-11-03Update pretty test for auto trait syntax.leonardo.yvens-3/+1
2017-10-08Fix testsWonwoo Choi-25/+25
2017-09-10Use rvalue promotion to 'static instead of static items.Eduard-Mihai Burtescu-16/+6
2017-02-05Update pretty test for derive attributesJosh Driver-51/+65
2017-01-17AST/HIR: Merge ObjectSum and PolyTraitRefVadim Petrochenkov-3/+3
2016-12-22Pretty-print `$crate::foo::bar` as `::foo::bar`.Jeffrey Seyfried-1/+1
2016-11-28rustc: desugar UFCS as much as possible during HIR lowering.Eduard Burtescu-1/+1
2016-11-10tests: fix fallout in pretty-printing output exact-match tests.Eduard Burtescu-66/+80
2016-10-31Changed most vec! invocations to use square bracesiirelu-2/+2
2016-10-19Improve `$crate`.Jeffrey Seyfried-1/+1
2016-10-18Fix some pretty printing testsVadim Petrochenkov-1/+0
2016-08-25Implement RFC#1559: allow all literals in attributes.Sergio Benitez-0/+23
2016-06-29Fix pretty-printing of lifetime boundSeo Sanghyeon-1/+16
2016-06-17Pretty-print attributes on tuple structs and add testsErick Tryzelaar-0/+51
2016-03-30Fix fallout in testsJeffrey Seyfried-36/+36
2016-03-25Fix accursed issue-4264.ppNiko Matsakis-29/+29
2016-03-18Update the not-at-all-pretty pain-o-tron-4000+264 test.Eduard Burtescu-29/+29
2016-03-16Auto merge of #31746 - erickt:newline, r=sfacklerbors-0/+20
2016-03-09Print fn type parameters for TyFnDef.Eduard Burtescu-2/+4
2016-03-07syntax: Always pretty print a newline after doc commentsErick Tryzelaar-0/+20
2016-01-28libsyntax: fix pretty printing of macro with bracesTomasz Miąsko-0/+17
2016-01-25Fix pretty_printer to print omitted type `_` markernxnfufunezn-0/+34
2015-11-26Added stmt_expr_attribute feature gateMarvin Löbel-0/+1
2015-11-26Add syntax support for attributes on expressions and all syntaxMarvin Löbel-0/+281
2015-09-17Changes to testsNick Cameron-4/+3
2015-09-03Add an intital HIR and lowering stepNick Cameron-4/+2
2015-08-11Fix #27567: remove --crate-type=lib from pretty testTim Neumann-0/+22
2015-08-11remove unused file in test/prettyTim Neumann-5/+0
2015-08-08rustc: rename multiple imports in a listSean McArthur-0/+14
2015-07-05Feature-gate #[prelude_import].Eduard Burtescu-1/+1
2015-06-13Use `assert_eq!` instead of `assert!` in testspetrochenkov-1/+1
2015-06-12ignore-test cleanupSteve Klabnik-22/+0
2015-05-04Correct pretty-printing of `type Foo<T> where T: Bound = ...;`Felix S. Klock II-0/+17
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-4/+2
2015-04-21Model lexer: Fix remaining issuesPiotr Czarnecki-2/+0
2015-04-01Fallout in testsNiko Matsakis-1/+1
2015-03-30Fallout in tests: largely changes to error messages.Niko Matsakis-13/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-32/+32
2015-03-24rollup merge of #23546: alexcrichton/hyphensAlex Crichton-2/+2
2015-03-24rustc: Add support for `extern crate foo as bar`Alex Crichton-2/+2
2015-03-25Add trivial cast lints.Nick Cameron-1/+1