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
/
test
Age
Commit message (
Expand
)
Author
Lines
2022-07-17
Remove useless conditional compilation - 2
Urgau
-5
/
+1
2022-07-12
feat: add skip_macro_invocations option (#5347)
Tom Milligan
-1
/
+6
2022-06-09
Remove useless conditional compilation
Urgau
-6
/
+0
2022-06-04
fix: handle inner ignore attribute on stdin
Caleb Cartwright
-0
/
+24
2022-05-30
feat: remove report_todo option
Caleb Cartwright
-4
/
+1
2022-04-07
Backport 4326
Caleb Cartwright
-2
/
+2
2022-03-28
Revert "Use cargo-fmt in self_tests"
Caleb Cartwright
-12
/
+34
2022-03-15
Add test to verify tracking issue links
Yacin Tmimi
-0
/
+30
2022-02-28
fallback to dir_path when relative external mod resolution fails
Yacin Tmimi
-0
/
+16
2022-02-15
Use cargo-fmt in self_tests
Cameron Steffen
-34
/
+12
2022-01-23
chore: bump toolchain, update test
Caleb Cartwright
-1
/
+4
2022-01-23
Merge remote-tracking branch 'upstream/master' into subtree-sync-2022-01-23
Caleb Cartwright
-2
/
+135
2022-01-14
fix(rustfmt): resolve generated file formatting issue
Caleb Cartwright
-0
/
+18
2022-01-02
Use <stdin> when emitting stdin as filename (#4298)
Seiichi Uchida
-3
/
+3
2022-01-02
Fix --check -l with stdin. (#3910)
Chris Emerson
-0
/
+26
2022-01-02
Make `--check` work when running from stdin. (#3896)
Chris Emerson
-0
/
+93
2022-01-01
Improve out of line module resolution
Yacin Tmimi
-0
/
+14
2021-12-29
Merge commit '4a053f206fd6799a25823c307f7d7f9d897be118' into sync-rustfmt-sub...
Caleb Cartwright
-8
/
+22
2021-12-07
Backport: Do not touch module with #![rustfmt::skip] (4297)
Yacin Tmimi
-8
/
+22
2021-12-02
Merge commit '8da837185714cefbb261e93e9846afb11c1dc60e' into sync-rustfmt-sub...
Caleb Cartwright
-8
/
+5
2021-11-27
Conditionally compile tests based on CFG_RELEASE_CHANNEL env var
Yacin Tmimi
-8
/
+5
2021-11-07
Merge commit 'ea199bacef07213dbe008841b89c450e3bf0c638' into rustfmt-sync
Caleb Cartwright
-14
/
+32
2021-11-04
fix: handle external mods imported via external->inline load hierarchy
Caleb Cartwright
-12
/
+30
2021-10-27
fix clippy::needless_borrow
Matthias Krüger
-2
/
+2
2021-10-20
Merge commit 'efa8f5521d3813cc897ba29ea0ef98c7aef66bb6' into rustfmt-subtree
Caleb Cartwright
-6
/
+1
2021-10-13
feat: stabilize disable_all_formatting
Caleb Cartwright
-5
/
+0
2021-09-14
Support @generated marker to skip code formatting
Seiichi Uchida
-1
/
+1
2021-06-17
fix(rustfmt): load nested out-of-line mods correctly
Caleb Cartwright
-0
/
+26
2021-02-17
Fix warnings
Joshua Nelson
-4
/
+3
2021-01-27
fix: Avoid incorrect global 'cfg_if' Symbol interning
Sean Klein
-0
/
+38
2020-11-02
tests: adjust some cherry-picekd tests
Caleb Cartwright
-16
/
+7
2020-11-02
tests: add test for panic on new_parser_from_file
Caleb Cartwright
-0
/
+16
2020-11-02
fix(parser): better unclosed delims handling
Caleb Cartwright
-32
/
+52
2020-06-11
fix: backport fix for submod parser errors
Caleb Cartwright
-2
/
+32
2020-06-11
fix: backport mod resolution error handling
Caleb Cartwright
-0
/
+1
2019-10-07
don't fail on recoverable parser errors in ignored files (#3782)
Caleb Cartwright
-0
/
+2
2019-10-04
Init Logger for unit tests (#3829)
Matthew Pomes
-0
/
+23
2019-09-02
fix formatting mods inside cfg_if macro (#3763)
Caleb Cartwright
-0
/
+3
2019-08-16
add json emit mode (#3735)
Caleb Cartwright
-0
/
+7
2019-07-17
#3665: Implemented (#3689)
Michele d'Amico
-0
/
+1
2019-07-14
Extract configuration snippet tests into own module (#3667)
Ruben Schmidmeister
-279
/
+291
2019-06-16
tests: ensure min number of system/idempotent tests ran (#3629)
Caleb Cartwright
-0
/
+10
2019-06-14
Fix is_subpath
Seiichi Uchida
-1
/
+5
2019-06-13
Use trait to abstract emit modes (#3616)
Ruben Schmidmeister
-3
/
+4
2019-06-09
Format modules defined in cfg_attr (#3604)
Seiichi Uchida
-0
/
+5
2019-06-08
Format modules defined inside cfg_if macro calls (#3600)
Seiichi Uchida
-1
/
+13
2019-05-17
Move macro to separate module
Ruben Schmidmeister
-1
/
+1
2019-05-17
Re-use nightly channel macro
Ruben Schmidmeister
-8
/
+4
2019-05-17
Allow tests to be run on nightly only
Ruben Schmidmeister
-7
/
+22
2019-05-05
Fix condition typo
David Alber
-1
/
+1
[next]