| 2026-02-18 14:51 | [haredoc.el] force haredoc color output | lou woell | 1 | +2 | -1 |
| 2026-02-17 12:05 | [find-refs] fix: memory leak, whitespace | Lou Woell | 1 | +6 | -3 |
| 2026-02-17 11:07 | [find-refs] also list occurences of members when searching enum | Lou Woell | 2 | +12 | -1 |
| 2026-02-17 10:55 | [list] also list enum members | Lou Woell | 3 | +55 | -15 |
| 2026-02-17 10:53 | [find-refs] find enums and enum members | Lou Woell | 3 | +112 | -29 |
| 2026-02-17 05:52 | [locate] return member location instead of enum location | Lou Woell | 2 | +72 | -1 |
| 2026-02-17 04:50 | [locate] refactor tests | Lou Woell | 1 | +60 | -102 |
| 2026-02-17 04:34 | [harehelper] remove deprecated tests | Lou Woell | 1 | +0 | -36 |
| 2026-02-17 04:16 | [resolve] add tests for enum member identifiers | Lou Woell | 1 | +51 | -0 |
| 2026-02-17 04:16 | [resolve] support resolving enum (member) identifiers | Lou Woell | 1 | +83 | -38 |
| 2026-02-17 02:50 | [locate] add test for enum locations | Lou Woell | 1 | +37 | -0 |
| 2026-02-17 02:43 | [locate] support locating enums by members | Lou Woell | 1 | +25 | -8 |
| 2026-02-16 17:28 | Hare-0.26: fix test | Lou Woell | 1 | +2 | -2 |
| 2026-02-16 17:24 | Hare-0.26: fix test | Lou Woell | 1 | +3 | -2 |
| 2026-02-16 17:23 | Hare-0.26: Multiple assignment no longer supported. | Lou Woell | 3 | +75 | -87 |
| 2025-10-22 16:52 | [haredoc.el] fix filename expansion in initialization | Lou Woell | 1 | +2 | -2 |
| 2025-10-11 16:55 | [haredoc.el] generalize initialization | Lou Woell | 1 | +28 | -5 |
| 2025-10-11 00:24 | [haredoc.el] fix: haredoc interactive argument | Lou Woell | 1 | +1 | -1 |
| 2025-10-10 04:10 | [haredoc.el] work around weird lexer locations | Lou Woell | 1 | +36 | -3 |
| 2025-10-10 02:52 | [locate] fix failing tests | Lou Woell | 2 | +23 | -8 |
| 2025-10-10 02:30 | [locate] New test cases | Lou Woell | 1 | +29 | -0 |
| 2025-10-10 02:01 | [locate] handle nested tagdirs | Lou Woell | 1 | +13 | -2 |
| 2025-10-10 01:52 | [locate] formatting | Lou Woell | 1 | +8 | -9 |
| 2025-10-10 01:30 | [harehelper] print usage if no subcommand was given | Lou Woell | 1 | +7 | -2 |
| 2025-10-10 01:30 | [haredoc.el] handle harehelper errors gracefully | Lou Woell | 1 | +26 | -23 |
| 2025-10-10 01:28 | [locate] integrate locate_module into locate_symbol | Lou Woell | 2 | +50 | -55 |
| 2025-10-09 18:33 | [locate] handle tags starting with - | Lou Woell | 1 | +6 | -3 |
| 2025-10-09 18:03 | [harehelper] move error handling to its own file | Lou Woell | 2 | +40 | -22 |
| 2025-10-09 17:58 | [haredoc.el] small cleanup | Lou Woell | 2 | +45 | -44 |
| 2025-10-09 17:54 | [harehelper] more robust error handling | Lou Woell | 8 | +100 | -62 |
| 2025-10-09 16:57 | [resolve] more consistent resolution of module names. | Lou Woell | 2 | +32 | -17 |
| 2025-10-07 12:38 | [haredoc.el] fix: `hare-xref-backend` -> `haredoc-xref-backend` | Lou Woell | 1 | +2 | -1 |
| 2025-10-07 00:30 | [haredoc.el] use xref internally | Lou Woell | 1 | +30 | -38 |
| 2025-10-06 21:04 | [find_refs] more tests | Lou Woell | 1 | +66 | -36 |
| 2025-10-06 20:14 | [find_refs] add tests | Lou Woell | 1 | +72 | -0 |
| 2025-10-06 20:14 | [find_refs] move printing to toplevel | Lou Woell | 1 | +44 | -18 |
| 2025-10-06 18:26 | README hare-xref-backend -> haredoc-xref-backend | Lou Woell | 2 | +3 | -3 |
| 2025-10-06 18:22 | README update | Lou Woell | 3 | +21 | -4 |
| 2025-10-06 17:44 | [find-refs] fix: reset file offset after getting line | Lou Woell | 1 | +10 | -2 |
| 2025-10-06 16:36 | [haredoc.el] use project-root for default reference search path | Lou Woell | 1 | +2 | -2 |
| 2025-10-06 16:35 | [find-refs] scan dirtree | Lou Woell | 1 | +68 | -20 |
| 2025-10-06 16:35 | [find-refs] add license info | Lou Woell | 1 | +14 | -0 |
| 2025-10-06 01:47 | [haredoc.el] prettify | Lou Woell | 1 | +6 | -6 |
| 2025-10-06 01:32 | fix gitignore | Lou Woell | 1 | +2 | -1 |
| 2025-10-06 01:32 | [haredoc.el] implement `xref-backend-references` | Lou Woell | 1 | +16 | -0 |
| 2025-10-06 01:31 | [find-refs] implement reference finder | Lou Woell | 3 | +144 | -2 |
| 2025-10-05 16:06 | [haredoc.el] implement xref backend | Lou Woell | 1 | +25 | -2 |
| 2025-09-29 14:25 | README: expand on haredoc.el installation instructions | Lou Woell | 1 | +26 | -4 |
| 2025-09-26 01:40 | [haredoc.el] Ignore unused arguments | Lou Woell | 1 | +3 | -1 |
| 2025-09-26 01:37 | [haredoc.el] Improve documentation | Lou Woell | 1 | +77 | -20 |
| 2025-09-22 17:56 | [list] add option to list unexported symbols | Lou Woell | 2 | +19 | -4 |
| 2025-09-20 00:26 | [haredoc.el] ignore & in front of symbol | Lou Woell | 1 | +1 | -1 |
| 2025-09-19 02:31 | [resolve] remove duplicate test | Lou Woell | 1 | +0 | -7 |
| 2025-09-19 02:26 | free memory in tests | Lou Woell | 3 | +4 | -0 |
| 2025-09-19 02:06 | [locate] properly handle tag dirs, add tests | Lou Woell | 2 | +53 | -1 |
| 2025-09-19 02:06 | [resolve] restructure resolve_local, add tests | Lou Woell | 2 | +52 | -19 |
| 2025-09-18 23:55 | [resolve] resolve local symbols relative to harepath | Lou Woell | 1 | +38 | -1 |
| 2025-09-17 18:49 | [list] handle trailing :: | Lou Woell | 1 | +3 | -3 |
| 2025-09-17 16:34 | [list] check for 1 argument | elb | 1 | +2 | -0 |
| 2025-09-17 14:06 | README: add missing half of sentence. | Lou Woell | 1 | +1 | -1 |
| 2025-09-17 13:18 | README: add link to vis integration | Lou Woell | 1 | +2 | -1 |
| 2025-09-16 12:59 | improve README, add contributing section | Lou Woell | 2 | +35 | -16 |
| 2025-09-15 23:30 | [resolve] handle trailing :: | Lou Woell | 2 | +9 | -8 |
| 2025-09-15 23:22 | move identstr_trailing to util.ha | Lou Woell | 3 | +19 | -27 |
| 2025-09-15 23:01 | [locate] handle identifiers with trailing :: | Lou Woell | 3 | +72 | -19 |
| 2025-09-15 21:41 | [haredoc.el] fix typo | Lou Woell | 1 | +1 | -1 |
| 2025-09-14 22:53 | [haredoc.el] add missing autoload for haredoc-nav-mode | Lou Woell | 1 | +1 | -0 |
| 2025-09-14 22:52 | [haredoc.el] store link-regex in constant | Lou Woell | 1 | +2 | -1 |
| 2025-09-14 22:21 | [haredoc.el] Add default keybindings & document them | Lou Woell | 2 | +40 | -9 |
| 2025-09-14 21:10 | README: Add link to kakoune integration | Lou Woell | 1 | +9 | -4 |
| 2025-09-14 12:14 | [haredoc.el] cleanup | Lou Woell | 1 | +14 | -15 |
| 2025-09-14 11:59 | [haredoc.el] Bump required emacs version | Lou Woell | 1 | +1 | -1 |
| 2025-09-14 11:45 | [haredoc.el] fix goto-src | Lou Woell | 1 | +12 | -9 |
| 2025-09-14 11:26 | [haredoc.el] correctly go up/down namespaces | Lou Woell | 1 | +10 | -9 |
| 2025-09-14 11:24 | [haredoc.el] headerline for haredoc-mode | Lou Woell | 1 | +12 | -8 |
| 2025-09-14 00:10 | [haredoc.el] Navigation for haredoc-mode | Lou Woell | 1 | +75 | -16 |
| 2025-09-13 22:41 | [haredoc.el] make stack buffer local | Lou Woell | 1 | +6 | -3 |
| 2025-09-13 22:22 | [haredoc.el] ignore trailing :: | Lou Woell | 1 | +2 | -1 |
| 2025-09-13 21:53 | [haredoc.el] basic back/forw buttons | Lou Woell | 1 | +63 | -21 |
| 2025-09-13 20:27 | [haredoc.el] make references clickable links | Lou Woell | 1 | +36 | -1 |
| 2025-09-13 00:13 | [list-symbols] handle some errors | Lou Woell | 2 | +25 | -4 |
| 2025-09-13 12:01 | [haredoc.el] add missing dependencies | Lou Woell | 1 | +5 | -3 |
| 2025-09-12 23:54 | [haredoc.el] simplify | Lou Woell | 1 | +40 | -45 |
| 2025-09-12 16:13 | README: fix list formatting | Lou Woell | 1 | +1 | -0 |
| 2025-09-12 15:44 | unhardcode default HAREPATH & tagset | Lou Woell | 6 | +60 | -17 |
| 2025-09-11 22:00 | fix Makefile and add binary to .gitignore | Rosie K Languet | 2 | +5 | -4 |
| 2025-09-11 14:49 | [locate] free errors | Lou Woell | 1 | +4 | -2 |
| 2025-09-11 14:41 | [locate] locate modules | Lou Woell | 3 | +25 | -1 |
| 2025-09-11 14:23 | [resolve] return void when name not imported. | Lou Woell | 2 | +24 | -7 |
| 2025-09-11 12:39 | More tests for locate | Lou Woell | 1 | +42 | -11 |
| 2025-09-11 12:17 | correctly locate multiple bindings | Lou Woell | 3 | +19 | -4 |
| 2025-09-11 11:46 | more descriptive var names in resolve.ha | Lou Woell | 1 | +10 | -9 |
| 2025-09-11 11:45 | Fix memory leaks | Lou Woell | 4 | +34 | -23 |
| 2025-09-10 21:49 | tests for locate and list_symbols | Lou Woell | 4 | +84 | -16 |
| 2025-09-10 17:04 | add tests for namespace resolver | Lou Woell | 1 | +67 | -0 |
| 2025-09-10 16:29 | resolve wildcard imports | Lou Woell | 3 | +29 | -7 |
| 2025-09-10 16:16 | Simplify resolver logic | Lou Woell | 1 | +7 | -9 |
| 2025-09-10 15:47 | rename find.ha -> resolve.ha | Lou Woell | 1 | +0 | -0 |
| 2025-09-10 15:45 | fix import_members resolver | Lou Woell | 1 | +4 | -2 |
| 2025-09-10 15:16 | Catch some errors | Lou Woell | 2 | +12 | -2 |
| 2025-09-09 09:43 | Add License | Lou Woell | 7 | +759 | -0 |
| 2025-09-09 09:08 | Update README | Lou Woell | 1 | +20 | -1 |
| 2025-09-09 08:54 | Clean up some imports, fix a leak | Lou Woell | 2 | +2 | -3 |
| 2025-09-05 00:39 | Whitespace | Lou Woell | 5 | +47 | -48 |
| 2025-09-05 00:24 | [haredoc.el] normalize names | Lou Woell | 2 | +31 | -28 |
| 2025-09-05 00:17 | [haredoc.el] fix hare/root-dir when not in project | Lou Woell | 1 | +4 | -1 |
| 2025-09-04 21:33 | Cleanup | Lou Woell | 4 | +20 | -15 |
| 2025-09-04 16:12 | [haredoc.el] add missing dependencies | Lou Woell | 1 | +2 | -0 |
| 2025-09-04 16:10 | [haredoc.el] Improve Regex | Lou Woell | 1 | +2 | -2 |
| 2025-09-04 14:23 | Add Readme | Lou Woell | 2 | +56 | -1 |
| 2025-09-04 13:59 | rename `find`->`resolve` | Lou Woell | 3 | +14 | -13 |
| 2025-09-04 13:47 | small fixes | Lou Woell | 2 | +5 | -2 |
| 2025-09-04 13:30 | fix help strings | Lou Woell | 1 | +6 | -4 |
| 2025-09-04 13:30 | implement goto-definition | Lou Woell | 2 | +21 | -0 |
| 2025-09-04 13:29 | harepath manipulation tools | Lou Woell | 2 | +42 | -20 |
| 2025-09-04 13:26 | [haredoc.el] check for empty shell return value | Lou Woell | 1 | +2 | -1 |
| 2025-09-04 13:25 | Implement decl locator | Lou Woell | 1 | +78 | -0 |
| 2025-09-04 13:24 | fix check for interned symbols | Lou Woell | 1 | +1 | -1 |
| 2025-09-04 13:24 | factor out utils | Lou Woell | 4 | +63 | -63 |
| 2025-09-03 22:38 | [haredoc.el] Some more formatting for the help buffer | Lou Woell | 1 | +1 | -1 |
| 2025-09-03 22:11 | [haredoc.el] fix autoloads | Lou Woell | 1 | +2 | -1 |
| 2025-09-03 21:53 | Initial Commit | Lou Woell | 6 | +401 | -0 |