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
path:
root
/
src
/
server
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix issue with variables assigning in global space to procedures.
DanielGavin
2023-12-17
1
-2
/
+17
*
Fix issue with not using builtin symbols when in another package.
DanielGavin
2023-12-14
1
-8
/
+5
*
Merge pull request #275 from laytan/better-bitset-completion
DanielGavin
2023-11-28
1
-80
/
+159
|
\
|
*
better bitset completion
Laytan Laats
2023-11-28
1
-80
/
+159
*
|
Add new config for "enable_procedure_snippet"
DanielGavin
2023-11-25
4
-28
/
+52
|
/
*
Procedure types do no longer insert `()`
DanielGavin
2023-11-11
4
-49
/
+90
*
Remove errors caused by parsing builtin odin files.
DanielGavin
2023-11-04
4
-28
/
+31
*
Remove writing semantic nodes for untyped and basic value symbols
Damian Tarnawski
2023-10-26
1
-19
/
+3
*
Improve check in parses header for robustness.
DanielGavin
2023-09-30
1
-4
/
+4
*
Fix issue with swizzle
DanielGavin
2023-09-26
1
-15
/
+19
*
Have index expr return boolean as second result
DanielGavin
2023-09-26
1
-6
/
+10
*
Fix issue with goto in comp_lit value
DanielGavin
2023-09-19
1
-9
/
+13
*
Fix issue with maybe(string) in OlsConfig
DanielGavin
2023-09-19
2
-10
/
+17
*
Fix not writing the bit_set correcty in hover and completion
DanielGavin
2023-09-17
1
-1
/
+9
*
Support new changes in Odin
DanielGavin
2023-09-14
1
-3
/
+1
*
Simplify the ols config load for both the json and file.
DanielGavin
2023-09-02
1
-107
/
+93
*
Fix issues with union switch and also now using the renamed package name
DanielGavin
2023-09-01
3
-29
/
+46
*
Add support for generics in struct that use arrays
DanielGavin
2023-09-01
1
-19
/
+57
*
more fixes
DanielGavin
2023-08-16
1
-36
/
+34
*
Typo
DanielGavin
2023-08-15
1
-0
/
+4
*
Add fixes to varadic args for inlay hints
DanielGavin
2023-08-15
1
-0
/
+25
*
Fix issues with not being able to resolve non mutable functions in other func...
DanielGavin
2023-08-15
1
-13
/
+41
*
Add support for tag stmts.
DanielGavin
2023-08-13
1
-2
/
+2
*
update for switch _ in
Walther Chen
2023-08-09
1
-1
/
+1
*
Make it compile with the latest odin version
DanielGavin
2023-08-06
1
-7
/
+2
*
Fix issue with enable hover wasn't default if you used the settings through e...
DanielGavin
2023-08-06
1
-0
/
+3
*
Fix more issues with bitset inference
DanielGavin
2023-07-28
1
-0
/
+2
*
Fix issue where unresolved symbol didn't get the pkg updated.
DanielGavin
2023-07-26
1
-2
/
+1
*
Merge branch 'master' of https://github.com/DanielGavin/ols
DanielGavin
2023-07-26
1
-1
/
+1
|
\
|
*
clone the string, it was allocated with the temp_allocator
ryuukk
2023-07-25
1
-1
/
+1
*
|
Symbols that have @private on package is ignored when selecting from package.
DanielGavin
2023-07-26
1
-0
/
+4
|
/
*
Fix issues with enums infer call expr
DanielGavin
2023-07-25
1
-0
/
+2
*
Remember to clean up collections when reloading them.
DanielGavin
2023-07-24
1
-3
/
+16
*
Merge branch 'master' into patch-6
DanielGavin
2023-07-24
7
-100
/
+297
|
\
|
*
Save the client name for specific client handling
DanielGavin
2023-07-24
3
-15
/
+24
|
*
Merge branch 'master' into patch-10
DanielGavin
2023-07-24
1
-35
/
+49
|
|
\
|
|
*
Fix format_to_label_details out of bounds slice
DanielGavin
2023-07-24
1
-33
/
+45
|
|
*
Fix issues with bitsets not completing in vulkan.
DanielGavin
2023-07-24
1
-0
/
+2
|
*
|
and not or
ryuukk
2023-07-24
1
-1
/
+1
|
*
|
hack for sublime text bug
ryuukk
2023-07-24
1
-1
/
+11
|
|
/
|
*
unwrap ident in switch type
DanielGavin
2023-07-23
1
-1
/
+1
|
*
Fix inlay hints for -> calls, and also fix reference in for in range.
DanielGavin
2023-07-17
2
-10
/
+34
|
*
Merge branch 'master' of https://github.com/DanielGavin/ols
DanielGavin
2023-07-09
3
-92
/
+144
|
|
\
|
|
*
Forgot file...
DanielGavin
2023-07-08
1
-0
/
+141
|
|
*
more work on fake methods
DanielGavin
2023-07-08
2
-92
/
+3
|
*
|
remember to save the symbol value when resolving the unresolved symbol
DanielGavin
2023-07-09
1
-0
/
+1
|
|
/
|
*
Add hack for type_of
DanielGavin
2023-07-05
1
-9
/
+20
|
*
Merge pull request #221 from ryuukk/format_config
DanielGavin
2023-07-05
2
-1
/
+5
|
|
\
|
|
*
Handle 'enable_format' from ols config
ryuukk
2023-07-05
2
-1
/
+5
|
*
|
Strip '->' from labelDetail's description
ryuukk
2023-07-05
1
-1
/
+4
|
|
/
[prev]
[next]