]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-03-09 Nick CameronCatch panics in the parser before they crash rustfmt
2018-03-08 Nick CameronList limitations in the README
2018-03-08 Seiichi UchidaCargo update and cargo clippy
2018-03-08 moefix adds a trailing comma to struct-like macro (#2490)
2018-03-08 Nick CameronMerge pull request #2512 from topecongiro/rustc-ap...
2018-03-08 Seiichi UchidaReplace Option<Vec<&'a ast::pat>> with Vec<&'a ast...
2018-03-08 Nick CameronMerge pull request #2456 from dlukes/feat/check-license
2018-03-08 Nick CameronMerge pull request #2508 from topecongiro/issue-2494
2018-03-08 Nick CameronMerge pull request #2517 from davidalber/update-conduct
2018-03-07 David AlberSynchronizing with code of conduct in rust-www
2018-03-07 Seiichi UchidaMerge pull request #2515 from sinkuu/nested_shape_lazy_...
2018-03-07 Shotaro YamadaUse nested_shape for indenting types of lazy_static
2018-03-06 Seiichi UchidaSupport parentheses in patterns
2018-03-06 Seiichi UchidaFormat multiple patterns in 'if let' and `while let'
2018-03-06 Seiichi UchidaWork around removal of beginning_vert field from ast...
2018-03-06 Seiichi UchidaModify code around ast::Visibility
2018-03-06 Seiichi UchidaAdd opt_span_before() to SpanUtils trait
2018-03-06 Seiichi UchidaCargo update
2018-03-06 Seiichi UchidaAdd tests for #2398
2018-03-06 Seiichi UchidaAdd tests for #2511
2018-03-05 Seiichi UchidaMerge pull request #2507 from kngwyu/issue-2506
2018-03-05 kngwyuadd offset_left(4) for 'dyn '
2018-03-05 David LukesMake license doctest pass again
2018-03-05 David LukesLoad and compile template in proper function
2018-03-05 David LukesWrap license-related errors in enum
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-05 topecongiroOnly format code blocks in comments with rust syntax...
2018-03-05 kngwyuadd tests for 2506
2018-03-05 kngwyusupport dyn keyword(2506)
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...
next