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
/
comment.rs
Age
Commit message (
Expand
)
Author
Lines
2017-05-30
Allow longer custom comment
topecongiro
-48
/
+43
2017-05-29
Use different style when rewriting comment with different opener
topecongiro
-27
/
+156
2017-05-23
Format source codes
topecongiro
-7
/
+6
2017-05-18
Provide `config.set().item(value)` API.
Michael Killough
-4
/
+2
2017-05-16
Switch to accessing config items via method.
Michael Killough
-8
/
+10
2017-05-13
Format source code
Seiichi Uchida
-26
/
+24
2017-04-24
Format source codes
topecongiro
-4
/
+1
2017-03-28
fallout - source reformatting
Nick Cameron
-4
/
+7
2017-03-07
Formatting fallout
Nick Cameron
-3
/
+7
2017-02-23
Fallout
Nick Cameron
-7
/
+7
2017-01-31
Refactor indent and width into Shape struct
Nick Cameron
-20
/
+20
2017-01-17
Add a more lightweight method for rewriting comments when we are not normalising
Nick Cameron
-19
/
+45
2016-11-21
update Serde, etc.
Nick Cameron
-11
/
+7
2016-11-03
Fixes a few doc typos.
Fraser Hutchison
-2
/
+2
2016-09-30
Add custom comments (#1179)
Florian Gilcher
-0
/
+24
2016-09-19
Merge pull request #1161 from sinkuu/fix550
Nick Cameron
-4
/
+4
2016-09-17
Fix #550: `if` nested in tuple is indented oddly
sinkuu
-4
/
+4
2016-09-17
Improve comment rewriting with normalize_comments == false
est31
-0
/
+10
2016-08-29
Run clippy
sinkuu
-4
/
+4
2016-07-09
Fix formatting empty block comments (`/**/`)
sinkuu
-4
/
+6
2016-06-03
Fix constraints on pattern formatting of else arms
Marcus Klaas
-21
/
+23
2016-05-15
change normalise spelling to American version - normalize as American englis...
Srinivas Reddy Thatiparthy
-1
/
+1
2016-05-02
Handle attributes on modules (#968)
Nick Cameron
-5
/
+5
2016-04-22
Change defaults and update tests and source
Nick Cameron
-19
/
+19
2016-04-11
Don't be so aggressie about line-breaking strings (#911)
Nick Cameron
-19
/
+28
2016-03-14
Don't apply the function args heuristic to tuple lits.
Nick Cameron
-3
/
+1
2016-01-10
Document comment::*CodeCharKind
Gaëtan Cassiers
-0
/
+8
2016-01-10
Detect when comments disappear
Gaëtan Cassiers
-37
/
+225
2015-12-10
Add normalise_comments option.
Nick Cameron
-10
/
+31
2015-11-23
Reformatting due to changes
Nick Cameron
-2
/
+8
2015-11-20
Blockify multiline match arms
Marcus Klaas
-29
/
+39
2015-11-10
Option to disable line breaking in comments
Nick Cameron
-2
/
+3
2015-10-23
Remove usage of many unstable features
Alex Crichton
-1
/
+1
2015-10-20
Fix doc comment regression and add tests.
Tim Kuehn
-2
/
+9
2015-10-19
Fix large block comments
Marcus Klaas
-33
/
+86
2015-10-19
Remove overflow indentation
Marcus Klaas
-9
/
+16
2015-10-19
Implement CommentCodeSlices
Marcus Klaas
-9
/
+74
2015-10-06
Increase default function call width limit
Marcus Klaas
-2
/
+1
2015-09-26
Changes to rustfmt source
Nick Cameron
-1
/
+4
2015-09-26
Changes to source formatting
Nick Cameron
-3
/
+7
2015-09-25
Make rewrite_string return `Option<String>`
Marcus Klaas
-50
/
+54
2015-09-19
Add Indent::none(), remove make_indent.
Pavel Sountsov
-3
/
+2
2015-09-19
Initial implementation of hard tab indentation.
Pavel Sountsov
-9
/
+22
2015-09-18
Refactor test code
Marcus Klaas
-4
/
+6
2015-09-16
Format macro invocations
Marcus Klaas
-0
/
+1
2015-09-11
General cleanup after rebase
Marcus Klaas
-37
/
+38
2015-09-11
Add some tests for match blocks
Marcus Klaas
-15
/
+8
2015-09-11
Add tests for chain expressions
Marcus Klaas
-27
/
+0
2015-09-11
Break chains that don't start with path expressions
Marcus Klaas
-1
/
+0
2015-09-11
Update indentation heuristics for single arg functions
Marcus Klaas
-8
/
+8
[next]