Manish Goregaokar
|
2a37a62686
|
Update dependencies
|
2018-07-20 00:50:02 -07:00 |
|
Manish Goregaokar
|
3c2b54870e
|
Remove warning
|
2018-07-20 00:50:02 -07:00 |
|
Manish Goregaokar
|
5918a3fc1e
|
Remove import of if_chain
|
2018-07-20 00:50:02 -07:00 |
|
Manish Goregaokar
|
c7676356b8
|
Remove import of matches
|
2018-07-19 01:06:02 -07:00 |
|
Manish Goregaokar
|
5d74e2096b
|
Remove import of rustc
|
2018-07-19 00:53:23 -07:00 |
|
Manish Goregaokar
|
00ba67a12b
|
Remove import of lazy_static
|
2018-07-19 00:11:15 -07:00 |
|
Manish Goregaokar
|
c1745cde82
|
Remove import of serde
|
2018-07-19 00:02:08 -07:00 |
|
Manish Goregaokar
|
c05adc545c
|
Temporarily allow macro_use_extern_crate
|
2018-07-18 20:24:37 -07:00 |
|
Oliver Schneider
|
6992937002
|
Update for hir renamings in rustc
|
2018-07-16 15:07:39 +02:00 |
|
csmoe
|
8e929946fd
|
DeclKind
|
2018-07-16 11:48:33 +02:00 |
|
csmoe
|
8cf463fe93
|
StmtKind
|
2018-07-16 11:48:33 +02:00 |
|
csmoe
|
12ded030b6
|
TyKind
|
2018-07-16 11:48:33 +02:00 |
|
csmoe
|
5d4102ee78
|
BinOpKind
|
2018-07-16 11:46:37 +02:00 |
|
csmoe
|
1bd17e4fa2
|
ExprKind
|
2018-07-16 11:46:37 +02:00 |
|
Oliver Schneider
|
5e085e4310
|
Remove use of ty_to_def_id
|
2018-07-15 02:04:23 +02:00 |
|
Oliver Schneider
|
1e9f076254
|
Ignore spans when comparing expressions
|
2018-07-15 00:00:27 +02:00 |
|
Michael Wright
|
60af4a8e13
|
Remove duplication in missing_inline
|
2018-07-08 08:06:24 +02:00 |
|
Manish Goregaokar
|
d914106d87
|
Bump to 0.0.212
|
2018-07-06 23:23:19 -07:00 |
|
Manish Goregaokar
|
184b99de39
|
Merge branch 'pr-2889'
|
2018-07-06 23:20:01 -07:00 |
|
Oliver Schneider
|
28daee4c91
|
Rustup
|
2018-07-05 13:41:51 +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 |
|
Oliver Schneider
|
547d9ca120
|
Rustup
|
2018-07-03 10:52:59 +02:00 |
|
Oliver Schneider
|
141f79f844
|
Rustup
|
2018-07-02 19:07:12 +02:00 |
|
Oliver Schneider
|
63041d070b
|
Rustup
|
2018-07-01 13:36:14 +02:00 |
|
Michael Wright
|
dfd9e10a2a
|
Use slightly neater check for static lifetimes
|
2018-07-01 11:58:29 +02:00 |
|
Oliver Schneider
|
b4b6e6558e
|
Version bump
|
2018-06-29 10:22:01 +02:00 |
|
Mateusz Mikuła
|
a24f77f65a
|
Bump the version
|
2018-06-29 09:55:20 +02:00 |
|
Mateusz Mikuła
|
48cb6e273e
|
Rustup
|
2018-06-29 09:49:05 +02:00 |
|
Mateusz Mikuła
|
b7d95f486b
|
Fix warnings
|
2018-06-28 13:33:11 +02:00 |
|
Oliver Schneider
|
656b26ea4f
|
Merge pull request #2832 from kennytm/non-copy-const
Lint against const items which are interior mutable.
|
2018-06-28 08:39:54 +02:00 |
|
Alex Vermillion
|
536e7c8f38
|
Removed placeholder doc-comments
There were comments instructing someone to insert an example, but an example was already present
|
2018-06-26 20:22:36 -05:00 |
|
Manish Goregaokar
|
73a80c5950
|
Merge pull request #2872 from rust-lang-nursery/pedantic-default
Move default_trait_access to pedantic
|
2018-06-26 13:03:31 -07:00 |
|
Oliver Schneider
|
052427e87a
|
Merge pull request #2873 from mati865/edition2018_next_step
Next step towards Rust 2018...
|
2018-06-26 11:11:53 +02:00 |
|
Oliver Schneider
|
0de3f36a02
|
Merge pull request #2849 from mikerite/issue_2741
Fix #2741
|
2018-06-26 11:08:19 +02:00 |
|
Michael Wright
|
4827bdcc1c
|
Merge branch 'master' into issue_2741
|
2018-06-26 07:46:56 +02:00 |
|
flip1995
|
b2fb01f23b
|
Use utils::opt_def_id() instead of def_id() to prevent ICE
|
2018-06-25 22:25:15 +02:00 |
|
Mateusz Mikuła
|
df3b9cc350
|
Format the code
|
2018-06-25 21:41:24 +02:00 |
|
Mateusz Mikuła
|
1036df5699
|
Fix clippy_lints doc-tests
|
2018-06-25 21:22:53 +02:00 |
|
Mateusz Mikuła
|
a6601f2d02
|
Enable rust_2018_idioms warning
|
2018-06-25 20:56:25 +02:00 |
|
Manish Goregaokar
|
9f24b9d4b3
|
Move default_trait_access to pedantic
|
2018-06-25 11:39:48 -07:00 |
|
Oliver Schneider
|
9f8624e5bf
|
Version bump
|
2018-06-25 18:18:50 +02:00 |
|
flip1995
|
203ad28021
|
resolve merge of NameAndSpan and ExpnInfo rust-lang/rust#51726
|
2018-06-25 12:25:20 +02:00 |
|
flip1995
|
535c168791
|
Fix the tests that got broken by the fixes
|
2018-06-25 12:25:20 +02:00 |
|
flip1995
|
c83fd39e0e
|
Resolve conflicts produced by GenericArgs
Addresses the move/zip of Lifetimes and Types vectors from hir::PathParameters into the args vector of GenericArgs
|
2018-06-25 12:31:39 +02:00 |
|
flip1995
|
d9a80d2f84
|
Resolve field, struct and function renaming
Addresses the errors produced by (re)moving, merging or renaming
structs, fields and methods by rust-lang/rust#48149 and rust-lang/rust#51580
|
2018-06-25 12:25:20 +02:00 |
|
kennytm
|
88b7603b16
|
Lint against const items which are interior mutable. Fix #1560.
|
2018-06-23 03:35:36 +08:00 |
|
flip1995
|
6224e19b80
|
Check for arguments before accessing the first arg
|
2018-06-21 15:46:24 +02:00 |
|