]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2016-02-01 Nick CameronMerge pull request #793 from kamalmarhubi/expect-formatting
2016-01-31 Kamal Marhubitests: Use Result::expect() throughout
2016-01-31 Marcus Klaas... Merge pull request #787 from rust-lang-nursery/mod...
2016-01-31 Marcus Klaas... Merge pull request #791 from kamalmarhubi/canonicalize...
2016-01-31 Marcus Klaas... Merge pull request #790 from kamalmarhubi/handle-rustfm...
2016-01-31 Kamal Marhubibin: Canonicalize path before looking for project file
2016-01-31 Kamal Marhubibin: Properly handle a directories named rustfmt.toml
2016-01-28 Nick CameronPut empty modules on one line
2016-01-27 Nick CameronMerge pull request #785 from DarkDrek/fix-#784
2016-01-27 DarkDrekFix #784
2016-01-26 Nick CameronMerge pull request #783 from jwazny/issue-588
2016-01-26 Jeremy WaznyAdded tests.
2016-01-26 Jeremy WaznyLimit when we emit a trailing where clause comma.
2016-01-26 Jeremy WaznyAdded where_trailing_comma option.
2016-01-25 Nick CameronMerge pull request #781 from kyeah/itemmac
2016-01-25 Nick CameronMerge pull request #782 from markstory/readme-checkstyle
2016-01-24 Kevin YehAdd item macro tests
2016-01-23 Mark StoryUpdates to readme based on feedback.
2016-01-23 Mark StoryUpdate the README concerning write modes.
2016-01-22 Kevin YehFormat item macros
2016-01-22 Nick CameronMerge pull request #745 from markstory/checkstyle-output
2016-01-22 Mark StoryExtract helper functions for testing.
2016-01-20 Mark StoryGet checkstyle tests passing.
2016-01-19 Mark StoryUpdate checkstyle write mode to take Write arguments.
2016-01-19 Mark StoryStart tests for checkstyle.
2016-01-15 Mark StoryClean up function names for checkstyle output.
2016-01-14 Marcus Klaas... Merge pull request #774 from rust-lang-nursery/issue698
2016-01-14 Nick CameronFix an off-by-one error due to the comma in a struct...
2016-01-14 Nick CameronRemove reference to 1.4 from README
2016-01-14 Nick Camerontweak README.md
2016-01-14 Mark StoryUse PartialEq/Eq implementation instead of match.
2016-01-14 Mark StoryExtract checkstyle output into a separate module.
2016-01-14 Mark StoryUpdate based on pull request feedback.
2016-01-14 Mark StoryEncode XML entities.
2016-01-14 Mark StoryRemove unused argument.
2016-01-14 Mark StoryFix formatting errors.
2016-01-14 Mark StoryHack together checkstyle output that compiles.
2016-01-14 Mark StoryStart hacking checkstyle output in.
2016-01-13 Marcus Klaas... Merge pull request #769 from svmnotn/write-mode-config
2016-01-12 Victor M. SuarezAllow for setting of write-mode via config file. FIxes...
2016-01-12 Marcus Klaas... Merge pull request #766 from ConnorGBrewster/fix-#489
2016-01-12 Marcus Klaas... Merge pull request #768 from DarkDrek/amend-to-fix...
2016-01-12 Connor BrewsterAdded test case
2016-01-12 Connor BrewsterChanged TypeDensity::WhiteSpace to TypeDensity::Wide
2016-01-12 Marcus Klaas... Merge pull request #757 from ConnorGBrewster/fix-#650
2016-01-12 DarkDrekfixes parsing issue #767
2016-01-12 Connor BrewsterIf where is on the same line as the impl, { is put...
2016-01-12 Nick CameronMerge pull request #765 from DarkDrek/fix-#447-2
2016-01-12 DarkDrekRemoved the failing test part since it will work when...
2016-01-12 DarkDrekHandle more possible comment position for if else
2016-01-12 DarkDrekKeep comments between if and else blocks. Fixes #447
2016-01-12 Nick CameronMerge pull request #762 from ConnorGBrewster/fix-#760
2016-01-11 Connor BrewsterChanged is_block_empty to has_body
2016-01-11 Connor BrewsterAdded option for tighter punctuation in types. fixes...
2016-01-11 Connor BrewsterWhere clause is on same line as fn if fn is empty fix...
2016-01-11 cassiersgMerge pull request #756 from cassiersg/missed-comments
2016-01-10 Nick CameronMerge pull request #740 from svmnotn/less_tmp_files
2016-01-10 Victor M. Suarezstop creating bk files if there are no changes. Fixes...
2016-01-10 Nick CameronMerge pull request #758 from cassiersg/issue-717
2016-01-10 Gaëtan CassiersDocument comment::*CodeCharKind
2016-01-10 Gaëtan CassiersFix issue with windows line endings (#717).
2016-01-10 Gaëtan CassiersDetect when comments disappear
2016-01-08 Marcus Klaas... Merge pull request #749 from sanxiyn/skip-arm
2016-01-08 Seo SanghyeonAdd commas after skipped arms when needed
2016-01-07 Nick CameronMerge pull request #747 from Manishearth/clippy
2016-01-07 Manish GoregaokarClippy rustfmt
2016-01-06 Nick CameronMerge pull request #744 from sanxiyn/wildcard-arm
2016-01-06 Seo SanghyeonTrailing commas for wildcard arms
2016-01-04 Nick CameronMerge pull request #739 from svmnotn/case_insensitive_c...
2016-01-03 Victor M. Suarezignore case for config enums. Fixes #738
2016-01-02 Marcus Klaas... Merge pull request #736 from sinhpham/vsc_doc
2016-01-01 Marcus Klaas... Merge pull request #734 from sinhpham/issue_700
2016-01-01 Sinh PhamAdd doc for Visual Studio Code plugins
2016-01-01 Sinh PhamFixed #700, use default color for titles and context...
2015-12-28 Marcus Klaas... Merge pull request #732 from utkarshkukreti/update...
2015-12-28 Utkarsh KukretiAdd tests for #606.
2015-12-28 Utkarsh KukretiBump diff to 0.1.8. Fixes #606.
2015-12-27 Marcus Klaas... Merge pull request #729 from marcusklaas/funky-self
2015-12-27 Marcus KlaasMake fn argument formatting more resilient for complex...
2015-12-26 Nick CameronMerge pull request #728 from marcusklaas/typed-mut...
2015-12-26 Nick CameronMerge pull request #726 from marcusklaas/string-backslashes
2015-12-25 Marcus KlaasReduce dependency on pprust
2015-12-25 Marcus KlaasPreserve mutability for typed self arguments
2015-12-25 Marcus KlaasPrevent incorrect backslash removal in strings
2015-12-23 Nick CameronMerge pull request #722 from matklad/test-ignore-children
2015-12-23 Aleksey Kladovtest ignored out of line modules
2015-12-23 Nick CameronMerge pull request #720 from matklad/update-lcok
2015-12-23 Nick CameronMerge pull request #719 from matklad/ignore-child-mods
2015-12-23 Aleksey Kladovupdate Cargo.lock to match Cargo.toml
2015-12-23 Aleksey Kladovadd option to ignore out of line modules
2015-12-20 Nick CameronMerge pull request #713 from JanLikar/master
2015-12-20 Jan LikarAdd verbose and quiet flags to cargo-fmt
2015-12-17 Nick CameronMerge pull request #710 from JanLikar/master
2015-12-17 Jan LikarRemove `--write-mode=replace` from cargo-fmt
2015-12-16 Marcus Klaas... Merge pull request #704 from Sean1708/patch-1
2015-12-16 Sean MarshallsayFix spelling mistake in cargo-fmt usage string.
2015-12-16 Nick CameronUse replace rather than overwrite for cargo fmt
2015-12-16 Nick Cameronmake cargo install easier
2015-12-16 Nick CameronAdd quick start info to README.md, cargo update.
2015-12-16 Nick CameronMerge pull request #703 from JanLikar/cargo-fmt
next