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
/
clippy_lints
/
src
/
needless_continue.rs
Age
Commit message (
Expand
)
Author
Lines
2021-07-28
Update lint documentation to use markdown headlines
xFrednet
-5
/
+5
2021-07-23
Clean up unnecessary unwraps
F3real
-5
/
+4
2021-07-22
Lint on continue expression without semi-colon
F3real
-1
/
+2
2021-07-21
Emit needless_continue warning if loop ends on continue
F3real
-3
/
+3
2021-07-20
Enhance needless continue to detect loop {continue;}
F3real
-0
/
+20
2021-03-15
Don't re-export clippy_utils::diagnostics::*
Cameron Steffen
-2
/
+1
2021-03-15
Move some utils to clippy_utils::source module
Cameron Steffen
-1
/
+2
2021-03-01
Add version = "Two" to rustfmt.toml
Cameron Steffen
-5
/
+1
2021-01-21
Fix clippy and comment
Esteban Küber
-1
/
+1
2021-01-21
Add loop head span to hir
Esteban Küber
-1
/
+1
2020-06-09
Merge commit 'ff0993c5e9162ddaea78e83d0f0161e68bd4ea73' into clippy
Lzu Tao
-1
/
+1
2020-04-18
Add an Option<Span> argument to span_lint_and_help.
xiongmao86
-0
/
+1
2020-03-01
Rustup to rust-lang/rust#69592
Yuki Okushi
-1
/
+1
2020-02-06
Rename ctx->cx in needless_continue
flip1995
-20
/
+20
2020-02-06
Improve help message in needless_continue
flip1995
-12
/
+14
2020-02-06
Rewrite suggestion generation of needless_continue
flip1995
-79
/
+84
2020-01-27
Rename `span_help_and_lint` to `span_lint_and_help`
Yuki Okushi
-2
/
+2
2020-01-13
Rustup to rust-lang/rust#68045
Yuki Okushi
-1
/
+1
2020-01-11
Rustup to rust-lang/rust#67806
Yuki Okushi
-3
/
+2
2020-01-07
Normalize lint messages
Yuki Okushi
-4
/
+4
2020-01-04
Rustup to https://github.com/rust-lang/rust/pull/67853
Philipp Hansch
-1
/
+1
2019-12-04
Rustup to rust-lang/rust#66878
Matthias Krüger
-1
/
+2
2019-10-14
new lints around `#[must_use]` fns
Andre Bogus
-0
/
+3
2019-09-27
Rustup to rust-lang/rust#64813
flip1995
-6
/
+6
2019-08-19
Remove in_macro_or_desugar
KRAAI, MATTHEW [VISUS]
-2
/
+2
2019-08-03
Doctests: Enable running doc tests for pedantic lints
Philipp Hansch
-0
/
+10
2019-06-24
Pacify rustfmt.
Mazdak Farrokhzad
-3
/
+2
2019-06-23
Fix fallout from rust-lang/rust PR 60861.
Mazdak Farrokhzad
-6
/
+6
2019-05-11
Rename in_macro to in_macro_or_desugar
Manish Goregaokar
-2
/
+2
2019-04-17
Use lint pass macros
Matthew Kraai
-13
/
+2
2019-03-12
Auto merge of #3871 - taiki-e:needless_continue, r=phansch
bors
-14
/
+26
2019-03-12
Run more doc tests
Philipp Hansch
-7
/
+13
2019-03-12
Fix `needless_continue` false positive
Taiki Endo
-14
/
+26
2019-03-05
move lint documentation into macro invocations
Andy Russell
-59
/
+59
2019-01-27
rustup https://github.com/rust-lang/rust/pull/57726
Matthias Krüger
-0
/
+4
2019-01-08
Remove all copyright license headers
Philipp Hansch
-9
/
+0
2018-12-29
Remove crate:: prefixes from crate paths
Konrad Borowski
-4
/
+4
2018-11-27
Run rustfmt on clippy_lints
flip1995
-19
/
+29
2018-10-06
Add license header to Rust files
Manish Goregaokar
-0
/
+10
2018-09-15
Reintroduce `extern crate` for non-Cargo dependencies.
Eduard-Mihai Burtescu
-4
/
+4
2018-08-29
Switch to declare_tool_lint macro
flip1995
-1
/
+1
2018-08-28
Update imports and rustup
Oliver Schneider
-1
/
+1
2018-08-19
codemap -> source_map
Manish Goregaokar
-1
/
+1
2018-07-23
Rustup
Oliver Schneider
-5
/
+5
2018-07-19
Remove import of rustc
Manish Goregaokar
-0
/
+1
2018-06-25
Fix clippy_lints doc-tests
Mateusz Mikuła
-5
/
+5
2018-05-30
Run rustfix
Mateusz Mikuła
-1
/
+1
2018-05-17
Rustup to 2018-05-16
Mateusz Mikuła
-1
/
+1
2018-03-28
Categorize all the lints!
Oliver Schneider
-2
/
+2
2018-03-16
Apply clippy suggestions
Mateusz Mikuła
-2
/
+2
[next]