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
/
tools
/
rustfmt
Age
Commit message (
Expand
)
Author
Lines
2022-07-12
Add rustfmt test for formatting `for<>` before closures
Maybe Waffle
-0
/
+16
2022-07-12
implement rustfmt formatting for `for<>` closure binders
Maybe Waffle
-13
/
+40
2022-07-02
ast: Add span to `Extern`
Nixon Enraght-Moony
-3
/
+3
2022-06-22
Merge commit 'c4416f20dcaec5d93077f72470e83e150fb923b1' into sync-rustfmt
Caleb Cartwright
-11633
/
+533
2022-06-16
Rollup merge of #97757 - xFrednet:rfc-2383-expect-with-force-warn, r=wesleywi...
Matthias Krüger
-4
/
+4
2022-06-16
Support lint expectations for `--force-warn` lints (RFC 2383)
xFrednet
-4
/
+4
2022-06-12
Merge commit '7b73b60faca71d01d900e49831fcb84553e93019' into sync-rustfmt
Caleb Cartwright
-1186
/
+12890
2022-05-21
Merge crate and restricted visibilities
Jacob Pratt
-8
/
+3
2022-05-21
Remove feature: `crate` visibility modifier
Jacob Pratt
-10
/
+5
2022-05-21
Remove `crate` visibility modifier in libs, tests
Jacob Pratt
-28
/
+2
2022-05-20
Fix typo
ydah
-2
/
+2
2022-05-18
fix rustfmt
klensy
-2
/
+2
2022-05-11
ast: Introduce some traits to get AST node properties generically
Vadim Petrochenkov
-14
/
+3
2022-05-11
Rollup merge of #96543 - nnethercote:rm-make_token_stream-hacks, r=Aaron1011
Yuki Okushi
-3
/
+1
2022-05-11
Remove some unnecessary invisible delimiter checks.
Nicholas Nethercote
-3
/
+1
2022-04-30
Fix the rustfmt build
Scott McMurray
-0
/
+5
2022-04-28
rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter`
Vadim Petrochenkov
-51
/
+51
2022-04-27
Make explicit an unreachable `NoDelim` case in `rustfmt`.
Nicholas Nethercote
-1
/
+1
2022-04-27
Avoid producing `NoDelim` values in `MacArgs::delim()`.
Nicholas Nethercote
-1
/
+1
2022-04-17
Visit generics inside visit_fn.
Camille GILLOT
-11
/
+20
2022-04-15
Rollup merge of #94461 - jhpratt:2024-edition, r=pnkfelix
Dylan DPC
-0
/
+6
2022-04-13
errors: lazily load fallback fluent bundle
David Wood
-5
/
+5
2022-04-05
session: opt for enabling directionality markers
David Wood
-1
/
+1
2022-04-05
errors: implement sysroot/testing bundle loading
David Wood
-1
/
+3
2022-04-05
errors: implement fallback diagnostic translation
David Wood
-0
/
+22
2022-04-05
span: move `MultiSpan`
David Wood
-1
/
+2
2022-04-02
Create 2024 edition
Jacob Pratt
-0
/
+6
2022-03-29
Merge commit '5ff7b632a95bac6955611d85040859128902c580' into sync-rustfmt-sub...
Caleb Cartwright
-235
/
+2013
2022-03-20
Take &mut Diagnostic in emit_diagnostic.
Camille GILLOT
-2
/
+4
2022-03-17
Rollup merge of #94960 - codehorseman:master, r=oli-obk
Dylan DPC
-2
/
+2
2022-03-16
rustc_error: make ErrorReported impossible to construct
mark
-3
/
+3
2022-03-16
resolve the conflict in compiler/rustc_session/src/parse.rs
codehorseman
-2
/
+2
2022-03-15
Auto merge of #94584 - pnkfelix:inject-use-suggestion-sites, r=ekuber
bors
-4
/
+8
2022-03-07
placate rustfmt in rustfmt.
Felix S. Klock II
-9
/
+3
2022-03-06
Rollup merge of #94617 - pierwill:update-itertools, r=Mark-Simulacrum
Matthias Krüger
-1
/
+1
2022-03-05
Change syntax for TyAlias where clauses
Jack Huey
-34
/
+74
2022-03-04
Placate tidy in submodule.
Felix S. Klock II
-2
/
+11
2022-03-04
Update `itertools`
pierwill
-1
/
+1
2022-03-03
Adjusted diagnostic output so that if there is no `use` in a item sequence,
Felix S. Klock II
-2
/
+2
2022-03-03
Associate multiple with a crate too.
Felix S. Klock II
-3
/
+4
2022-03-03
refactor: prepare to associate multiple spans with a module.
Felix S. Klock II
-2
/
+2
2022-02-25
Enable rustc_pass_by_value for Span
Mark Rousskov
-2
/
+2
2022-02-23
rustc_errors: take `self` by value in `DiagnosticBuilder::cancel`.
Eduard-Mihai Burtescu
-16
/
+5
2022-02-23
rustc_errors: add `downgrade_to_delayed_bug` to `Diagnostic` itself.
Eduard-Mihai Burtescu
-11
/
+7
2022-01-24
rustc_errors: only box the `diagnostic` field in `DiagnosticBuilder`.
Eduard-Mihai Burtescu
-1
/
+1
2022-01-17
Add term to ExistentialProjection
kadmin
-1
/
+1
2022-01-17
Add term
kadmin
-6
/
+8
2022-01-17
add eq constraints on associated constants
kadmin
-8
/
+9
2022-01-17
Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu
bors
-4
/
+1
2022-01-14
fix(rustfmt): resolve generated file formatting issue
Caleb Cartwright
-5
/
+25
[next]