]> git.lizzy.rs Git - rust.git/history - src/checkstyle.rs
Remove BlockIndentStyle::Inherit
[rust.git] / src / checkstyle.rs
2016-08-29 Nick CameronMerge pull request #1135 from sinkuu/clippy
2016-08-28 sinkuuRun clippy
2016-05-30 Nick CameronMerge pull request #1015 from srinivasreddy/readme
2016-05-03 Nick CameronMerge pull request #974 from sanxiyn/unused-trait-import
2016-05-03 Seo SanghyeonRemove unused trait imports
2016-03-12 Connor BrewsterUpdated to latest rustfmt
2016-01-22 Nick CameronMerge pull request #745 from markstory/checkstyle-output
2016-01-19 Mark StoryUpdate checkstyle write mode to take Write arguments.
2016-01-15 Mark StoryClean up function names for checkstyle output.
2016-01-14 Mark StoryUse PartialEq/Eq implementation instead of match.
2016-01-14 Mark StoryExtract checkstyle output into a separate module.