summaryrefslogtreecommitdiff
path: root/rustfmt.toml
AgeCommit message (Expand)Author
2024-07-17Ignore files in cg_gcc example folderGuillaume Gomez
2024-07-17Unignore cg_gcc fmtGuillaume Gomez
2024-07-12Add rustdoc-json support for use<>Michael Goulet
2024-06-04Explain why `tests/ui-fulldeps/` is unformatted.Nicholas Nethercote
2024-06-04Explain why `tests/ui/` is unformatted.Nicholas Nethercote
2024-06-04Explain why `tests/rustdoc-ui/` is unformatted.Nicholas Nethercote
2024-06-04rustfmt `tests/rustdoc-js-std/`.Nicholas Nethercote
2024-06-04rustfmt `tests/rustdoc-json/`.Nicholas Nethercote
2024-06-04rustfmt `tests/rustdoc-js/`.Nicholas Nethercote
2024-06-04Explain why `tests/rustdoc-gui/` is unformatted.Nicholas Nethercote
2024-06-04Explain why `tests/rustdoc/` is unformatted.Nicholas Nethercote
2024-06-04rustfmt `tests/run-pass-valgrind/`.Nicholas Nethercote
2024-06-04rustfmt `tests/run-make-fulldeps/`.Nicholas Nethercote
2024-06-04Explain why `tests/pretty/` is unformatted.Nicholas Nethercote
2024-06-03rustfmt `tests/mir-opt`.Nicholas Nethercote
2024-05-31Explain why we don't run rustfmt on `tests/incremental/`.Nicholas Nethercote
2024-05-31Explain why we don't run rustfmt on `tests/debuginfo/`.Nicholas Nethercote
2024-05-31Run rustfmt on `tests/run-make/`.Nicholas Nethercote
2024-05-31Explain why we don't run rustfmt on `tests/crashes/`.Nicholas Nethercote
2024-05-31Run rustfmt on `tests/coverage-run-rustdoc/`.Nicholas Nethercote
2024-05-31Run rustfmt on `tests/coverage/`.Nicholas Nethercote
2024-05-31Run rustfmt on `tests/codegen-units/`.Nicholas Nethercote
2024-05-31Run rustfmt on `tests/codegen/`.Nicholas Nethercote
2024-05-30Run rustfmt on `tests/auxiliary/`.Nicholas Nethercote
2024-05-30Run rustfmt on `tests/assembly/`.Nicholas Nethercote
2024-05-30List all `tests/` subdirs explicitly in `rustfmt.toml`.Nicholas Nethercote
2024-05-28Don't format `tests/run-make/*/rmake.rs`.Nicholas Nethercote
2024-05-28Fix comments.Nicholas Nethercote
2024-05-28Remove out-of-date comment.Nicholas Nethercote
2024-05-20refactor: add rustc-perf submodule to src/toolsBernardo Meurer Costa
2024-05-04Fix ignored tests for formattingUrgau
2024-05-03Allow `fmt` to run on `rmake.rs` test filesGuillaume Gomez
2024-03-08Remove exception for deleted file from rustfmt.tomlbjorn3
2024-01-11rustfmt.toml: don't ignore just any `tests` path, only root oneklensy
2023-11-23Fix fn_sig_for_fn_abi and the coroutine transform for generatorsbjorn3
2023-07-04rust-installer and rls no longer submodule, so fix rustfmt.tomlklensy
2023-06-19Format the examples directory of cg_clifbjorn3
2023-01-11Change `src/test` to `tests` in source files, fix tidy and testsAlbert Larsan
2022-01-01Enforce formatting for rustc_codegen_craneliftbjorn3
2021-11-12Expose portable-simd as core::simdJubilee Young
2021-08-12Fix tidyAntoni Boucher
2021-04-24`test tidy` should ignore alternative `build` dir patternsRich Kadel
2021-02-02Bump rustfmt versionMark Rousskov
2020-11-22Drop support for cloudabi targetsLzu Tao
2020-10-26Add support for using cg_clif to bootstrap rustcbjorn3
2020-07-28std: Switch from libbacktrace to gimliAlex Crichton
2020-07-27mv std libs to library/mark
2020-07-22Revert "std: Switch from libbacktrace to gimli"Mark Rousskov
2020-07-17std: Switch from libbacktrace to gimliAlex Crichton
2020-07-03Add rust-analyzer submoduleAleksey Kladov