1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-29 19:47:45 +00:00
Commit graph

565 commits

Author SHA1 Message Date
Kevin Amado
4c7379772d feat: improve parentheses handling 2022-03-02 15:50:02 -05:00
Kevin Amado
3cc1fe8cbb feat: add rustc to dev shell 2022-03-02 13:49:12 -05:00
Kevin Amado
99c80e9e51 perf: split children rewrittes 2022-03-01 23:26:54 -05:00
Kevin Amado
f04306e80e feat: try parentheses heuristics 2022-03-01 23:16:34 -05:00
Kevin Amado
64509489fb perf: no need for pos_new 2022-03-01 21:04:08 -05:00
Kevin Amado
3cd9911014 feat: even more simplification 2022-03-01 16:39:25 -05:00
Kevin Amado
6acd441a1f refactor: avoid unnecesary clone 2022-03-01 16:39:25 -05:00
Kevin Amado
3184be7cbe refactor: avoid unnecesary clone 2022-03-01 16:39:25 -05:00
Kevin Amado
47cbeddfbf feat: release 0.7.0 2022-02-28 23:07:12 -05:00
Kevin Amado
44affb27f5 feat: simplify parens 2022-02-28 18:05:15 -05:00
Kevin Amado
0b480bc36d feat: simplify parens 2022-02-28 17:26:19 -05:00
Kevin Amado
6d2b242989 refactor: update changelog 2022-02-28 16:59:06 -05:00
Kevin Amado
efd9f93698 feat: support inline comments on parens 2022-02-28 16:59:06 -05:00
Kevin Amado
d839c3e5b2 feat: inline comments on inherit 2022-02-28 16:28:30 -05:00
Kevin Amado
62dd8ec60a feat: support inline comments in if-else 2022-02-28 13:52:24 -05:00
Kevin Amado
8ed23bf620 feat: support more inline comments 2022-02-28 13:16:26 -05:00
Kevin Amado
de6088b24c feat: support more inline comments 2022-02-28 12:55:08 -05:00
Kevin Amado
ce2826be98 refactor: bin-op 2022-02-28 00:45:26 -05:00
Kevin Amado
7fdfb603fd refactor: solve clippy warnings 2022-02-27 18:18:54 -05:00
Kevin Amado
4bcf3acef5 perf: O(n) update of position 2022-02-27 17:59:57 -05:00
Kevin Amado
8498ce5a4b refactor: if else 2022-02-27 17:32:40 -05:00
Kevin Amado
712f3988f9 refactor: apply 2022-02-27 16:49:40 -05:00
Kevin Amado
421b1e911f refactor: split assert or with 2022-02-27 16:37:08 -05:00
Kevin Amado
3071c38e10 refactor: split apply 2022-02-27 15:15:21 -05:00
Kevin Amado
790660b072 feat: --threads flag
- Makes my life simpler when benchmarking
2022-02-26 18:18:05 -05:00
Kevin Amado
ea3418cbe7 perf: lazy position 2022-02-26 17:00:47 -05:00
Kevin Amado
d9f5fe5022 docs: add nixpkgs installation method 2022-02-26 14:23:43 -05:00
Kevin Amado
a8bd2c82e4 docs: simplify installation
- I was running Alejandra on my android mobile phone,
  and the installers were not helpful, so lets
  just stick to the basics
2022-02-26 14:21:23 -05:00
Kevin Amado
f354cd50ff perf: use mimalloc 2022-02-26 14:15:28 -05:00
Kevin Amado
9f33b633a8 refactor: remove unnecessary code 2022-02-25 23:44:34 -05:00
Kevin Amado
5c3d7ab8b7 refactor: mark as pub(crate) 2022-02-25 23:04:28 -05:00
Kevin Amado
a4389de1f3 refactor: mark as pub(crate) 2022-02-25 23:04:28 -05:00
Kevin Amado
2e8f26ff1a refactor: simplify code 2022-02-25 22:43:06 -05:00
Kevin Amado
774b685411 refactor: remove unnecesary code 2022-02-25 22:36:55 -05:00
Kevin Amado
8b5d2f9e50 feat: release 0.6.0 2022-02-25 17:07:02 -05:00
Kevin Amado
8c5924d0bd feat: update dependencies and inputs 2022-02-25 16:50:07 -05:00
Kevin Amado
391e33c537 feat: exit codes as public api 2022-02-25 16:36:31 -05:00
Kevin Amado
424e300ab5 fix: update wasm signatures 2022-02-25 15:38:46 -05:00
Kevin Amado
08627c847e fix: use utf-8 length instead of byte length 2022-02-24 14:06:18 -05:00
Kevin Amado
8213b1fecb test: make input be or default 2022-02-24 12:52:35 -05:00
Kevin Amado
9782e5ad4b feat: release 0.5.0 2022-02-23 16:56:15 -05:00
Kevin Amado
52a85dd4d7 feat: less indented if-then-else 2022-02-23 16:30:40 -05:00
Kevin Amado
07d79340ed test: increase coverage 2022-02-23 16:10:42 -05:00
Kevin Amado
dd23c912b1 refactor: split if then else 2022-02-23 16:00:45 -05:00
Kevin Amado
fe21dd7821 refactor: remove unused function 2022-02-23 15:45:36 -05:00
Kevin Amado
cd4f66b144 refactor: rename functions
- So they match the meaning more closely
2022-02-23 15:19:53 -05:00
Kevin Amado
55cb958dff refactor: remove layout and config 2022-02-23 13:18:59 -05:00
Kevin Amado
bafc3ac5a5 refactor: remove clap from engine 2022-02-23 12:34:52 -05:00
Kevin Amado
0f38838292 perf: remove rand dependency 2022-02-23 12:06:46 -05:00
Kevin Amado
20fae077d9 refactor: split code 2022-02-23 11:58:02 -05:00