.. |
utils
|
Centralize more paths
|
2016-04-26 13:43:23 +02:00 |
approx_const.rs
|
Rustup to 1.9.0-nightly (bf5da36f1 2016-04-06)
|
2016-04-08 02:23:14 +02:00 |
arithmetic.rs
|
fixed tests, added clippy_restrictions lint group
|
2016-04-30 23:54:10 +02:00 |
array_indexing.rs
|
rustfmt all the things
|
2016-04-14 20:14:03 +02:00 |
attrs.rs
|
rustfmt all the things
|
2016-04-14 20:14:03 +02:00 |
bit_mask.rs
|
rustfmt all the things
|
2016-04-14 20:14:03 +02:00 |
blacklisted_name.rs
|
Rustup to 1.9.0-nightly (bf5da36f1 2016-04-06)
|
2016-04-08 02:23:14 +02:00 |
block_in_if_condition.rs
|
Rustup to rustc 1.10.0-nightly (645dd013a 2016-04-24); release 0.0.64
|
2016-04-26 02:10:48 +05:30 |
booleans.rs
|
rustfmt all the things
|
2016-04-14 20:14:03 +02:00 |
collapsible_if.rs
|
rustfmt all the things
|
2016-04-14 20:14:03 +02:00 |
consts.rs
|
add neg_multiply lint (#862)
|
2016-04-17 23:33:21 +02:00 |
copies.rs
|
rustfmt all the things
|
2016-04-14 20:14:03 +02:00 |
cyclomatic_complexity.rs
|
cc: early returns are special
|
2016-04-23 14:30:05 +02:00 |
deprecated_lints.rs
|
Deprecates 4 lints
|
2016-03-24 19:56:48 +01:00 |
derive.rs
|
Move paths to their own module
|
2016-04-14 18:38:28 +02:00 |
doc.rs
|
Don’t warn in titles in DOC_MARKDOWN
|
2016-05-05 21:49:57 +02:00 |
drop_ref.rs
|
Move paths to their own module
|
2016-04-14 18:38:28 +02:00 |
entry.rs
|
rustfmt all the things
|
2016-04-14 20:14:03 +02:00 |
enum_clike.rs
|
Rustup to 1.9.0-nightly (bf5da36f1 2016-04-06)
|
2016-04-08 02:23:14 +02:00 |
enum_glob_use.rs
|
rustfmt all the things
|
2016-04-14 20:14:03 +02:00 |
enum_variants.rs
|
rustfmt
|
2016-02-29 21:35:51 +05:30 |
eq_op.rs
|
Rustup to 1.9.0-nightly (bf5da36f1 2016-04-06)
|
2016-04-08 02:23:14 +02:00 |
escape.rs
|
Rustup to 1.9.0-nightly (bf5da36f1 2016-04-06)
|
2016-04-08 02:23:14 +02:00 |
eta_reduction.rs
|
Rustup to rustc 1.10.0-nightly (645dd013a 2016-04-24); release 0.0.64
|
2016-04-26 02:10:48 +05:30 |
format.rs
|
Move paths to their own module
|
2016-04-14 18:38:28 +02:00 |
formatting.rs
|
Beautify more docs
|
2016-03-28 21:24:36 +02:00 |
functions.rs
|
rustfmt all the things
|
2016-04-14 20:14:03 +02:00 |
identity_op.rs
|
Rustup to 1.9.0-nightly (bf5da36f1 2016-04-06)
|
2016-04-08 02:23:14 +02:00 |
if_not_else.rs
|
Make if_not_else lint Allow by default (fixes #859)
|
2016-04-17 12:54:38 +02:00 |
items_after_statements.rs
|
allow items_after_statements by default
|
2016-04-23 07:52:45 +02:00 |
len_zero.rs
|
rustfmt all the things
|
2016-04-14 20:14:03 +02:00 |
lib.rs
|
Merge branch 'pr-890'
|
2016-05-02 14:43:11 +05:30 |
lifetimes.rs
|
rustfmt all the things
|
2016-04-14 20:14:03 +02:00 |
loops.rs
|
Fix paths resolution
|
2016-04-26 13:31:52 +02:00 |
map_clone.rs
|
Centralize more paths
|
2016-04-26 13:43:23 +02:00 |
matches.rs
|
rustfmt all the things
|
2016-04-14 20:14:03 +02:00 |
mem_forget.rs
|
Fixed destructor detection in mem_forget
|
2016-04-21 09:36:39 -07:00 |
methods.rs
|
Fix paths resolution
|
2016-04-26 13:31:52 +02:00 |
minmax.rs
|
Fix paths resolution
|
2016-04-26 13:31:52 +02:00 |
misc_early.rs
|
Rustup to rustc 1.10.0-nightly (645dd013a 2016-04-24); release 0.0.64
|
2016-04-26 02:10:48 +05:30 |
misc.rs
|
rustfmt all the things
|
2016-04-14 20:14:03 +02:00 |
mut_mut.rs
|
rustfmt all the things
|
2016-04-14 20:14:03 +02:00 |
mut_reference.rs
|
rustfmt all the things
|
2016-04-14 20:14:03 +02:00 |
mutex_atomic.rs
|
Move paths to their own module
|
2016-04-14 18:38:28 +02:00 |
needless_bool.rs
|
rustfmt all the things
|
2016-04-14 20:14:03 +02:00 |
needless_update.rs
|
Rustup to 1.9.0-nightly (bf5da36f1 2016-04-06)
|
2016-04-08 02:23:14 +02:00 |
neg_multiply.rs
|
add neg_multiply lint (#862)
|
2016-04-17 23:33:21 +02:00 |
new_without_default.rs
|
Improve new_without_default docs
|
2016-04-24 17:15:54 +05:30 |
no_effect.rs
|
rustfmt all the things
|
2016-04-14 20:14:03 +02:00 |
non_expressive_names.rs
|
similar_names should be allow-by-default
|
2016-05-02 10:53:09 +02:00 |
open_options.rs
|
rustfmt all the things
|
2016-04-14 20:14:03 +02:00 |
overflow_check_conditional.rs
|
rustfmt all the things
|
2016-04-14 20:14:03 +02:00 |
panic.rs
|
Move paths to their own module
|
2016-04-14 18:38:28 +02:00 |
precedence.rs
|
rustfmt all the things
|
2016-04-14 20:14:03 +02:00 |
print.rs
|
Move paths to their own module
|
2016-04-14 18:38:28 +02:00 |
ptr_arg.rs
|
Move paths to their own module
|
2016-04-14 18:38:28 +02:00 |
ranges.rs
|
Fix paths resolution
|
2016-04-26 13:31:52 +02:00 |
regex.rs
|
Fix the REGEX_MACRO lint
|
2016-04-15 00:10:17 +02:00 |
returns.rs
|
rustfmt all the things
|
2016-04-14 20:14:03 +02:00 |
shadow.rs
|
rustfmt all the things
|
2016-04-14 20:14:03 +02:00 |
strings.rs
|
rustfmt all the things
|
2016-04-14 20:14:03 +02:00 |
swap.rs
|
Rustup to 1.9.0-nightly (bf5da36f1 2016-04-06)
|
2016-04-08 02:23:14 +02:00 |
temporary_assignment.rs
|
rustfmt all the things
|
2016-04-14 20:14:03 +02:00 |
transmute.rs
|
rustfmt all the things
|
2016-04-14 20:14:03 +02:00 |
types.rs
|
rustfmt all the things
|
2016-04-14 20:14:03 +02:00 |
unicode.rs
|
Rustup to 1.9.0-nightly (bf5da36f1 2016-04-06)
|
2016-04-08 02:23:14 +02:00 |
unsafe_removed_from_name.rs
|
Removed unnecessary restriction of unsafe_removed_from_name to top-level use statements
|
2016-04-19 21:41:45 -07:00 |
unused_label.rs
|
Rustup to 1.9.0-nightly (bf5da36f1 2016-04-06)
|
2016-04-08 02:23:14 +02:00 |
vec.rs
|
rustfmt all the things
|
2016-04-14 20:14:03 +02:00 |
zero_div_zero.rs
|
Rustup to 1.9.0-nightly (bf5da36f1 2016-04-06)
|
2016-04-08 02:23:14 +02:00 |