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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
rustfmt
Age
Commit message (
Expand
)
Author
Lines
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
2022-01-12
Remove LLVM-style inline assembly from rustfmt
Tomasz Miąsko
-4
/
+1
2022-01-09
Compute most of Public/Exported access level in rustc_resolve
Lamb
-0
/
+1
2021-12-29
Merge commit '4a053f206fd6799a25823c307f7d7f9d897be118' into sync-rustfmt-sub...
Caleb Cartwright
-410
/
+710
2021-12-15
Remove unnecessary sigils around `Ident::as_str()` calls.
Nicholas Nethercote
-7
/
+7
2021-12-15
Remove unnecessary sigils around `Symbol::as_str()` calls.
Nicholas Nethercote
-4
/
+4
2021-12-15
Remove `SymbolStr`.
Nicholas Nethercote
-6
/
+8
2021-12-02
Merge commit '8da837185714cefbb261e93e9846afb11c1dc60e' into sync-rustfmt-sub...
Caleb Cartwright
-435
/
+1730
2021-11-24
Change how the fn params span is calculated
Esteban Kuber
-10
/
+2
2021-11-07
Merge commit 'ea199bacef07213dbe008841b89c450e3bf0c638' into rustfmt-sync
Caleb Cartwright
-372
/
+670
2021-11-07
ast: Fix naming conventions in AST structures
Vadim Petrochenkov
-56
/
+86
2021-10-21
fix doc issue in rustfmt
Caleb Cartwright
-1
/
+1
2021-10-20
ensure cargo-fmt tests are excluded from root workspace
Caleb Cartwright
-0
/
+2
[next]