Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-26 | tools/format: fix clang-format glob pattern | Bert Belder | |
2018-08-17 | chore: download clang-format from google storage | Yoshiya Hinosawa | |
2018-08-17 | chore: format files in tests/ | Yoshiya Hinosawa | |
2018-08-08 | Remove RUSTFMT_FLAGS | Ryan Dahl | |
2018-08-08 | Change rustfmt flags. For v0.8.2. | Ryan Dahl | |
2018-07-25 | Remove msg_generated hack (#409) | Kitson Kelly | |
2018-07-25 | Clean up and fix tools | Bert Belder | |
* Make sync_third_party work in general * Un-break build.py and run_hooks.py on windows * Partially fix format.py on windows * Reduce code duplication between run_hooks and sync_third_party | |||
2018-07-24 | Fix recursive globbing in tools/format.py | Ryan Dahl | |
And use third_party/depot_tools/gn. | |||
2018-07-20 | Wrap rust at 80 columns. | Ryan Dahl | |
2018-07-19 | Link rust_test targets with external linker, fix handlers_test linkage | Bert Belder | |
2018-07-10 | Remove -f option from rustfmt. (#356) | Ryan Dahl | |
And add support for RUSTFMT_FLAGS (Some people might need -f option) | |||
2018-07-09 | chore: use local prettier | Yoshiya Hinosawa | |
2018-07-08 | tools: fix windows | Bert Belder | |
This fixes most things, but format.py doesn't work yet, because yapf is broken due to some depot_tools shimming python. | |||
2018-07-08 | Clean up tools/ | Ryan Dahl | |
- Factor out tools/util.py - Move js/*.py to tools. - Rewrite tools/format.sh in python. - Run lint first in travis. |