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
2022-05-03
Make rustc_parse_format compile on stable
bjorn3
-2
/
+3
2022-03-24
Merge commit 'd0cf3481a84e3aa68c2f185c460e282af36ebc42' into clippyup
flip1995
-2
/
+7
2022-03-14
Merge commit 'dc5423ad448877e33cca28db2f1445c9c4473c75' into clippyup
flip1995
-3
/
+3
2022-02-23
rustc_errors: take `self` by value in `DiagnosticBuilder::cancel`.
Eduard-Mihai Burtescu
-2
/
+2
2022-02-16
Correctly mark the span of captured arguments in `format_args!()`
Chayim Refael Friedman
-1
/
+1
2022-01-23
Update clippy
Vadim Petrochenkov
-3
/
+3
2021-12-15
Remove unnecessary sigils around `Symbol::as_str()` calls.
Nicholas Nethercote
-5
/
+5
2021-12-06
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
flip1995
-4
/
+25
2021-11-07
ast: Fix naming conventions in AST structures
Vadim Petrochenkov
-2
/
+2
2021-08-21
cleanup: `Span::new` -> `Span::with_lo`
Vadim Petrochenkov
-1
/
+1
2021-07-29
Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyup
flip1995
-39
/
+53
2021-06-03
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
flip1995
-1
/
+1
2021-05-20
Merge commit '9e3cd88718cd1912a515d26dbd9c4019fd5a9577' into clippyup
flip1995
-9
/
+14
2021-04-22
Merge commit '98e2b9f25b6db4b2680a3d388456d9f95cb28344' into clippyup
flip1995
-1
/
+1
2021-03-25
Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup
flip1995
-118
/
+197
2021-02-25
Merge commit '928e72dd10749875cbd412f74bfbfd7765dbcd8a' into clippyup
flip1995
-3
/
+0
2021-02-02
Merge commit '3e4179766bcecd712824da04356621b8df012ea4' into sync-from-clippy
Manish Goregaokar
-1
/
+5
2021-02-01
Box the biggest ast::ItemKind variants
Dániel Buga
-17
/
+33
2021-01-30
Merge commit '95c0459217d1661edfa794c8bb122452b92fb485' into clippyup
flip1995
-4
/
+8
2021-01-15
Merge commit '953f024793dab92745fee9cd2c4dee6a60451771' into clippyup
flip1995
-3
/
+4
2020-12-20
Merge commit '4911ab124c481430672a3833b37075e6435ec34d' into clippyup
flip1995
-37
/
+70
2020-11-05
Merge commit 'b20d4c155d2fe3a8391f86dcf9a8c49e17188703' into clippyup
flip1995
-3
/
+2
2020-10-09
Merge commit '2f6439ae6a6803d030cceb3ee14c9150e91b328b' into clippyup
flip1995
-2
/
+15
2020-09-24
Merge commit 'e636b88aa180e8cab9e28802aac90adbc984234d' into clippyup
flip1995
-1
/
+5
2020-08-28
Merge commit '3d0b0e66afdfaa519d8855b338b35b4605775945' into clippyup
flip1995
-18
/
+13
2020-07-14
Merge commit '2ca58e7dda4a9eb142599638c59dc04d15961175' into clippyup
flip1995
-6
/
+24
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-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
2019-11-12
don't warn on CRLF in `with_newline` lints
Andy Russell
-29
/
+25
2019-11-11
Fix breakage due to rust-lang/rust#65324
Michael Wright
-1
/
+1
2019-11-09
Rustup to rustc 1.40.0-nightly (ac162c6ab 2019-11-09)
Manish Goregaokar
-0
/
+1
2019-11-08
rustup https://github.com/rust-lang/rust/pull/65916
Lzu Tao
-1
/
+2
2019-09-27
Rustup to rust-lang/rust#64813
flip1995
-3
/
+3
[next]