mcarton
|
578cc3dc71
|
Fix the REGEX_MACRO lint
[rust-lang-nursery/regex#183](https://github.com/rust-lang-nursery/regex/pull/183) has made the following change that broke the lint:
src/re.rs → src/re_unicode.rs
|
2016-04-15 00:10:17 +02:00 |
|
mcarton
|
a878916ad5
|
rustfmt all the things
|
2016-04-14 20:14:03 +02:00 |
|
mcarton
|
48a672b4ee
|
Move paths to their own module
|
2016-04-14 18:38:28 +02:00 |
|
mcarton
|
c24ba91123
|
Rustup to 1.9.0-nightly (bf5da36f1 2016-04-06)
|
2016-04-08 02:23:14 +02:00 |
|
mcarton
|
9438f4f263
|
Rustup to 1.9.0-nightly (30a3849f2 2016-03-30)
|
2016-03-31 17:15:23 +02:00 |
|
Manish Goregaokar
|
bd45cfd273
|
rustfmt
|
2016-02-29 21:35:51 +05:30 |
|
mcarton
|
b753e77cbe
|
Rustfmt and sort all use items
|
2016-02-24 17:38:57 +01:00 |
|
mcarton
|
1a64a4890c
|
Small cleanup
|
2016-02-20 21:20:56 +01:00 |
|
llogiq
|
30a8dfb31a
|
remove Visitor from regex_macro
|
2016-02-14 16:55:02 +01:00 |
|
Oliver 'ker' Schneider
|
3f34b65747
|
fix nightly breakage
|
2016-02-12 18:35:44 +01:00 |
|
llogiq
|
275795fab3
|
speed up lint using blocks and types
|
2016-02-09 06:18:08 +01:00 |
|
llogiq
|
6525471214
|
fix #595
|
2016-02-08 23:48:04 +01:00 |
|
llogiq
|
ceb9a8bdd7
|
regex macro lint
|
2016-02-07 22:50:54 +01:00 |
|
mcarton
|
d9a2a7ac3c
|
Fix false negative in TRIVIAL_REGEX
|
2016-02-06 18:13:19 +01:00 |
|
Manish Goregaokar
|
f53a830c8c
|
Merge pull request #623 from mcarton/redundant
Be more consistent in lint declarations
|
2016-02-06 12:14:03 +05:30 |
|
mcarton
|
83a82a1d86
|
Remove redundancy in lint documentation
The default level is always given in the declare_lint! macro, no need to
add it inconsistently in the documentation.
|
2016-02-06 00:41:54 +01:00 |
|
mcarton
|
a02b8124de
|
Lint about trivial regexes
|
2016-02-05 23:10:48 +01:00 |
|
mcarton
|
70124cf591
|
Fix case conventions
|
2016-02-05 21:54:29 +01:00 |
|
llogiq
|
a14514f7c8
|
fixed span position and README
|
2016-02-05 17:29:41 +01:00 |
|
llogiq
|
3d85cc24e7
|
new regex syntax lint, fixes #597
|
2016-02-05 00:36:06 +01:00 |
|