index
:
odin/ols.git
action-organizeImports
ci-changes
fix-ci
fix-stale-error
index-caching
inlay-range
make-ci-work
master
objc-branch
objc-fixes
poly
remove-unused-imports
rename
semantic_tokens_range
test
uri-fix-diagnostics
use-recursion-map
Language server for Odin
Daniel Gavin
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #1300 from BradLewis/fix/workspace-symbols
Bradley Lewis
45 hours
1
-3
/
+4
|
\
|
*
Fix workspace symbols search with os changes
Brad Lewis
46 hours
1
-3
/
+4
|
/
*
Merge pull request #1299 from BradLewis/fix/os-port-mistakes
Bradley Lewis
2 days
1
-2
/
+2
|
\
|
*
Fix error checking mistakes from porting to new os package
Brad Lewis
2 days
1
-2
/
+2
|
/
*
Merge pull request #1298 from BradLewis/fix/os-filepath-changes-windows
Bradley Lewis
3 days
4
-38
/
+133
|
\
|
*
Fix using filepath.to_slash on windows
Brad Lewis
3 days
3
-36
/
+124
|
*
Correctly fail builds in windows
Brad Lewis
3 days
1
-2
/
+9
|
/
*
Merge pull request #1297 from BradLewis/fix/destroy-walker
Bradley Lewis
3 days
4
-0
/
+4
|
\
|
*
Add defers for destroying walkers
Brad Lewis
3 days
4
-0
/
+4
|
/
*
Merge pull request #1296 from BradLewis/fix/unused-imports-when-stmt
Bradley Lewis
3 days
2
-8
/
+23
|
\
|
*
Resolve decls in when statements to fix incorrectly flagging imports as unused
Brad Lewis
3 days
2
-8
/
+23
|
/
*
Merge pull request #1295 from BradLewis/feat/update-os-filepath
Bradley Lewis
3 days
19
-188
/
+191
|
\
|
*
Update ols to use the new os and filepath packages
Brad Lewis
3 days
19
-188
/
+191
|
/
*
Merge pull request #1294 from BradLewis/fix/config-directive-crash
dev-2026-02
Bradley Lewis
3 days
1
-1
/
+3
|
\
|
*
Fix crash with config directive with no arguments
Brad Lewis
3 days
1
-1
/
+3
|
/
*
Merge pull request #1292 from BradLewis/feat/add-docs-to-package-hover
Bradley Lewis
5 days
8
-54
/
+193
|
\
|
*
Add hover info when hovering over an import statement
Brad Lewis
5 days
3
-9
/
+43
|
*
Add hover info when hovering over package declaration
Brad Lewis
5 days
1
-0
/
+16
|
*
Add documentation to package completions
Brad Lewis
5 days
2
-0
/
+34
|
*
Add documentation to package hover info
Brad Lewis
5 days
4
-45
/
+100
|
/
*
Merge pull request #1291 from BradLewis/fix/clear-canceled-requests-after-del...
Bradley Lewis
5 days
1
-4
/
+1
|
\
|
*
Clear canceled requests after they have been removed from the queue
Brad Lewis
5 days
1
-4
/
+1
|
/
*
Merge pull request #1290 from BradLewis/fix/overloaded-parapoly-proc-with-bit...
Bradley Lewis
5 days
2
-1
/
+31
|
\
|
*
Correctly resolve parapoly overloaded procs using bitfields
Brad Lewis
5 days
2
-1
/
+31
*
|
Merge pull request #1289 from bsdcode/fix_check_bsd
Bradley Lewis
5 days
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix checker diagnostics on BSD
Stefan Schlosser
5 days
1
-1
/
+1
|
/
*
Merge pull request #1288 from BradLewis/fix/qualified-builtin-types
Bradley Lewis
5 days
2
-2
/
+37
|
\
|
*
Correctly resolve builtin types when using the fully qualified name with the ...
Brad Lewis
5 days
2
-2
/
+37
|
/
*
Merge pull request #1285 from BradLewis/fix/resolve-poly-types-for-nested-calls
Bradley Lewis
5 days
2
-1
/
+38
|
\
|
*
Correctly resolve poly types from nested function calls that contain more tha...
Brad Lewis
5 days
2
-1
/
+38
|
/
*
Merge pull request #1281 from DireLines/master
Bradley Lewis
6 days
1
-0
/
+1
|
\
|
*
meant this
Nathaniel Saxe
6 days
1
-1
/
+2
|
*
fix: forgot dot
Nathaniel Saxe
6 days
1
-1
/
+1
|
/
*
Merge pull request #1279 from BradLewis/switch-code-action
Bradley Lewis
7 days
6
-119
/
+128
|
\
|
*
Correct union parapoly completion and switch action naming
Brad Lewis
7 days
1
-9
/
+28
|
*
Fix parapoly union types being overridden incorrectly
Brad Lewis
7 days
2
-1
/
+22
|
*
Only append the missing cases with the code action
Brad Lewis
7 days
3
-109
/
+78
|
/
*
Merge pull request #1273 from DireLines/master
Bradley Lewis
7 days
4
-14
/
+273
|
\
|
*
refactor switch case info into struct; handle multiple comma-separated varian...
Nathaniel Saxe
7 days
1
-55
/
+74
|
*
qualify union case names with pointer / package when necessary
Nathaniel Saxe
10 days
2
-21
/
+37
|
*
capture indentation of the overall switch block
Nathaniel Saxe
11 days
1
-26
/
+33
|
*
undo formatting changes in unrelated file
Nathaniel Saxe
11 days
1
-8
/
+12
|
*
sep=''
Nathaniel Saxe
11 days
1
-1
/
+1
|
*
refactor into file; handle indentation
Nathaniel Saxe
11 days
3
-193
/
+214
|
*
Merge branch 'master' into master
Nathaniel Saxe
11 days
35
-336
/
+2149
|
|
\
|
*
|
first put existing cases in order, then put in new cases
Nathaniel Saxe
11 days
1
-25
/
+30
|
*
|
private my helper functions so as not to pollute namespace
Nathaniel Saxe
2026-01-31
1
-0
/
+3
|
*
|
fix: reset ast context between resolve calls
Nathaniel Saxe
2026-01-31
1
-2
/
+12
|
*
|
more or less handle union types - TODO in appropriate places on why not compl...
Nathaniel Saxe
2026-01-30
2
-4
/
+13
|
*
|
rm logs
Nathaniel Saxe
2026-01-02
1
-2
/
+0
[next]