- 7edfdff Implement `Display` on RsTypeKind. by Devin Jeanpierre · 1 year, 11 months ago
- 1987ace [crubit] Join the thread for token_stream_printer to avoid potential races by Kinuko Yasuda · 1 year, 11 months ago
- f9b951f Also include the error message when clang-format fails to spawn. by Devin Jeanpierre · 2 years ago
- 83b6d7f internal change by Googler · 2 years, 1 month ago
- 5bf4943 Invoke `clang-format` binary instead of linking in llvm/clang libraries. by Lukasz Anforowicz · 2 years, 4 months ago
- 5c081b2 Format .rs files with `rs_tokens_to_formatted_string`. by Lukasz Anforowicz · 2 years, 5 months ago
- ebac841 `RustfmtConfig` refactoring: s/OsStr/Path/ + more unit tests. by Lukasz Anforowicz · 2 years, 5 months ago
- ae9be08 Moving `clang::format` usage into `token_stream_printer_impl`. by Lukasz Anforowicz · 2 years, 6 months ago
- dd44d98 Make `token_stream_[printer|matchers].rs` depend on regular `anyhow`. by Lukasz Anforowicz · 2 years, 6 months ago
- 3a0cc5a Make `salsa_utils::SalsaResult` (now `arc_anyhow::Result`) the common result type. by Devin Jeanpierre · 2 years, 9 months ago
- 91c81a9 Correctly format `::` and `:` in generated Rust code. by Devin Jeanpierre · 2 years, 9 months ago
- d7d68f0 Support custom path to the `rustfmt` executable. by Lukasz Anforowicz · 2 years, 10 months ago
- 54ff318 Support custom rustfmt.toml path for formatting generated bindings. by Lukasz Anforowicz · 2 years, 11 months ago
- 2b4182b Add hardcoded spaces to Rust output. by Devin Jeanpierre · 3 years ago
- 326134a Don't generate a space before a newline in token_stream_printer.rs by Devin Jeanpierre · 3 years ago
- 7f14b4c Move token_stream_printer to common package by Marcel Hlopko · 3 years ago[Renamed from rs_bindings_from_cc/token_stream_printer.rs]
- da9105d Descend into groups when replacing placeholders by Rosica Dejanovska · 3 years ago
- dd9ae0f Clean up Clippy warnings. by Lukasz Anforowicz · 3 years, 1 month ago
- 97928ef Include rustfmt's stderr in errors returned from `rustfmt` function. by Lukasz Anforowicz · 3 years, 2 months ago
- 8954775 Rewrite src_code_gen tests to use ir_from_cc and token_stream_matchers by Marcel Hlopko · 3 years, 4 months ago
- ca84ff4 Introduce assert_cc_matches/assert_rs_match/assert_cc_not_matches/assert_rs_not_matches by Marcel Hlopko · 3 years, 4 months ago
- 65d05f0 Move rustfmt function to token_stream_printer by Marcel Hlopko · 3 years, 4 months ago
- bee8448 Enable `wrap_comments` in our rustfmt configuration and reformat all affected by Michael Forster · 3 years, 6 months ago
- 523dbd4 Add a simple diagnostics type to the IR and use it to report type conversion by Michael Forster · 3 years, 6 months ago
- 0de2b8c Use a peekable iterator in the `token_stream_printer` instead of keeping one by Michael Forster · 3 years, 6 months ago
- db8101a Add blank lines to the generated bindings files and readjust the order, so that by Michael Forster · 3 years, 6 months ago
- 42d540f Don't separate all tokens by spaces in cc_tokens_to_string(). by Googler · 3 years, 6 months ago
- 3164eee Handle simple inline functions by Marcel Hlopko · 3 years, 7 months ago