]> git.lizzy.rs Git - rust.git/history - src/formatting
Rollup merge of #86274 - alexander-melentyev:spaces, r=bjorn3
[rust.git] / src / formatting /
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