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
/
format.rs
Age
Commit message (
Expand
)
Author
Lines
2018-07-19
Remove import of rustc
Manish Goregaokar
-0
/
+1
2018-07-16
ExprKind
csmoe
-17
/
+17
2018-06-29
Rustup
Mateusz Mikuła
-1
/
+1
2018-05-30
Run rustfix
Mateusz Mikuła
-2
/
+2
2018-05-29
Update to nightly 2018-05-28
Mateusz Mikuła
-2
/
+2
2018-04-12
Fix clippy warnings
Michael Wright
-2
/
+2
2018-04-12
Fix useless_format false negative
Michael Wright
-14
/
+48
2018-04-05
Fix useless_format false positive with macros
Philipp Hansch
-1
/
+4
2018-03-28
Categorize all the lints!
Oliver Schneider
-2
/
+2
2018-03-19
Add suggestion to useless_format
Baelyk
-3
/
+9
2017-11-05
Cargo fmt
topecongiro
-2
/
+2
2017-10-23
mechanically swap if_let_chain -> if_chain
Alex Burka
-38
/
+41
2017-09-29
Fix regression with `print!`
mcarton
-29
/
+0
2017-09-29
Fix regression with `format!`
mcarton
-12
/
+15
2017-09-12
Rustup
Oliver Schneider
-3
/
+5
2017-09-05
Run nightly rustfmt
Oliver Schneider
-5
/
+3
2017-08-15
Rustup
Oliver Schneider
-2
/
+2
2017-08-14
Rustfmt
Oliver Schneider
-2
/
+4
2017-06-11
Abide by the common rustc::ty conventions.
Eduard-Mihai Burtescu
-2
/
+2
2017-04-11
Fix more doc issues
Oliver Schneider
-2
/
+2
2017-04-10
Fix some doc errors
Oliver Schneider
-3
/
+3
2017-04-01
Remove unused cs parameter for is_macro and friends
Enrico Schmitz
-1
/
+1
2017-03-30
Do some additional cleanup around `InternedString` and `Symbol`
Oliver Schneider
-1
/
+1
2017-03-30
Fix fallout
Oliver Schneider
-1
/
+1
2017-02-03
TyCtxt::map is now called TyCtxt::hir
Mrmaxmeier
-2
/
+2
2017-01-13
rustup to 2017-01-12
Oliver Schneider
-3
/
+3
2017-01-04
Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Body fixes for rustup
Josh Holmer
-1
/
+1
2016-12-20
also run rustfmt on clippy-lints
Oliver Schneider
-4
/
+3
2016-12-07
update to the rust-PR that unblocks clippy
Oliver Schneider
-2
/
+2
2016-12-06
rustup to rustc 1.15.0-dev (3b248a184 2016-12-05)
Oliver Schneider
-1
/
+1
2016-12-01
WIP compiles and doesn't crash (much) but tests are failing
Oliver Schneider
-6
/
+4
2016-11-24
useless_format: fix typo
Hoàng Đức Hiếu
-1
/
+1
2016-11-23
Rustup to *rustc 1.15.0-nightly (7b3eeea22 2016-11-21)*
mcarton
-3
/
+4
2016-11-16
Rustup to rustc 1.15.0-nightly (0ed951993 2016-11-14)
mcarton
-1
/
+1
2016-10-22
Fix unused import warning
mcarton
-1
/
+1
2016-10-22
Rustup to *rustc 1.14.0-nightly (f09420685 2016-10-20)*
mcarton
-5
/
+7
2016-10-03
Rustup to *rustc 1.14.0-nightly (144af3e97 2016-10-02)*
mcarton
-2
/
+2
2016-10-02
Fix slightly wrong comment
mcarton
-2
/
+2
2016-08-16
Lint print!("...\n") (closes #455)
Georg Brandl
-12
/
+26
2016-08-07
Make the lint docstrings more consistent.
Georg Brandl
-7
/
+12
2016-07-29
s/```/```rust when relevant
mcarton
-2
/
+2
2016-07-16
Improve docs
mcarton
-1
/
+2
2016-06-16
round 1
Oliver Schneider
-3
/
+3
2016-05-28
Rustup to *1.10.0-nightly (7bddce693 2016-05-27)*
mcarton
-1
/
+1
2016-05-27
split clippy into lints, plugin and cargo-clippy
Oliver Schneider
-0
/
+119
[prev]