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
Age
Commit message (
Expand
)
Author
Lines
2021-10-12
Adjust non-empty tuple struct span to start before fields
Yacin Tmimi
-1
/
+6
2021-10-12
Prevent structs with ".." from being rewritten with alignment
Yacin Tmimi
-7
/
+4
2021-10-11
Stabilize match_block_trailing_comma. (#4145)
Emilio Cobos Álvarez
-1
/
+1
2021-10-05
Update derive attibute span to start after opening '('
Yacin Tmimi
-1
/
+4
2021-10-04
Wrap long array and slice patterns.
Patrick Walton
-2
/
+14
2021-09-27
Prevent removal of qualified path for tuple struct inside macro
Yacin Tmimi
-2
/
+3
2021-09-23
refactor: simplify local dep lookups
Caleb Cartwright
-254
/
+26
2021-09-23
tests: restructure and extend cargo-fmt tests
Caleb Cartwright
-0
/
+351
2021-09-20
Trailing comma on match block goes missing when guard is on its own line
Ulyssa
-0
/
+1
2021-09-16
refactor: use iter workaround for contains() gap
Caleb Cartwright
-3
/
+3
2021-09-16
feat: add --check flag to cargo fmt (#3890)
Caleb Cartwright
-2
/
+15
2021-09-14
feat: upper- or lowercase hexadecimal literals
Arjen Laarhoven
-1
/
+46
2021-09-14
Support @generated marker to skip code formatting
Seiichi Uchida
-2
/
+24
2021-09-13
opts: rephrase wording for --all and -p
Laurențiu Nicola
-2
/
+2
2021-09-08
rustfmt doc code blocks with multiple comma-separated attributes
Nipunn Koorapati
-29
/
+23
2021-09-08
fix: handle param doc comments for macro scenarios
Caleb Cartwright
-3
/
+6
2021-09-07
fix: resolve idempotency issue in extern body elements
Caleb Cartwright
-8
/
+12
2021-09-06
try to write the parameter on a new line in case the attribute/parameter toge...
Stéphane Campinas
-12
/
+35
2021-09-06
fix: use correct spans for params with attrs
Caleb Cartwright
-1
/
+1
2021-09-06
fix: newline width calc in combine w/ comments (#4123)
Caleb Cartwright
-1
/
+1
2021-08-31
Implement `One` option for imports_granularity (#4669)
Yusuke Tanaka
-18
/
+131
2021-08-25
fix: remove wrong reformatting of qualified paths in struct patterns
Ashvin Arsakularatne
-3
/
+4
2021-08-22
Preserve visibility on trait items inside trait and impl
David Tolnay
-16
/
+13
2021-08-08
fix: don't drop drop generic args on assoc ty constraints
Caleb Cartwright
-56
/
+67
2021-08-06
fix: handle GAT types in impls with self bounds
Caleb Cartwright
-87
/
+44
2021-07-27
Bump deps
klensy
-1
/
+1
2021-07-27
Unyeet const param defaults
Ellen
-1
/
+11
2021-07-27
fix: make --edition 2021 visible in --help
Outvi V
-1
/
+1
2021-07-25
chore: disable clippy::matches_like_macro lint
Caleb Cartwright
-0
/
+2
2021-07-25
fix a bunch of clippy warnings
Matthias Krüger
-205
/
+130
2021-07-25
fix: correct arm leading pipe check (#4880)
Caleb Cartwright
-3
/
+4
2021-07-25
Adjusting help message (#4865)
Michael Murphy
-7
/
+10
2021-07-25
Improve pasta copyability of `merge_imports` deprecation message
Casey Rodarmor
-1
/
+1
2021-07-25
Allow `--edition 2021` to be passed to rustfmt
Ruby Lazuli
-0
/
+1
2021-07-17
Use LocalExpnId where possible.
Camille GILLOT
-2
/
+2
2021-07-08
Rework SESSION_GLOBALS API to prevent overwriting it
Guillaume Gomez
-1
/
+1
2021-07-01
Document rustfmt on nightly-rustc
Joshua Nelson
-0
/
+1
2021-06-22
Rollup merge of #86424 - calebcartwright:rustfmt-mod-resolution, r=Mark-Simul...
Yuki Okushi
-1
/
+27
2021-06-17
fix(rustfmt): load nested out-of-line mods correctly
Caleb Cartwright
-1
/
+27
2021-06-17
Use `AttrVec` for `Arm`, `FieldDef`, and `Variant`
Yuki Okushi
-3
/
+3
2021-06-10
Add support for using qualified paths with structs in expression and pattern
Ryan Levick
-4
/
+6
2021-05-16
Allow formatting `Anonymous{Struct, Union}` declarations
jedel1043
-11
/
+64
2021-05-12
Rename `RealFileName::Named` to `LocalPath`
Andy Wang
-9
/
+10
2021-05-12
Only deal with LocalPath in conversion
Andy Wang
-1
/
+1
2021-05-12
Rename span_to_string to span_to_diagnostic_string
Andy Wang
-1
/
+1
2021-05-02
fix: backport changes for latest rustc api comaptibility
Caleb Cartwright
-3
/
+4
2021-04-22
Upgrade `annotate-snippets` to 0.8 (#4762)
Yuki Okushi
-85
/
+61
2021-04-21
Recognize when a block comment has been ended inside a string literal (#4312)
ChinYing-Li
-0
/
+3
2021-04-21
refactor: remove panics on misconfigured widths
Caleb Cartwright
-54
/
+47
2021-04-21
tests: augment heuristics tests
Caleb Cartwright
-0
/
+250
[next]