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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
lint
Age
Commit message (
Expand
)
Author
Lines
2019-08-12
more informative error message from invalid_value lint
Ralf Jung
-55
/
+183
2019-08-11
warn for more cases
Ralf Jung
-11
/
+166
2019-08-11
add basic lint testing for misuse of mem::zeroed and mem::uninitialized
Ralf Jung
-0
/
+72
2019-08-09
Allow deprecated try macro in test crates
Lzu Tao
-2
/
+3
2019-08-09
Deprecate `try!` macro
BO41
-1
/
+1
2019-08-07
Rollup merge of #63163 - bravomikekilo:master, r=cramertj
Mazdak Farrokhzad
-14
/
+833
2019-08-06
Add rustfix test and fix test name.
bravomikekilo
-127
/
+220
2019-08-03
fix tidy problem
bravomikekilo
-1
/
+1
2019-08-03
add new test and add conditional whitespace
bravomikekilo
-1
/
+727
2019-07-31
add a pair of whitespace after remove parentheses
bravomikekilo
-1
/
+1
2019-07-30
Auto merge of #62766 - alexcrichton:stabilize-pipelined-compilation, r=oli-obk
bors
-27
/
+27
2019-07-28
Auto merge of #63090 - Centril:rollup-xnjwm2h, r=Centril
bors
-27
/
+269
2019-07-28
Remove lint annotations in specific crates that are already enforced by rustb...
Vadim Petrochenkov
-106
/
+105
2019-07-27
Lint attributes on function arguments
Caio
-27
/
+269
2019-07-26
rustc: Stabilize options for pipelined compilation
Alex Crichton
-27
/
+27
2019-07-21
normalize use of backticks in compiler messages for librustc_lint
Samy Kacimi
-13
/
+13
2019-07-17
normalize use of backticks in compiler messages for librustc/lint
Samy Kacimi
-32
/
+32
2019-07-09
normalize use of backticks in compiler messages for libsyntax/feature_gate
Samy Kacimi
-119
/
+119
2019-07-06
in which the `non_ascii_idents` lint appears (RFC 2457)
Zack M. Davis
-0
/
+43
2019-07-06
Make WhileTrue into an EarlyLintPass lint.
Mazdak Farrokhzad
-23
/
+32
2019-07-03
Migrate compile-pass annotations to build-pass
Yuki Okushi
-34
/
+34
2019-06-30
Extend #[must_use] lint to arrays
varkor
-0
/
+91
2019-06-30
Improve error messages for boxed trait objects in tuples
varkor
-3
/
+33
2019-06-30
Extend the #[must_use] lint to boxed types
varkor
-2
/
+13
2019-06-24
--bless you.
Mazdak Farrokhzad
-5
/
+5
2019-06-24
Address review comments.
Mazdak Farrokhzad
-1
/
+0
2019-06-24
lint-type-overflow2: warn -> deny.
Mazdak Farrokhzad
-32
/
+21
2019-06-23
let_chains: scrutinee -> head expression.
Mazdak Farrokhzad
-4
/
+4
2019-06-23
let_chains: Adjust unnecessary parens tests.
Mazdak Farrokhzad
-4
/
+4
2019-06-10
Implement RFC 2645 (transparent enums and unions)
Michael Bradshaw
-24
/
+46
2019-06-09
Address review comments
Vadim Petrochenkov
-69
/
+0
2019-06-08
Remove some more `#![feature(custom_attribute)]`s
Vadim Petrochenkov
-40
/
+40
2019-06-03
Auto merge of #61100 - varkor:must_use-tuple-expr, r=cramertj
bors
-0
/
+64
2019-06-03
Add nested must_use variant
varkor
-1
/
+11
2019-06-03
Specify tuple element in lint message
varkor
-10
/
+10
2019-06-03
Add function call to test
varkor
-4
/
+18
2019-06-03
Use precise span for must_use tuple components
varkor
-3
/
+23
2019-06-03
Add test for #[must_use] in tuples
varkor
-0
/
+20
2019-05-30
Update ui and run-pass for ellipsis_inclusive_range_patterns lint
memoryruins
-11
/
+69
2019-05-29
Auto merge of #61203 - memoryruins:bare_trait_objects, r=Centril
bors
-14
/
+14
2019-05-29
Update ui test suite to use dyn
memoryruins
-14
/
+14
2019-05-25
Reword malformed attribute input diagnostics
Esteban Küber
-36
/
+32
2019-05-23
Add test for denying overflowing literal in loop
varkor
-1
/
+10
2019-05-23
Auto merge of #60174 - matthewjasper:add-match-arm-scopes, r=pnkfelix
bors
-2
/
+42
2019-05-22
Allow null-pointer-optimized enums in FFI if their underlying representation ...
Michael Bradshaw
-10
/
+65
2019-05-21
Give match arms a drop/region scope
Matthew Jasper
-2
/
+10
2019-05-21
Respect lint attributes on match arms
Matthew Jasper
-0
/
+32
2019-05-04
Fix misleading indentation
Jesper Steen Møller
-6
/
+5
2019-05-04
Fix #45268 by saving all NodeId's for resolved traits.
Jesper Steen Møller
-0
/
+61
2019-04-30
Include signed integer types in the lint
varkor
-1
/
+8
[next]