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
2018-04-30
Auto merge of #48925 - zackmdavis:fn_must_stabilize, r=nikomatsakis
bors
-23
/
+22
2018-05-01
Rollup merge of #50327 - varkor:match-unused-struct-field, r=estebank
kennytm
-6
/
+85
2018-04-30
Correct unused field warning on struct match container patterns
varkor
-6
/
+55
2018-04-30
Correct unused field warning on box struct match
varkor
-9
/
+21
2018-04-30
Correct unused field warning on &struct match
varkor
-4
/
+22
2018-04-28
stabilize `#[must_use]` for functions and must-use operators
Zack M. Davis
-23
/
+22
2018-04-22
Make must_use lint cover all binary/unary operators
Aaron Aaeng
-0
/
+184
2018-04-13
Rename must-compile-successfully into compile-pass
Guillaume Gomez
-15
/
+15
2018-03-26
update test
Mark Mansi
-7
/
+7
2018-03-26
Stabilize i128_type
Mark Mansi
-2
/
+0
2018-03-14
update tests
Guillaume Gomez
-2
/
+10
2018-03-02
Remove isize test
flip1995
-11
/
+1
2018-03-01
Adapt stderr of UI test to PR #48449
flip1995
-8
/
+8
2018-03-01
Rewrite error reporting as requested
flip1995
-17
/
+13
2018-03-01
Suggest type for overflowing bin/hex-literals
flip1995
-0
/
+105
2018-02-26
Fix rebase
Vadim Petrochenkov
-10
/
+10
2018-02-26
Update UI tests
Vadim Petrochenkov
-7
/
+7
2018-02-26
Update UI tests
Vadim Petrochenkov
-80
/
+80
2018-02-25
Update ui tests
Guillaume Gomez
-0
/
+2
2018-02-20
Fix internal references to bad_style in test code.
boats
-3
/
+3
2018-02-20
Fix filepath in lint test.
boats
-10
/
+10
2018-02-20
Fix carets.
boats
-5
/
+5
2018-02-20
Add nonstandard_style alias for bad_style.
boats
-0
/
+103
2018-02-07
Rollup merge of #47922 - zackmdavis:and_the_case_of_the_unused_field_pattern,...
Manish Goregaokar
-0
/
+74
2018-02-04
Rollup merge of #47896 - zackmdavis:and_the_case_of_the_necessary_unnecessary...
kennytm
-0
/
+55
2018-01-31
concerning well-formed suggestions for unused shorthand field patterns
Zack M. Davis
-0
/
+74
2018-01-30
wherein the parens lint keeps its own counsel re args in nested macros
Zack M. Davis
-0
/
+55
2018-01-26
Consider all whitespace when preparing span
Esteban Küber
-28
/
+46
2018-01-26
Include space in suggestion `mut` in bindings
Esteban Küber
-1
/
+1
2018-01-16
in which the private no-mangle lints receive a valued lesson in humility
Zack M. Davis
-10
/
+32
2018-01-02
Correct for changes in line numbers in expected stderr output.
Ed Schouten
-58
/
+58
2018-01-02
Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI.
Ed Schouten
-0
/
+1
2017-12-19
Point at `while true` span instead of entire block
Esteban Küber
-12
/
+2
2017-12-11
Auto merge of #46608 - estebank:resolve-return, r=nikomatsakis
bors
-2
/
+2
2017-12-10
Update ui tests' line numbers.
Tommy Ip
-84
/
+84
2017-12-10
Add must-compile-successfully comment to appropriate ui tests.
Tommy Ip
-0
/
+9
2017-12-09
Resolve type on return type suggestion
Esteban Küber
-2
/
+2
2017-11-24
Merge cfail and ui tests into ui tests
Oliver Schneider
-42
/
+51
2017-11-20
Update ui test to rustc master
Oliver Schneider
-1
/
+0
2017-11-20
Include rendered diagnostic in json
Oliver Schneider
-16
/
+137
2017-11-06
Auto merge of #45737 - oli-obk:json, r=petrochenkov
bors
-5
/
+383
2017-11-06
Adjust json errors to byte changes
Oliver Schneider
-32
/
+32
2017-11-03
Auto merge of #45569 - zackmdavis:unexported_pub_lint, r=petrochenkov
bors
-0
/
+411
2017-11-03
Don't add a new -Z flag, reuse -Zunstable-options
Oliver Schneider
-2
/
+2
2017-11-03
Pretty print json in ui tests
Oliver Schneider
-5
/
+383
2017-11-02
unreachable-pub lint for `pub` items not reachable from crate root
Zack M. Davis
-0
/
+411
2017-11-02
Report lint names in json diagnostics
Oliver Schneider
-1
/
+1
2017-10-29
Add several lints into `unused` lint group
Vadim Petrochenkov
-4
/
+10
2017-10-24
Reduce the repetition in json error output
Oliver Schneider
-2
/
+2
2017-10-24
Add a test reproducing the quadratic json explosion
Oliver Schneider
-0
/
+23
[next]