Commit Graph

  • 428ef55715 Fix zh-Hant locale fallback (#846) main Qai Juang 2026-06-09 10:19:36 -04:00
  • 6094d5c3fa wip dev/lhecker/lsh-js Leonard Hecker 2026-05-09 01:57:46 +02:00
  • 651f34f096 wip Leonard Hecker 2026-05-09 01:24:34 +02:00
  • 1f5ec74326 LSH for JS prototype Leonard Hecker 2026-05-06 22:20:27 +02:00
  • 737450cef9 Fix stdarch_loongarch support in stdext (#837) MutsukiC 2026-05-05 04:51:54 +08:00
  • cc5f7ef8b8 Add macOS Homebrew install instructions (#839) barkure 2026-05-04 22:31:58 +08:00
  • 9642f7ffca Update Polish translations (#838) skotniczny 2026-05-04 16:31:27 +02:00
  • 3afb4f7fb2 Support both Serbian languages (Cyrillic & Latin) (#749) Radoš Milićev 2026-04-29 19:38:12 +02:00
  • f7de3513ef Fix localization selection (#835) Leonard Hecker 2026-04-29 19:14:57 +02:00
  • 58408a72d2 update and correct zh-hant translation (#830) Peter Chen 2026-04-30 00:33:49 +08:00
  • c481b718da Update Turkish translations (#833) Emir SARI 2026-04-29 15:38:59 +03:00
  • d3f86975dc Fix text search on *nix (#824) v2.0.0 Leonard Hecker 2026-04-28 17:26:08 +02:00
  • d14e24b349 Fix zero-width regex replace (#815) Mihnea-Teodor Stoica 2026-04-28 00:18:27 +03:00
  • 2bb7c1090a Fix stability of compare_strings_ascii (#823) Leonard Hecker 2026-04-27 21:31:25 +02:00
  • e5f0c45748 Stop moving focus into the search box (#821) Leonard Hecker 2026-04-27 20:44:52 +02:00
  • de3db9b10a Further improve xterm mouse decoding (#819) Leonard Hecker 2026-04-27 19:44:56 +02:00
  • 24e2d79b87 Fix multi-line pastes into single-line fields (#818) Leonard Hecker 2026-04-27 19:44:39 +02:00
  • 2800cbb2ef lsh: Fix PowerShell keyword lists (#820) Leonard Hecker 2026-04-27 19:44:24 +02:00
  • 8ed85518f0 Further improve LSH docs (#813) Leonard Hecker 2026-04-27 12:58:53 +02:00
  • c8a9787607 Fix scrolling in modals (#812) Leonard Hecker 2026-04-23 19:51:49 +02:00
  • 9e7b938e9e Fix reading redirected input from stdin (#810) Leonard Hecker 2026-04-23 17:37:56 +02:00
  • 23db2ba93e Improve LSH documentation (#805) Leonard Hecker 2026-04-21 21:01:43 +02:00
  • 330d345a5d Align LSH language IDs with VS Code (#806) Leonard Hecker 2026-04-21 00:10:55 +02:00
  • d4d3f3b6dc Fix Azure pipeline (again) (#807) Leonard Hecker 2026-04-21 00:09:30 +02:00
  • d887414dab Handle horizontal scrolling on macOS touchpads (#794) barkure 2026-04-18 05:25:11 +08:00
  • c157ff3280 feat(tools): add one-line Linux installer (curl|bash) with ICU symlink shim + docs (#628) Jared Tweed 2026-04-17 15:39:49 -05:00
  • 7c0b3d17c1 clippy: fix ptr_as_ptr lint (#730) xtqqczze 2026-04-16 12:27:08 +01:00
  • 6468920b16 Add Shell, Python and JavaScript highlighting (#795) Leonard Hecker 2026-04-07 23:26:12 +02:00
  • 86cdb2dd51 Experiments dev/lhecker/lsh-frontend Leonard Hecker 2026-04-06 03:22:18 +02:00
  • e11864f330 Rewrote the compiler using Braun's SSA Leonard Hecker 2026-04-01 22:45:02 +02:00
  • c861143906 Turn regex matches into first class expressions Leonard Hecker 2026-04-01 16:43:59 +02:00
  • 4e70deb0c2 Add a LSH readme Leonard Hecker 2026-04-01 16:43:41 +02:00
  • 62923cc734 Add batchh.lsh, Fix vreg assignment Leonard Hecker 2026-04-01 16:43:30 +02:00
  • 35b863f826 lsh: fix strings in PowerShell (#790) Dustin L. Howett 2026-03-31 18:25:11 -05:00
  • c92c166ef6 Fix the Azure pipeline (#787) Leonard Hecker 2026-03-30 21:24:16 +02:00
  • 5820364ce4 Prepare for v2.0.0 (#785) Leonard Hecker 2026-03-30 20:10:17 +02:00
  • 8b24907aab Add a small fuzzing harness for LSH (#782) Leonard Hecker 2026-03-27 22:17:56 +01:00
  • 4cef4eacda lsh: fix up PowerShell a bit (#784) Dustin L. Howett 2026-03-27 16:17:23 -05:00
  • 05452ab90c Complete the initial LSH implementation (#624) Leonard Hecker 2026-03-27 19:01:09 +01:00
  • d1908b0b53 Add rudimentary settings.json support (#779) Leonard Hecker 2026-03-25 20:50:24 +01:00
  • fa709bade0 Integrate LSH into edit (#777) Leonard Hecker 2026-03-25 01:17:45 +01:00
  • 0bfb7a3210 Add the LSH runtime (#776) Leonard Hecker 2026-03-23 22:22:24 +01:00
  • 7788995ec3 wip dev/lhecker/word-wrap Leonard Hecker 2026-03-23 22:12:30 +01:00
  • 8ad89c849d Introduce the LSH compiler (#753) Leonard Hecker 2026-03-20 21:41:42 +01:00
  • baa3cb05b4 Use natural sort for filenames (#763) Leonard Hecker 2026-03-19 23:57:00 +01:00
  • 017c0ba30d Fix an incorrect debug assert (#774) Leonard Hecker 2026-03-19 23:52:26 +01:00
  • 995ea36977 [WIP] Add VT A11y support dev/cazamor/vt-a11y Carlos Zamora 2026-03-16 17:30:55 -07:00
  • 41328ff67b wip: Improve thread-safety dev/lhecker/thread-safety Leonard Hecker 2026-02-14 17:17:05 +01:00
  • ff45b14d5e BVec::push_encode_utf16, Some micro optimizations (#764) Leonard Hecker 2026-02-14 01:51:38 +01:00
  • 6c79a1d7e3 Remove allocator_api (#762) Leonard Hecker 2026-02-12 23:23:57 +01:00
  • 719a478cf0 Change copyright in draw_menubar.rs (#760) Alex Manochio 2026-02-12 16:37:14 -05:00
  • 14c1defa25 Remove the majority of nightly features (#761) Leonard Hecker 2026-02-12 22:28:53 +01:00
  • 6b25ffe7ab Remove allocator_api dev/lhecker/stable-rust Leonard Hecker 2026-02-10 17:18:03 +01:00
  • 9a6220cbef Remove string_from_utf8_lossy_owned Leonard Hecker 2026-02-06 00:13:55 +01:00
  • 56515646f9 Remove linked_list_cursors Leonard Hecker 2026-02-06 00:11:03 +01:00
  • 6833596acf Remove breakpoint Leonard Hecker 2026-02-05 15:08:58 +01:00
  • 5ee62b83a8 Remove cold_path Leonard Hecker 2026-02-05 15:08:38 +01:00
  • 0cd8d73bbe Remove maybe_uninit_fill Leonard Hecker 2026-02-05 15:08:11 +01:00
  • 2427cb765e Remove maybe_uninit_slice Leonard Hecker 2026-02-05 14:49:00 +01:00
  • 7f8ad40252 Remove maybe_uninit_uninit_array_transpose Leonard Hecker 2026-02-05 13:38:31 +01:00
  • 7ebb700b5f Varint instruction coding, Iterative relaxing dev/lhecker/lsh-varint-encoding Leonard Hecker 2026-01-31 16:35:04 +01:00
  • 0487b59265 wip dev/lhecker/syntax-highlighting-alt Leonard Hecker 2026-01-29 16:22:10 +01:00
  • 758812e764 wip Leonard Hecker 2026-01-29 15:44:35 +01:00
  • cb98cf5b0f Custom regex parser, Fixed fast skips Leonard Hecker 2026-01-28 17:24:47 +01:00
  • 8e93f1a506 Merge dev/lhecker/syntax-highlighting-compiler Leonard Hecker 2026-01-28 11:47:54 +01:00
  • 524b22c3c5 Fix warnings when building on macOS (#754) Leonard Hecker 2026-01-28 00:12:20 +01:00
  • 1c34e36b63 Inline the tokenizer code Leonard Hecker 2026-01-27 23:48:10 +01:00
  • d9ece615d3 Robust word-wrap handling Leonard Hecker 2026-01-27 22:24:32 +01:00
  • 72f40e9a28 wip Leonard Hecker 2026-01-27 22:05:25 +01:00
  • 532178f477 Sorta fix word wrap Leonard Hecker 2026-01-27 20:17:08 +01:00
  • 1effea2358 Restructured files, Added XML support Leonard Hecker 2026-01-27 19:33:43 +01:00
  • e5a92eb7d6 Fix the latest clippy warning (#751) Leonard Hecker 2026-01-26 23:30:31 +01:00
  • 948b4cd07c Fix more build failures Leonard Hecker 2026-01-26 23:26:20 +01:00
  • 9e927e2cb9 Fix the latest clippy warning Leonard Hecker 2026-01-26 23:19:47 +01:00
  • 3f386a9a4f Syntax Highlighting V2 Leonard Hecker 2026-01-26 23:14:28 +01:00
  • ad8415fd44 Clean up error handling (#745) Leonard Hecker 2026-01-23 13:57:42 +01:00
  • 9bc86c5acd Add a glob matcher (#743) Leonard Hecker 2026-01-22 19:49:04 +01:00
  • e21b7947e7 wip dev/lhecker/css Leonard Hecker 2026-01-22 17:54:20 +01:00
  • 6b6a4b2d9f Add a JSON parser (#742) Leonard Hecker 2026-01-21 00:05:09 +01:00
  • 8d9b1ede11 Add proper multithreading support to Arena (#741) Leonard Hecker 2026-01-20 22:11:44 +01:00
  • 8198b206c6 Fix build dev/lhecker/varint Leonard Hecker 2026-01-20 21:52:29 +01:00
  • d0db071474 Create parent directories when saving to a non-existent path (#738) Sergio Triana Escobedo 2026-01-20 13:10:55 -06:00
  • 7675bd5f5f Add a variable-length integer encoder/decoder Leonard Hecker 2026-01-20 19:45:12 +01:00
  • 48c2ab2949 Use platform line ending when opening single line files (#739) Cal 2026-01-13 10:33:37 -05:00
  • dbd74656a9 Fix colors with Terminal.app's Clear Dark theme (#728) Leonard Hecker 2026-01-05 17:50:36 +01:00
  • fa2b1b88cc Update man page for edit command to version 1.2.1 (#727) Stefan 2026-01-05 15:12:26 +01:00
  • 069c6b1cff Add an IO logger dev/lhecker/io-log Leonard Hecker 2025-12-23 16:18:47 +01:00
  • 364579a045 Add Indonesian translation (#629) viyic 2025-12-02 04:33:40 +07:00
  • 3df9e7cb6c Fix multiple issues found under Linux (#706) Leonard Hecker 2025-12-01 22:24:27 +01:00
  • d71e94b303 Improve Korean translations (#663) VenusGirl❤ 2025-12-02 06:17:14 +09:00
  • ca661a2901 i18n: Add Estonian translations (#693) Mr Flamel 2025-12-01 23:16:34 +02:00
  • 1601c3f592 i18n: Add Arabic translations (#634) Mohammad Abu Mattar 2025-12-02 00:15:54 +03:00
  • 5f284a1df9 Move arena & helpers into their own crate (#694) Leonard Hecker 2025-12-01 21:51:55 +01:00
  • 82cc84a610 Add Portuguese (pt-PT) translations (#688) Tiago Mouta 2025-10-31 20:09:55 +00:00
  • c1adb12b52 Add Vietnamese translations (#669) Miteigi 2025-10-18 00:08:57 +07:00
  • 67c401648f Fix Rust nightly builds (#668) Leonard Hecker 2025-10-14 19:53:51 +02:00
  • c557cdbf04 Update Turkish translations (#655) Emir SARI 2025-10-13 17:47:17 +03:00
  • bb569841c9 sys/win: display a useful error message when SetConsoleMode fails (#639) Dustin L. Howett 2025-09-09 15:24:09 -05:00
  • 51d19c9487 windows: fix the compatibility section of the manifest (#635) Dustin L. Howett 2025-09-05 12:58:47 -05:00
  • ccfebb274e Replace vseq/vand with their immediate-form variants (#630) hev 2025-08-29 06:31:10 +08:00