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
/
string.rs
Age
Commit message (
Expand
)
Author
Lines
2022-05-08
Fixes #5260
Pascal Seitz
-7
/
+38
2022-02-01
Handle non-ascii character at boundary (#5089)
Stéphane Campinas
-1
/
+4
2021-08-22
Fix typos “an”→“a” and a few different ones that appeared in the sa...
Frank Steffahn
-1
/
+1
2021-07-25
Merge commit '4236289b75ee55c78538c749512cdbeea5e1c332' into update-rustfmt
Caleb Cartwright
-2
/
+2
2019-10-07
improve detection of URL inside a string that is being rewritten. (#3809)
Stéphane Campinas
-7
/
+8
2019-05-09
Enable unreachable_pub lint
Ruben Schmidmeister
-10
/
+10
2019-04-11
fix clippy warnings
Matthias Krüger
-2
/
+4
2019-02-19
Various cosmetic improvements (#3403)
Alexander Regueiro
-12
/
+2
2019-02-04
transition to Rust 2018
Evgenii
-5
/
+5
2019-01-15
Use Unicode-standard char width to wrap comments or strings. (#3275)
wada314
-26
/
+44
2018-12-25
Fix issue #3263 (#3264)
wada314
-6
/
+7
2018-12-18
Fix trim_right/trim_left deprecation warnings (#3252)
Philipp Hansch
-6
/
+6
2018-10-19
fix a few typos found via codespell.
Matthias Krüger
-2
/
+2
2018-10-16
Merge pull request #3106 from sinkuu/clippy
Nick Cameron
-21
/
+9
2018-10-16
Merge pull request #3101 from nrc/pair-newline
Nick Cameron
-5
/
+6
2018-10-15
Use concat() instead of join("")
Shotaro Yamada
-20
/
+8
2018-10-15
Cleanup
Shotaro Yamada
-2
/
+2
2018-10-15
try to fix comment bad wrapping (#3099)
Daniele D'Orazio
-17
/
+21
2018-10-15
Fixup formatting
Nick Cameron
-5
/
+6
2018-10-09
rewrite_string: detect when a url is being split and place the new line
Stéphane Campinas
-2
/
+75
2018-10-08
rewrite_string: allow to break on a boundary character that is on edge
Stéphane Campinas
-19
/
+70
2018-10-08
rewrite_string: retain blank lines that are trailing
Stéphane Campinas
-30
/
+65
2018-10-08
rewrite_string: take care of blank lines appearing within the last line
Stéphane Campinas
-2
/
+45
2018-10-08
rewrite_string: handle newlines in the last line that fits in the shape for c...
Stéphane Campinas
-13
/
+51
2018-10-08
rewrite_string: do not overflow the next line when the line_start is not a wh...
Stéphane Campinas
-15
/
+75
2018-10-08
rewrite_string: trim trailing whitespace in case the last_line fits in the gi...
Stéphane Campinas
-1
/
+21
2018-10-02
format_strings: take into account newline occurring within a rewritten line
Stéphane Campinas
-3
/
+48
2018-07-14
removed unused max_width argument of rewrite_string function
Stéphane Campinas
-7
/
+3
2018-07-14
fix rewrite_string when a line feed is present in a sequence of whitespaces, ...
Stéphane Campinas
-72
/
+224
2018-07-12
Fixup formatting of tests and source
Nick Cameron
-1
/
+2
2018-05-24
Seperate and optimize grapheme conditions
Pazzaz
-6
/
+16
2018-05-24
Avoid unnecessary comparisons with cur_end
Pazzaz
-2
/
+2
2018-03-02
Go back to a non-workspace structure
Nick Cameron
-0
/
+162
2018-02-07
Create rustfmt_core crate
topecongiro
-163
/
+0
2018-01-22
Cargo fmt
Seiichi Uchida
-2
/
+2
2017-10-31
Add an optional max width argument to rewrite_string()
topecongiro
-3
/
+11
2017-10-31
Use visual indent only when rewriting string literal
topecongiro
-1
/
+1
2017-10-18
Cargo fmt
topecongiro
-1
/
+3
2017-10-05
Replace 'try_opt!' macro with a '?' operator
topecongiro
-1
/
+1
2017-10-01
Implement StringFormat::new()
topecongiro
-10
/
+15
2017-09-19
Move Indent and Shape to shape.rs from lib.rs
Seiichi Uchida
-2
/
+3
2017-09-15
Cargo fmt
topecongiro
-2
/
+2
2017-07-20
Format source codes and update tests
Seiichi Uchida
-1
/
+1
2017-07-13
Sort imports in alphabetical and consistent order
topecongiro
-3
/
+3
2017-06-16
Format source codes
topecongiro
-4
/
+6
2017-06-14
Format source codes
topecongiro
-1
/
+1
2017-06-13
Rebasing
Nick Cameron
-6
/
+4
2017-06-13
Reformat source code using new defaults
Nick Cameron
-5
/
+8
2017-05-25
Format source codes
topecongiro
-2
/
+1
2017-05-24
Format source codes
topecongiro
-1
/
+2
[next]