]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-04-27 topecongiroAdd doc comment
2019-04-27 topecongiroUse config_type proc macro
2019-04-27 topecongiroAdd config_proc_macro
2019-04-26 Seiichi UchidaMerge pull request #3530 from xiongmao86/issue2941
2019-04-26 xiongmao86Add a test for #2941.
2019-04-24 topecongiroRelease 1.2.2
2019-04-24 Seiichi UchidaMerge pull request #3523 from topecongiro/issue-3515
2019-04-24 Seiichi UchidaMerge pull request #3522 from topecongiro/issue-3521
2019-04-24 topecongiroSuppress spurious parse error messages on skipped files
2019-04-24 topecongiroAdd a path to rustfmt.toml to GitIgnore as root path
2019-04-23 rChaser53leave the comment in parentheses of argumentless Fn...
2019-04-23 topecongiroDisable cargo integration test
2019-04-22 topecongiroAttempt to format attributes if only they exist
2019-04-22 topecongiroAdd and update test for #3515
2019-04-22 topecongiroAdd a path to the parent dir of rustfmt.toml as a prefix
2019-04-22 Seiichi UchidaMerge pull request #3520 from rchaser53/improve-gh...
2019-04-22 rchaser53use filter by hash when first rendering
2019-04-22 Seiichi UchidaMerge pull request #3519 from oli-obk/patch-1
2019-04-22 Oliver Scherer"first" element check does nothing
2019-04-17 topecongiroRelease 1.2.1
2019-04-17 topecongiroCargo update
2019-04-17 Seiichi UchidaMerge pull request #3511 from topecongiro/issue3498
2019-04-17 Seiichi UchidaMerge pull request #3510 from topecongiro/issue3509
2019-04-17 Ruben SchmidmeisterUse annotate-snippets for emitting errors (#3507)
2019-04-16 Seiichi UchidaMerge pull request #3512 from scampi/issue-2724
2019-04-16 Stéphane CampinasMerge pull request #3506 from rchaser53/issue-3505
2019-04-15 Stéphane Campinasfix test_ignore_path_set test when run on beta
2019-04-15 Stéphane Campinasadd check for failed tests
2019-04-15 Stéphane Campinasexit integration test successfully if the crate build...
2019-04-14 topecongiroAvoid overflowing item if it has attributes
2019-04-14 topecongiroAdd a test for #3498
2019-04-14 rchaser53not to use Vec
2019-04-14 topecongiroDisallow putting a body with attributes on the same...
2019-04-14 topecongiroDo not include body's attributes in `arrow_span`
2019-04-14 topecongiroAdd a test for #3509
2019-04-14 rChaser53Allow specifying glob pattern to ignore config option...
2019-04-14 rchaser53add the error mapping
2019-04-13 rchaser53fix not to emit version
2019-04-11 Stéphane CampinasMerge pull request #3504 from matthiaskrgr/clippy_2
2019-04-11 Matthias Krügerfix clippy warnings
2019-04-10 Seiichi UchidaMerge pull request #3503 from rchaser53/update-readme
2019-04-10 rchaser53update README.md for GitHub page
2019-04-09 Seiichi UchidaMerge pull request #3495 from scampi/issue-1096
2019-04-09 rChaser53create GitHub page for Configuration.md (#3485)
2019-04-09 Stéphane CampinasMerge pull request #3500 from rchaser53/issue-3499
2019-04-07 rchaser53fix not to delete semicolon
2019-04-06 Seiichi UchidaMerge pull request #3497 from lwshang/master
2019-04-05 lwshangFix Travis-CI badge url
2019-04-05 Stéphane Campinaskeep missed comments appearing after the struct/enum...
2019-04-03 Stéphane Campinaskeep comment appearing between parameter's name and...
2019-03-31 Seiichi UchidaMerge pull request #3483 from chrisduerr/master
2019-03-30 Christian DuerrEnable overflow_delimited_expr for structs
2019-03-29 Seiichi UchidaMerge pull request #3480 from sinkuu/cleanup
2019-03-29 Seiichi UchidaMerge pull request #3479 from sinkuu/issue_2995
2019-03-29 Shotaro YamadaFix indexing panic on unicode whitespaces
2019-03-29 Shotaro YamadaRemove redundant &
2019-03-29 Shotaro YamadaSimplify iterators
2019-03-29 Shotaro YamadaWrite seperator beforehand
2019-03-29 Shotaro YamadaRemove a write of empty string
2019-03-29 Shotaro YamadaRemove redundant scopes
2019-03-29 Shotaro YamadaUse str::repeat
2019-03-29 Seiichi UchidaMerge pull request #3472 from devinalvaro/add-print...
2019-03-27 topecongiroRelease 1.2.0
2019-03-27 Seiichi UchidaMerge pull request #3477 from topecongiro/test-with...
2019-03-26 topecongiroRemove RUST_MIN_STACK declarations from CI scripts
2019-03-26 topecongiroRun tests in a thread with larger stack size
2019-03-25 Devin AlvaroAdd `--print-config current`
2019-03-25 Stéphane CampinasMerge pull request #3469 from topecongiro/cargo-fmt
2019-03-25 Stéphane CampinasMerge pull request #3470 from topecongiro/issue-3051
2019-03-25 Seiichi UchidaDo not add a space after empty impl
2019-03-24 topecongiroUse BTreeMap to guarantee consistent ordering
2019-03-24 topecongiroMake sure that we run rustfmt against every edition
2019-03-24 Seiichi UchidaMerge pull request #3467 from topecongiro/issue-3465
2019-03-24 Seiichi UchidaMerge pull request #3459 from scampi/issue-3442
2019-03-24 Seiichi UchidaMerge pull request #3468 from topecongiro/refactor...
2019-03-24 Seiichi UchidaMerge pull request #3466 from topecongiro/discard-error...
2019-03-24 Stéphane CampinasMerge pull request #3454 from rchaser53/issue-3434
2019-03-24 Stéphane Campinasput rustfmt::skip::macro mention together with the...
2019-03-24 topecongiroMove some code out of create_config
2019-03-24 topecongiroMove rust-clippy to allow_failures
2019-03-24 topecongiroIncrease stack size on ci
2019-03-24 topecongiroAvoid rewriting pairs mutiple times
2019-03-24 topecongiroAdd a test for #3465
2019-03-24 topecongiroDiscard every parsing error in silent_emitter
2019-03-22 rchaser53add test for visitor mad from same context
2019-03-21 rchaser53reflect scampi review
2019-03-21 rchaser53refrect topecongiro reviews
2019-03-21 topecongiroRelease 1.1.1
2019-03-21 Seiichi UchidaMerge pull request #3464 from topecongiro/issue-3463
2019-03-21 topecongiroAvoid duplication on the presence of spaces between...
2019-03-21 Seiichi UchidaMerge pull request #3462 from stjepang/fix-async-formatting
2019-03-20 Stjepan GlavinaFix formatting of async blocks
2019-03-20 rchaser53add explanation for rustfmt::skip::macros
2019-03-20 rchaser53use RefCell and Rc
2019-03-20 rchaser53add new attribute rustfmt::skip::macros
2019-03-20 Seiichi UchidaMerge pull request #3460 from scampi/ci-integration...
2019-03-20 Stéphane Campinasshow the HEAD of the integration branch to faciliate...
2019-03-19 Stéphane CampinasMerge pull request #3458 from topecongiro/issue-3457
2019-03-19 Stéphane Campinasfix line numbering in missed spans and handle file_line...
2019-03-19 Seiichi UchidaAvoid panic on macro inside deeply nested block
next