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-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
2019-04-30
Preserve literal suffixes
varkor
-1
/
+8
2019-04-30
Place types inside backticks
varkor
-77
/
+75
2019-04-30
Add a test for overflowing endpoints
varkor
-0
/
+47
2019-04-23
Update ui tests
varkor
-3
/
+3
2019-04-23
Remove unnecessary ignore-tidy-linelength
varkor
-2
/
+0
2019-04-17
Rollup merge of #59128 - oli-obk:colorful_json, r=mark-i-m,eddyb
Mazdak Farrokhzad
-71
/
+72
2019-04-16
Don't test json with color codes on windows
Oliver Scherer
-53
/
+54
2019-04-15
include mode in unused binding suggestion span
Andy Russell
-0
/
+107
2019-04-02
Update ui tests to latest master
Oliver Scherer
-18
/
+18
2019-04-02
Rename `colorful-json` to `json-rendered` and make it a selection instead of ...
Oliver Scherer
-27
/
+27
2019-04-02
Emit ansi color codes in the `rendered` field of json diagnostics
Oliver Scherer
-45
/
+45
2019-03-30
Handle glob import in redundancy check
Fabian Drinck
-9
/
+0
2019-03-30
Change message to present tense
Fabian Drinck
-4
/
+4
2019-03-30
Add glob import to redundancy test
Fabian Drinck
-6
/
+36
2019-03-30
Fix tests
Fabian Drinck
-5
/
+13
2019-03-30
Replace REDUNDANT_IMPORT with UNUSED_IMPORTS
Fabian Drinck
-7
/
+4
2019-03-30
Edit ui tests
Fabian Drinck
-0
/
+1
2019-03-30
Distinguish between imported and defined items
Fabian Drinck
-1
/
+1
2019-03-30
Bless tests
Fabian Drinck
-0
/
+23
2019-03-30
Improve warning
Fabian Drinck
-7
/
+4
2019-03-30
Add lint for redundant imports
Fabian Drinck
-0
/
+31
[next]