]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-03-26 topecongiroRun tests in a thread with larger stack size
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
2019-03-17 topecongiroRelease 1.1.0
2019-03-17 Seiichi UchidaMerge pull request #3448 from topecongiro/use-new_sub_p...
2019-03-17 Seiichi UchidaMerge pull request #3453 from scampi/issue-3423
2019-03-17 Stéphane CampinasAdd comment which refers to an issue on nightly-only...
2019-03-17 topecongiroTweak test settings
2019-03-17 topecongiroDo not look for external modules when the input is...
2019-03-17 topecongiroSupport path-clarity submodule
2019-03-17 topecongiroDisable self_tests on beta channel
2019-03-17 topecongiroAdd a test for #3427
2019-03-16 Stéphane Campinasremove trailing whitespaces in missing spans
2019-03-14 Seiichi UchidaUpdate rustc-ap-* crates to 407.0.0 (#3447)
2019-03-14 Seiichi UchidaMerge pull request #3441 from rchaser53/const-generics
2019-03-13 Stéphane CampinasMerge pull request #3444 from daxpedda/patch-1
2019-03-13 daxpeddaAdditional info to default value of edition.
2019-03-12 rchaser53implement for const generics
2019-03-11 Seiichi UchidaFormat the if expression at the end of the block in...
2019-03-10 Seiichi UchidaMerge pull request #3440 from rchaser53/issue-3439
2019-03-10 rchaser53fix 'Ident of macro+ident gets duplicated' error
2019-03-05 Seiichi UchidaMerge pull request #3424 from Xanewok/modified-lines...
2019-03-05 Seiichi UchidaMerge pull request #3430 from rchaser53/no-arg-with...
2019-03-04 Igor MatuszewskiRemove redundant closure
2019-03-04 Igor MatuszewskiFix stdin_works... test on Windows
2019-03-04 Igor MatuszewskiRemove eprintln
2019-03-04 Igor MatuszewskiExpose ModifiedLines and implement parsing data from...
2019-03-04 Igor MatuszewskiAllow for stdin input in EmitMode::ModifiedLines
2019-03-04 rchaser53fix not to remove comment in the case of no arg
2019-03-04 Seiichi UchidaMerge pull request #3415 from rchaser53/issue-3198
2019-03-04 Stéphane CampinasMerge pull request #3425 from scampi/futures-rs
2019-03-02 rchaser53leave post comment for self
2019-03-01 Stéphane Campinasmove futures-rs integration back into required tests
2019-02-27 Nick CameronUpdate README.md
2019-02-24 rchaser53leave pre comment for self
2019-02-23 Stéphane CampinasMerge pull request #3409 from rchaser53/issue-3343
2019-02-23 rchaser53apply inline_attribute_width for extern crate
2019-02-23 rchaser53add a section to Configuration.md
2019-02-23 rchaser53add config inline_attribute_width
2019-02-23 Seiichi UchidaMerge pull request #3412 from mathstuf/doc-typos
2019-02-22 Ben BoeckelConfigurations: fix typos and mismatches
2019-02-22 Seiichi UchidaMerge pull request #3411 from scampi/version-gate-clari...
2019-02-21 Stéphane Campinasindicate that version-gate are to be considered only...
2019-02-19 Alexander RegueiroVarious cosmetic improvements (#3403)
2019-02-18 Seiichi UchidaMerge pull request #3407 from scampi/futures-rs
2019-02-18 Seiichi UchidaMerge pull request #3408 from scampi/issue-3111
2019-02-18 Stéphane Campinasdo not put tracking issue as part of the option's title
2019-02-18 Stéphane Campinassilence build failures of futures-rs until https:/...
2019-02-18 Seiichi UchidaMerge pull request #3402 from scampi/stdsimd
2019-02-15 Stéphane Campinasset the TARGET envar for the stdsimd integration test
2019-02-15 Stéphane CampinasMerge pull request #3334 from rchaser53/issue-3227
2019-02-15 rchaser53remove tests/source/issue-3227/one.rs
2019-02-14 topecongiro1.0.3
2019-02-14 Seiichi UchidaMerge pull request #3401 from topecongiro/rustcap
2019-02-14 topecongiroCargo update
2019-02-14 topecongiro1.0.2
2019-02-14 rchaser53version/2: Align loop and while formatting
2019-02-13 Stéphane Campinaspoint unstable options to tracking issues
2019-02-12 Seiichi UchidaMerge pull request #3342 from topecongiro/visibility...
2019-02-12 topecongiroFormat visibility on trait alias
2019-02-10 Seiichi UchidaMerge pull request #3335 from h-michael/rust-2018
2019-02-10 Seiichi UchidaMerge pull request #3333 from topecongiro/macro-arg...
2019-02-10 topecongiroHandle a macro argument with a single keyword
2019-02-10 Seiichi UchidaMerge pull request #3326 from scampi/issue-3302
2019-02-09 Stéphane Campinasremove unneeded Version import
2019-02-09 Hirokazu Hatacargo fmt
2019-02-09 Hirokazu HataFix rust_2018_idioms warnings
2019-02-09 Hirokazu Hatadeny rust_2018_idioms
2019-02-09 Hirokazu Hatacargo +nightly fix --edition-idioms
next