Zachary Bush
|
038d540ab1
|
Fix build for rustc 1.3.0-nightly (bf3c979ec 2015-06-30)
|
2015-07-01 09:21:46 -07:00 |
|
Zachary Bush
|
0ffbdf2f8a
|
Fix build with rustc 1.2.0-nightly (20d23d8e5 2015-06-18)
In https://github.com/rust-lang/rust/pull/26347, MacroFormat was
renamed to ExpnFormat. MacroFormat wasn't being used in
src/mut_mut.rs, so I removed it.
|
2015-06-18 15:30:51 -07:00 |
|
llogiq
|
9a3dcaabe8
|
fixed renaming of rustc::middle::ty enums
|
2015-06-15 13:27:24 +02:00 |
|
llogiq
|
30de91d3e9
|
moved in_macro to (new) utils.rs
|
2015-06-01 22:30:34 +02:00 |
|
llogiq
|
1ee2e4ffe8
|
Fixed block check, also added macro test to collapsible_if and inline_always
|
2015-06-01 15:09:17 +02:00 |
|
llogiq
|
cd2e621c60
|
made in_macro distinguish intra-crate and extra-crate macros, as the latter have no working source (note: may fail in the face of compiler plugins doing whatever they like with spans), also one more run-pass test
|
2015-05-26 13:52:40 +02:00 |
|
llogiq
|
0d651c72ff
|
made macro test even simpler, added a few tests
|
2015-05-26 01:45:15 +02:00 |
|
llogiq
|
a67e0f6e2f
|
first prototype of macro expn detection in mut_mut.rs
|
2015-05-25 07:22:41 +02:00 |
|
llogiq
|
0ed8e4e968
|
another refactoring, using more fitting Option methods, improving formatting, etc.
|
2015-05-23 00:49:13 +02:00 |
|
llogiq
|
158935a38d
|
refactored Option usage and fn argument types, improved formatting
|
2015-05-21 15:59:58 +02:00 |
|
llogiq
|
5556d89f56
|
removed ty_ptr match
|
2015-05-18 11:36:56 +02:00 |
|
llogiq
|
b9414637e2
|
better messages
|
2015-05-18 10:52:43 +02:00 |
|
llogiq
|
1f8453ab73
|
mut_mut now more robust (thanks to Manishearth, see issue #9)
|
2015-05-18 10:41:15 +02:00 |
|
llogiq
|
96bfade4f1
|
New lint: mut_mut (closes issue #9)
|
2015-05-18 09:02:24 +02:00 |
|