]> git.lizzy.rs Git - rust.git/log
rust.git
9 years agoUpdate for new FnKind::FkMethod signature
Steven Allen [Sun, 22 Mar 2015 16:30:04 +0000 (09:30 -0700)]
Update for new FnKind::FkMethod signature

9 years agoMerge pull request #12 from djg/fix-convert-path-to-pathbuf
Nick Cameron [Fri, 20 Mar 2015 05:44:00 +0000 (18:44 +1300)]
Merge pull request #12 from djg/fix-convert-path-to-pathbuf

Update from Path to PathBuf

9 years agoUpdate from Path to PathBuf
Dan Glastonbury [Mon, 9 Mar 2015 06:17:14 +0000 (16:17 +1000)]
Update from Path to PathBuf

9 years agoA different, more pretty printing approach.
Nick Cameron [Mon, 9 Mar 2015 04:18:48 +0000 (17:18 +1300)]
A different, more pretty printing approach.

No longer uses the Rope data strucure.

9 years agoAdd string_buffer (not used yet)
Nick Cameron [Sun, 8 Mar 2015 06:24:56 +0000 (19:24 +1300)]
Add string_buffer (not used yet)

9 years agoWorking prototype
Nick Cameron [Sat, 7 Mar 2015 22:46:35 +0000 (11:46 +1300)]
Working prototype

Implements a few formatting options using an approach where we modify the source using a rope. Uses very ad-hoc rules for formatting.

9 years agoSave changes in the rope.
Nick Cameron [Mon, 2 Feb 2015 08:59:03 +0000 (21:59 +1300)]
Save changes in the rope.

Also changes to using the new rustc interface

9 years agoCommit changes code using map of adjustments
Nick Cameron [Mon, 26 Jan 2015 02:16:37 +0000 (15:16 +1300)]
Commit changes code using map of adjustments