aboutsummaryrefslogtreecommitdiffstats
path: root/src/format.rs
Commit message (Expand)AuthorAgeFilesLines
* Update to latest quote-1.0.3Chih-Hung Hsieh2020-03-201-4/+4
* Space apart rustdoc sectionsDavid Tolnay2019-08-101-0/+10
* Remove excessive doc linkingDavid Tolnay2019-08-101-8/+8
* Remove format_ident panic case from docDavid Tolnay2019-08-101-2/+2
* Make the description of formatting traits more recognizableDavid Tolnay2019-08-101-5/+5
* Remove ```edition2018 now that whole crate is on 2018David Tolnay2019-08-031-4/+4
* Stricter about trailing commas in format_identDavid Tolnay2019-07-181-4/+13
* Clarify names of format_ident macro variablesDavid Tolnay2019-07-181-16/+16
* Split format_ident private rules to a hidden macroDavid Tolnay2019-07-181-25/+29
* Give format_ident macro its own moduleDavid Tolnay2019-07-181-0/+141