Oliver Schneider
|
ed589761e6
|
Merge pull request #2202 from topecongiro/format
Run `cargo fmt`
|
2017-11-06 08:35:52 +01:00 |
|
Matt Kraai
|
b778659c42
|
Fix compilation errors with rustc 1.23.0-nightly (d762b1d6c 2017-11-04)
Fixes #2204
|
2017-11-05 04:19:11 -08:00 |
|
topecongiro
|
7a06d312fd
|
Cargo fmt
|
2017-11-05 04:55:56 +09:00 |
|
Oliver Schneider
|
e4524ac4de
|
Run nightly rustfmt
|
2017-09-05 12:39:27 +02:00 |
|
Oliver Schneider
|
7757c893ef
|
Fix len_zero ICE
|
2017-09-04 17:05:47 +02:00 |
|
Manish Goregaokar
|
2544458559
|
Run rustfmt
|
2017-09-03 14:15:18 -07:00 |
|
Tim Nielens
|
ec79970771
|
len_without_is_empty false positive #1740
|
2017-08-28 23:18:12 +02:00 |
|
Oliver Schneider
|
b25b6b3355
|
Rustfmt
|
2017-08-14 09:43:26 +02:00 |
|
Andre Bogus
|
61a73bb630
|
some small doc improvements
|
2017-08-13 00:14:28 +02:00 |
|
Oliver Schneider
|
72b2e9539f
|
Get rid of double double colons
|
2017-07-24 16:28:41 +02:00 |
|
Oliver Schneider
|
a82cd77b2b
|
Rustup to *rustc 1.20.0-nightly (d84693b93 2017-07-09)*
|
2017-07-10 10:17:40 +02:00 |
|
Oliver Schneider
|
23b4ad501f
|
Run rustfmt
|
2017-06-29 16:07:43 +02:00 |
|
messense
|
8ac0388307
|
Fix compilation on rustc 1.20.0-nightly (69c65d296 2017-06-28)
|
2017-06-29 21:38:25 +08:00 |
|
Seo Sanghyeon
|
745233f3ab
|
Use span_lint_and_sugg
|
2017-06-22 03:04:04 +09:00 |
|
messense
|
67cccc5c16
|
Try to fix compilation error on rustc 1.19.0-nightly (4ed2edaaf 2017-06-01)
|
2017-06-02 12:13:04 +08:00 |
|
Oliver Schneider
|
1522a4913f
|
Run rustfmt
|
2017-05-03 14:13:50 +02:00 |
|
Oliver Schneider
|
a6c8464dde
|
Update to rustc 1.19.0-nightly ( 6a5fc9eec 2017-05-02)
|
2017-05-03 12:51:47 +02:00 |
|
mcarton
|
76041b8ffa
|
Rustup to *rustc 1.19.0-nightly (06fb4d256 2017-04-30)*
|
2017-05-01 13:43:16 +02:00 |
|
Oliver Schneider
|
b8d577d82d
|
Rustup
|
2017-04-28 13:00:42 +02:00 |
|
Oliver Schneider
|
3b73663506
|
Update to latest rustc version
|
2017-04-27 14:00:35 +02:00 |
|
Enrico Schmitz
|
7a4f7c335b
|
Remove unused cs parameter for is_macro and friends
|
2017-04-01 00:14:04 +02:00 |
|
Oliver Schneider
|
0ae1a77a2e
|
Do some additional cleanup around InternedString and Symbol
|
2017-03-30 10:21:13 +02:00 |
|
Oliver Schneider
|
d9e69a70df
|
Fix fallout
|
2017-03-30 09:46:04 +02:00 |
|
Enrico Schmitz
|
f66e0aad84
|
Fix for rustc 1.17.0-nightly (be760566c 2017-02-28)
|
2017-03-01 13:24:19 +01:00 |
|
sinkuu
|
5906639af5
|
Enable len_zero for slices
|
2017-02-25 12:26:33 +09:00 |
|
Phil Ellison
|
2dd45b7317
|
Use span of impl/trait in len_without_is_empty error message, rather than the span of the len method
|
2017-02-19 15:14:30 +00:00 |
|
Mrmaxmeier
|
2216a890a6
|
TyCtxt::map is now called TyCtxt::hir
|
2017-02-03 14:16:07 +01:00 |
|
Oliver Schneider
|
d944d7df9a
|
rustup to 2017-01-12
|
2017-01-13 17:04:56 +01:00 |
|
Manish Goregaokar
|
e02fac4896
|
Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Recover patterns from arguments
|
2017-01-04 15:50:43 -08:00 |
|
Manish Goregaokar
|
a262e3bb0b
|
Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Eliminate has_self util
|
2017-01-04 15:50:37 -08:00 |
|
Josh Holmer
|
64f5dbc9f8
|
Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Body fixes for rustup
|
2017-01-04 15:50:30 -08:00 |
|
Manish Goregaokar
|
f552f170db
|
Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Fix various type errors for rustup
|
2017-01-04 15:50:18 -08:00 |
|
Oliver Schneider
|
4a4e1ea2c5
|
also run rustfmt on clippy-lints
|
2016-12-20 18:21:30 +01:00 |
|
Arnavion
|
3de6f9db20
|
Use inputs/output getters for rustc::ty::FnSig instead of the now non-existent fields.
|
2016-12-10 23:57:19 -08:00 |
|
Oliver Schneider
|
778ce4dfd3
|
update to the rust-PR that unblocks clippy
|
2016-12-07 13:13:40 +01:00 |
|
Oliver Schneider
|
c6e2967b9c
|
rustup to rustc 1.15.0-dev (3b248a184 2016-12-05)
|
2016-12-06 11:32:21 +01:00 |
|
mcarton
|
c7e3cc1e27
|
Rustup to *rustc 1.15.0-nightly (3bf2be9ce 2016-11-22)*
|
2016-11-23 22:44:00 +01:00 |
|
mcarton
|
c35f82b823
|
Rustup to *rustc 1.15.0-nightly (7b3eeea22 2016-11-21)*
|
2016-11-23 21:31:55 +01:00 |
|
mcarton
|
be799bc085
|
Rustup to *rustc 1.15.0-nightly (ac635aa95 2016-11-18)*
|
2016-11-20 00:13:08 +01:00 |
|
mcarton
|
19c5f5394b
|
Rustup to rustc 1.15.0-nightly (0ed951993 2016-11-14)
|
2016-11-16 23:05:26 +01:00 |
|
Oliver 'ker' Schneider
|
cfae1e9fda
|
fix ice in len_zero lint when type has no inherent impls at all
fixes #1336
|
2016-11-10 17:06:39 +01:00 |
|
mcarton
|
4f3920307a
|
Rustup to *rustc 1.13.0-nightly (d0623cf7b 2016-09-26)*
|
2016-09-28 01:09:11 +02:00 |
|
mcarton
|
ab6669a641
|
Rustup to *rustc 1.13.0-nightly (f1f40f850 2016-09-09)*
|
2016-09-10 19:13:49 +02:00 |
|
mcarton
|
b82f43f38e
|
Revert "Remove all union stuffs"
This reverts commit 888c34ad70 .
This rustups to rustc 1.13.0-nightly (70598e04f 2016-09-03).
|
2016-09-04 17:45:36 +02:00 |
|
mcarton
|
b2de244cfd
|
Restrict len_without_is_empty to exported items
|
2016-09-02 15:30:06 +02:00 |
|
mcarton
|
888c34ad70
|
Remove all union stuffs
The rustc's PR wasn't merged. Hopefully this commit can simply be reverted when it's time.
|
2016-08-31 18:22:36 +02:00 |
|
mcarton
|
01424f5622
|
Support unions here and there
|
2016-08-31 18:22:36 +02:00 |
|
Georg Brandl
|
b91c1a509e
|
Make lint descriptions short and to the point; always fitting the column "triggers on".
|
2016-08-07 08:09:26 +02:00 |
|
Georg Brandl
|
3b5ff0f813
|
Make the lint docstrings more consistent.
|
2016-08-07 08:06:19 +02:00 |
|
Oliver Schneider
|
81c5757f44
|
lint on by ref patterns for references
|
2016-08-01 16:59:14 +02:00 |
|