]> git.lizzy.rs Git - rust.git/history - src
cargo-fmt: don't return zero on failure
[rust.git] / src /
2016-03-28 Aleksey Kladovcargo-fmt: don't return zero on failure
2016-03-24 Marcus Klaas de... Merge pull request #868 from rust-lang-nursery/tuple...
2016-03-22 Marcus Klaas de... Merge pull request #864 from Venti-/fn-density
2016-03-16 Marcus Klaas de... Merge pull request #866 from rust-lang-nursery/empty...
2016-03-15 Nick CameronMerge pull request #869 from ConnorGBrewster/add-trait...
2016-03-15 Connor BrewsterFixed nitpicks
2016-03-15 Connor BrewsterFixed span_after issue
2016-03-15 Connor BrewsterMerge branch 'master' of https://github.com/rust-lang...
2016-03-15 Connor BrewsterAdded tests
2016-03-15 Connor BrewsterFinished implementing impl and trait type/const
2016-03-14 Nick CameronDon't apply the function args heuristic to tuple lits.
2016-03-14 Nick CameronKeep empty extern blocks on one line
2016-03-14 Nick CameronMerge pull request #857 from kamalmarhubi/codemap-ext
2016-03-14 Ari KoivulaFix last comment turning into block comment
2016-03-14 Ari KoivulaAdd Vertical fn_args_density
2016-03-13 Kamal Marhubiutils: Add CodeMapSpanUtils trait for span_* methods
2016-03-13 Nick CameronMerge pull request #859 from solidsnack/master
2016-03-12 Connor BrewsterUpdated to latest rustfmt
2016-03-12 Connor BrewsterUncommented missed spans check
2016-03-12 Connor BrewsterRemoved unneeded pattern matching
2016-03-12 Connor BrewsterFixed formatting
2016-03-12 Connor BrewsterAdded support for associated type rewriting
2016-03-11 Connor BrewsterAdded where clause formatting
2016-03-11 Connor BrewsterAdding trait formatting
2016-03-11 Marcus Klaas de... Merge pull request #851 from Amanieu/const_unsafe
2016-03-11 Jason DusekUse braces, not parens, for macro def
2016-03-11 Jason DusekAlign arguments
2016-03-11 Jason DusekWrite non-output to stderr when there is output
2016-03-09 Amanieu d'AntrasFix ordering of "const unsafe fn"
2016-03-09 Nick CameronMerge pull request #847 from kamalmarhubi/update-syntex...
2016-03-03 Marcus Klaas de... Merge pull request #841 from kamalmarhubi/operation...
2016-03-02 Kamal Marhubideps: Update syntex_syntax to 0.29.1
2016-03-02 Kamal Marhubirustfmt: Use struct-like enum variants for Operation
2016-03-02 Marcus Klaas de... Merge pull request #846 from kamalmarhubi/update-design-doc
2016-03-02 Marcus Klaas de... Merge pull request #845 from regexident/fix_811
2016-03-01 Vincent EscheFix for issue #811 (falsely inserted "::" in paths...
2016-02-15 Nick CameronMerge pull request #798 from kamalmarhubi/default-no...
2016-02-14 Nick CameronMerge pull request #820 from rust-lang-nursery/patterns
2016-02-14 Nick Cameronreviewer changes
2016-02-12 Nick CameronFormat all patterns (well, except macros)
2016-02-09 Nick CameronMerge pull request #812 from kamalmarhubi/write-mode...
2016-02-09 Kamal Marhubiconfig: Use write_mode from config
2016-02-03 Nick CameronMerge pull request #799 from kamalmarhubi/const-instead...
2016-02-03 Marcus Klaas de... Merge pull request #780 from sidred/config_path
2016-02-03 Marcus Klaas de... Merge pull request #786 from rust-lang-nursery/str...
2016-02-03 Marcus Klaas de... Merge pull request #797 from kamalmarhubi/config-expect
2016-02-03 Marcus Klaas de... Merge pull request #800 from kamalmarhubi/gitignore...
2016-02-03 Marcus Klaas de... Merge pull request #802 from kamalmarhubi/remove-args-doc
2016-02-02 Kamal Marhubicleanup: Remove documentation of deleted parameter
2016-02-02 sidAdd support for the config-path option
2016-02-02 Kamal Marhubicleanup: Use const instead of static
2016-02-02 Kamal Marhubiconfig: Disable report_todo by default
2016-02-01 Kamal Marhubiconfig: Make panic messages more useful
2016-02-01 Nick CameronMerge pull request #792 from kamalmarhubi/project-file...
2016-02-01 Kamal Marhubidocs: Clarify return type of lookup_project_file
2016-01-31 Kamal Marhubibin: Improve error handling in project file lookup
2016-01-31 Marcus Klaas de... Merge pull request #787 from rust-lang-nursery/mod...
2016-01-31 Marcus Klaas de... Merge pull request #791 from kamalmarhubi/canonicalize...
2016-01-31 Marcus Klaas de... 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-28 Nick CameronDon't reformat strings if we don't have to.
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 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-22 Kevin YehFormat item macros
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 Marcus Klaas de... 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 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 de... 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 de... Merge pull request #766 from ConnorGBrewster/fix-#489
2016-01-12 Marcus Klaas de... Merge pull request #768 from DarkDrek/amend-to-fix...
2016-01-12 Connor BrewsterChanged TypeDensity::WhiteSpace to TypeDensity::Wide
2016-01-12 Marcus Klaas de... 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 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
next