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
/
src
Age
Commit message (
Expand
)
Author
Lines
2020-02-23
Add `imprecise_flops` lint
Krishna Sai Veera Reddy
-1
/
+8
2020-02-23
Move `manual_mul_add` into `suboptimal_flops` lint
Krishna Sai Veera Reddy
-7
/
+0
2020-02-23
Change lint name to `suboptimal_flops`
Krishna Sai Veera Reddy
-0
/
+7
2020-02-23
Consolidate the accuracy and efficiency lints
Krishna Veera Reddy
-7
/
+0
2020-02-23
Add lints to detect inaccurate and inefficient FP operations
Krishna Veera Reddy
-0
/
+7
2020-02-21
Fix fallout
flip1995
-3
/
+3
2020-02-21
Move enum_glob_use lint into wildcard_imports pass
flip1995
-1
/
+1
2020-02-21
Run update_lints
flip1995
-1
/
+8
2020-02-21
Auto merge of #5202 - krishna-veerareddy:issue-5201-move-lossy-float-literal-...
bors
-3
/
+10
2020-02-20
Separate out lint to check lossy whole number float literals
Krishna Sai Veera Reddy
-3
/
+10
2020-02-20
Move unneeded_field_pattern to restriction group
Nipunn Koorapati
-1
/
+1
2020-02-17
Uplift `excessive_precision` to the correctness category
Krishna Sai Veera Reddy
-1
/
+1
2020-02-12
Reclassify chars_next_cmp as a style lint.
Lily Chung
-1
/
+1
2020-02-12
Get {RUSTUP,MULTIRUST}_{HOME,TOOLCHAIN} from runtime environment
flip1995
-10
/
+29
2020-02-11
Impl DefaultCallbacks on our side
Lzu Tao
-3
/
+3
2020-02-08
Add `option-env-unwrap` lint
Krishna Sai Veera Reddy
-1
/
+8
2020-02-05
add excessive bools lints
Areredify
-1
/
+15
2020-02-04
Merge fixes
ThibsG
-1
/
+1
2020-02-04
Use span_lint_and_sugg + move infaillible lint
ThibsG
-1
/
+8
2020-01-31
Move debug_assertions_with_mut_call to nursery
flip1995
-1
/
+1
2020-01-31
Auto merge of #5109 - phansch:ciao_util_dev, r=flip1995
bors
-1
/
+1
2020-01-30
Deprecate util/dev in favor of cargo alias
Philipp Hansch
-1
/
+1
2020-01-30
decouple 'let_underscore' tests
Mikhail Babenko
-1
/
+1
2020-01-30
add lint
Mikhail Babenko
-0
/
+7
2020-01-30
Declare lint and implement lint logic.
xiongmao86
-1
/
+8
2020-01-23
add `option_as_ref_deref` lint
Areredify
-1
/
+8
2020-01-21
Auto merge of #5028 - krishna-veerareddy:issue-5026-mem-ordering-fences, r=ph...
bors
-1
/
+1
2020-01-20
Add `skip_while_next` lint
Yuki Okushi
-1
/
+8
2020-01-19
Rename `ok_if_let` to `if_let_some_result`
Yuki Okushi
-1
/
+1
2020-01-18
Downgrade range_plus_one to pedantic
Andre Bogus
-1
/
+1
2020-01-12
Pull master, rebase, and update_lints again.
xiongmao86
-1
/
+1
2020-01-12
./util/dev update_lints.
xiongmao86
-2
/
+2
2020-01-12
Declare lint.
xiongmao86
-0
/
+7
2020-01-09
Detect usage of invalid atomic ordering in memory fences
Krishna Sai Veera Reddy
-1
/
+1
2020-01-09
Auto merge of #4960 - ThibsG:patterns_with_wildcard_#4640, r=flip1995
bors
-1
/
+8
2020-01-09
Rustup to rust-lang/rust#68024
Yuki Okushi
-1
/
+0
2020-01-07
Move `transmute_float_to_int` lint to `complexity`
Krishna Sai Veera Reddy
-1
/
+1
2020-01-07
Span help without suggestion
ThibsG
-1
/
+1
2020-01-07
Change lint name to WILDCARD_IN_OR_PATTERNS
ThibsG
-7
/
+7
2020-01-07
Move to complexity and adapt test
ThibsG
-1
/
+1
2020-01-07
New lint: pats_with_wild_match_arm
ThibsG
-0
/
+7
2020-01-07
Apply suggestion from code review
Yuki Okushi
-1
/
+1
2020-01-07
Update lintlist
Yuki Okushi
-32
/
+32
2020-01-06
Prevent doc-tests from running and fix lint description
Krishna Sai Veera Reddy
-1
/
+1
2020-01-06
Add lint to detect usage of invalid atomic ordering
Krishna Sai Veera Reddy
-1
/
+8
2020-01-04
Add lint for iter.nth(0)
Brad Sherman
-1
/
+8
2019-12-31
Indicate anonymous lifetimes for types
Krishna Veera Reddy
-1
/
+1
2019-12-31
Move `mem_replace_with_default` out of nursery
Krishna Veera Reddy
-1
/
+1
2019-12-31
Use `mem::take` instead of `mem::replace` when applicable
Krishna Veera Reddy
-0
/
+7
2019-12-28
Add new lint (modulo_arithmetic)
mgr-inz-rafal
-1
/
+8
[next]