about summary refs log tree commit diff
path: root/src/test/pretty/empty-lines.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-9/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2015-08-11Fix #27567: remove --crate-type=lib from pretty testTim Neumann-0/+2
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+1
Now that support has been removed, all lingering use cases are renamed.
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-1/+1
2015-02-18Fix remaining bench/debuginfo tests (and a few stragglers)Niko Matsakis-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2011-08-20ReformatBrian Anderson-1/+1
This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[]
2011-08-02Don't pp extra lines after block open when preserving whitespace. Closes #759Brian Anderson-0/+7