Commit graph

  • b6ac8c6d3e fix(lsp): typo in log message master WillLillis 2025-11-25 03:57:40 -05:00
  • c08d40e3fe Add a small note in readme about adding the binary miikaoskari 2025-10-21 21:38:39 +03:00
  • 6b81f2e5d0 Add support for packaging the binary within the .vsix miikaoskari 2025-10-21 21:29:06 +03:00
  • 49792c3bbf Fix typo in editors/code readme miikaoskari 2025-10-21 21:26:17 +03:00
  • a45a87cc8d Add required publisher field miikaoskari 2025-10-21 21:25:57 +03:00
  • 755d0ab7d7 fix(lsp): typo in log message WillLillis 2025-11-25 03:57:40 -05:00
  • d596410d4a Add a small note in readme about adding the binary miikaoskari 2025-10-21 21:38:39 +03:00
  • b6a4bcbfdf Add support for packaging the binary within the .vsix miikaoskari 2025-10-21 21:29:06 +03:00
  • 454547b1bb Fix typo in editors/code readme miikaoskari 2025-10-21 21:26:17 +03:00
  • de9f9286d0 Add required publisher field miikaoskari 2025-10-21 21:25:57 +03:00
  • 0ec3462aa6
    Merge 463f11f20b into bacbe5eedf Robert 2025-10-19 20:01:34 -04:00
  • bacbe5eedf update version, contact info v0.10.1 Will Lillis 2025-10-19 19:53:07 -04:00
  • 7a3d635c2c
    update version, contact info Will Lillis 2025-10-19 19:53:07 -04:00
  • 463f11f20b Introduce code to check the local path first and then check a environmental variable for the asm-lsp exec. Robert van der Tuuk 2025-10-13 12:31:57 +02:00
  • 9df3f51785 fix(docs): update msrv Will Lillis 2025-09-07 01:06:35 -04:00
  • 2148c290cf fix(lsp): return empty reference lists Will Lillis 2025-09-07 01:01:19 -04:00
  • e5be5bd0a7 refactor(lsp): remove client specific handling Will Lillis 2025-09-07 01:01:08 -04:00
  • 47e2ded496 fix(rust): adapt to nested if let chains Will Lillis 2025-09-07 01:00:18 -04:00
  • 263d86dcef fix(lsp): send error response to request when no data is available Will Lillis 2025-09-07 00:37:35 -04:00
  • c3bdbe6d98 fix(docs): update msrv Will Lillis 2025-09-07 01:06:35 -04:00
  • a539feb7a7 fix(lsp): return empty reference lists Will Lillis 2025-09-07 01:01:19 -04:00
  • 7dc026773a refactor(lsp): remove client specific handling Will Lillis 2025-09-07 01:01:08 -04:00
  • fc65fade44 fix(rust): adapt to nested if let chains Will Lillis 2025-09-07 01:00:18 -04:00
  • c676091ad0 fix(lsp): send error response to request when no data is available Will Lillis 2025-09-07 00:37:35 -04:00
  • ba39d01552 fix(lsp): parse diagnostics from fasm assembler Will Lillis 2025-07-27 21:34:06 -04:00
  • 76bfaad56a fix(lsp): parse diagnostics from fasm assembler Will Lillis 2025-07-27 21:34:06 -04:00
  • 1ede2e64d4 fix: add missing serialization tests for mips and mars WillLillis 2025-07-04 16:38:24 -04:00
  • 5a1378d88e fix(docs): include mips and mars in list of architectures and assemblers WillLillis 2025-07-04 16:28:02 -04:00
  • bbf483d9ad fix: add missing serialization tests for mips and mars WillLillis 2025-07-04 16:38:24 -04:00
  • d4fbdd6946 fix(docs): include mips and mars in list of architectures and assemblers WillLillis 2025-07-04 16:28:02 -04:00
  • af0f25a240 fix(rust): tell clippy it's ok WillLillis 2025-07-04 15:43:55 -04:00
  • 2c1cfdb26b Reduce lag when typing with VSCode extension, sort alphabetcally, regex, limit to 100 result, work fine Kur0miSEC 2025-06-06 09:55:40 +07:00
  • 51aa9282c5 fix(rust): tell clippy it's ok WillLillis 2025-07-04 15:43:55 -04:00
  • fe34093aa1 Reduce lag when typing with VSCode extension, sort alphabetcally, regex, limit to 100 result, work fine Kur0miSEC 2025-06-06 09:55:40 +07:00
  • 54f9cb574b feat: add mars and mips sources to README Will Lillis 2025-06-22 21:09:12 -04:00
  • 9bdb214a75 feat: add tests for mars and mips Will Lillis 2025-06-22 21:02:43 -04:00
  • 08ded0c3cf fix(ci): ignore mars.txt in precommit hook Will Lillis 2025-06-19 00:54:18 -04:00
  • 14961db0b4 feat: adjust hover logic to account for mips syntax Will Lillis 2025-06-19 00:49:57 -04:00
  • 597eb717e7 feat: add support for mips arch, mars assembler Will Lillis 2025-06-08 10:35:08 -04:00
  • 9f58b6dc84 feat: add mars and mips sources to README Will Lillis 2025-06-22 21:09:12 -04:00
  • d8cc892ccc feat: add tests for mars and mips Will Lillis 2025-06-22 21:02:43 -04:00
  • bd8d164b5e fix(ci): ignore mars.txt in precommit hook Will Lillis 2025-06-19 00:54:18 -04:00
  • d0cb913fe3 feat: adjust hover logic to account for mips syntax Will Lillis 2025-06-19 00:49:57 -04:00
  • b10d3306e4 feat: add support for mips arch, mars assembler Will Lillis 2025-06-08 10:35:08 -04:00
  • 5a2c112aa3
    add support for ca65 error messages (#244) surma-lodur 2025-04-23 00:31:37 +02:00
  • c9cadf90cd
    Update asm-lsp/lsp.rs surma-lodur 2025-04-22 18:19:12 +02:00
  • 52916396d2
    Update asm-lsp/lsp.rs surma-lodur 2025-04-22 18:19:06 +02:00
  • 1215c40531 add support for ca65 error messages Matthias Folz 2025-04-21 15:13:10 +02:00
  • ff2a4462aa chore: regenerate serialized docs Will Lillis 2025-04-20 14:01:07 -04:00
  • b0cacfbf2b feat(xtask): move regenerate logic into xtask Will Lillis 2025-04-20 14:00:33 -04:00
  • a7079980fe feat(ci): check that schema is up to date in ci Will Lillis 2025-04-20 13:59:25 -04:00
  • 516529a342 chore: regenerate asm-lsp_config_schema.json Will Lillis 2025-04-20 13:19:26 -04:00
  • 95c58c5423 feat(xtask): add xtask to generate JSON schema for config file Will Lillis 2025-04-20 13:18:50 -04:00
  • 769c8d07fb chore: regenerate serialized docs Will Lillis 2025-04-20 14:01:07 -04:00
  • fa1fa4235c feat(xtask): move regenerate logic into xtask Will Lillis 2025-04-20 14:00:33 -04:00
  • 70da084e12 feat(ci): check that schema is up to date in ci Will Lillis 2025-04-20 13:59:25 -04:00
  • 6a7f978eac chore: regenerate asm-lsp_config_schema.json Will Lillis 2025-04-20 13:19:26 -04:00
  • fc9da5f080 feat(xtask): add xtask to generate JSON schema for config file Will Lillis 2025-04-20 13:18:50 -04:00
  • 845e5bafa2 fix(rust): update various dependencies for security reasons Will Lillis 2025-04-20 10:22:53 -04:00
  • 2a360ed2c7 fix(test): add missing fasm serialization test Will Lillis 2025-04-20 10:16:55 -04:00
  • 73abf3d32a chore: update to new rustfmt Will Lillis 2025-04-20 10:14:42 -04:00
  • 1167d3b066 chore(rust): update Cargo.toml metadata, bump to 2024 edition Will Lillis 2025-04-20 10:13:41 -04:00
  • c912606bcf feat(deps): bump bincode to 2.0 Will Lillis 2025-04-20 10:13:09 -04:00
  • 84188858d5 fix(rust): update various dependencies for security reasons Will Lillis 2025-04-20 10:22:53 -04:00
  • 62b921543d fix(test): add missing fasm serialization test Will Lillis 2025-04-20 10:16:55 -04:00
  • 62ac84e015 chore: update to new rustfmt Will Lillis 2025-04-20 10:14:42 -04:00
  • 8a93e4bf2d chore(rust): update Cargo.toml metadata, bump to 2024 edition Will Lillis 2025-04-20 10:13:41 -04:00
  • 7dda6c1263 feat(deps): bump bincode to 2.0 Will Lillis 2025-04-20 10:13:09 -04:00
  • eada85f87e feat: support fasm Will Lillis 2025-04-06 06:50:00 -04:00
  • 8bf15d8514 feat: support fasm Will Lillis 2025-04-06 06:50:00 -04:00
  • 379e7ce7e4 Updated README.md with current MSRV (1.82.0) MustafaAamir 2025-04-12 18:45:20 +04:00
  • d511115925
    Updated README.md with current MSRV (1.82.0) MustafaAamir 2025-04-12 18:45:20 +04:00
  • 2837af7125 fix(rust): cleanup/format imports Will Lillis 2025-04-04 01:50:00 -04:00
  • 47d1c6eb39 bump some dependencies Will Lillis 2025-04-04 01:34:13 -04:00
  • 751f5e862d fix(rust): appease clippy Will Lillis 2025-04-04 01:19:40 -04:00
  • eb6b59a316 fix(config-builder): clear path lists in edge case Will Lillis 2025-04-04 00:35:07 -04:00
  • 584edf103f fix(rust): cleanup/format imports Will Lillis 2025-04-04 01:50:00 -04:00
  • edd03ff58f bump some dependencies Will Lillis 2025-04-04 01:34:13 -04:00
  • d340afdda5 fix(rust): appease clippy Will Lillis 2025-04-04 01:19:40 -04:00
  • 5f8324ae77 fix(config-builder): clear path lists in edge case Will Lillis 2025-04-04 00:35:07 -04:00
  • 6d74045a11 fix(docs): minor README updates Will Lillis 2025-03-30 03:53:43 -04:00
  • 77a4070cf5 fix(docs): minor README updates Will Lillis 2025-03-30 03:53:43 -04:00
  • 32912c6b70 add avr xml generator Svarshick 2025-02-07 16:50:24 +03:00
  • e33b39c222 add avr xml generator Svarshick 2025-02-07 16:50:24 +03:00
  • b1360ae345 add avr xml generator avr Svarshick 2025-02-07 16:50:24 +03:00
  • 431fd1f1a7 fix: minor grammar and whitespace changes Svarshick/master WillLillis 2025-02-06 22:45:42 -05:00
  • 59932b2d77 REAME added, some code corrected Svarshick 2025-02-06 17:53:48 +03:00
  • 9f738a96b4 avr_xml_gen added Svarshick 2025-02-06 06:30:56 +03:00
  • e925830406 ci: update publish workflow to respect virtual workspace v0.10.0 WillLillis 2025-02-02 19:43:08 -05:00
  • 0a281b9780 mark parsing crate to not publish WillLillis 2025-02-02 19:38:27 -05:00
  • 58d3e19a68 bump dependencies, prepare for 0.10.0 release WillLillis 2025-02-02 19:35:03 -05:00
  • 82cb577c12 ci: update publish workflow to respect virtual workspace WillLillis 2025-02-02 19:43:08 -05:00
  • 28e09ba4c0 mark parsing crate to not publish WillLillis 2025-02-02 19:38:27 -05:00
  • be88f9a81c bump dependencies, prepare for 0.10.0 release WillLillis 2025-02-02 19:35:03 -05:00
  • 4416c6b6ee chore(rust): some security updates WillLillis 2025-02-02 19:16:56 -05:00
  • d0e9efaaa2 chore(rust): some security updates WillLillis 2025-02-02 19:16:56 -05:00
  • be6a2970f2 update/remove some logging WillLillis 2025-02-02 17:08:21 -05:00
  • d52090cdd6 update/remove some logging WillLillis 2025-02-02 17:08:21 -05:00
  • ae10ea4eb3 fix: handle windows line endings in instruction serialization tests WillLillis 2025-02-02 16:40:10 -05:00
  • 8f439fbe04 feat: support AVR opcodes WillLillis 2025-01-31 01:04:16 -05:00