]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-01-02 Chris EmersonMake `--check` work when running from stdin. (#3896)
2022-01-01 Yacin TmimiImprove out of line module resolution
2021-12-29 David LattimoreDo not flatten match arm block with leading attributes
2021-12-29 Caleb Cartwrightfeat: support parsing asm! args
2021-12-29 Caleb Cartwrightchore: bump toolchain
2021-12-28 Caleb Cartwrightchore: reduce some vis. for updated unreachable_pub...
2021-12-24 Yacin TmimiRetain qualified path when rewriting struct literals
2021-12-24 David TolnayFix static async closure qualifier order
2021-12-21 Caleb Cartwrightchore: cleanup unused imports
2021-12-21 Caleb Cartwrightrefactor: encapsulate cfg_if parsing within parse mod
2021-12-21 Caleb Cartwrightrefactor: extract final rustc_parse touchpoint from...
2021-12-21 Caleb Cartwrightrefactor: move lazy_static parsing to parse mod
2021-12-21 Caleb Cartwrightrefactor: move macro arg parsing to parse mod
2021-12-21 Caleb Cartwrightrefactor: rename syntux mod to parse
2021-12-20 Caleb CartwrightMerge pull request #5140 from calebcartwright/subtree...
2021-12-20 Caleb Cartwrightchore: bump toolchain
2021-12-19 Caleb CartwrightMerge remote-tracking branch 'upstream/master' into...
2021-12-15 Nicholas NethercoteRemove unnecessary sigils around `Ident::as_str()`...
2021-12-15 Nicholas NethercoteRemove unnecessary sigils around `Symbol::as_str()...
2021-12-15 Nicholas NethercoteRemove `SymbolStr`.
2021-12-14 Yacin TmimiPrevent duplicate comma when formatting struct pattern...
2021-12-14 Matthias Krügerclippy fixes
2021-12-08 Yacin TmimiBackport: Do not touch module with #![rustfmt::skip...
2021-12-03 Caleb CartwrightMerge commit '8da837185714cefbb261e93e9846afb11c1dc60e...
2021-12-03 Caleb CartwrightMerge pull request #5121 from calebcartwright/subtree...
2021-12-03 Caleb CartwrightMerge remote-tracking branch 'upstream/master' into...
2021-12-02 Yacin TmimiDetermine when new comment lines are needed for itemize...
2021-11-29 Yacin TmimiUpdate nightly only test with #[nightly_only_test]...
2021-11-29 Caleb Cartwrightrefactor: maintain more AST info when formatting a RHS
2021-11-27 Yacin TmimiConditionally compile tests based on CFG_RELEASE_CHANNE...
2021-11-27 Yacin TmimiRun Windows, Linux, and Mac CI tests with nightly and...
2021-11-27 mujpaoAdd more tests for comments in lists
2021-11-26 Fabian KellerUpdate README.md
2021-11-24 Esteban KuberChange how the fn params span is calculated
2021-11-23 Domfix: do not wrap reference-style doc links
2021-11-20 Johannes LinkeAdd a few missing tracking issues in Configurations...
2021-11-20 mujpaoPreserve normalized comments after last list item
2021-11-18 Caleb Cartwrightfix: correct some type alias issues
2021-11-18 Caleb Cartwrighttests: add cases for type alias issues
2021-11-17 Caleb Cartwrightrefactor: cleanup duplicative Impl handling code
2021-11-09 Wu Yu WeiLink tracking issues in Configurations.md (#4096)
2021-11-08 Caleb CartwrightMerge commit 'ea199bacef07213dbe008841b89c450e3bf0c638...
2021-11-08 Caleb CartwrightMerge pull request #5070 from calebcartwright/rustup...
2021-11-08 Caleb Cartwrightchore: bump toolchain
2021-11-07 Caleb CartwrightMerge remote-tracking branch 'upstream/master' into...
2021-11-07 Caleb Cartwrightrefactor: dedupe associated item visitation
2021-11-07 Vadim Petrochenkovast: Fix naming conventions in AST structures
2021-11-06 Caleb Cartwrightrefactor: dedupe & simplify ty alias formatting
2021-11-06 mujpaoPut empty trait braces on same line if possible
2021-11-06 Dmitry MurzinUpdate IntelliJ Integration (#4238)
2021-11-04 Caleb Cartwrightfix: handle external mods imported via external->inline...
2021-11-04 Caleb Cartwrightci: drop appveyor
2021-11-03 r00ster Remove grave accent that shouldn't be there
2021-11-01 Peter HallUse a custom env var for log settings intead of default...
2021-10-31 Yacin TmimiPrevent trailing whitespace in where clause bound predicate
2021-10-30 JonathanDocument RUSTFMT environment variable (#4464)
2021-10-30 chansukeFix MSRV
2021-10-30 enterpriseyREADME grammar fix (#3926)
2021-10-30 Caleb Cartwrightrefactor: minor parser cleanup
2021-10-29 Yacin TmimiRetain trailing comments in module when using rustfmt...
2021-10-29 Seiichi UchidaRemove legacy-rustfmt.toml (#4169)
2021-10-28 Matthias Krügerfix a bunch of the other clippy warnings that look...
2021-10-28 Matthias Krügerfix clippy::needless_borrow
2021-10-26 Yacin TmimiAdd rustdoc CI check
2021-10-24 Caleb CartwrightMerge pull request #5043 from calebcartwright/another...
2021-10-24 Caleb CartwrightMerge remote-tracking branch 'upstream/master' into...
2021-10-23 MartinezAdd One option to group_imports (#4966)
2021-10-21 Caleb Cartwrightfix doc issue in rustfmt
2021-10-20 Caleb Cartwrightensure cargo-fmt tests are excluded from root workspace
2021-10-20 Caleb CartwrightMerge commit 'efa8f5521d3813cc897ba29ea0ef98c7aef66bb6...
2021-10-20 Caleb Cartwrightchore: bump version and changelog
2021-10-20 Caleb CartwrightMerge pull request #5036 from calebcartwright/1.4.38...
2021-10-20 Caleb Cartwrightchore: bump toolchain, fix conflict
2021-10-20 Caleb CartwrightMerge branch 'master' into 1.4.38-subtree
2021-10-19 Yacin TmimiReplace match expression with match! macro
2021-10-17 Yacin TmimiHandle DefinitiveListTactic::SpecialMacro when writing...
2021-10-17 Caleb Cartwrightci: fix release asset upload job
2021-10-14 Caleb Cartwrightfeat: stabilize disable_all_formatting
2021-10-14 Yacin TmimiUpdate connector search in ControlFlow::rewrite_pat_exp...
2021-10-13 Yacin TmimiAdjust non-empty tuple struct span to start before...
2021-10-13 Yacin TmimiPrevent structs with ".." from being rewritten with...
2021-10-11 Emilio Cobos... Stabilize match_block_trailing_comma. (#4145)
2021-10-06 Yacin TmimiAdd additional test cases for issue 4984
2021-10-06 Yacin TmimiUpdate derive attibute span to start after opening '('
2021-10-05 Patrick WaltonWrap long array and slice patterns.
2021-09-29 UlyssaAdd tests for binop_separator = Back
2021-09-27 Yacin TmimiPrevent removal of qualified path for tuple struct...
2021-09-25 Lucas KentIn Configurations.md demonstrate both cases for noop...
2021-09-24 Caleb Cartwrightrefactor: simplify local dep lookups
2021-09-24 Caleb Cartwrighttests: restructure and extend cargo-fmt tests
2021-09-24 Caleb Cartwrightdeps: update cargo_metadata to include 'path'
2021-09-21 Mark RousskovMigrate to 2021
2021-09-21 UlyssaTrailing comma on match block goes missing when guard...
2021-09-17 Caleb Cartwrightrefactor: use iter workaround for contains() gap
2021-09-17 Caleb Cartwrightfeat: add --check flag to cargo fmt (#3890)
2021-09-15 Manish GoregaokarRollup merge of #88775 - pnkfelix:revert-anon-union...
2021-09-15 Arjen Laarhovenfeat: upper- or lowercase hexadecimal literals
2021-09-15 Seiichi UchidaSupport @generated marker to skip code formatting
2021-09-13 Laurențiu Nicolaopts: rephrase wording for --all and -p
2021-09-11 borsAuto merge of #84373 - cjgillot:resolve-span, r=michael...
next