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
/
write.rs
Age
Commit message (
Expand
)
Author
Lines
2021-03-16
Remove SmallVec
Jason Newcomb
-18
/
+24
2021-03-16
Add suggestion to `write_literal` and `print_literal`
Jason Newcomb
-14
/
+48
2021-03-16
More specific spans for `use_debug` lint
Jason Newcomb
-1
/
+1
2021-03-16
Keep track of spans in format strings
Jason Newcomb
-90
/
+148
2021-03-15
Don't re-export clippy_utils::diagnostics::*
Cameron Steffen
-1
/
+1
2021-03-15
Move some utils to clippy_utils::source module
Cameron Steffen
-1
/
+2
2021-02-22
Remove unneeded blank lines from doc
Takayuki Nakata
-3
/
+0
2021-02-02
Run rustfmt
Manish Goregaokar
-1
/
+1
2021-02-02
Rustup
Manish Goregaokar
-3
/
+3
2021-01-21
Auto merge of #6408 - pro-grammer1:master, r=oli-obk
bors
-4
/
+8
2021-01-17
Remove numeric literals from print_literal and write_literal tests
pro-grammer1
-1
/
+1
2021-01-17
Negate results of matches!
pro-grammer1
-2
/
+2
2021-01-17
Replace another instance of match with matches
pro-grammer1
-6
/
+1
2021-01-17
Run tests/ui/update-all-references.sh and refactor match into matches!
pro-grammer1
-4
/
+1
2021-01-08
Fix unnecessary keyword intern dogfood
Cameron Steffen
-3
/
+4
2020-12-08
Factor out some code in write.rs
Eduardo Broto
-60
/
+50
2020-12-07
Add eprint! to print_with_newline lint
Josias
-0
/
+20
2020-12-07
Add lint print_stderr
Josias
-0
/
+23
2020-12-01
Fix false positive in write_literal and print_literal due to numeric literals
pro-grammer1
-5
/
+17
2020-11-02
Use const rustc sym where possible
Cameron Steffen
-3
/
+2
2020-09-26
Some small fixes
Takayuki Nakata
-5
/
+4
2020-09-25
Fix the detection of build scripts
Takayuki Nakata
-18
/
+15
2020-09-24
Fix FP in `print_stdout`
Takayuki Nakata
-3
/
+20
2020-09-16
{print,write}-with-newline: do not suggest empty format string
Andy Russell
-1
/
+5
2020-08-27
Fix the wrong use of `snippet_with_applicability`
rail
-7
/
+8
2020-08-12
write.rs: don't clone TokenStream
Matthias Krüger
-11
/
+5
2020-07-03
Clean existing lint code to match new lint
JarredAllen
-4
/
+7
2020-07-03
Used clippy to clean itself
JarredAllen
-4
/
+2
2020-06-07
Merge remote-tracking branch 'upstream/master' into rustup
flip1995
-8
/
+25
2020-06-06
Auto merge of #72927 - petrochenkov:rustc, r=Mark-Simulacrum
bors
-1
/
+1
2020-06-03
Bump to 1.46
Mark Rousskov
-4
/
+4
2020-06-02
Rename the crates in source code
Vadim Petrochenkov
-1
/
+1
2020-06-01
Add more corrected code for doc
ThibsG
-2
/
+20
2020-05-31
Fix sync fallout
flip1995
-7
/
+6
2020-05-18
Handle InlineAsm in clippy
Amanieu d'Antras
-2
/
+3
2020-05-13
Replace some usages of the old `unescape_` functions in AST, clippy and tests.
Julian Wollersberger
-2
/
+2
2020-03-17
rustup https://github.com/rust-lang/rust/pull/69838
Matthias Krüger
-1
/
+1
2020-03-15
rustup https://github.com/rust-lang/rust/pull/69589/
Matthias Krüger
-2
/
+2
2020-03-03
Don't lint debug formatting in debug impl
flip1995
-120
/
+156
2020-03-01
Rustup to rust-lang/rust#69579
Yuki Okushi
-1
/
+1
2020-03-01
Rustup to rust-lang/rust#69592
Yuki Okushi
-3
/
+3
2020-02-21
Fix fallout
flip1995
-2
/
+4
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-04
Rustup to https://github.com/rust-lang/rust/pull/67853
Philipp Hansch
-1
/
+1
2019-12-31
Rustup to rust-lang/rust#67707
Yuki Okushi
-1
/
+1
2019-12-24
rustup "Add span information to `ExprKind::Assign`"
Lzu Tao
-1
/
+1
2019-12-04
Rustup to rust-lang/rust#66878
Matthias Krüger
-1
/
+2
2019-12-03
Rustup to rust-lang/rust#66935
flip1995
-10
/
+10
2019-11-18
Rustup to rustc 1.41.0-nightly (a0d40f8bd 2019-11-18)
Manish Goregaokar
-57
/
+35
[next]