Mateusz Mikuła
|
0ea5e38a9e
|
name -> check_name
|
2019-03-18 12:54:10 +01:00 |
|
ljedrz
|
5d78250c75
|
align with rust-lang/rust/#58992
|
2019-03-07 21:51:05 +01:00 |
|
Andy Russell
|
fe96ffeac9
|
move lint documentation into macro invocations
|
2019-03-05 18:45:08 -05:00 |
|
ljedrz
|
f3363b9cf2
|
align with rust-lang/rust/#58836
|
2019-03-01 19:10:14 +01:00 |
|
ljedrz
|
f2587703cc
|
enable rust-lang/rust#58754
|
2019-03-01 19:10:14 +01:00 |
|
Matthias Krüger
|
e9e0a7e3bd
|
rustup https://github.com/rust-lang/rust/pull/57726
|
2019-01-27 01:42:34 +01:00 |
|
Philipp Hansch
|
38d4ac7cea
|
Remove all copyright license headers
Discussion previously happened in https://github.com/rust-lang/rust/pull/43498
|
2019-01-08 21:46:39 +01:00 |
|
Konrad Borowski
|
3f62fc3a7e
|
Remove crate:: prefixes from crate paths
This is somewhat misleading, as those are actually external crates,
and don't need a crate:: prefix.
|
2018-12-29 16:05:49 +01:00 |
|
Matthias Krüger
|
f13d23de41
|
rustup https://github.com/rust-lang/rust/pull/56502 ( .hir -> .hir() )
|
2018-12-08 12:05:09 +01:00 |
|
flip1995
|
1751d2496d
|
Run rustfmt on clippy_lints
|
2018-11-27 21:14:15 +01:00 |
|
Manish Goregaokar
|
e9c025ea70
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
Eduard-Mihai Burtescu
|
9219fc6c5c
|
Reintroduce extern crate for non-Cargo dependencies.
|
2018-09-15 11:10:51 +03:00 |
|
flip1995
|
8c07772dbb
|
Switch to declare_tool_lint macro
|
2018-08-29 11:08:29 -07:00 |
|
Oliver Schneider
|
d99cea0f16
|
Update imports and rustup
|
2018-08-28 13:13:42 +02:00 |
|
Manish Goregaokar
|
76321d3300
|
codemap -> source_map
https://github.com/rust-lang/rust/pull/52953
|
2018-08-19 19:06:54 -07:00 |
|
Nick Cameron
|
99dcc70dcd
|
Fix error in CrateType in latest Rust
|
2018-08-05 09:35:08 +12:00 |
|
Oliver Schneider
|
afd91248ed
|
Rustup
|
2018-07-23 13:01:12 +02:00 |
|
Manish Goregaokar
|
1f65617372
|
Merge branch 'macro-use' into HEAD
|
2018-07-20 00:52:01 -07:00 |
|
Alexander Regueiro
|
4d2c838a32
|
Update to nightly
|
2018-07-20 03:59:07 +01:00 |
|
Manish Goregaokar
|
5d74e2096b
|
Remove import of rustc
|
2018-07-19 00:53:23 -07:00 |
|
Oliver Schneider
|
6992937002
|
Update for hir renamings in rustc
|
2018-07-16 15:07:39 +02:00 |
|
Michael Wright
|
60af4a8e13
|
Remove duplication in missing_inline
|
2018-07-08 08:06:24 +02:00 |
|
gnzlbg
|
3fec3b47b6
|
refactor function
|
2018-07-05 01:53:40 +02:00 |
|
gnzlbg
|
14cbdf2607
|
do not apply lint to executable crate type
|
2018-07-04 16:39:52 +02:00 |
|
gnzlbg
|
999a00bf5e
|
address reviews
|
2018-07-04 15:32:55 +02:00 |
|
gnzlbg
|
7c4ec40346
|
add missing_inline lint
When turned on, the lint warns on all exported functions, methods,
trait methods (default impls, impls), that are not `#[inline]`.
Closes #1503.
|
2018-07-04 13:50:39 +02:00 |
|