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
/
src
/
expr.rs
Age
Commit message (
Expand
)
Author
Lines
2019-02-19
Various cosmetic improvements (#3403)
Alexander Regueiro
-13
/
+3
2019-02-09
cargo fmt
Hirokazu Hata
-2
/
+10
2019-02-09
Fix rust_2018_idioms warnings
Hirokazu Hata
-46
/
+46
2019-02-06
Cargo update
topecongiro
-0
/
+1
2019-02-04
transition to Rust 2018
Evgenii
-20
/
+20
2019-02-01
fix "internal error: left behind trailing whitespace" with long lines
rchaser53
-2
/
+6
2018-12-25
Fix shape when formatting return or break expr on statement position (#3259)
Seiichi Uchida
-1
/
+6
2018-12-18
Fix trim_right/trim_left deprecation warnings (#3252)
Philipp Hansch
-2
/
+2
2018-11-28
fix the visitor's starting position when visiting a labelled block
Stéphane Campinas
-7
/
+8
2018-11-16
fix a few clippy warnings
Matthias Krüger
-1
/
+1
2018-11-08
Replace always true conditionals with `true`
Kevin Stenerson
-12
/
+6
2018-11-05
Add config option to more aggressively allow overflow
Kevin Stenerson
-6
/
+25
2018-11-04
fix alignment of a struct's fields with the visual style
Stéphane Campinas
-1
/
+1
2018-10-15
force a newline after the `if` condition if there is a different
Stéphane Campinas
-1
/
+42
2018-10-16
Merge pull request #3106 from sinkuu/clippy
Nick Cameron
-6
/
+1
2018-10-16
Merge pull request #3101 from nrc/pair-newline
Nick Cameron
-4
/
+5
2018-10-15
Use UnOp::to_string
Shotaro Yamada
-6
/
+1
2018-10-15
try to fix comment bad wrapping (#3099)
Daniele D'Orazio
-0
/
+1
2018-10-15
Fixup formatting
Nick Cameron
-4
/
+5
2018-10-14
Use correct width
Seiichi Uchida
-1
/
+3
2018-10-12
expr: replace `.unwrap_or` with `.map_or`
Otavio Salvador
-4
/
+2
2018-10-08
Merge pull request #3078 from YaLTeR/fix-closure-indentation
Nick Cameron
-2
/
+1
2018-10-08
Merge pull request #3077 from YaLTeR/fix-extra-commas
Nick Cameron
-1
/
+1
2018-10-08
Merge pull request #3070 from topecongiro/issue-3030
Nick Cameron
-13
/
+43
2018-10-06
Overflow Visual functions even with one argument
Ivan Molodetskikh
-2
/
+1
2018-10-06
No trailing comma in struct literals (Visual)
Ivan Molodetskikh
-1
/
+1
2018-10-01
Format a paren expr with double slash comment
Seiichi Uchida
-13
/
+43
2018-09-30
Move maybe_get_args_offset to overflow.rs
Seiichi Uchida
-48
/
+0
2018-09-30
Avoid using to_expr as much as possible
Seiichi Uchida
-4
/
+2
2018-09-30
Get rid of ToExpr trait
Seiichi Uchida
-104
/
+12
2018-09-29
Take impl Iterator for overflow routines
Seiichi Uchida
-15
/
+29
2018-09-19
Cargo fmt
Seiichi Uchida
-3
/
+6
2018-09-19
Fix shape for index
Seiichi Uchida
-1
/
+6
2018-09-11
Use correct heuristic for match block flattening
Ivan Molodetskikh
-5
/
+7
2018-09-03
Merge pull request #2992 from max-sixty/clippy2
Nick Cameron
-7
/
+7
2018-09-01
final clippy changes
Maximilian Roos
-7
/
+7
2018-08-31
Fix shape in rewrite_tuple_in_visual_indent_style
Ivan Molodetskikh
-1
/
+1
2018-08-26
Format in-place expression like assignment
Seiichi Uchida
-2
/
+4
2018-08-26
Fix build with rust nightly by updating try block syntax. (#2965)
Zach Lute
-11
/
+6
2018-08-23
Reformat
cad97
-3
/
+5
2018-08-23
Rename CodeMap/FileMap to SourceMap/SourceFile
cad97
-14
/
+14
2018-08-03
Use builder pattern for ListFormatting
Seiichi Uchida
-22
/
+8
2018-07-31
Merge pull request #2874 from cavedweller/master
Nick Cameron
-2
/
+32
2018-07-29
Add tests for async & async move
Ben Brittain
-5
/
+16
2018-07-29
Format Async block and async fn
Ben Brittain
-2
/
+21
2018-07-28
Support raw identifiers in struct expressions
Andrew Audibert
-1
/
+1
2018-07-24
formatting
Nick Cameron
-2
/
+1
2018-07-24
chains: prefer to use the next line for an expression, if using the same line...
Nick Cameron
-3
/
+6
2018-07-14
removed unused max_width argument of rewrite_string function
Stéphane Campinas
-1
/
+0
2018-07-12
Fixup formatting of tests and source
Nick Cameron
-6
/
+6
[next]