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
/
tests
/
ui
/
methods.rs
Age
Commit message (
Expand
)
Author
Lines
2019-12-28
Add real suggestion to option_map_unwrap_or
Micha Ober
-76
/
+0
2019-10-18
Split out tests
Heinz N. Gies
-10
/
+4
2019-10-18
Add expect
Heinz N. Gies
-1
/
+7
2019-10-15
Change lint to be pedantic
James Wang
-0
/
+1
2019-10-14
new lints around `#[must_use]` fns
Andre Bogus
-5
/
+6
2019-09-03
Try to fix .fixed
BO41
-1
/
+1
2019-08-29
Dereference one less on search_is_some and make it auto-fixable
BO41
-0
/
+4
2019-08-20
Remove feature gate for async_await
Lzu Tao
-1
/
+0
2019-08-09
fixed tests (again) and added a test that should actually cause a warning for...
Lukas Markeffsky
-2
/
+9
2019-08-09
removed unused imports #2
Lukas Markeffsky
-1
/
+0
2019-08-09
removed unused imports
Lukas Markeffsky
-3
/
+1
2019-08-09
upgrade test to rust 2018
Lukas Markeffsky
-9
/
+4
2019-08-09
new_ret_no_self: walk associated types in impl Trait return types
Lukas Markeffsky
-0
/
+18
2019-08-01
UI Test Cleanup: No wrong_self_convention in methods.rs
Philipp Hansch
-1
/
+2
2019-06-02
Fix .map(..).unwrap_or_else(..) bad suggestion
Michael Wright
-0
/
+15
2019-05-12
Move ctor tests from methods.rs to or_fun_calls.rs
Michael Wright
-18
/
+0
2019-04-23
Add test
Manish Goregaokar
-0
/
+18
2019-04-18
Add run-rustfix for option_map_or_none lint
Philipp Hansch
-10
/
+0
2019-04-11
UI test cleanup: Extract iter_nth tests
Philipp Hansch
-45
/
+0
2019-04-11
UI test cleanup: Extract or_fun_call tests
Philipp Hansch
-63
/
+0
2019-03-10
Various cosmetic improvements.
Alexander Regueiro
-42
/
+44
2019-02-26
Attempt to fix false negative
Wilco Kusee
-1
/
+5
2019-02-26
Only suggest map_or for copy types
Wilco Kusee
-0
/
+3
2019-02-22
rustfmt tests/ui/methods.rs
Michael Wright
-27
/
+74
2019-02-22
Add `#[rustfmt::skip]` to methods tests
Michael Wright
-0
/
+3
2019-01-08
Remove all copyright license headers
Philipp Hansch
-9
/
+0
2019-01-02
Use compiletest's aux-build header instead of include macro
Philipp Hansch
-1
/
+6
2019-01-02
Extract IteratorFalsePositives into option_helpers.rs
Philipp Hansch
-36
/
+0
2019-01-02
UI test cleanup: Extract lint from methods.rs test
Philipp Hansch
-30
/
+2
2018-12-30
UI test cleanup: Extract iter_skip_next from methods.rs
Philipp Hansch
-12
/
+0
2018-12-28
Merge new_without_default_derive into new_without_default
Russell Greene
-1
/
+0
2018-12-09
add rustfmt::skip attributes to some tests
Matthias Krüger
-7
/
+14
2018-11-02
UI test cleanup: Extract expect_fun_call tests
Philipp Hansch
-55
/
+0
2018-10-13
Removed new_ret_no_self tests from method.rs
Josh Mcguigan
-2
/
+2
2018-10-11
Stabilize tool lints
Oliver Scherer
-1
/
+1
2018-10-10
Fix #2937
Michael Wright
-1
/
+4
2018-10-06
Add license header to Rust files
Manish Goregaokar
-0
/
+10
2018-09-10
Don't use the old feature gate
Oliver Schneider
-4
/
+4
2018-08-29
Adapt ui-tests to the tool_lints
flip1995
-7
/
+7
2018-08-02
Fix #2979
Michael Wright
-0
/
+4
2018-07-15
Fix #2894
Michael Wright
-1
/
+1
2018-06-14
Fix some existing test expectations
Daniel Wagner-Hall
-1
/
+2
2018-06-04
Adding handling and tests for custom type with implemented expect method
Donald Robertson
-0
/
+19
2018-06-04
Warn if non-trivial work is done inside .expect
Donald Robertson
-0
/
+29
2018-04-12
Move unnecessary_fold UI tests to separate file
Philipp Hansch
-39
/
+0
2018-03-28
Update test suite
Oliver Schneider
-1
/
+1
2018-01-22
Fix unnecessary_fold bug
Phil Ellison
-0
/
+3
2018-01-17
Fix bug. Don't expect lint when acc is on rhs
Phil Ellison
-7
/
+10
2018-01-17
Lint on folds implementing .all, .sum and .product
Phil Ellison
-12
/
+25
2018-01-16
Fix error span to play nicely with rustfix
Phil Ellison
-0
/
+5
[next]