]> git.lizzy.rs Git - rust.git/history - tests
Cargo fmt
[rust.git] / tests /
2018-02-04 Ingvar StepanyanAdd macro_rules tests
2018-02-04 Seiichi UchidaUse correct offset when unindenting code block
2018-02-04 Nick CameronMerge pull request #2411 from topecongiro/update-travis
2018-02-04 Seiichi UchidaAdd tests for reorder_extern_crates
2018-02-04 Nick CameronMerge pull request #2410 from topecongiro/skip-repeat...
2018-02-03 Seiichi UchidaSkip rewriting macro def with repeat
2018-02-01 Nick CameronMerge pull request #2384 from topecongiro/init-shorthand
2018-02-01 Nick CameronMerge branch 'master' into init-shorthand
2018-02-01 Nick CameronMerge pull request #2380 from topecongiro/reorder-mods
2018-01-31 Seiichi UchidaMerge pull request #2400 from csmoe/support_immovable_g...
2018-01-30 csmoeadd a support for immovable generators
2018-01-29 Seiichi UchidaAdd 'use_field_init_shorthand' config option
2018-01-29 Seiichi UchidaReorder modules
2018-01-29 Nick CameronMerge pull request #2395 from davidalber/fix-configurat...
2018-01-28 Nick CameronMerge pull request #2396 from topecongiro/issue-2389
2018-01-26 Seiichi UchidaPut attributes and enum variants on different lines
2018-01-26 Seiichi UchidaCargo clippy
2018-01-26 Seiichi UchidaMerge pull request #2386 from acmcarther/master
2018-01-26 Seiichi UchidaMerge pull request #2369 from davidalber/fix-configurat...
2018-01-26 Seiichi UchidaMerge pull request #2383 from davidalber/range-spaces...
2018-01-22 Seiichi UchidaCargo fmt
2018-01-22 Seiichi UchidaAdd a test for field initialization shorthand
2018-01-22 David AlberExtending `spaces_around_ranges` to ranges in match...
2018-01-21 Seiichi UchidaMerge pull request #2341 from rust-lang-nursery/stevekl...
2018-01-21 Seiichi UchidaMerge pull request #2378 from kjvalencik/hard-tabs...
2018-01-20 Chris EmersonReturn a struct instead of a 4-tuple from get_modified_...
2018-01-20 Chris EmersonAdd a new get_modified_lines() API to get only the new
2018-01-19 K.J. ValencikLineOverflow: Count tabs as tab_spaces when measuring...
2018-01-18 Nick CameronMerge pull request #2371 from topecongiro/issue-2370
2018-01-17 Seiichi UchidaDo not panic when special macros have less args than...
2018-01-12 Nick CameronMerge pull request #2357 from topecongiro/issue-2342
2018-01-12 Nick CameronMerge pull request #2355 from topecongiro/hide-parse...
2018-01-12 Nick CameronMerge pull request #2352 from topecongiro/issue-2337
2018-01-12 Nick CameronMerge pull request #2351 from topecongiro/issue-2256
2018-01-12 Nick CameronMerge pull request #2350 from topecongiro/issue-2324
2018-01-11 Seiichi UchidaMerge pull request #2353 from davidalber/merge-print...
2018-01-11 David AlberConsolidating the logic for printing output
2018-01-11 Seiichi UchidaAdd a test for #2343 and update tests
2018-01-11 Seiichi UchidaRemove same_line_attributes config option
2018-01-10 Seiichi UchidaBreak after colon if static item does not fit in a...
2018-01-10 Seiichi UchidaAdd a test for #2256
2018-01-10 Seiichi UchidaFix error message printing wrong file names
2018-01-10 Seiichi UchidaAdd a test for #2324
2018-01-10 Seiichi UchidaMerge pull request #2349 from davidalber/configurations...
2018-01-09 David AlberModifying failure messages to be consistent with mismat...
2018-01-09 Nick CameronMerge pull request #2292 from davidalber/configurations...
2018-01-04 David AlberAdding test to verify code block idempotency in Configu...
2018-01-04 Nick CameronMerge pull request #2316 from topecongiro/issue-2315
2018-01-04 Nick CameronMerge pull request #2332 from topecongiro/impl-and...
2018-01-04 topecongiroCompare extern crate items with its name instead of...
2018-01-04 topecongiroPut the opening brace of impl on the next line
2018-01-04 topecongiroAdd and update tests for #2320 and #2331
2018-01-04 Nick CameronMerge pull request #2330 from topecongiro/issue-2329
2018-01-04 Seiichi UchidaMerge pull request #2335 from Hopman/rename_git-fmt
2018-01-04 Nick CameronMerge pull request #2313 from LukasKalbertodt/patch-1
2018-01-04 Nick CameronMerge pull request #2327 from nrc/macro-defs
2018-01-04 Nick CameronMerge pull request #2306 from dtwood/assert-eq-on-one...
2018-01-03 Nick CameronBetter handling of comments in macro defs
2018-01-02 topecongiroAdd a test for #2329
2018-01-01 Nick CameronTests for formatting macro 2.0 defs
2017-12-31 Seiichi UchidaMerge pull request #2318 from davidalber/config-option...
2017-12-28 David AlberUpdating error message
2017-12-28 David AlberMoving test files to satisfy `verify_config_test_names...
2017-12-28 David AlberTesting that config option tests use the expected confi...
2017-12-28 David AlberMoving config option tests to subdirectory
2017-12-28 David AlberRenaming tests to match existing convention
2017-12-28 David AlberRenaming test to match existing convention
2017-12-27 David WoodSplit assert_eq! if any arguments are not simple
2017-12-27 Seiichi UchidaMerge pull request #2308 from davidalber/recursive...
2017-12-27 Nick CameronMerge pull request #2310 from topecongiro/issue-2309
2017-12-27 Nick CameronMerge pull request #2311 from topecongiro/format-code...
2017-12-24 David AlberUpdating error message
2017-12-24 Seiichi UchidaRefactoring
2017-12-24 Seiichi UchidaFormat code block in comment
2017-12-24 David WoodMerge branch 'master' of https://github.com/rust-lang...
2017-12-24 Seiichi UchidaDo not give up rewriting struct field when attribute...
2017-12-23 David AlberAdding ability to recursively find test files
2017-12-23 David WoodFix off-by-one error in assert_eq! line wrapping
2017-12-23 David WoodAdd assert_eq! to special-cased macros
2017-12-22 Nick CameronMerge pull request #2298 from davidalber/fix-2269
2017-12-22 Nick CameronMerge pull request #2303 from topecongiro/issue-2296
2017-12-22 topecongiroFix indent width bug when recovering comments
2017-12-22 Nick CameronMerge pull request #2288 from davidalber/fix-2078
2017-12-21 Nick CameronMerge pull request #2291 from topecongiro/issue-2289
2017-12-21 Nick CameronMerge pull request #2295 from topecongiro/issue-2280
2017-12-21 Nick CameronMerge pull request #2297 from topecongiro/type-alias...
2017-12-21 topecongiroFix wrong indentation on type alias
2017-12-20 topecongiroTake the width of block's prefix into account only...
2017-12-18 David AlberUsing `if let` to be more concise
2017-12-18 David AlberReporting test parse errors as test failures
2017-12-17 Nick CameronMerge pull request #2286 from topecongiro/issue-2123
2017-12-17 Seiichi UchidaAdd a test for #2123 and update tests
2017-12-15 Nick CameronMerge pull request #2284 from topecongiro/trait-aliases
2017-12-15 topecongiroAdd tests for trait aliases
2017-12-15 Oliver SchneiderMove from String to PathBuf where applicable
2017-12-11 Nick CameronMerge pull request #2173 from topecongiro/assignment...
2017-12-11 Nick CameronMerge pull request #2257 from topecongiro/error-on...
2017-12-11 Nick CameronMerge pull request #2270 from topecongiro/issue-2260
2017-12-11 Seiichi UchidaRename error_on_unformatted_comments_or_strings to...
2017-12-11 Seiichi UchidaCombine error_on_line_overflow_comments/strings
next