]> git.lizzy.rs Git - rust.git/history - src
Use enumerate()
[rust.git] / src /
2017-12-11 Seiichi UchidaUse enumerate()
2017-12-11 Seiichi UchidaRename error_on_unformatted_comments_or_strings to...
2017-12-11 Seiichi UchidaSet error_on_unformatted_comments_or_strings to true...
2017-12-11 Seiichi UchidaPrint command line options in alphabetical order
2017-12-11 Seiichi UchidaFix a typo
2017-12-11 Seiichi UchidaOrganize command line options and start with upper...
2017-12-11 Seiichi UchidaAdd error-on-unformatted command line option
2017-12-11 Seiichi UchidaCombine error_on_line_overflow_comments/strings
2017-12-11 Seiichi UchidaFix a typo
2017-12-11 Seiichi UchidaMake RichChar public
2017-12-11 Seiichi UchidaAdd a config option to suppress error message on string...
2017-12-11 Seiichi UchidaMake CharClasses and FullCodeCharKind public
2017-12-11 Nick CameronMerge pull request #2261 from topecongiro/replace-strin...
2017-12-11 Seiichi UchidaFix indent issue when recovering comments
2017-12-11 Seiichi UchidaReplace StringBuffer with String
2017-12-10 Nick CameronMerge pull request #2267 from topecongiro/issue-2264
2017-12-10 Nick CameronMerge pull request #2265 from topecongiro/issue-2262
2017-12-10 Nick CameronMerge pull request #2258 from topecongiro/issue-819
2017-12-10 Nick CameronMerge pull request #2255 from topecongiro/nested-imports
2017-12-10 Nick CameronMerge pull request #2250 from topecongiro/rustfmt-skip...
2017-12-10 Nick CameronMerge pull request #2249 from CAD97/patch-3
2017-12-10 Seiichi UchidaFix indentation in multi lined pattern
2017-12-10 Seiichi UchidaRemove excessive block() and block_only()
2017-12-10 Seiichi UchidaCargo fmt
2017-12-10 Seiichi UchidaDo not set inside_macro flag when converting try!(...
2017-12-10 Seiichi UchidaAllow struct to be multi-lined in closure's body withou...
2017-12-10 Seiichi UchidaMove macro check to is_block_closure_forced()
2017-12-10 Seiichi UchidaRemove and_one_line()
2017-12-10 Seiichi UchidaVerify whether adding block is safe in rewrite_closure_...
2017-12-10 Christopher Durhamunstable_features without CFG_RELEASE_CHANNEL
2017-12-09 Seiichi UchidaFormat macro in pattern position
2017-12-09 Seiichi UchidaHandle nested imports
2017-12-08 topecongiroRemove println! debug :(
2017-12-08 topecongiroDo not report errors on skipped items or statements
2017-12-08 topecongiroKeep track of line number in visitor
2017-12-08 Nick CameronMerge pull request #2247 from topecongiro/optimize...
2017-12-08 Nick CameronMerge pull request #2229 from CAD97/patch-2
2017-12-08 Seiichi UchidaReplace into() on &str with to_owned()
2017-12-08 Seiichi UchidaRemove unused lifetime
2017-12-07 Seiichi UchidaMerge pull request #2240 from davidalber/revisit-2219
2017-12-07 Seiichi UchidaReplace &Rc<String> with &str
2017-12-07 David AlberMoving `panic!` into the list of macros from the Standa...
2017-12-07 Seiichi UchidaAdd FmtVisitor::from_context()
2017-12-07 Seiichi UchidaUse explicit lifetime to get rid of unsafe code
2017-12-07 Seiichi UchidaConvert '&str' into 'String' whenever necessary
2017-12-06 Nick CameronMerge pull request #2248 from alexheretic/master
2017-12-06 Alex ButlerFix config warnings leaking into stdout
2017-12-06 Seiichi UchidaUpdate FmtVisitor::from_codemap()
2017-12-06 Seiichi UchidaUse SnippetProvider in FmtVisitor and RewriteContext
2017-12-06 Seiichi UchidaAdd SnippetProvider
2017-12-06 Nick CameronMerge pull request #2243 from topecongiro/issue-2241
2017-12-06 Seiichi UchidaUse package name instead of target name for --package...
2017-12-06 Nick CameronMerge pull request #2221 from topecongiro/rfc/blank...
2017-12-06 David AlberAdding `print!` specially-formatted `format!`-like...
2017-12-05 Seiichi UchidaHandle cases when bound changed from the default
2017-12-05 Seiichi UchidaCargo fmt
2017-12-05 Seiichi UchidaTake into account a trailing newline in buffer
2017-12-05 Seiichi UchidaProcess blank lines if only they're within file lines...
2017-12-05 Seiichi UchidaKeep blank lines around comments with range
2017-12-05 Seiichi UchidaFactor out process_comment()
2017-12-05 Seiichi UchidaChange the type of argument of push_vertical_spaces()
2017-12-05 Seiichi UchidaAdd count_newlines() utility function
2017-12-05 Nick CameronMerge pull request #2239 from topecongiro/issue-2157
2017-12-05 Nick CameronMerge pull request #2238 from topecongiro/issue-1209
2017-12-05 Nick CameronMerge pull request #2237 from topecongiro/issue-2131
2017-12-05 Seiichi UchidaFix indent of chain with small parent
2017-12-04 Seiichi UchidaForamt macro on types
2017-12-04 Seiichi UchidaDo not pass files as arguments to rustfmt when dumping...
2017-12-04 Nick CameronMerge pull request #2236 from topecongiro/simple-array
2017-12-04 Nick CameronMerge pull request #2235 from topecongiro/option_env
2017-12-04 topecongiroCompress an array with simple items
2017-12-04 topecongiroFactor out array_tactic
2017-12-04 topecongiroInspect CFG_RELEASE_CHANNEL env var at compile time
2017-12-03 Nick CameronMerge pull request #2219 from topecongiro/issue-549
2017-12-03 Seiichi UchidaCargo fmt
2017-12-03 Seiichi UchidaAdd macros from the log crate to whitelist
2017-12-03 topecongiroCargo fmt
2017-12-03 topecongiroFactor out a mess
2017-12-03 topecongiroCargo fmt and update a test
2017-12-03 topecongiroHandle special-case macros
2017-12-03 topecongiroAdd whitelists of macros that need special-case format
2017-12-03 Nick CameronMerge pull request #2222 from topecongiro/issue-2197
2017-12-02 Seiichi UchidaDo not format fenced code blocks in comment
2017-12-02 Seiichi UchidaCargo fmt and update tests
2017-12-02 Seiichi UchidaKeep vertical spaces between items or statements within...
2017-12-02 Seiichi UchidaMerge pull request #2218 from pietroalbini/fix-ast...
2017-12-01 Nick CameronMerge pull request #2210 from topecongiro/issue-2178
2017-12-01 Seiichi UchidaMerge pull request #2215 from iapain/master
2017-11-30 Nick CameronMerge pull request #2216 from topecongiro/issue-2214
2017-11-30 Pietro AlbiniFix imports formatting broken after AST change
2017-11-30 Nick CameronMerge pull request #2213 from topecongiro/issue-2212
2017-11-30 Nick CameronMerge pull request #1889 from topecongiro/match-arm
2017-11-30 Nick CameronMerge pull request #2211 from oli-obk/master
2017-11-30 Oliver SchneiderRun rustfmt
2017-11-30 topecongiroLook for trailing comma on array and preserve it inside...
2017-11-30 topecongiroGeneralize rewrite_array() to types other than ast...
2017-11-30 topecongiroFormat defualtness on specialized impl const
2017-11-30 Seiichi UchidaCargo fmt & update a test
2017-11-30 topecongiroFormat source codes
2017-11-30 topecongiroDo not put if on the same line as match arm
next