servo/components/plugins
Simon Sapin 2e35d4e987 Add a match_ignore_ascii_case! macro that does not allocate.
It should replace `match foo.to_ascii_lower().as_slice() { ...}`

@Manishearth I changed map.get to map.find in the lint to work around an ICE:

    task 'rustc' panicked at 'couldn't find node id 0 in the AST map'

Does this look OK?
2014-12-29 16:19:10 +01:00
..
Cargo.toml Rename macros crate to plugins 2014-09-23 17:37:27 +05:30
jstraceable.rs Add inheritance-checking lint 2014-12-27 02:53:35 +05:30
lib.rs Add a match_ignore_ascii_case! macro that does not allocate. 2014-12-29 16:19:10 +01:00
lints.rs Add a match_ignore_ascii_case! macro that does not allocate. 2014-12-29 16:19:10 +01:00
reflector.rs Add inheritance-checking lint 2014-12-27 02:53:35 +05:30
utils.rs Fix warnings post-upgrade 2014-12-27 03:28:35 +05:30