| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | Correctly find references for type switch tags | Brad Lewis | 2025-07-30 | 3 | -0/+33 | |
| | | | | | ||||||
| * | | | | Merge pull request #814 from BradLewis/fix/clone-comment-collector | Bradley Lewis | 2025-07-31 | 1 | -1/+1 | |
| |\ \ \ \ | | | | | | | | | | | Missing comment clone in collector | |||||
| | * | | | | Missing comment clone in collector | Brad Lewis | 2025-07-31 | 1 | -1/+1 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #813 from BradLewis/fix/memory-corruption | Bradley Lewis | 2025-07-31 | 1 | -3/+2 | |
| |\ \ \ \ | | | | | | | | | | | Remove collector unique string indexing for comments and docs | |||||
| | * | | | | Remove collector unique string indexing for comments and docs | Brad Lewis | 2025-07-31 | 1 | -3/+2 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #812 from BradLewis/fix/len-docs | Bradley Lewis | 2025-07-30 | 1 | -0/+3 | |
| |\ \ \ \ | |/ / / |/| | | | Remove irrelevant comment from len docs | |||||
| | * | | | Remove irrelevant comment from len docs | Brad Lewis | 2025-07-30 | 1 | -0/+3 | |
| |/ / / | ||||||
| * | | | Merge pull request #810 from BradLewis/fix/dont-override-symbol-docs | Bradley Lewis | 2025-07-30 | 3 | -13/+2 | |
| |\ \ \ | | | | | | | | | Don't override the docs on the symbols to avoid memory corruption issues | |||||
| | * | | | Don't override the docs on the symbols to avoid memory corruption issues | Brad Lewis | 2025-07-30 | 3 | -13/+2 | |
| |/ / / | ||||||
| * | | | Merge pull request #809 from BradLewis/fix/only-limit-identifier-completions | Bradley Lewis | 2025-07-30 | 1 | -2/+6 | |
| |\ \ \ | | | | | | | | | Only limit identifier completions to maintain consistency from before the changes | |||||
| | * | | | Only limit identifier completions to maintain consistency from before the ↵ | Brad Lewis | 2025-07-30 | 1 | -2/+6 | |
| | |/ / | | | | | | | | | | changes | |||||
| * | | | Merge pull request #808 from BradLewis/fix/handle-byte-u8-alias | Bradley Lewis | 2025-07-30 | 3 | -1/+45 | |
| |\ \ \ | |/ / |/| | | Correctly handle the alias of `u8` and `byte` | |||||
| | * | | Correctly handle the alias of `u8` and `byte` | Brad Lewis | 2025-07-30 | 3 | -1/+45 | |
| |/ / | ||||||
| * | | Merge pull request #806 from BradLewis/feat/add-poly-params-union-documentation | Bradley Lewis | 2025-07-30 | 9 | -53/+206 | |
| |\ \ | | | | | | | Add parapoly information to union documentation | |||||
| | * | | Add parapoly information to union documentation | Brad Lewis | 2025-07-30 | 9 | -53/+206 | |
| |/ / | ||||||
| * | | Merge pull request #805 from BradLewis/fix/resolve-using-types | Bradley Lewis | 2025-07-30 | 2 | -1/+40 | |
| |\ \ | | | | | | | Fix issue looking up using package when resolving types | |||||
| | * | | Fix issue looking up using package when resolving types | Brad Lewis | 2025-07-30 | 2 | -1/+40 | |
| |/ / | ||||||
| * | | Merge pull request #804 from BradLewis/fix/switch-initialiser | Bradley Lewis | 2025-07-30 | 2 | -0/+24 | |
| |\ \ | | | | | | | Resolve switch statement init for locals | |||||
| | * | | Resolve switch statement init for locals | Brad Lewis | 2025-07-30 | 2 | -0/+24 | |
| |/ / | ||||||
| * | | Merge pull request #803 from BradLewis/fix/issues-due-to-merge | Bradley Lewis | 2025-07-30 | 4 | -10/+10 | |
| |\ \ | | | | | | | Fix issues due to merge | |||||
| | * | | Fix issues due to merge | Brad Lewis | 2025-07-30 | 4 | -10/+10 | |
| |/ / | ||||||
| * | | Merge pull request #800 from BradLewis/fix/constructing-docs-methods | Bradley Lewis | 2025-07-30 | 3 | -14/+15 | |
| |\ \ | | | | | | | Fix issue with constructing docs on indexed symbols | |||||
| | * | | Fix issue with constructing docs on indexed symbols | Brad Lewis | 2025-07-29 | 3 | -15/+15 | |
| | | | | ||||||
| * | | | Merge pull request #792 from BradLewis/feat/rework-documentation | DanielGavin | 2025-07-30 | 13 | -701/+641 | |
| |\ \ \ | |/ / |/| | | Improve completion processing | |||||
| | * | | Correct test after merging | Brad Lewis | 2025-07-29 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Use markdown correctly when providing the completion item and correctly ↵ | Brad Lewis | 2025-07-29 | 2 | -27/+15 | |
| | | | | | | | | | | | | | process symbols from packages | |||||
| | * | | Update tests after merging changes | Brad Lewis | 2025-07-29 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | Update signature information | Brad Lewis | 2025-07-29 | 4 | -15/+20 | |
| | | | | ||||||
| | * | | Implement label details using new method | Brad Lewis | 2025-07-29 | 4 | -108/+76 | |
| | | | | ||||||
| | * | | Fix completion and hover tests with documentation changes | Brad Lewis | 2025-07-29 | 8 | -225/+222 | |
| | | | | ||||||
| | * | | Finish converting completions to use the completion results | Brad Lewis | 2025-07-29 | 1 | -125/+124 | |
| | | | | ||||||
| | * | | Update implicit selector completions | Brad Lewis | 2025-07-29 | 1 | -66/+48 | |
| | | | | ||||||
| | * | | Update selector completions | Brad Lewis | 2025-07-29 | 2 | -82/+82 | |
| | | | | ||||||
| | * | | Update comp lit completions | Brad Lewis | 2025-07-29 | 1 | -29/+10 | |
| | | | | ||||||
| | * | | First pass at improving identifier completions | Brad Lewis | 2025-07-29 | 4 | -59/+88 | |
| | | | | ||||||
| | * | | Create constructors for field symbols | Brad Lewis | 2025-07-29 | 5 | -62/+53 | |
| |/ / | ||||||
| * | | Merge pull request #798 from BradLewis/fix/handle-compile-time-call-expr | Bradley Lewis | 2025-07-28 | 2 | -1/+6 | |
| |\ \ | | | | | | | Handle semantic token for const global variables returned from functions | |||||
| | * | | Handle semantic token for const global variables returned from functions | Brad Lewis | 2025-07-28 | 2 | -1/+6 | |
| |/ / | ||||||
| * | | Merge pull request #797 from BradLewis/fix/further-semantic-token-improvements | Bradley Lewis | 2025-07-28 | 2 | -13/+34 | |
| |\ \ | | | | | | | Correctly resolve semantic tokens for basic literals and casts | |||||
| | * | | Correctly resolve semantic tokens for basic literals and casts | Brad Lewis | 2025-07-28 | 2 | -13/+34 | |
| | | | | ||||||
| * | | | Merge pull request #795 from BradLewis/fix/using-statements | Bradley Lewis | 2025-07-28 | 2 | -9/+58 | |
| |\ \ \ | | | | | | | | | Correctly resolving using statements with aliases | |||||
| | * | | | Correctly resolving using statements with aliases | Brad Lewis | 2025-07-28 | 2 | -9/+58 | |
| | |/ / | ||||||
| * | | | Merge pull request #794 from BradLewis/fix/flaky-tests | Bradley Lewis | 2025-07-28 | 1 | -0/+2 | |
| |\ \ \ | |/ / |/| | | Make `file_resolve_cache` and `build_cache` thread_local to stop isses with tests | |||||
| | * | | Make `file_resolve_cache` and `build_cache` thread_local to stop issues with ↵ | Brad Lewis | 2025-07-28 | 1 | -0/+2 | |
| |/ / | | | | | | | tests | |||||
| * | | Merge pull request #791 from BradLewis/fix/re-export-docs-if-not-overridden | Bradley Lewis | 2025-07-27 | 2 | -2/+66 | |
| |\ \ | | | | | | | Only override docs for re-exported items if there is new documentation on the when doing the export | |||||
| | * | | Only override docs for re-exported items if there is new documentation on ↵ | Brad Lewis | 2025-07-27 | 2 | -2/+66 | |
| | | | | | | | | | | | | | the when doing the export | |||||
| * | | | Merge pull request #790 from BradLewis/fix/enum-global-array | Bradley Lewis | 2025-07-27 | 3 | -34/+65 | |
| |\ \ \ | |/ / |/| | | Correctly resolve enum comp lits as part of arrays | |||||
| | * | | Ensure ast_context is reset after attempt to handle an implicit selector ↵ | Brad Lewis | 2025-07-27 | 2 | -0/+23 | |
| | | | | | | | | | | | | | completion in a function call | |||||
| | * | | Correctly resolve enum comp lits as part of arrays | Brad Lewis | 2025-07-27 | 2 | -34/+42 | |
| |/ / | ||||||
| * | | Merge pull request #786 from BradLewis/fix/resolve-enum-explicit-type | Bradley Lewis | 2025-07-26 | 2 | -0/+23 | |
| |\ \ | | | | | | | Correctly resolve enum value_decl | |||||