rust/tests
Nick Cameron 9b05461666 Write each file as it is formatted (#991)
The old behaviour stored everything in memory until we were finished. Now we write as soon as we can.

This gives better behaviour when formatting large programs, since there is some progress indication. It also opens the door to optimising memory use by not storing everything in memory unless it is required (which it still might be). That is left as future work though.
2016-05-15 11:41:05 +02:00
..
config Added where_trailing_comma option. 2016-01-26 12:42:11 +11:00
coverage simplify tests 2016-04-05 02:45:39 +03:00
source Bootstrap it. Hard. 2016-05-12 21:50:43 +02:00
target Bootstrap it. Hard. 2016-05-12 21:50:43 +02:00
writemode simplify tests 2016-04-05 02:45:39 +03:00
system.rs Write each file as it is formatted (#991) 2016-05-15 11:41:05 +02:00