]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-03-05 David LukesAdd license_template_path configuration snippet
2018-03-05 David LukesShorten var names to comply with line len reqs
2018-03-05 David LukesFix indentation in create_config macro definition
2018-03-05 David LukesRefactor parsing code into struct
2018-03-05 David LukesMove license template parsing into submodule
2018-03-05 David LukesAccount for possibly empty license_template_path
2018-03-05 David LukesSimplify match → if let
2018-03-05 David LukesMove license template parsing into config phase
2018-03-05 David LukesParse template with state machine instead of regex
2018-03-05 David LukesAttempt at checking for license (#209)
2018-03-04 Nick CameronMerge pull request #2502 from topecongiro/fix-reorder...
2018-03-02 Nick CameronMerge pull request #2503 from Eijebong/winapi
2018-03-02 Nick CameronMerge pull request #2504 from davidalber/fix-travis...
2018-03-02 Nick CameronMerge pull request #2499 from davidalber/add-rust-code...
2018-03-02 David AlberFixing Travis config for Python 3 installation
2018-03-02 Bastien OrivelBump winapi to 0.3
2018-03-02 Seiichi UchidaMerge pull request #2501 from Eijebong/log
2018-03-02 Seiichi UchidaDo not reorder inline modules
2018-03-02 Seiichi UchidaAdd a test for #2482
2018-03-02 Bastien OrivelBump log to 0.4 and env_logger to 0.5
2018-03-02 David AlberAdding links to the Code of Conduct
2018-03-02 Nick CameronTidy up and pass tests
2018-03-02 Nick CameronGo back to a non-workspace structure
2018-03-02 Nick CameronFix build
2018-03-02 Nick CameronRevert "Remove rustfmt and cargo-fmt"
2018-03-02 Nick CameronRevert "Remove cargo-fmt and rustfmt-bin from self_tests()"
2018-03-01 David AlberAdding the Rust Code of Conduct
2018-03-01 Nick CameronMerge pull request #2498 from alexcrichton/update-env...
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
next