]> git.lizzy.rs Git - rust.git/history - src/formatting
Use the traits added to the Rust 2021 Edition prelude
[rust.git] / src / formatting /
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-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
2019-05-16 Seiichi UchidaMerge pull request #3535 from xiongmao86/issue3417
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 SchmidmeisterAdd tests to cover more edge cases
2019-05-09 Ruben SchmidmeisterMake sure windows newlines don't gain an extra carriage...
2019-05-09 Ruben SchmidmeisterImplement conversion to unix newlines
2019-05-02 Ruben SchmidmeisterMerge remote-tracking branch 'origin/master' into refac...
2019-04-24 Ruben SchmidmeisterUse more descriptive names
2019-04-24 Ruben SchmidmeisterPreserve standalone carriage returns on windows also
2019-04-24 Ruben SchmidmeisterSplit apply with auto detection tests into separate fns
2019-04-24 Ruben SchmidmeisterFix auto detection of windows newlines for inputs with...
2019-04-24 Ruben SchmidmeisterSplit auto_detect tests into seperate fns
2019-04-24 Ruben SchmidmeisterExtract conversion to windows newlines into fn
2019-04-24 Ruben SchmidmeisterExtract literals into constants
2019-04-24 Ruben SchmidmeisterIntroduce effective newline style
2019-04-24 Ruben SchmidmeisterConvert to free standing functions
2019-04-24 Ruben SchmidmeisterExtract applying of newline style into own mod