]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-04-12 Seiichi UchidaPreserve trailing comma on macro call when using mixed...
2018-04-10 Nick CameronMerge pull request #2605 from nrc/import-squelch
2018-04-10 Nick CameronReview changes
2018-04-10 Nick Cameronrebasing
2018-04-10 Nick CameronUpdate tests
2018-04-10 Nick CameronSquash the various 'reorder imports' option into one
2018-04-10 Nick CameronMerge pull request #2612 from peterhuene/suppress-unsta...
2018-04-10 Nick CameronMerge pull request #2613 from dwijnand/patch-1
2018-04-09 Dale Wijnandspecify nightly required to install from source
2018-04-09 Peter HueneSuppress unstable config options by default.
2018-04-09 Nick CameronTry to fix a build regression before it happens
2018-04-09 Nick CameronMake `error_on_line_overflow` false by default
2018-04-09 Nick CameronReorder config options
2018-04-08 Nick CameronFix test
2018-04-08 Nick CameronMerge pull request #2609 from csmoe/update_rustc_syntax
2018-04-08 csmoeupdate rustc syntax 91.0.0
2018-04-06 Seiichi UchidaCargo update (#2602)
2018-04-06 Nick CameronMerge pull request #2601 from topecongiro/fix-merge...
2018-04-06 Seiichi UchidaFix up merge mess
2018-04-06 Nick CameronMerge pull request #2600 from i1skn/error_on_unformatted
2018-04-05 Nick CameronMerge pull request #2599 from topecongiro/issue-2596
2018-04-05 Nick CameronMerge pull request #2593 from topecongiro/issue-2455
2018-04-05 Ivan SorokinFix error_on_unformatted and skip_children override
2018-04-05 Nick CameronMerge pull request #2576 from topecongiro/merge-imports
2018-04-05 Nick CameronMerge pull request #2589 from topecongiro/issue-2588
2018-04-05 Nick CameronMerge pull request #2581 from sinkuu/build_script
2018-04-05 Nick CameronMerge pull request #2580 from remram44/improve-where_si...
2018-04-05 Seiichi UchidaAdd trailing comma when using mixed layout with block...
2018-04-05 Seiichi UchidaPut imports list on the next line if it exceeds max...
2018-04-05 Seiichi UchidaAdd a test for #2569
2018-04-05 Seiichi UchidaDo not indent or unindent inside string literal
2018-04-05 Seiichi UchidaImplement LineClasses
2018-04-05 Seiichi UchidaAdd tests for #2588
2018-04-05 Seiichi UchidaReorder impl items based on its kind
2018-04-05 Seiichi UchidaAdd reorder_impl_items config option
2018-04-05 memoryleak47typo (#2598)
2018-04-04 Ryan Leungadd tests for macro!(/* comment */) (#2592)
2018-04-03 Russell CohenInclude instructions to install on nightly (#2590)
2018-04-01 MarthogLet --dump-default-config default to stdout #2579 ...
2018-04-01 Seiichi UchidaMerge pull request #2584 from sinkuu/cleanup
2018-04-01 Shotaro YamadaDo not turn spaces in the beginning of the file into...
2018-04-01 Shotaro YamadaFix typo
2018-04-01 Shotaro YamadaUse ListItem::has_comment
2018-04-01 Shotaro YamadaRemove redudant parens
2018-04-01 Shotaro YamadaReturn String instead of always returing Cow::Owned
2018-04-01 Shotaro YamadaRemove stray comment
2018-04-01 Shotaro YamadaDo not collect into a Vec by hand
2018-04-01 Shotaro YamadaRemove unnecessary `[..]`s
2018-04-01 Shotaro YamadaUse Iterator methods
2018-04-01 Shotaro YamadaUse str::repeat
2018-04-01 Shotaro YamadaRerun build.rs only when .git/HEAD or CFG_RELEASE_CHANN...
2018-03-31 Remi RampinImprove where_single_line help
2018-03-31 Ivan SorokinAdd test #2574 (#2577)
2018-03-31 Seiichi UchidaCargo fmt
2018-03-31 Seiichi UchidaCargo fmt
2018-03-31 Seiichi UchidaFormat normalized use item
2018-03-31 Seiichi UchidaDo not include separator to post comment
2018-03-31 Seiichi UchidaDo not insert newline when item is empty
2018-03-31 Seiichi UchidaUpdate tests
2018-03-30 Seiichi UchidaCargo update (#2575)
2018-03-29 Seiichi UchidaMerge pull request #2572 from codeworm96/remove_unreachable
2018-03-28 codeworm96Add test for #2558
2018-03-28 codeworm96Remove unreachable! from macros.rs
2018-03-28 Nick CameronMerge pull request #2571 from topecongiro/issue-2569
2018-03-28 Nick CameronMerge pull request #2557 from topecongiro/vertical...
2018-03-28 Nick CameronMerge pull request #2562 from topecongiro/issue-2196
2018-03-28 Seiichi UchidaAvoid panicking on macro call with a single comma
2018-03-28 Seiichi UchidaUpdate tests
2018-03-28 Seiichi UchidaFollow indent style config when formatting attrs
2018-03-28 Seiichi UchidaMerge pull request #2563 from rleungx/allow-underscore
2018-03-27 rleungxallow underscore
2018-03-27 Seiichi UchidaMerge pull request #2568 from mtn/features_typo
2018-03-27 Michael Noronha/s/featuers/features
2018-03-26 Nick CameronMerge pull request #2567 from cramertj/master
2018-03-26 Taylor CramerAllow stabilization of match_default_bindings
2018-03-26 Nick CameronMerge pull request #2556 from topecongiro/issue-2554
2018-03-25 Seiichi UchidaUpdate tests and cargo fmt
2018-03-25 Seiichi UchidaFormat array using overflow module
2018-03-25 Seiichi UchidaFactor out default_tactic and fix indentation
2018-03-25 Seiichi UchidaReplace MacroStyle with ast::DelimToken
2018-03-25 Seiichi UchidaAvoid cloning RewriteContext
2018-03-25 topecongiroUse vertical layout for complex attributes
2018-03-23 Seiichi UchidaDo not add the beginning vert to the match arm
2018-03-22 Nick CameronMerge pull request #2549 from topecongiro/macro-def...
2018-03-22 Nick CameronMerge pull request #2553 from topecongiro/rustc-ap...
2018-03-22 topecongiroCargo fmt and update tests
2018-03-22 topecongiroRemove a space after a colon of metavariable def in...
2018-03-22 topecongiroUpdate a test
2018-03-22 topecongiroUse `UseSegment::Slf` or `UseSegment::Super` when appro...
2018-03-22 topecongiroFix libsyntax updates
2018-03-22 topecongiroFix libsyntax update
2018-03-22 topecongiroCargo update
2018-03-22 Nick CameronMerge pull request #2552 from alanhdu/master
2018-03-22 Alan DuClose #2551
2018-03-22 Alan DuFix build
2018-03-22 Nick CameronMerge pull request #2550 from sinkuu/chars_count_index
2018-03-22 Nick CameronMerge pull request #2548 from topecongiro/match-mod
2018-03-22 Nick CameronMerge pull request #2535 from nrc/import-ord
2018-03-21 Shotaro YamadaOmit unnecessary UTF-8 decoding
2018-03-21 Shotaro YamadaUse take_while
next