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
/
common
Commit message (
Collapse
)
Author
Age
Files
Lines
*
More accurately auto complete ObjC procedures
Lucas Perlind
2023-01-24
1
-3
/
+16
|
*
start working on supporting objc code
DanielGavin
2023-01-23
1
-0
/
+73
|
*
handle .Alloc_Non_Zeroed in latest Odin
Phil
2022-11-03
1
-1
/
+1
|
*
Add new config to disable the `core:odin/parser` errors
Daniel Gavin
2022-10-27
1
-0
/
+1
|
*
Add support for matrix types
Daniel Gavin
2022-10-27
1
-1
/
+1
|
*
Handle typeid as a type
Daniel Gavin
2022-10-27
1
-1
/
+2
|
*
fallback on returning the original text
Daniel Gavin
2022-10-27
1
-1
/
+1
|
*
Add more logging on get_case_sensitive_path
Daniel Gavin
2022-10-27
1
-10
/
+3
|
*
Remove the virtual code that is no longer used.
Daniel Gavin
2022-10-18
2
-12
/
+1
|
*
Fix signature print issue, and switch stmt in a switch type stmt.
Daniel Gavin
2022-10-02
1
-0
/
+3
|
*
Add support for where with ODIN_ARCH
Daniel Gavin
2022-09-01
1
-8
/
+15
|
*
Forgot some files
Daniel Gavin
2022-08-30
1
-0
/
+1
|
*
fix odinfmt bugs
Daniel Gavin
2022-08-21
1
-2
/
+1
|
*
Fix `->` gotos and some odinfmt fixes
Daniel Gavin
2022-08-20
1
-16
/
+37
|
*
Finally make the move to use odinfmt in ols.
Daniel Gavin
2022-08-20
9
-372
/
+629
|
*
fixed slash for windows path
Ian Lilley
2022-08-12
1
-2
/
+2
|
*
add support to `odinfmt.json` config for formatter.
Daniel Gavin
2022-08-08
1
-7
/
+0
|
*
Fixes
Daniel Gavin
2022-08-01
2
-27
/
+32
|
*
Implement platform independent `run_executable`
Igor Dreher
2022-07-31
1
-0
/
+35
|
|
|
|
This should make diagnostics work on other platforms besides Windows.
*
working on supporting references
Daniel Gavin
2022-07-30
1
-0
/
+3
|
*
workaround odin bug
Daniel Gavin
2022-07-27
2
-0
/
+11
|
*
Typo
Daniel Gavin
2022-07-23
1
-1
/
+1
|
*
Make ols more robust by also looking in the path environment for odin
Daniel Gavin
2022-07-23
1
-0
/
+37
|
*
odinfmt fixes + more tests
Daniel Gavin
2022-07-14
1
-8
/
+0
|
*
Fix odin core changes
Daniel Gavin
2022-07-14
3
-7
/
+7
|
*
Merge branch 'master' into index-caching
Daniel Gavin
2022-07-09
2
-4
/
+7
|
\
|
*
Remove Maybe for now because json serialization messes it up.
Daniel Gavin
2022-06-29
1
-2
/
+2
|
|
|
*
Remember to close the handle in `get_case_sensitive_path`
DanielGavin
2022-06-28
1
-4
/
+6
|
|
|
*
Forgot file
Daniel Gavin
2022-06-22
1
-2
/
+2
|
|
|
*
Add new json variable for picking the space amount
Daniel Gavin
2022-06-21
1
-0
/
+1
|
|
*
|
move document struct back to server
Daniel Gavin
2022-06-19
2
-22
/
+4
|
/
*
Fix union error with pointers
Daniel Gavin
2022-06-12
1
-63
/
+66
|
*
Fix hover bug
Daniel Gavin
2022-06-11
2
-12
/
+4
|
*
More reference work
Daniel Gavin
2022-06-11
3
-4
/
+9
|
*
Merge branch 'master' into index-refractor
Daniel Gavin
2022-05-19
1
-39
/
+34
|
\
|
*
Fix odin changes
Daniel Gavin
2022-05-15
1
-31
/
+23
|
|
*
|
correcting cases for windows to not have to lowercase all the time.
Daniel Gavin
2022-05-13
2
-14
/
+55
|
|
*
|
remove the lower case for windows.
Daniel Gavin
2022-04-28
1
-5
/
+1
|
/
*
Add proper multi_pointer support and fix range half range op
Daniel Gavin
2022-04-15
1
-0
/
+4
|
*
Fix windows issue with package lower and uppercase
Daniel Gavin
2022-04-11
1
-0
/
+1
|
*
Add print for Multi_Pointer_type
Daniel Gavin
2022-03-24
1
-0
/
+3
|
*
Prepare for rename
Daniel Gavin
2022-03-19
1
-0
/
+1
|
*
Fix union completion with pointers.
Daniel Gavin
2022-03-14
1
-6
/
+7
|
*
Use murmur hash and bucket a map in each package.
Daniel Gavin
2022-03-10
1
-290
/
+0
|
*
Fix dynamic indexer with attributes
Daniel Gavin
2022-03-06
1
-2
/
+7
|
*
add comma seperation on comp_lit string representation
Daniel Gavin
2022-03-04
1
-1
/
+6
|
*
Add support for builtin symbols.
Daniel Gavin
2022-03-04
1
-4
/
+6
|
*
Fix bug related to the union ast change.
Daniel Gavin
2022-03-04
1
-2
/
+5
|
*
strip colons and update ast to use unions
Daniel Gavin
2022-03-04
7
-1069
/
+1059
|
*
Remove the failed idea of making request tasks
Daniel Gavin
2022-01-19
3
-158
/
+1
|
[next]