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
2022-07-17
Fix/comments inside trait generics gets duplicated (#5446)
Jorge Martin Juarez
-1
/
+5
2022-07-17
Remove useless conditional compilation - 2
Urgau
-5
/
+1
2022-07-12
Deprecate and Rename `fn_args_layout` -> `fn_params_layout`
Yacin Tmimi
-5
/
+35
2022-07-12
feat: add skip_macro_invocations option (#5347)
Tom Milligan
-4
/
+171
2022-07-05
refactor: remove some unnecessary clones
Caleb Cartwright
-26
/
+24
2022-06-30
config_type: add unstable_variant attribute
Tom Milligan
-23
/
+179
2022-06-22
Revert "Memoize format_expr"
Caleb Cartwright
-73
/
+4
2022-06-22
Merge remote-tracking branch 'upstream/master' into subtree-sync-2022-06-22
Caleb Cartwright
-123
/
+241
2022-06-22
Fix issue where `cargo fmt --version` would not display version info
Yacin Tmimi
-1
/
+2
2022-06-22
Revert "Memoize format_expr"
Yacin Tmimi
-73
/
+4
2022-06-16
Add width for codeblocks in comments (#5372)
sec65
-0
/
+7
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-15
Version gate raw identifier use statement sorting
Yacin Tmimi
-6
/
+18
2022-06-15
Add `Version` information to `UseSegment`
Yacin Tmimi
-115
/
+206
2022-06-15
Backport 3795
Yacin Tmimi
-8
/
+16
2022-06-12
Merge commit '7b73b60faca71d01d900e49831fcb84553e93019' into sync-rustfmt
Caleb Cartwright
-803
/
+314
2022-06-11
Dedup `imports_granularity = "Item"` (#4737)
David Bar-On
-1
/
+14
2022-06-09
Remove useless conditional compilation
Urgau
-6
/
+0
2022-06-07
Merge remote-tracking branch 'upstream/master' into subtree-sync-2022-06-07
Caleb Cartwright
-797
/
+300
2022-06-04
fix: handle inner ignore attribute on stdin
Caleb Cartwright
-7
/
+45
2022-05-30
feat: remove license_template_path config option
Caleb Cartwright
-345
/
+3
2022-05-30
refactor: remove code for bad issue (e.g. todo/fixme) reporting
Caleb Cartwright
-207
/
+2
2022-05-30
feat: remove report_fixme option
Caleb Cartwright
-70
/
+19
2022-05-30
feat: remove report_todo option
Caleb Cartwright
-102
/
+20
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-18
import_granularity: Don't normalize imports with comments
David Lattimore
-2
/
+15
2022-05-18
fix rustfmt
klensy
-2
/
+2
2022-05-14
Use the traits added to the Rust 2021 Edition prelude
Koichi ITO
-1
/
+0
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-05-08
Fixes #5260
Pascal Seitz
-8
/
+39
2022-05-07
fix some typos
cuishuang
-1
/
+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
Memoize format_expr
hkalbasi
-4
/
+73
2022-04-17
[review] rename internal function
Tom Milligan
-5
/
+10
2022-04-17
Preserve attributes for `imports_granularity=Item`
Paul Gey
-24
/
+43
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-07
Backport 4326
Caleb Cartwright
-8
/
+8
2022-04-07
Replace `structopt` dependency by `clap`
Expyron
-55
/
+65
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
[next]