summaryrefslogtreecommitdiff
path: root/tools/format.py
AgeCommit message (Expand)Author
2020-11-05build: rewrite tools/ scripts to deno (#8247)Bartek Iwańczuk
2020-07-14Use dprint for internal formatting (#6682)David Sherret
2020-06-09fix(tools): prettier formatting (#6206)Mark Tiedemann
2020-06-06Chunk prettier invocation (#6129)Mark Tiedemann
2020-05-09add option to lint and format only staged files (#5172)Michał Zdunek
2020-01-05Replace libdeno with rusty_v8 (#3556)Ry Dahl
2020-01-02Add missing year ranges to copyright notices (#3582)Waldir Pimenta
2019-09-15Move GN root into //core/libdeno (#2943)Christian Moritz
2019-09-15tools: refactor lint.py and format.py (#2950)Bert Belder
2019-09-15tools: clean up third_party.py, and merge prebuilt.py into it (#2950)Bert Belder
2019-09-11Upgrade pylint (#2917)Ryan Dahl
2019-09-02Refactor snapshot build (#2825)Ryan Dahl
2019-07-31Use system rustfmt instead of fixed binary (#2701)Ryan Dahl
2019-07-18Reorder tools/format.py so slowest are last (#2661)Ryan Dahl
2019-05-16tools: format .gn files in the 'cli' directoryBert Belder
2019-03-30Call ninja directly from build.rs (#2020)Ryan Dahl
2019-03-30Move //libdeno to //core/libdeno (#2015)Ryan Dahl
2019-03-19Rename //src/ to //cli/ (#1962)Ryan Dahl
2019-03-04tools: remove fix_symlinks() functionBert Belder
2019-02-26deno_core (#1827)Ryan Dahl
2019-02-12Revert "Rewrite tools/format.py in deno (#1528)" (#1752)Ryan Dahl
2019-01-17Rewrite tools/format.py in deno (#1528)Yoshiya Hinosawa
2018-12-24deno_net -> deno_std renameRyan Dahl
2018-11-29Move libdeno build config to libdeno/BUILD.gnRyan Dahl
2018-10-31Support cargo check (#1128)Ryan Dahl
2018-10-30Make format.py less verbose.Ryan Dahl
2018-10-23format: don't format files in third_partyBert Belder
2018-10-23third_party: install yapf with pipBert Belder
2018-10-21Add yapf to third_party.Ryan Dahl
2018-10-20Add rustfmt to third_party.Ryan Dahl
2018-10-19Add missing copyrights (#1024)ztplz
2018-10-11Replace globals.d.ts with lib.deno_runtime.d.tsKitson Kelly
2018-10-04tools/format: format markdown files with prettierBert Belder
2018-09-22Add benchmark tools (#777)Yoshiya Hinosawa
2018-09-21Revert "Add benchmark tools (#777)"Bert Belder
2018-09-21Add benchmark tools (#777)Yoshiya Hinosawa
2018-09-10tools/format: don't format files in third_party on WindowsBert Belder
2018-08-26tools/format: fix clang-format glob patternBert Belder
2018-08-17chore: download clang-format from google storageYoshiya Hinosawa
2018-08-17chore: format files in tests/Yoshiya Hinosawa
2018-08-08Remove RUSTFMT_FLAGSRyan Dahl
2018-08-08Change rustfmt flags. For v0.8.2.Ryan Dahl
2018-07-25Remove msg_generated hack (#409)Kitson Kelly
2018-07-25Clean up and fix toolsBert Belder
2018-07-24Fix recursive globbing in tools/format.pyRyan Dahl
2018-07-20Wrap rust at 80 columns.Ryan Dahl
2018-07-19Link rust_test targets with external linker, fix handlers_test linkageBert Belder
2018-07-10Remove -f option from rustfmt. (#356)Ryan Dahl
2018-07-09chore: use local prettierYoshiya Hinosawa
2018-07-08tools: fix windowsBert Belder