index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CHANGELOG.md
Age
Commit message (
Expand
)
Author
Lines
2020-02-04
Use span_lint_and_sugg + move infaillible lint
ThibsG
-0
/
+1
2020-01-30
Update changelog
flip1995
-3
/
+48
2020-01-30
add lint
Mikhail Babenko
-0
/
+1
2020-01-30
Declare lint and implement lint logic.
xiongmao86
-0
/
+1
2020-01-23
add `option_as_ref_deref` lint
Areredify
-0
/
+1
2020-01-20
Add `skip_while_next` lint
Yuki Okushi
-0
/
+1
2020-01-12
Declare lint.
xiongmao86
-0
/
+1
2020-01-07
Change lint name to WILDCARD_IN_OR_PATTERNS
ThibsG
-1
/
+1
2020-01-07
New lint: pats_with_wild_match_arm
ThibsG
-0
/
+1
2020-01-06
Add lint to detect usage of invalid atomic ordering
Krishna Sai Veera Reddy
-0
/
+1
2020-01-04
Add lint for iter.nth(0)
Brad Sherman
-0
/
+1
2019-12-31
Use `mem::take` instead of `mem::replace` when applicable
Krishna Veera Reddy
-0
/
+1
2019-12-28
Add new lint (modulo_arithmetic)
mgr-inz-rafal
-0
/
+1
2019-12-24
Auto merge of #4885 - rust-lang:mut-key-types, r=flip1995
bors
-0
/
+1
2019-12-24
new lint: mutable_key_type
Andre Bogus
-0
/
+1
2019-12-23
Auto merge of #4911 - phansch:update_changelog, r=flip1995
bors
-3
/
+89
2019-12-23
Fix two commit hashes in changelog
Philipp Hansch
-2
/
+2
2019-12-22
implemented `let_underscore` lint
Mikhail Babenko
-0
/
+1
2019-12-18
Update changelog for Rust 1.39 and 1.40
Philipp Hansch
-2
/
+88
2019-12-07
Add lint to detect transmutes from float to integer
Krishna Veera Reddy
-0
/
+1
2019-12-06
Add lint for pub fns returning a `Result` without documenting errors
RobbieClarken
-0
/
+1
2019-11-25
implemented `as_conversions` lint
Mikhail Babenko
-0
/
+1
2019-11-23
Run update_lints
flip1995
-1
/
+1
2019-11-23
Merge remote-tracking branch 'FlorianRohm/issue/4623' into rollup-new-lints
flip1995
-0
/
+1
2019-11-23
Merge remote-tracking branch 'Areredify/large_stack_arrays' into rollup-new-l...
flip1995
-0
/
+1
2019-11-23
Merge remote-tracking branch 'popzxc/if-same-cond-fn' into rollup-new-lints
flip1995
-0
/
+1
2019-11-20
Implement if_same_cond_fn lint
Igor Aleksanov
-0
/
+1
2019-11-15
New lint: zst_offset
Andre Bogus
-0
/
+1
2019-11-15
register new lint "tabs in doc comments" and update readme
Florian Rohm
-0
/
+1
2019-11-13
Add new lint: large stack array
Areredify
-0
/
+1
2019-11-10
Add `to_digit_is_some` lint
Michael Wright
-0
/
+1
2019-11-07
Update lints
Heinz N. Gies
-0
/
+1
2019-10-22
Add lint for debug_assert_with_mut_call
Marcel Hellwig
-0
/
+1
2019-10-18
Split out tests
Heinz N. Gies
-0
/
+2
2019-10-18
Add todo and tests
Heinz N. Gies
-0
/
+3
2019-10-16
Add `inefficient_to_string` lint
HMPerson1
-0
/
+1
2019-10-15
Add a new lint for unused self
James Wang
-0
/
+1
2019-10-14
new lints around `#[must_use]` fns
Andre Bogus
-0
/
+3
2019-10-09
New lint: suspicious_unary_op_formatting
Nikos Filippakis
-0
/
+1
2019-10-08
Addresses Issue #4001
Ethan Lam
-0
/
+1
2019-10-02
New lint: unsound_collection_transmute
Andre Bogus
-0
/
+1
2019-10-02
New lint: needless_doc_main
Andre Bogus
-0
/
+1
2019-09-24
Add a new lint for comparison chains
James Wang
-0
/
+1
2019-09-23
Auto merge of #4566 - phansch:update_changelog2, r=flip1995
bors
-4
/
+32
2019-09-22
Update the changelog for Rust 1.38
Philipp Hansch
-4
/
+32
2019-09-22
Merge branch 'master' into unneeded_wildcard_pattern
Michael Wright
-0
/
+2
2019-09-20
new lint: mem-replace-with-uninit
Andre Bogus
-0
/
+1
2019-09-19
New lint: Require `# Safety` section in pub unsafe fn docs
Andre Bogus
-0
/
+1
2019-09-12
Add `unneeded-wildcard-pattern` lint
Michael Wright
-0
/
+1
2019-09-04
Add manual_saturating_arithmetic lint
Shotaro Yamada
-0
/
+1
[next]