]> git.lizzy.rs Git - rust.git/history - tests
Rename `NestedMetaItem::[Ll]iteral` as `NestedMetaItem::[Ll]it`.
[rust.git] / tests /
2022-09-13 borsAuto merge of #96709 - jackh726:gats-stabilization...
2022-08-31 Jack HueyStabilize GATs
2022-08-24 Yuki OkushiRollup merge of #99332 - jyn514:stabilize-label-break...
2022-08-24 Joshua NelsonStabilize `#![feature(label_break_value)]`
2022-07-12 Maybe WaffleAdd rustfmt test for formatting `for<>` before closures
2022-06-23 Caleb CartwrightMerge commit 'c4416f20dcaec5d93077f72470e83e150fb923b1...
2022-06-16 Matthias KrügerRollup merge of #97757 - xFrednet:rfc-2383-expect-with...
2022-06-13 Caleb CartwrightMerge commit '7b73b60faca71d01d900e49831fcb84553e93019...
2022-05-21 Jacob PrattRemove `crate` visibility modifier in libs, tests
2022-05-20 ydahFix typo
2022-03-30 Caleb CartwrightMerge commit '5ff7b632a95bac6955611d85040859128902c580...
2021-12-30 Caleb CartwrightMerge commit '4a053f206fd6799a25823c307f7d7f9d897be118...
2021-12-03 Caleb CartwrightMerge commit '8da837185714cefbb261e93e9846afb11c1dc60e...
2021-11-08 Caleb CartwrightMerge commit 'ea199bacef07213dbe008841b89c450e3bf0c638...
2021-10-20 Caleb Cartwrightensure cargo-fmt tests are excluded from root workspace
2021-10-20 Caleb CartwrightMerge commit 'efa8f5521d3813cc897ba29ea0ef98c7aef66bb6...
2021-09-06 borsAuto merge of #88493 - chenyukang:fix-duplicated-diagno...
2021-08-31 Cameron SteffenTemporary fix rustfmt for let-else
2021-08-27 DeadbeefFix rustfmt test
2021-08-27 DeadbeefIntroduce `~const`
2021-08-22 Frank SteffahnFix typos “an”→“a” and a few different ones that appear...
2021-08-02 borsAuto merge of #87535 - lf-:authors, r=Mark-Simulacrum
2021-07-26 Caleb CartwrightMerge commit '4236289b75ee55c78538c749512cdbeea5e1c332...
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)
2021-01-28 hafizInclude constness in impl blocks (#4215)
2021-01-17 Geoffry SongRename `merge_imports` to `imports_granularity` and...
2021-01-16 Caleb Cartwrightfix: indentation issue on generic bounds
2021-01-09 Caleb Cartwrightfix: maintain redundant semis on items in statement pos
2021-01-09 Mara BosAdd 2021 test.
2021-01-09 Mara BosFix expected macro formatting test output.
2020-12-20 Seiichi UchidaFormat error and typeof types (#4416)
2020-12-20 Stéphane CampinasFix rewrite of closures with a return type
2020-12-20 Caleb Cartwrightfix: don't strip nonexistent comma in derive
2020-12-01 David TolnayAdd negative impl test
2020-11-29 WhizSidComment between typebounds (#4474)
2020-11-29 WhizSidFixed comment dropped between & and type issue (#4482)
2020-11-29 WhizSidFixed 'Comment removed between type name and =' issue...
2020-11-29 hafizPick up comments between visibility modifier and item...
2020-11-29 Caleb Cartwrighttests: backport an additional test case
2020-11-29 Adam H. Leventhaltests
2020-11-29 hafizCompare code block line indentation with config whitesp...
2020-11-29 David TolnayRemove `async fn` from extern block tests
2020-11-29 Ayaz HafizDon't drop blocks on foreign functions
2020-11-29 topecongiroAdd a test
2020-11-28 Caleb Cartwrightfeat: support underscore expressions
2020-11-28 Caleb Cartwrightfeat: support struct/slice destructuring
2020-11-26 meiomorphismfix: don't force a newline after an empty where clause
2020-11-19 MattOption to create groups for std, external crates, and...
2020-11-16 Caleb Cartwrightfix: don't drop leading comments in extern
2020-11-14 Caleb Cartwrighttests: attributed comment-only blocks
2020-11-14 WhizSidFixed 'Incorrect comment indent inside if/else' issue...
2020-11-14 Ayaz Hafizfixup! Correctly create artificial span for formatting...
2020-11-12 Caleb Cartwrightfeat: don't insert semi in macro_rules arm body
2020-11-06 Aaron HillDon't flatten a block containing a single macro call
2020-11-03 Caleb Cartwrightfeat: v2 support for nested tuples w/o spaces
2020-11-03 Scott McMurrayAdd some basic tests for `try{}` expressions
2020-11-03 Caleb Cartwrighttests: add test for panic on new_parser_from_file
2020-11-03 Caleb Cartwrightfix(parser): better unclosed delims handling
2020-10-24 hafizPreserve comments in empty statements (#4180)
2020-10-24 Ayaz HafizCorrectly indent skipped-over code
2020-10-02 Ayaz Hafizfixup! Preserve and format type aliases in extern blocks
2020-10-02 Ayaz Hafizfixup! Preserve and format type aliases in extern blocks
2020-10-02 Ayaz HafizPreserve and format type aliases in extern blocks
2020-09-24 Caleb Cartwrighttests: add tests for leading pipe config
2020-09-23 David TolnayAdd regression test for unsafe mods
2020-09-05 Caleb Cartwrightfix: inner attribute formatting
2020-09-05 mahkohFix module resolution in inner modules with paths ...
2020-08-09 Caleb Cartwrighttests: add system tests for inverted span issue
2020-07-21 Seiichi Uchidapreparation for potential rustfmt 1.4.19 (#4283)
2020-07-15 Caleb Cartwrightchore: backport 8157a3f0afe978d3e953420577f8344db7e905bf
2020-06-27 Seiichi UchidaUse correct span for match arms with the leading pipe...
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-06-12 Caleb Cartwrightfix: backport fix for submod parser errors
2020-06-12 Caleb Cartwrightfix: backport mod resolution error handling
2020-03-31 Caleb Cartwrightfix: formatting arbitrary extern abi (#4089)
2020-03-31 Caleb Cartwrightbackport new syntax to rustfmt 1.x (#4105)
2020-03-30 Manish GoregaokarMerge pull request #4100 from calebcartwright/rustfmt1x...
2020-03-28 Caleb Cartwrightrefactor: rename libsyntax --> rustc_ast
2020-03-28 Caleb Cartwrightfix: unreachable err on Fn with `None` block
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
next