about summary refs log tree commit diff
path: root/src/etc/gen-keywords-table.py
AgeCommit message (Collapse)AuthorLines
2012-01-21Remove keyword multitable generator scriptHaitao Li-103/+0
The script was used for generating a easy to read Rust keywords table in texinfo format.
2011-11-23doc: Build keywords multitable automaticallyHaitao Li-0/+103
Keywords are now listed in a plain text file. They're sorted in column-major order and rendered as a texinfo multitable in rust.texi. Fixes issue #1216.