rust/src
Gaëtan Cassiers e5ea13da6e Add a generic tool for searching comments in code
This make a base for all functions searching for comments, or searching
code excluding comments, etc. These functions where too simple and
didn't handle complicated cases like nested comments or comment marks
inside string litterals ("/*").
2015-08-28 14:32:02 +02:00
..
bin Fix usage of the tool. Provide -h and --help 2015-08-26 15:07:01 -07:00
comment.rs Add a generic tool for searching comments in code 2015-08-28 14:32:02 +02:00
config.rs Add project-specific configuration file support 2015-08-25 19:05:30 -04:00
expr.rs Add a generic tool for searching comments in code 2015-08-28 14:32:02 +02:00
filemap.rs Formatting 2015-08-20 08:11:14 +12:00
imports.rs Replace uses of x.len() == 0 by x.is_empty() #187 2015-08-25 01:07:48 +03:00
issues.rs Format assignment 2015-08-25 21:43:13 +02:00
items.rs Format assignment 2015-08-25 21:43:13 +02:00
lib.rs Format assignment 2015-08-25 21:43:13 +02:00
lists.rs Format assignment 2015-08-25 21:43:13 +02:00
missed_spans.rs Fix #190 for submodules 2015-08-24 22:01:01 +02:00
modules.rs Formatting 2015-08-20 08:11:14 +12:00
rewrite.rs Rewrite match expressions 2015-08-20 08:08:11 +12:00
string.rs Update import list formatting 2015-06-26 03:43:12 +02:00
types.rs Replace uses of x.len() == 0 by x.is_empty() #187 2015-08-25 01:07:48 +03:00
utils.rs Rewrite match expressions (continued). 2015-08-20 08:11:14 +12:00
visitor.rs Fix build on nightly 2015-08-25 17:37:48 -04:00