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
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-20
#3016 Add backticks for the msg
Lachezar Lechev
-1
/
+1
2018-08-20
#3016 Add feedback and implement test for fixed hardcoded suggestion
Lachezar Lechev
-13
/
+13
2018-08-20
#3016 [WIP] Implement feedback and suggestions
Lachezar Lechev
-14
/
+27
2018-08-16
WIP of #3016 for hardocded suggestion for writeln on empty string
Lachezar Lechev
-15
/
+18
2018-08-14
Merge pull request #3014 from estk/allow-write-multi-newline
Philipp Krones
-6
/
+6
2018-08-12
docs: add more suggestions on how to fix clippy findings to the online lint l...
Matthias Krüger
-0
/
+8
2018-08-07
Allow print/write with multiple newlines
Evan Simmons
-6
/
+6
2018-08-07
Fix the build after https://github.com/rust-lang/rust/pull/53016
Scott McMurray
-1
/
+1
2018-07-25
Fix regression in print_literal
Thomas Gideon
-15
/
+17
2018-07-23
Rustup
Oliver Schneider
-2
/
+2
2018-07-23
Rewrite the print/write macro checks as a PreExpansionPass
Oliver Schneider
-304
/
+130
2018-07-20
Remove import of if_chain
Manish Goregaokar
-0
/
+1
2018-07-19
Remove import of rustc
Manish Goregaokar
-0
/
+1
2018-07-16
Update for hir renamings in rustc
Oliver Schneider
-1
/
+1
2018-07-16
ExprKind
csmoe
-33
/
+33
2018-06-29
Rustup
Mateusz Mikuła
-4
/
+4
2018-05-30
Merge pull request #2821 from mati865/rust-2018-migration
Oliver Schneider
-2
/
+2
2018-05-30
Run rustfix
Mateusz Mikuła
-2
/
+2
2018-05-29
Version bump
Oliver Schneider
-1
/
+1
2018-05-29
Update to nightly 2018-05-28
Mateusz Mikuła
-4
/
+4
2018-04-28
Rustup to latest nightly
Philipp Hansch
-4
/
+4
2018-04-21
Add smaller check_unformatted to write.rs and fix precision,width,align false...
Michael Recachinas
-7
/
+54
2018-04-15
fixing error message for empty println macro
MSI\Stew's Laptop
-7
/
+10
2018-04-07
New lints for write! / writeln! macros.
Evan Simmons
-0
/
+437
[prev]