Commit graph

17 commits

Author SHA1 Message Date
Naoki Ikeguchi
bf675cfd98
build: upgrade to Rust 2024 edition (#5224) 2025-03-02 10:18:47 +00:00
Jane Davis
2021948657
refactor: convert clippy allows to clippy expects (#4791)
Co-authored-by: 12ball <pub@janie.page>
Co-authored-by: Carson McManus <dyc3@users.noreply.github.com>
2024-12-29 11:24:17 -05:00
Shyam Chen
608f842c15
chore: duplicate use (#2598)
Co-authored-by: ty <62130798+togami2864@users.noreply.github.com>
2024-04-28 14:06:35 +09:00
Emanuele Stoppa
7156af01d7
chore: tidy up dependencies (#2480) 2024-04-16 08:52:23 +01:00
Victorien Elvinger
929faeba92
chore: remove unused deps (#2053) 2024-03-12 10:22:55 +01:00
Daiki Nishikawa
59acbfd1e6
chore: rename some crates (#251) 2023-09-12 21:31:19 +09:00
Victorien Elvinger
75c4bb8aee
chore: rename rome_js_analyze to biome_js_analyze (#250) 2023-09-12 20:17:43 +09:00
Daiki Nishikawa
239d1e246d
chore: rename some crates (#241) 2023-09-11 23:14:33 +09:00
Nicolas Hedger
63e4c40051
chore: rename rome_formatter and rome_formatter_test to biome_* (#223) 2023-09-11 10:48:17 +09:00
Tatsuya Kyushima
40d4131984
chore: rename rome_js_transform and rome_js_parser to biome_* (#224) 2023-09-10 15:23:38 +01:00
Daiki Nishikawa
9628f6b338
chore: rename some crates (#220) 2023-09-10 13:46:48 +01:00
Daiki Nishikawa
c81ba018bf
chore: rename some crates (#218) 2023-09-10 10:00:41 +01:00
Daiki Nishikawa
f45c5b6b67
chore: rename rome_diagnostics (#207) 2023-09-09 13:12:34 +09:00
ekusiadadus
81dc53a01e
feat: rename rome_analyze -> biome_analyze #88 (#192) 2023-09-08 09:30:46 +01:00
Victorien Elvinger
5a9bfdd283
docs: update internal docs (#11) 2023-08-19 12:46:29 +02:00
Emanuele Stoppa
89faa6c32f
docs: getting started (#4600) 2023-06-22 11:07:43 +01:00
Addison Crump
171bc0f3f3
Implement round-trip fuzzers for finding correctness bugs (#4559)
* init fuzzers

* correct corpus link

* add more fuzzers

* add formatter fuzzers

* document formatter strategy

* add fuzzer build to CI

* better github workflow

* whoops, need to specify where it runs

* fix CI

* address naming nit

* add text diff to formatter

* add linter checks to formatter output

* correct diff args

* use strip dead code (ew) to resolve the memory usage issue
2023-06-14 13:01:35 +03:00