.. |
utils
|
Rustup
|
2017-04-28 13:00:42 +02:00 |
approx_const.rs
|
Do some additional cleanup around InternedString and Symbol
|
2017-03-30 10:21:13 +02:00 |
arithmetic.rs
|
rustup to 2017-01-12
|
2017-01-13 17:04:56 +01:00 |
array_indexing.rs
|
Mostly apply rustfmt
|
2017-03-05 10:27:20 +01:00 |
assign_ops.rs
|
Rustup
|
2017-04-28 13:00:42 +02:00 |
attrs.rs
|
Remove unused cs parameter for is_macro and friends
|
2017-04-01 00:14:04 +02:00 |
bit_mask.rs
|
Update to latest rustc version
|
2017-04-27 14:00:35 +02:00 |
blacklisted_name.rs
|
Do some additional cleanup around InternedString and Symbol
|
2017-03-30 10:21:13 +02:00 |
block_in_if_condition.rs
|
Remove unused cs parameter for is_macro and friends
|
2017-04-01 00:14:04 +02:00 |
booleans.rs
|
Remove unused cs parameter for is_macro and friends
|
2017-04-01 00:14:04 +02:00 |
collapsible_if.rs
|
Fix fallout
|
2017-04-06 16:49:13 +02:00 |
consts.rs
|
Update to latest rustc version
|
2017-04-27 14:00:35 +02:00 |
copies.rs
|
Run rustfmt
|
2017-04-12 11:06:32 +02:00 |
cyclomatic_complexity.rs
|
Remove unused cs parameter for is_macro and friends
|
2017-04-01 00:14:04 +02:00 |
deprecated_lints.rs
|
deprecate extend_from_slice lint
|
2017-01-14 14:39:41 +01:00 |
derive.rs
|
Use utils::is_copy instead of hand-rolling it
|
2017-04-28 17:03:18 +02:00 |
doc.rs
|
Do some additional cleanup around InternedString and Symbol
|
2017-03-30 10:21:13 +02:00 |
double_parens.rs
|
Implement the double_parens lint.
|
2016-12-28 12:03:49 -08:00 |
drop_forget_ref.rs
|
Fix accidental newline in diagnostic and missing entries in lint_array!
|
2017-03-24 10:21:12 +01:00 |
empty_enum.rs
|
Update to latest rustc version
|
2017-04-27 14:00:35 +02:00 |
entry.rs
|
Run rustfmt
|
2017-04-12 11:06:32 +02:00 |
enum_clike.rs
|
Fixes compilation error with latest nightly rust (1.18.0-nightly (9f2abadca 2017-04-18))
|
2017-04-19 12:17:12 +02:00 |
enum_glob_use.rs
|
also run rustfmt on clippy-lints
|
2016-12-20 18:21:30 +01:00 |
enum_variants.rs
|
Remove unused cs parameter for is_macro and friends
|
2017-04-01 00:14:04 +02:00 |
eq_op.rs
|
Run rustfmt
|
2017-04-12 11:06:32 +02:00 |
escape.rs
|
Rustup to nightly from 2017-01-31
|
2017-02-03 14:16:14 +01:00 |
eta_reduction.rs
|
Mostly apply rustfmt
|
2017-03-05 10:27:20 +01:00 |
eval_order_dependence.rs
|
Fix for rustc 1.17.0-nightly (be760566c 2017-02-28)
|
2017-03-01 13:24:19 +01:00 |
format.rs
|
Fix more doc issues
|
2017-04-11 14:10:11 +02:00 |
formatting.rs
|
Run rustfmt
|
2017-04-12 11:06:32 +02:00 |
functions.rs
|
Rustup
|
2017-04-28 13:00:42 +02:00 |
identity_op.rs
|
Remove unused cs parameter for is_macro and friends
|
2017-04-01 00:14:04 +02:00 |
if_let_redundant_pattern_matching.rs
|
First try for a fix for rustc 1.18.0-nightly (5c94997b6 2017-03-30
|
2017-03-31 19:23:35 +02:00 |
if_not_else.rs
|
also run rustfmt on clippy-lints
|
2016-12-20 18:21:30 +01:00 |
items_after_statements.rs
|
Remove unused cs parameter for is_macro and friends
|
2017-04-01 00:14:04 +02:00 |
large_enum_variant.rs
|
Update to latest rustc version
|
2017-04-27 14:00:35 +02:00 |
len_zero.rs
|
Rustup
|
2017-04-28 13:00:42 +02:00 |
let_if_seq.rs
|
fix various rustup failures
|
2017-04-06 16:48:48 +02:00 |
lib.rs
|
Bump the version
|
2017-04-27 14:13:14 +02:00 |
lifetimes.rs
|
Update to latest rustc version
|
2017-04-27 14:00:35 +02:00 |
loops.rs
|
Run rustfmt
|
2017-04-12 11:06:32 +02:00 |
map_clone.rs
|
Do some additional cleanup around InternedString and Symbol
|
2017-03-30 10:21:13 +02:00 |
matches.rs
|
Remove unused cs parameter for is_macro and friends
|
2017-04-01 00:14:04 +02:00 |
mem_forget.rs
|
Fix for rustc 1.17.0-nightly (be760566c 2017-02-28)
|
2017-03-01 13:24:19 +01:00 |
methods.rs
|
Use utils::is_copy instead of hand-rolling it
|
2017-04-28 17:03:18 +02:00 |
minmax.rs
|
Almost there
|
2017-03-01 18:46:18 +01:00 |
misc_early.rs
|
Don't lint nan_cmp and zero_ptr in constants
|
2017-03-07 12:58:07 +01:00 |
misc.rs
|
Run rustfmt
|
2017-04-12 11:06:32 +02:00 |
missing_doc.rs
|
Rustup to 1.18.0-nightly (d5cf1cb64 2017-04-15)
|
2017-04-16 18:38:17 +02:00 |
mut_mut.rs
|
TyCtxt::map is now called TyCtxt::hir
|
2017-02-03 14:16:07 +01:00 |
mut_reference.rs
|
Fix for rustc 1.17.0-nightly (be760566c 2017-02-28)
|
2017-03-01 13:24:19 +01:00 |
mutex_atomic.rs
|
rustup to 2017-01-12
|
2017-01-13 17:04:56 +01:00 |
needless_bool.rs
|
Run rustfmt
|
2017-04-12 11:06:32 +02:00 |
needless_borrow.rs
|
Remove unused cs parameter for is_macro and friends
|
2017-04-01 00:14:04 +02:00 |
needless_continue.rs
|
needless_continue: Remove indentation of suggestion code.
|
2017-04-13 21:48:52 +02:00 |
needless_pass_by_value.rs
|
Update to latest rustc version
|
2017-04-27 14:00:35 +02:00 |
needless_update.rs
|
rustup to 2017-01-12
|
2017-01-13 17:04:56 +01:00 |
neg_multiply.rs
|
Almost there
|
2017-03-01 18:46:18 +01:00 |
new_without_default.rs
|
Update to latest rustc version
|
2017-04-27 14:00:35 +02:00 |
no_effect.rs
|
Remove unused cs parameter for is_macro and friends
|
2017-04-01 00:14:04 +02:00 |
non_expressive_names.rs
|
Remove unused cs parameter for is_macro and friends
|
2017-04-01 00:14:04 +02:00 |
ok_if_let.rs
|
rustup to 2017-01-12
|
2017-01-13 17:04:56 +01:00 |
open_options.rs
|
Do some additional cleanup around InternedString and Symbol
|
2017-03-30 10:21:13 +02:00 |
overflow_check_conditional.rs
|
Fix fallout
|
2017-03-30 09:46:04 +02:00 |
panic.rs
|
Reintroduce #768 so we can publish
|
2017-04-07 11:21:39 +02:00 |
partialeq_ne_impl.rs
|
Rustup
|
2017-04-28 13:00:42 +02:00 |
precedence.rs
|
Revert changes from accidentally running rustfmt
|
2017-02-04 22:22:33 -07:00 |
print.rs
|
Rustup
|
2017-04-28 13:00:42 +02:00 |
ptr.rs
|
Rustup
|
2017-04-28 13:00:42 +02:00 |
ranges.rs
|
Fix fallout
|
2017-04-06 16:49:13 +02:00 |
reference.rs
|
also run rustfmt on clippy-lints
|
2016-12-20 18:21:30 +01:00 |
regex.rs
|
Remove unused cs parameter for is_macro and friends
|
2017-04-01 00:14:04 +02:00 |
returns.rs
|
Fix fallout
|
2017-04-06 16:49:13 +02:00 |
serde.rs
|
Rustup
|
2017-04-28 13:00:42 +02:00 |
shadow.rs
|
First try for a fix for rustc 1.18.0-nightly (5c94997b6 2017-03-30
|
2017-03-31 19:23:35 +02:00 |
should_assert_eq.rs
|
Remove unused cs parameter for is_macro and friends
|
2017-04-01 00:14:04 +02:00 |
strings.rs
|
Remove unused cs parameter for is_macro and friends
|
2017-04-01 00:14:04 +02:00 |
swap.rs
|
Fix fallout
|
2017-04-06 16:49:13 +02:00 |
temporary_assignment.rs
|
also run rustfmt on clippy-lints
|
2016-12-20 18:21:30 +01:00 |
transmute.rs
|
apply rustfmt
|
2017-01-17 19:30:32 +01:00 |
types.rs
|
Rustup
|
2017-04-28 13:00:42 +02:00 |
unicode.rs
|
update to the rust-PR that unblocks clippy
|
2016-12-07 13:13:40 +01:00 |
unsafe_removed_from_name.rs
|
also run rustfmt on clippy-lints
|
2016-12-20 18:21:30 +01:00 |
unused_io_amount.rs
|
Do some additional cleanup around InternedString and Symbol
|
2017-03-30 10:21:13 +02:00 |
unused_label.rs
|
Remove unused cs parameter for is_macro and friends
|
2017-04-01 00:14:04 +02:00 |
vec.rs
|
First try for a fix for rustc 1.18.0-nightly (5c94997b6 2017-03-30
|
2017-03-31 19:23:35 +02:00 |
zero_div_zero.rs
|
Almost there
|
2017-03-01 18:46:18 +01:00 |