]> git.lizzy.rs Git - rust.git/log
rust.git
9 years agoterminating newline bug
Nick Cameron [Thu, 23 Apr 2015 05:04:07 +0000 (17:04 +1200)]
terminating newline bug

9 years agoFix formatting in changes.rs
Nick Cameron [Thu, 23 Apr 2015 04:30:19 +0000 (16:30 +1200)]
Fix formatting in changes.rs

9 years agoTest the skip attribute
Nick Cameron [Thu, 23 Apr 2015 04:25:48 +0000 (16:25 +1200)]
Test the skip attribute

9 years agoOur first test!
Nick Cameron [Thu, 23 Apr 2015 04:23:20 +0000 (16:23 +1200)]
Our first test!

9 years agoIdempotent tests and comments in function decls
Nick Cameron [Thu, 23 Apr 2015 04:22:48 +0000 (16:22 +1200)]
Idempotent tests and comments in function decls

9 years agoKeep comments on fn arguments
Nick Cameron [Tue, 21 Apr 2015 10:50:43 +0000 (22:50 +1200)]
Keep comments on fn arguments

9 years agoExtract out more files
Nick Cameron [Tue, 21 Apr 2015 09:01:19 +0000 (21:01 +1200)]
Extract out more files

9 years agoRefactor missing spans and fix bug with trailing whitespace
Nick Cameron [Tue, 21 Apr 2015 08:40:36 +0000 (20:40 +1200)]
Refactor missing spans and fix bug with trailing whitespace

9 years agoExtract some methods for functions.
Nick Cameron [Tue, 21 Apr 2015 07:59:48 +0000 (19:59 +1200)]
Extract some methods for functions.

9 years agoTrivial reformatting
Nick Cameron [Tue, 21 Apr 2015 04:49:16 +0000 (16:49 +1200)]
Trivial reformatting

9 years agoPull out some functionality into separate files
Nick Cameron [Tue, 21 Apr 2015 04:47:15 +0000 (16:47 +1200)]
Pull out some functionality into separate files

9 years agoWrite output to files
Nick Cameron [Tue, 21 Apr 2015 04:28:10 +0000 (16:28 +1200)]
Write output to files

9 years agoSome configuration options for function layout
Nick Cameron [Tue, 21 Apr 2015 00:02:30 +0000 (12:02 +1200)]
Some configuration options for function layout

9 years agoBy value self in functions
Nick Cameron [Mon, 20 Apr 2015 21:54:04 +0000 (09:54 +1200)]
By value self in functions

9 years agoFunction visibility
Nick Cameron [Mon, 20 Apr 2015 21:38:16 +0000 (09:38 +1200)]
Function visibility

9 years agoWork across multiple files
Nick Cameron [Tue, 14 Apr 2015 09:52:12 +0000 (21:52 +1200)]
Work across multiple files

9 years agoUse strings.rs rather than local modules
Nick Cameron [Tue, 14 Apr 2015 01:12:56 +0000 (13:12 +1200)]
Use strings.rs rather than local modules

9 years agoNew reformatting of fns
Nick Cameron [Tue, 14 Apr 2015 01:00:46 +0000 (13:00 +1200)]
New reformatting of fns

9 years agoMerge pull request #13 from Stebalien/fix-fkmethod
Nick Cameron [Sun, 22 Mar 2015 19:28:48 +0000 (08:28 +1300)]
Merge pull request #13 from Stebalien/fix-fkmethod

Update for new FnKind::FkMethod signature

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