]> git.lizzy.rs Git - rust.git/history - src
feat: support parsing asm! args
[rust.git] / src /
2021-12-29 Caleb Cartwrightfeat: support parsing asm! args
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-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-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
next