]> git.lizzy.rs Git - rust.git/history - src/formatting.rs
Use the traits added to the Rust 2021 Edition prelude
[rust.git] / src / formatting.rs
2022-04-17 hkalbasiMemoize format_expr
2022-01-23 Caleb CartwrightMerge pull request #5186 from calebcartwright/subtree...
2022-01-23 Caleb CartwrightMerge remote-tracking branch 'upstream/master' into...
2022-01-17 borsAuto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu
2022-01-15 Caleb Cartwrightfix(rustfmt): resolve generated file formatting issue
2021-12-30 Caleb CartwrightMerge commit '4a053f206fd6799a25823c307f7d7f9d897be118...
2021-12-21 Caleb Cartwrightrefactor: rename syntux mod to parse
2021-12-19 Caleb CartwrightMerge remote-tracking branch 'upstream/master' into...
2021-12-14 Matthias Krügerclippy fixes
2021-12-08 Yacin TmimiBackport: Do not touch module with #![rustfmt::skip...
2021-11-08 Caleb CartwrightMerge commit 'ea199bacef07213dbe008841b89c450e3bf0c638...
2021-11-07 Caleb CartwrightMerge remote-tracking branch 'upstream/master' into...
2021-10-28 Matthias Krügerfix clippy::needless_borrow
2021-10-20 Caleb CartwrightMerge commit 'efa8f5521d3813cc897ba29ea0ef98c7aef66bb6...
2021-10-20 Caleb CartwrightMerge branch 'master' into 1.4.38-subtree
2021-09-15 Seiichi UchidaSupport @generated marker to skip code formatting
2021-07-26 Caleb CartwrightMerge pull request #4920 from calebcartwright/subtree...
2021-07-08 Guillaume GomezRework SESSION_GLOBALS API to prevent overwriting it
2021-04-03 Caleb Cartwrightchore: fmt and cleanup
2021-04-03 Caleb Cartwrightdeps: apply rustc module loading changes
2021-04-03 Caleb Cartwrightchore: apply AST HasAttrs->AstLike changes
2021-04-03 Caleb Cartwrightrefactor: apply rustc mod parsing changes
2021-02-18 David Bar-OnFix for issue 4603 about extra macro body indentation...
2021-02-18 Joshua NelsonFix warnings
2021-01-09 Mara BosAdd support for edition 2021.
2020-11-12 Caleb Cartwrightfeat: don't insert semi in macro_rules arm body
2020-09-05 Caleb Cartwrightfix: inner attribute formatting
2020-09-05 Caleb Cartwrightdeps: bump rustc-ap to v673
2020-07-21 Seiichi Uchidapreparation for potential rustfmt 1.4.19 (#4283)
2020-07-15 Caleb Cartwrightdeps: bump rustc-ap to v669
2020-06-13 Seiichi UchidaMerge pull request #4253 from calebcartwright/rustfmt...
2020-06-12 Caleb Cartwrightfix: backport fix for submod parser errors
2020-03-30 Manish GoregaokarMerge pull request #4100 from calebcartwright/rustfmt1x...
2020-03-28 Caleb Cartwrightrefactor: rename libsyntax --> rustc_ast
2020-03-28 Caleb Cartwrightrefactor: parse & mod resolver for rustc-ap v650
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 Cartwrightfix: backport parse bug fix
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-19 Caleb Cartwrightfix: handling of newline_style conflicts (#3850)
2019-10-07 Caleb Cartwrightdon't fail on recoverable parser errors in ignored...
2019-10-05 Seiichi UchidaUpdate rustc-ap-* crates to 606.0.0 (#3835)
2019-09-04 rChaser53fix TrailingWhitespace when using line breaks in macros...
2019-08-16 Caleb Cartwrightadd json emit mode (#3735)
2019-07-17 Michele d'Amico#3665: Implemented (#3689)
2019-06-26 Nikhil BeneschDon't panic on license check errors (#3655)
2019-06-23 rChaser53avoid not to truncate necessary chars (#3640)
2019-06-12 Ruben SchmidmeisterUse trait to abstract emit modes (#3616)
2019-06-09 Seiichi UchidaFormat modules defined in cfg_attr (#3604)
2019-06-08 Seiichi UchidaFormat modules defined inside cfg_if macro calls (...
2019-06-08 Stéphane CampinasMerge pull request #3607 from topecongiro/issue-3493
2019-06-07 topecongiroIgnore sub-modules when skip-children is used
2019-06-03 Seiichi UchidaCargo update (#3559)
2019-05-18 Ruben SchmidmeisterMerge branch 'master' into normalize-multiline-doc...
2019-05-16 Seiichi UchidaMerge pull request #3535 from xiongmao86/issue3417
2019-05-16 Seiichi UchidaMerge pull request #3553 from bash/minor-refactorings
2019-05-14 Ruben SchmidmeisterName field more verbosely
2019-05-10 Stéphane CampinasMerge pull request #3546 from bash/unreachable-pub
2019-05-10 Stéphane CampinasMerge pull request #3526 from bash/refactor-apply-newli...
2019-05-09 Ruben SchmidmeisterEnable unreachable_pub lint
2019-05-09 Seiichi UchidaMerge pull request #3486 from scampi/issue-3197
2019-05-02 Ruben SchmidmeisterMerge remote-tracking branch 'origin/master' into refac...
2019-04-24 Ruben SchmidmeisterConvert to free standing functions
2019-04-24 Ruben SchmidmeisterExtract applying of newline style into own mod
2019-04-24 Seiichi UchidaMerge pull request #3523 from topecongiro/issue-3515
2019-04-24 Seiichi UchidaMerge pull request #3522 from topecongiro/issue-3521
2019-04-24 topecongiroSuppress spurious parse error messages on skipped files
2019-04-17 Seiichi UchidaMerge pull request #3511 from topecongiro/issue3498
2019-04-17 Seiichi UchidaMerge pull request #3510 from topecongiro/issue3509
2019-04-17 Ruben SchmidmeisterUse annotate-snippets for emitting errors (#3507)
2019-04-16 Stéphane CampinasMerge pull request #3506 from rchaser53/issue-3505
2019-04-14 rChaser53Allow specifying glob pattern to ignore config option...
2019-04-11 Stéphane CampinasMerge pull request #3504 from matthiaskrgr/clippy_2
2019-04-11 Matthias Krügerfix clippy warnings
2019-03-29 Seiichi UchidaMerge pull request #3480 from sinkuu/cleanup
2019-03-29 Shotaro YamadaRemove redundant scopes
2019-03-24 Seiichi UchidaMerge pull request #3467 from topecongiro/issue-3465
2019-03-24 Seiichi UchidaMerge pull request #3459 from scampi/issue-3442
2019-03-24 Seiichi UchidaMerge pull request #3468 from topecongiro/refactor...
2019-03-24 Seiichi UchidaMerge pull request #3466 from topecongiro/discard-error...
2019-03-24 Stéphane CampinasMerge pull request #3454 from rchaser53/issue-3434
2019-03-24 topecongiroDiscard every parsing error in silent_emitter
2019-03-21 rchaser53refrect topecongiro reviews
2019-03-17 Seiichi UchidaMerge pull request #3448 from topecongiro/use-new_sub_p...
2019-03-17 Seiichi UchidaMerge pull request #3453 from scampi/issue-3423
2019-03-17 topecongiroDo not look for external modules when the input is...
2019-03-17 topecongiroSupport path-clarity submodule
2019-03-14 Seiichi UchidaUpdate rustc-ap-* crates to 407.0.0 (#3447)
2019-03-05 Seiichi UchidaMerge pull request #3424 from Xanewok/modified-lines...
2019-03-04 Igor MatuszewskiExpose ModifiedLines and implement parsing data from...
2019-03-04 Igor MatuszewskiAllow for stdin input in EmitMode::ModifiedLines
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 Seiichi UchidaMerge pull request #3317 from fyrchik/fix/edition
2019-02-04 Evgeniitransition to Rust 2018
next