]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-03-01 Alex CrichtonUpdate env_logger to 0.5
2018-02-27 Nick CameronMerge pull request #2492 from dlukes/feat/fix-tests
2018-02-26 David LukesRemove cargo-fmt and rustfmt-bin from self_tests()
2018-02-26 Nick CameronRemove rustfmt and cargo-fmt
2018-02-26 Nick CameronAdd README for rustfmt-core and use rustfmt-config...
2018-02-26 Nick CameronAdd a readme for rustfmt-config
2018-02-24 Nick CameronMerge pull request #2489 from topecongiro/issue-2487
2018-02-24 Nick CameronMerge pull request #2486 from topecongiro/lazy_statics
2018-02-24 Nick CameronMerge pull request #2485 from topecongiro/attr
2018-02-24 Nick CameronMerge pull request #2483 from topecongiro/error-on...
2018-02-24 topecongiroPreserve trailing comma on macro in item position
2018-02-24 topecongiroAdd a test for #2487
2018-02-23 topecongiroCargo fmt
2018-02-23 topecongiroFormat lazy_static! macro
2018-02-23 topecongiroUpdate a test for lazy_static!
2018-02-23 topecongiroAdd a test for formatting lazy_static!
2018-02-23 topecongiroAdd a test for #2479
2018-02-23 topecongiroAllow meta item's value to exceed max width
2018-02-23 topecongiroAdd doc comment to rewrite_first_group_attrs
2018-02-23 topecongiroAdd a test for #2414
2018-02-23 topecongiroMove type punctuation tests under config dir
2018-02-23 topecongiroRemove unused tests
2018-02-23 topecongiroRemove unused tests
2018-02-23 topecongiroMention that doc.rs is a part of multiple.rs
2018-02-23 topecongiroUse visual indent style in where-clause.rs
2018-02-23 topecongiroUpdate big-impl tests
2018-02-23 topecongiroMove items-related stuffs to item mod from visitor mod
2018-02-23 topecongiroMove filter_inline_attrs() to attr mod from visitor mod
2018-02-23 topecongiroAdd attr module
2018-02-23 topecongiroUpdate Configurations.md
2018-02-23 topecongiroUpdate configuration tests
2018-02-23 Nick CameronMerge pull request #2480 from topecongiro/issue-2476
2018-02-23 topecongiroCargo clippy
2018-02-22 topecongiroCargo fmt and update a test
2018-02-22 topecongiroCall wrap_str to make sure that the formatting macro...
2018-02-22 topecongiroUse multiple lines for function calls with 0 arg which...
2018-02-22 topecongiroContinue formatting function calls even if it does...
2018-02-22 topecongiroUpdate tests for #2438 and #2476
2018-02-22 topecongiroRemove macros.rs
2018-02-21 Nick CameronMerge pull request #2478 from csmoe/explict-version...
2018-02-21 csmoeMerge branch 'explict-version-info' of https://github...
2018-02-21 csmoeoption_env and commit_info
2018-02-21 csmoeoption_env
2018-02-21 Nick CameronMerge pull request #2477 from davidalber/unignore-confi...
2018-02-21 David AlberRemoving ignore attribute
2018-02-20 Nick CameronMerge pull request #2471 from topecongiro/issue-2470
2018-02-20 Nick CameronMerge pull request #2472 from davidalber/fix-reorder...
2018-02-20 David AlberModifying `reorder_extern_crates` example to show effec...
2018-02-20 David AlberFixing the documentation for `reorder_extern_crates_in_...
2018-02-20 Seiichi UchidaMerge pull request #2469 from davidalber/fix-struct...
2018-02-20 topecongiroReturn the original snippet if the attribute contains...
2018-02-19 csmoeexplict version informations
2018-02-19 David AlberUsing shorter example for `struct_lit_single_line`...
2018-02-19 Nick CameronMerge pull request #2468 from topecongiro/perf
2018-02-19 Nick CameronMerge pull request #2467 from topecongiro/issue-2466
2018-02-19 topecongiroSkip formatting macro_rules! that are not using {}
2018-02-19 topecongiroUse push-approach over format! in rewrite_segment
2018-02-19 topecongiroClean up
2018-02-19 topecongiroUse Indent::to_string_with_newline to avoid unnecessary...
2018-02-19 topecongiroUse SnippetProvider to implement SpanUtils over CodeMap
2018-02-19 topecongiroAvoid running lookup_line_range when file_lines are...
2018-02-19 topecongiroAvoid allocating small strings in combine_strs_with_mis...
2018-02-19 topecongiroAvoid using pretty printer if possible
2018-02-19 topecongiroDo not inspect code for issues or todos when not required
2018-02-19 topecongiroUse debug_assert_eq! to avoid comparing PathBuf on...
2018-02-19 topecongiroReplace lookup_char_pos with lookup_line
2018-02-18 Nick CameronMerge pull request #2465 from karyon/fix_2346
2018-02-18 Nick CameronMerge pull request #2461 from topecongiro/reorder-mod
2018-02-18 Nick CameronMerge pull request #2464 from topecongiro/beginning...
2018-02-18 Johannes LinkeFix #2346: empty comments should not have any trailing...
2018-02-18 topecongiroFormat a match arm with the beginning vertical bar
2018-02-18 Seiichi UchidaMerge pull request #2463 from Razican/typo_fix
2018-02-17 RazicanFixed small typo in configuration help
2018-02-17 Seiichi UchidaAdd TODO
2018-02-17 Seiichi UchidaGet rid of macro
2018-02-17 Seiichi UchidaRename fns
2018-02-17 topecongiroGet rid of format_imports
2018-02-17 topecongiroMove reorder-related stuffs in visitor mod to reorder mod
2018-02-17 topecongiroMove rewrite_mod to the items module
2018-02-17 topecongiroAdd a reorder module
2018-02-17 Seiichi UchidaMerge pull request #2460 from matklad/simple-ci
2018-02-17 Aleksey KladovSimplify CI exaple in the readme
2018-02-17 Seiichi UchidaMerge pull request #2421 from brotzeit/clippy
2018-02-17 Seiichi UchidaMerge pull request #2454 from radix/issue-2446
2018-02-17 Christopher... only wrap on trailing comments, allow /* */ comments...
2018-02-16 Christopher... use contains_comment instead of an ad-hoc check for...
2018-02-16 Christopher... hacky solution that makes the tests pass but should...
2018-02-16 Christopher... test case for issue #2446
2018-02-16 Nick CameronMerge pull request #2453 from muja/patch-1
2018-02-16 DanyelFix typo "carfo" -> "cargo" in changelog.
2018-02-16 Nick CameronMerge pull request #2450 from topecongiro/issue-37
2018-02-16 Seiichi UchidaPreserve trailing spaces in doc comments even when...
2018-02-16 Nick CameronMerge pull request #2448 from jonathanmorley/patch-1
2018-02-16 Nick CameronMerge pull request #2443 from topecongiro/skip-children
2018-02-16 Nick CameronMerge pull request #2436 from topecongiro/markdown...
2018-02-15 Nick CameronMerge pull request #2449 from radix/patch-1
2018-02-15 Christopher... IRC channel is now #rust-dev-tools
2018-02-15 Jonathan MorleyRust 1.24 released, rustfmt now works on stable
2018-02-15 Seiichi UchidaDo not try to parse external modules when skipping...
2018-02-15 Seiichi UchidaAdd rustfmt_skip to a test with long string
next