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
/
test
/
ui
/
lint
Age
Commit message (
Expand
)
Author
Lines
2019-08-31
Auto merge of #63991 - Centril:unique-improper-ctype, r=rkruppe
bors
-13
/
+23
2019-08-31
improper_ctypes: guard against accidental change to Unique<T>.
Mazdak Farrokhzad
-13
/
+23
2019-08-30
Auto merge of #63402 - estebank:strip-margin, r=oli-obk
bors
-18
/
+18
2019-08-26
review comment
Esteban Küber
-2
/
+2
2019-08-21
Add more tests covering more cases
Esteban Küber
-0
/
+106
2019-08-21
Do not complain about unused code when used in `impl` `Self` type
Esteban Küber
-0
/
+35
2019-08-21
Introduce `term-size` dependency and consider term width when trimming
Esteban Küber
-20
/
+20
2019-08-21
Strip code to the left and right in diagnostics for long lines
Esteban Küber
-2
/
+2
2019-08-20
Remove async_await gates from tests.
Mazdak Farrokhzad
-2
/
+2
2019-08-17
test in a way that works even with musl
Ralf Jung
-65
/
+58
2019-08-17
invalid_value: also detect transmute-from-0 (seen in the wild)
Ralf Jung
-39
/
+78
2019-08-17
invalid_value: warn for types with custom valid range
Ralf Jung
-28
/
+84
2019-08-17
warn about uninit bools and chars
Ralf Jung
-1
/
+30
2019-08-14
Handle cfg(bootstrap) throughout
Mark Rousskov
-1
/
+1
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
[next]