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
/
strings.rs
Age
Commit message (
Expand
)
Author
Lines
2021-04-06
Fix all occurences of `needless_borrow` internally
Jason Newcomb
-7
/
+7
2021-03-24
check for `.to_string().into_bytes()` in string_lit_to_bytes
Elliot Bobrow
-0
/
+29
2021-03-17
Don't re-export clippy_utils::*
Cameron Steffen
-2
/
+2
2021-03-15
Don't re-export clippy_utils::diagnostics::*
Cameron Steffen
-4
/
+2
2021-03-15
Move some utils to clippy_utils::source module
Cameron Steffen
-1
/
+1
2021-03-15
Move some utils to ty_utils
Cameron Steffen
-8
/
+7
2020-12-13
Fix dogfood errors
Michael Wright
-1
/
+1
2020-11-29
Eat collapsible_match dogfood
Cameron Steffen
-2
/
+1
2020-11-25
added lints str_to_string and string_to_string
PunitLodha
-1
/
+99
2020-11-07
Auto merge of #6134 - patrickelectric:as_utf8, r=llogiq
bors
-3
/
+65
2020-11-04
Add string_from_utf8_as_bytes linter
Patrick José Pereira
-3
/
+65
2020-11-02
Use const rustc sym where possible
Cameron Steffen
-1
/
+2
2020-10-08
Make clippy_lints's doc tests succeed
David Tolnay
-1
/
+1
2020-10-08
Document string_lit_as_bytes known problems
David Tolnay
-1
/
+21
2020-10-06
Downgrade string_lit_as_bytes to nursery
David Tolnay
-1
/
+1
2020-09-17
replace `walk_ptrs_ty` with `peel_refs`
rail
-2
/
+2
2020-08-17
rust_ast::ast => rustc_ast
Ujjwal Sharma
-1
/
+1
2020-07-17
Rename TypeckTables to TypeckResults.
Valentin Lazureanu
-1
/
+1
2020-07-03
Use 'tcx for references to AccessLevels wherever possible.
Eduard-Mihai Burtescu
-6
/
+6
2020-06-26
rustc_lint: only query `typeck_tables_of` when a lint needs it.
Eduard-Mihai Burtescu
-1
/
+1
2020-06-10
Update Clippy for MethodCall changes
Aaron Hill
-1
/
+1
2020-06-09
Merge commit 'ff0993c5e9162ddaea78e83d0f0161e68bd4ea73' into clippy
Lzu Tao
-0
/
+8
2020-04-26
More diagnostic items
Philipp Hansch
-2
/
+2
2020-03-30
rustup https://github.com/rust-lang/rust/pull/70536
Matthias Krüger
-1
/
+1
2020-03-01
Rustup to rust-lang/rust#69592
Yuki Okushi
-1
/
+1
2020-02-21
Fix fallout
flip1995
-1
/
+1
2020-01-13
Rustup to rust-lang/rust#68045
Yuki Okushi
-1
/
+2
2020-01-11
Rustup to rust-lang/rust#67806
Yuki Okushi
-3
/
+2
2020-01-07
Rustup to rust-lang/rust#67886
Yuki Okushi
-1
/
+1
2020-01-04
Rustup to https://github.com/rust-lang/rust/pull/67853
Philipp Hansch
-1
/
+1
2019-12-27
Rustup to rust-lang/rust#66936
Yuki Okushi
-4
/
+4
2019-12-24
rustup "Add span information to `ExprKind::Assign`"
Lzu Tao
-2
/
+2
2019-12-05
Change to only detect in external macros.
daxpedda
-5
/
+3
2019-12-04
Fix false positive in `string_add`.
daxpedda
-1
/
+7
2019-12-04
Rustup to rust-lang/rust#66878
Matthias Krüger
-1
/
+2
2019-11-26
trigger string_lit_as_bytes when literal has escapes
Andy Russell
-46
/
+41
2019-11-19
use usize::from
lzutao
-1
/
+1
2019-11-19
use more efficient code to generate repeated string
Lzu Tao
-1
/
+1
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 restriction lints
Philipp Hansch
-1
/
+1
2019-07-08
Extract semantic constant
Thiago Arrais
-1
/
+4
2019-07-08
Avoid reporting string_lit_as_bytes for long strings
Jens Hausdorf
-0
/
+1
2019-05-17
Prevent symbocalypse
Oliver Scherer
-3
/
+2
2019-05-14
Rustfmt all the things
Oliver Scherer
-1
/
+1
2019-05-14
Use symbols instead of strings
Oliver Scherer
-2
/
+3
2019-05-11
Rename in_macro to in_macro_or_desugar
Manish Goregaokar
-2
/
+2
2019-04-17
Use lint pass macros
Matthew Kraai
-25
/
+3
2019-03-10
Various cosmetic improvements.
Alexander Regueiro
-4
/
+5
2019-03-05
move lint documentation into macro invocations
Andy Russell
-48
/
+48
[next]