]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2016-08-10 juicejitsuDon't emit filename in diff mode, add filename to diff...
2016-07-26 Stuart DootsonAdd `use` declaration re-ordering (#1104)
2016-07-18 Stuart DootsonCanonicalize file paths within the map of file line...
2016-07-17 Nick CameronMerge pull request #1100 from studoot/add-appveyor...
2016-07-15 Stuart DootsonAdd appveyor CI support
2016-07-10 Nick CameronMerge pull request #1088 from sinkuu/issue_1086
2016-07-09 sinkuuFix formatting empty block comments (`/**/`)
2016-07-04 Nick CameronMerge pull request #1084 from johannhof/rustfmt-not...
2016-07-04 Johann HofmannShow more helpful error if rustfmt is not in PATH.
2016-07-04 Nick CameronMerge pull request #1083 from KaivoAnastetiks/fix/easy...
2016-07-04 Nick Cameronrustup
2016-07-02 Kaivo AnastetiksLinks to the rust-lang-nursery/rustfmt issue list.
2016-06-22 Nick CameronMerge pull request #1075 from johannhof/diff-exit
2016-06-21 Johann HofmannReturn failure exit code on found diffs (fix #906)
2016-06-16 Nick CameronMerge pull request #1064 from dato/patch-2
2016-06-15 Dato SimóFix typo in path: ~/cargo/bin → ~/.cargo/bin
2016-06-14 Nick CameronMerge pull request #1054 from sanxiyn/loop-width
2016-06-12 Seo SanghyeonFix width computation in Loop::rewrite
2016-06-12 Kamal MarhubiInclude git commit and worktree status in version outpu...
2016-06-10 Nick CameronMerge pull request #1061 from marcusklaas/fix-subtract2
2016-06-10 Marcus KlaasFix integer underflow in extra_offset
2016-06-10 Nick CameronMerge pull request #1059 from marcusklaas/fix-subtract
2016-06-10 Marcus KlaasFix integer underflow
2016-06-07 Marcus Klaas... Merge pull request #1042 from imjacobclark/1014-refacto...
2016-06-06 Jacob ClarkRefactoring exsisting filter_maps to maps
2016-06-06 Jacob ClarkRefactor string collects to itertools join
2016-06-05 Nick CameronMerge pull request #1033 from marcusklaas/assignment...
2016-06-05 Nick CameronMerge pull request #1032 from marcusklaas/else-if-let...
2016-06-04 Marcus KlaasAdd test for general assignment breaks
2016-06-03 Marcus KlaasFix constraints on pattern formatting of else arms
2016-06-03 Nick CameronMerge pull request #1030 from nokaa/master
2016-06-03 nokaaUpdate Vim integration instructions
2016-06-01 Nick CameronMerge pull request #1016 from rust-lang-nursery/try...
2016-05-31 lqdAdd support for the `default` keyword (#1025)
2016-05-31 Nick CameronMerge pull request #1023 from kamalmarhubi/diff-color-fix
2016-05-31 Kamal Marhubiprint_diff: Don't print color codes if output is not...
2016-05-31 Nick CameronMerge pull request #1007 from kamalmarhubi/basic-line...
2016-05-30 Kamal MarhubiREADME: Explain that --file-lines ranges are 1-based
2016-05-30 Kamal MarhubiExplain that FileLines cannot be given in rustfmt.toml
2016-05-30 Kamal Marhubicodemap: Add module description
2016-05-30 Kamal MarhubiAdd copyright notices to added files
2016-05-30 Kamal Marhubirustfmt: Add option to specify line ranges for formatting
2016-05-30 Kamal Marhubivisitor: Handle specified line ranges in visit_stmt
2016-05-30 Kamal MarhubiAdd type to represent collection of lines in files
2016-05-30 Kamal Marhubicodemap: Add utilities for looking up line ranges of...
2016-05-30 Kamal Marhubiutils: Move codemap related utilities to a dedicated...
2016-05-30 Kamal Marhubivisitor: Add debug log for FmtVisitor::visit_stmt()
2016-05-30 Kamal MarhubiDerive Debug for the Input enum
2016-05-30 Nick CameronMerge pull request #1017 from marcusklaas/tweak-if...
2016-05-30 Nick CameronMerge pull request #1022 from kamalmarhubi/update-synte...
2016-05-30 Nick CameronMerge pull request #1015 from srinivasreddy/readme
2016-05-30 Kamal Marhubideps: Update syntex_syntax to 0.33
2016-05-29 Marcus KlaasFormat non-statement if-else expressions on a single...
2016-05-29 Nick CameronTreat chains with just expr? specially.
2016-05-28 Srinivas Reddy... Add section - Installing from source
2016-05-27 Kamal MarhubiHandle pub(restricted) (#1013)
2016-05-27 Nick CameronMerge pull request #1008 from rust-lang-nursery/hrtb
2016-05-27 Nick CameronDon't ignore universal quantification in function types
2016-05-27 Nick CameronMerge pull request #1009 from rust-lang-nursery/fn...
2016-05-27 Nick CameronFix off by 2 error in function sigs
2016-05-27 Nick CameronDon't put a newline before `?` when it is the second...
2016-05-18 Nick CameronOptionally put short struct variants on one line (...
2016-05-18 Nick CameronFormat inline attributes on out-of-line modules (#996)
2016-05-17 Nick CameronMerge branch 'master' of github.com:rust-lang-nursery...
2016-05-17 Nick CameronHandle parser errors better
2016-05-17 Nick CameronFall back to basic stdout if we can't unwrap a fancy...
2016-05-15 Nick CameronMerge pull request #992 from srinivasreddy/master
2016-05-15 Nick CameronNote in te README about compiler version
2016-05-15 Srinivas Reddy... change normalise spelling to American version - normal...
2016-05-15 Nick CameronWrite each file as it is formatted (#991)
2016-05-13 Nick Cameron0.5 release
2016-05-12 Nick CameronMerge pull request #893 from marcusklaas/try-shorthand
2016-05-12 Marcus KlaasBootstrap it. Hard.
2016-05-12 Marcus KlaasAdd try macro to try shorthand conversion tests
2016-05-09 Marcus KlaasFormat try shorthand
2016-05-06 Nick CameronMerge pull request #981 from DanielJCampbell/generated
2016-05-06 Daniel CampbellAltered FmtVisitor to function correctly on generated...
2016-05-06 Nick CameronMerge pull request #980 from DanielJCampbell/visibility
2016-05-06 Daniel CampbellChanged modules & visitor mods to public, set filemap...
2016-05-05 Nick CameronMerge pull request #979 from kamalmarhubi/update-syntex...
2016-05-05 Kamal Marhubideps: Update syntex_syntax to 0.32.0
2016-05-03 Nick CameronMerge pull request #974 from sanxiyn/unused-trait-import
2016-05-03 Seo SanghyeonRemove unused trait imports
2016-05-03 Nick CameronMerge pull request #973 from habnabit/fix-associated...
2016-05-03 Aaron GallagherDon't misplace the :: on associated items.
2016-05-02 Nick CameronMerge pull request #971 from kamalmarhubi/update-syntex...
2016-05-02 Nick CameronHandle attributes on modules (#968)
2016-05-02 Kamal MarhubiHandle new visibility types more gracefully
2016-05-02 Kamal Marhubideps: Update syntex_syntax to 0.31.0
2016-04-28 Nick CameronMerge pull request #966 from MicahChalmer/skip-children...
2016-04-28 Micah ChalmerAlways skip children when using Plain write mode
2016-04-27 Nick CameronMerge pull request #960 from rust-lang-nursery/big...
2016-04-27 Nick CameronAdd visual indent tests for chains
2016-04-27 Nick CameronBail out on recovered errors. (#965)
2016-04-26 Nick CameronFix for stable
2016-04-22 Nick CameronUpdate docs (and a function name)
2016-04-22 Nick CameronAdd a bootstrap script for running rustfmt on itself.
2016-04-22 Nick CameronChange defaults and update tests and source
2016-04-22 Nick CameronTests
2016-04-22 Nick CameronTabbed/Inherit indent for chains works even without...
next