]> git.lizzy.rs Git - rust.git/history - tests
Add context to get_toml_path() error (#5207)
[rust.git] / tests /
2022-02-11 Yacin TmimiLeverage itemized blocks to support formatting markdown...
2022-02-11 Tharun Rajendranchore(rustfmt): remove executable path from usage strin...
2022-02-11 Gabriel SmithFix incorrect string indentation in macro defs with...
2022-02-07 Frank KingFix doc of generic items formmating error (#5124)
2022-02-04 Stéphane CampinasAdd tests for the One and Crate variants
2022-02-04 Stéphane CampinasFix import_granularity option when the use tree has...
2022-02-04 Yacin TmimiRetain trailing separator when extracting the last...
2022-02-02 Stéphane CampinasHandle non-ascii character at boundary (#5089)
2022-01-29 Yacin TmimiPrevent adding trailing whitespace when rewriting ast...
2022-01-29 Szymon GibałaFix formatting of comments in empty structs (#5171)
2022-01-23 Caleb CartwrightMerge remote-tracking branch 'upstream/master' into...
2022-01-02 Seiichi UchidaUse <stdin> when emitting stdin as filename (#4298)
2022-01-02 TimFix newlines in JSON output (#4262)
2022-01-02 Caleb Cartwrightrefactor: update json emitter to better handle errors...
2022-01-02 Chris EmersonMake `--check` work when running from stdin. (#3896)
2022-01-01 Yacin TmimiImprove out of line module resolution
2021-12-30 Caleb CartwrightMerge commit '4a053f206fd6799a25823c307f7d7f9d897be118...
2021-12-29 David LattimoreDo not flatten match arm block with leading attributes
2021-12-24 Yacin TmimiRetain qualified path when rewriting struct literals
2021-12-24 David TolnayFix static async closure qualifier order
2021-12-19 Caleb CartwrightMerge remote-tracking branch 'upstream/master' into...
2021-12-14 Yacin TmimiPrevent duplicate comma when formatting struct pattern...
2021-12-08 Yacin TmimiBackport: Do not touch module with #![rustfmt::skip...
2021-12-03 Caleb CartwrightMerge commit '8da837185714cefbb261e93e9846afb11c1dc60e...
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-27 mujpaoAdd more tests for comments in lists
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 Cartwrighttests: add cases for type alias issues
2021-11-08 Caleb CartwrightMerge commit 'ea199bacef07213dbe008841b89c450e3bf0c638...
2021-11-07 Caleb CartwrightMerge remote-tracking branch 'upstream/master' into...
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-10-31 Yacin TmimiPrevent trailing whitespace in where clause bound predicate
2021-10-29 Yacin TmimiRetain trailing comments in module when using rustfmt...
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-20 Caleb Cartwrightensure cargo-fmt tests are excluded from root workspace
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-17 Yacin TmimiHandle DefinitiveListTactic::SpecialMacro when writing...
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-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-24 Caleb Cartwrighttests: restructure and extend cargo-fmt tests
2021-09-21 UlyssaTrailing comma on match block goes missing when guard...
2021-09-15 Arjen Laarhovenfeat: upper- or lowercase hexadecimal literals
2021-09-15 Seiichi UchidaSupport @generated marker to skip code formatting
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 Caleb Cartwrighttests: add files for issue 4579
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-03 Erictest: add test for #4322
2021-09-03 Erictest: add test for #4954
2021-09-03 Erictest: add test for #4257
2021-09-03 Erictest: add missing source for #4943
2021-08-31 Yusuke TanakaImplement `One` option for imports_granularity (#4669)
2021-08-31 Cameron SteffenTemporary fix rustfmt for let-else
2021-08-27 DeadbeefFix rustfmt test
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 David TolnayAdd test for visibility on a trait item (currently...
2021-08-22 Frank SteffahnFix typos “an”→“a” and a few different ones that appear...
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 EllenUnyeet const param defaults
2021-07-26 Caleb CartwrightMerge commit '4236289b75ee55c78538c749512cdbeea5e1c332...
2021-07-26 Caleb Cartwrightfix: correct arm leading pipe check (#4880)
2021-07-26 Caleb CartwrightMerge pull request #4920 from calebcartwright/subtree...
2021-06-21 Yuki OkushiRollup merge of #86424 - calebcartwright:rustfmt-mod...
2021-06-18 Caleb Cartwrightfix(rustfmt): load nested out-of-line mods correctly
2021-05-04 Caleb Cartwrighttests: remove snippets with inner attrs on non-block...
2021-04-22 ChinYing-LiAdd the case in duplicate issue (#4806) to the idempote...
2021-04-22 ChinYing-LiRecognize when a block comment has been ended inside...
2021-04-22 Joseph Birr-PixtonAdd some basic tests for chain_width use
2021-04-22 Caleb Cartwrighttests: augment heuristics tests
2021-04-22 Caleb Cartwrightrefactor: apply heuristic config changes in lib
2021-02-18 David Bar-OnAdd the use of rewrite_assign_rhs_with_comments to 1.x
2021-02-18 David Bar-OnFix for issue 4603 about extra macro body indentation...
2021-01-29 Caleb Cartwrighttests: add case for issue 4675
2021-01-28 Caleb Cartwrightchore: backport some empty block check fixes
2021-01-28 vallentinAdded 4646 test case
2021-01-28 Michael MorganAdd imports_granularity="Item".
2021-01-28 Sean Kleinfix: Avoid incorrect global 'cfg_if' Symbol interning
2021-01-28 Ayaz HafizInclude const generic type bounds in their spans
2021-01-28 topecongiroDo not duplicate const keyword on parameters
2021-01-28 Seiichi UchidaUse the span after generics and where clause (#4208)
next