about summary refs log tree commit diff
path: root/doc/keywords.txt
AgeCommit message (Collapse)AuthorLines
2012-04-19doc: Remove unused keywords.txtBrian Anderson-19/+0
2012-04-19doc: Update keyword listBrian Anderson-8/+7
2012-04-19doc: Update keywords.txt with modern list of keywords derived from parser.Joshua Wise-8/+8
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-1/+1
2012-03-11Docs for infinite loopsTim Chevalier-1/+1
2012-01-09Replace all occurrences of 'when' with 'if' in documentation and tutorial.Austin Seipp-1/+1
Also update the naturaldocs keywords file. Closes #1396
2012-01-09Remove proto_sugar and 'lambda' as keyword, commit to fn@.Graydon Hoare-1/+1
2011-11-23doc: Build keywords multitable automaticallyHaitao Li-0/+20
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.