]> git.lizzy.rs Git - rust.git/history - src
feat: remove license_template_path config option
[rust.git] / src /
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-24 Esteban KuberChange how the fn params span is calculated
2021-11-23 Domfix: do not wrap reference-style doc links
2021-11-20 mujpaoPreserve normalized comments after last list item
2021-11-18 Caleb Cartwrightfix: correct some type alias issues
2021-11-17 Caleb Cartwrightrefactor: cleanup duplicative Impl handling code
2021-11-08 Caleb CartwrightMerge commit 'ea199bacef07213dbe008841b89c450e3bf0c638...
2021-11-08 Caleb CartwrightMerge pull request #5070 from calebcartwright/rustup...
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-04 Caleb Cartwrightfix: handle external mods imported via external->inline...
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 Caleb Cartwrightrefactor: minor parser cleanup
2021-10-29 Yacin TmimiRetain trailing comments in module when using rustfmt...
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-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 CartwrightMerge commit 'efa8f5521d3813cc897ba29ea0ef98c7aef66bb6...
2021-10-20 Caleb CartwrightMerge pull request #5036 from calebcartwright/1.4.38...
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-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 ÁlvarezStabilize match_block_trailing_comma. (#4145)
2021-10-06 Yacin TmimiUpdate derive attibute span to start after opening '('
2021-10-05 Patrick WaltonWrap long array and slice patterns.
2021-09-27 Yacin TmimiPrevent removal of qualified path for tuple struct...
2021-09-24 Caleb Cartwrightrefactor: simplify local dep lookups
2021-09-24 Caleb Cartwrighttests: restructure and extend cargo-fmt tests
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...
2021-09-10 Camille GILLOTKeep a parent LocalDefId in SpanData.
2021-09-09 Fabian WolffIgnore automatically derived impls of `Clone` and ...
2021-09-09 Felix S. Klock IIRevert "Allow formatting `Anonymous{Struct, Union}...
2021-09-09 Nipunn Koorapatirustfmt doc code blocks with multiple comma-separated...
2021-09-09 Caleb Cartwrightfix: handle param doc comments for macro scenarios
2021-09-08 Caleb Cartwrightfix: resolve idempotency issue in extern body elements
2021-09-06 Stéphane Campinastry to write the parameter on a new line in case the...
2021-09-06 Caleb Cartwrightfix: use correct spans for params with attrs
2021-09-06 Caleb Cartwrightfix: newline width calc in combine w/ comments (#4123)
2021-09-06 borsAuto merge of #88493 - chenyukang:fix-duplicated-diagno...
2021-09-04 yukangFix #88256, remove duplicated diagnostic
2021-09-03 Esteban KuberDetect bare blocks with type ascription that were meant...
2021-08-31 Yusuke TanakaImplement `One` option for imports_granularity (#4669)
2021-08-31 Cameron SteffenTemporary fix rustfmt for let-else
2021-08-27 DeadbeefIntroduce `~const`
2021-08-26 Ashvin Arsakularatnefix: remove wrong reformatting of qualified paths in...
2021-08-22 David TolnayPreserve visibility on trait items inside trait and...
2021-08-22 Frank SteffahnFix typos “an”→“a” and a few different ones that appear...
2021-08-22 Frank SteffahnFix more “a”/“an” typos
2021-08-17 borsAuto merge of #87119 - jyn514:rustfmt-doc-private,...
2021-08-16 Joshua NelsonDocument private items for rustfmt
2021-08-15 CaioIntroduce hir::ExprKind::Let - Take 2
2021-08-08 Caleb Cartwrightfix: don't drop drop generic args on assoc ty constraints
2021-08-07 Caleb Cartwrightfix: handle GAT types in impls with self bounds
2021-08-02 borsAuto merge of #87535 - lf-:authors, r=Mark-Simulacrum
2021-07-28 klensyBump deps
2021-07-28 EllenUnyeet const param defaults
2021-07-28 Outvi Vfix: make --edition 2021 visible in --help
2021-07-26 Caleb CartwrightMerge commit '4236289b75ee55c78538c749512cdbeea5e1c332...
2021-07-26 Caleb Cartwrightchore: disable clippy::matches_like_macro lint
2021-07-26 Matthias Krügerfix a bunch of clippy warnings
2021-07-26 Caleb Cartwrightfix: correct arm leading pipe check (#4880)
2021-07-26 Michael MurphyAdjusting help message (#4865)
2021-07-26 Casey RodarmorImprove pasta copyability of `merge_imports` deprecatio...
2021-07-26 Ruby LazuliAllow `--edition 2021` to be passed to rustfmt
2021-07-26 Caleb CartwrightMerge pull request #4920 from calebcartwright/subtree...
2021-07-17 Camille GILLOTUse LocalExpnId where possible.
2021-07-08 Guillaume GomezRework SESSION_GLOBALS API to prevent overwriting it
2021-07-01 Joshua NelsonDocument rustfmt on nightly-rustc
2021-06-21 Yuki OkushiRollup merge of #86424 - calebcartwright:rustfmt-mod...
2021-06-21 Yuki OkushiRollup merge of #86274 - alexander-melentyev:spaces...
2021-06-18 Caleb Cartwrightfix(rustfmt): load nested out-of-line mods correctly
2021-06-16 Yuki OkushiUse `AttrVec` for `Arm`, `FieldDef`, and `Variant`
2021-06-10 Ryan LevickAdd support for using qualified paths with structs...
2021-05-17 jedel1043Allow formatting `Anonymous{Struct, Union}` declarations
2021-05-13 Andy WangRename `RealFileName::Named` to `LocalPath`
2021-05-13 Andy WangOnly deal with LocalPath in conversion
2021-05-13 Andy WangRename span_to_string to span_to_diagnostic_string
2021-05-02 Caleb Cartwrightfix: backport changes for latest rustc api comaptibility
2021-04-22 Yuki OkushiUpgrade `annotate-snippets` to 0.8 (#4762)
2021-04-22 ChinYing-LiRecognize when a block comment has been ended inside...
next