]> git.lizzy.rs Git - rust.git/history - src/comment.rs
fix: do not wrap reference-style doc links
[rust.git] / src / comment.rs
2021-11-23 Domfix: do not wrap reference-style doc links
2021-11-07 Caleb CartwrightMerge remote-tracking branch 'upstream/master' into...
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-21 Caleb Cartwrightfix doc issue in rustfmt
2021-10-20 Caleb CartwrightMerge commit 'efa8f5521d3813cc897ba29ea0ef98c7aef66bb6...
2021-10-20 Caleb CartwrightMerge branch 'master' into 1.4.38-subtree
2021-09-09 Nipunn Koorapatirustfmt doc code blocks with multiple comma-separated...
2021-09-06 Stéphane Campinastry to write the parameter on a new line in case the...
2021-09-06 Caleb Cartwrightfix: newline width calc in combine w/ comments (#4123)
2021-08-17 borsAuto merge of #87119 - jyn514:rustfmt-doc-private,...
2021-08-16 Joshua NelsonDocument private items for rustfmt
2021-08-02 borsAuto merge of #87535 - lf-:authors, r=Mark-Simulacrum
2021-07-26 Caleb CartwrightMerge commit '4236289b75ee55c78538c749512cdbeea5e1c332...
2021-07-26 Matthias Krügerfix a bunch of clippy warnings
2021-04-22 ChinYing-LiRecognize when a block comment has been ended inside...
2021-02-18 David Bar-OnAdd the use of rewrite_assign_rhs_with_comments to 1.x
2021-02-18 Joshua NelsonFix warnings
2020-11-12 Caleb Cartwrightfeat: don't insert semi in macro_rules arm body
2020-06-13 Seiichi UchidaMerge pull request #4253 from calebcartwright/rustfmt...
2020-06-12 Caleb Cartwrightfix: backport fix for #4079
2020-06-12 Caleb Cartwrightfix: backport fix for #4020
2020-03-30 Manish GoregaokarMerge pull request #4100 from calebcartwright/rustfmt1x...
2020-03-27 Caleb Cartwrightrefactor: backport syntux mod
2020-02-10 Seiichi Uchidarustfmt 1.x bump rustc-ap to v642 (#4043)
2020-02-09 Caleb Cartwrightdeps: update rustc-ap to v642.0.0
2019-10-25 Seiichi Uchidafix handling of nested comments in patterns and Control...
2019-10-18 Caleb Cartwrightfix: comments between lhs and rhs
2019-10-02 Stéphane Campinasfix rust code in comment with a line containing only...
2019-06-30 Stéphane Campinasfix extraction of missing comments when rewriting an...
2019-05-18 Ruben SchmidmeisterMerge branch 'master' into normalize-multiline-doc...
2019-05-16 rchaser53use the span between the self_ty and left brace
2019-05-16 rchaser53fix `Const generics are handled incorrectly`
2019-05-16 Seiichi UchidaMerge pull request #3535 from xiongmao86/issue3417
2019-05-10 xiongmao86Revert "Revert "Change config option from format_doc_co...
2019-05-10 Stéphane CampinasMerge pull request #3546 from bash/unreachable-pub
2019-05-09 Ruben SchmidmeisterEnable unreachable_pub lint
2019-05-09 Seiichi UchidaMerge pull request #3486 from scampi/issue-3197
2019-05-08 xiongmao86Revert "Change config option from format_doc_comments...
2019-05-06 xiongmao86Change config option from format_doc_comments to format...
2019-05-02 xiongmao86Isolate format_doc_comment with normalize_comments...
2019-04-17 Seiichi UchidaMerge pull request #3511 from topecongiro/issue3498
2019-04-17 Seiichi UchidaMerge pull request #3510 from topecongiro/issue3509
2019-04-16 Stéphane CampinasMerge pull request #3506 from rchaser53/issue-3505
2019-04-11 Stéphane CampinasMerge pull request #3504 from matthiaskrgr/clippy_2
2019-04-11 Matthias Krügerfix clippy warnings
2019-04-09 Seiichi UchidaMerge pull request #3495 from scampi/issue-1096
2019-04-05 Stéphane Campinaskeep missed comments appearing after the struct/enum...
2019-03-29 Seiichi UchidaMerge pull request #3480 from sinkuu/cleanup
2019-03-29 Shotaro YamadaRemove redundant &
2019-02-19 Alexander RegueiroVarious cosmetic improvements (#3403)
2019-02-15 Stéphane CampinasMerge pull request #3334 from rchaser53/issue-3227
2019-02-14 Seiichi UchidaMerge pull request #3401 from topecongiro/rustcap
2019-02-10 Seiichi UchidaMerge pull request #3335 from h-michael/rust-2018
2019-02-09 Hirokazu HataFix rust_2018_idioms warnings
2019-02-05 Seiichi UchidaMerge pull request #3318 from rchaser53/issue-3314
2019-02-05 rchaser53fix Removed indentation after nested comments error
2019-02-05 Seiichi UchidaMerge pull request #3317 from fyrchik/fix/edition
2019-02-04 Evgeniitransition to Rust 2018
2019-01-17 Nick CameronMerge pull request #3284 from scampi/issue-3270
2019-01-14 wada314Use Unicode-standard char width to wrap comments or...
2019-01-14 Stéphane CampinasMerge pull request #3225 from scampi/issue-3224
2019-01-10 Stéphane Campinasrecognize strings inside comments in order to avoid...
2019-01-07 Nick CameronMerge pull request #3260 from topecongiro/issue-3004
2018-12-25 Stéphane Campinassimplify function to create a string from the itemized...
2018-12-25 Seiichi UchidaMerge pull request #3266 from wada314/fix-2973
2018-12-25 Seiichi UchidaMerge pull request #3269 from wada314/lc-unreachable
2018-12-24 Shohei WadaRemove a trivial redundant code.
2018-12-23 Shohei WadaChange \r detection much simpler.
2018-12-23 Shohei WadaFix #2973 in Windows CRLF env.
2018-12-18 Seiichi UchidaMerge pull request #3240 from Xanewok/parser-panic
2018-12-18 Seiichi UchidaMerge pull request #3250 from scampi/issue3229
2018-12-18 Philipp HanschFix trim_right/trim_left deprecation warnings (#3252)
2018-12-01 Stéphane Campinasrewrite_comment: fix block fallback when failing to...
2018-11-15 Nick CameronDon't align comments on `extern crate`s
2018-11-09 Nick CameronMerge pull request #3175 from kestred/kstenerson/delimi...
2018-11-09 Nick CameronMerge pull request #3188 from scampi/issue3124
2018-11-09 Nick CameronMerge pull request #3183 from scampi/issue3182
2018-11-08 Alan DuDo not count /*/ as both start and end comment (#3185)
2018-11-07 Stéphane Campinasdo not wrap comments in doctest to avoid failing doctes...
2018-11-07 Kevin StenersonTrim the indentation on macros which heuristically...
2018-11-05 Nick CameronMerge pull request #3172 from scampi/issue3153
2018-11-05 Stéphane Campinastrim the start of a line when wrapping an item in prepa...
2018-10-31 Nick CameronMerge pull request #3159 from scampi/issue-3132
2018-10-30 Stéphane CampinasThe method trim_left_preserve_layout didn't handle...
2018-10-25 Nick CameronMerge pull request #3129 from otavio/issue-3104
2018-10-24 Nick CameronMerge pull request #3113 from scampi/issue3105
2018-10-24 Stéphane Campinaskeep track of lines which formatting was disabled in...
2018-10-24 Stéphane CampinasFix handling of code that is annotated with rustfmt...
2018-10-24 Nick CameronMerge pull request #3116 from kellerkindt/patch-1
2018-10-22 Nick CameronMerge pull request #3126 from topecongiro/issue-3117
2018-10-22 Seiichi UchidaMerge pull request #3114 from matthiaskrgr/typos
2018-10-19 Matthias Krügerfix a few typos found via codespell.
2018-10-18 Nick CameronMerge pull request #3109 from scampi/issue-3038
2018-10-18 Nick CameronRemove NLL feature
2018-10-15 Nick CameronMerge pull request #3106 from sinkuu/clippy
2018-10-15 Nick CameronMerge pull request #3102 from nrc/arm-guard-newline
2018-10-15 Nick CameronMerge pull request #3101 from nrc/pair-newline
next