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
/
ast.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
New poly resolve system
DanielGavin
2023-12-28
1
-8
/
+27
*
respect //+private and the file/package variant
Laytan Laats
2023-11-12
1
-8
/
+27
*
Typo
DanielGavin
2023-09-17
1
-4
/
+6
*
Symbols that have @private on package is ignored when selecting from package.
DanielGavin
2023-07-26
1
-0
/
+6
*
Remember to write the basic directive correct when building proc signature.
DanielGavin
2023-07-24
1
-197
/
+200
*
Handle '==' and '!=' for 'when' directive
ryuukk
2023-06-26
1
-2
/
+11
*
Use InitializeOptions as the global setting, and override if specified throug...
DanielGavin
2023-05-29
1
-0
/
+5
*
Have to wrap the pointers back again in generic functions
DanielGavin
2023-04-02
1
-7
/
+7
*
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
*
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
*
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
*
Finally make the move to use odinfmt in ols.
Daniel Gavin
2022-08-20
1
-289
/
+361
*
working on supporting references
Daniel Gavin
2022-07-30
1
-0
/
+3
*
Fix odin core changes
Daniel Gavin
2022-07-14
1
-1
/
+1
*
move document struct back to server
Daniel Gavin
2022-06-19
1
-2
/
+4
*
Fix union error with pointers
Daniel Gavin
2022-06-12
1
-63
/
+66
*
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
*
Fix union completion with pointers.
Daniel Gavin
2022-03-14
1
-6
/
+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
1
-563
/
+553
*
Merge branch 'master' into refractor-analysis
Daniel Gavin
2022-01-17
1
-1
/
+1
|
\
|
*
FIx new slashpath change
Daniel Gavin
2022-01-17
1
-1
/
+1
*
|
simplified how variables are decided
Daniel Gavin
2022-01-11
1
-0
/
+19
|
/
*
Fix signatures
Daniel Gavin
2021-12-30
1
-1
/
+6
*
Improved type completion + add constants type, add deprecrated tag.
Daniel Gavin
2021-12-13
1
-15
/
+53
*
fixes
Daniel Gavin
2021-12-10
1
-1
/
+6
*
odinfmt fixes, and have signature retrigger with `,`
Daniel Gavin
2021-12-09
1
-0
/
+30
*
Incorrect behavior where globals were not added as variables.
Daniel Gavin
2021-12-05
1
-1
/
+1
*
Fix generic error where '0' was inferred as boolean rather than integer.
Daniel Gavin
2021-11-08
1
-0
/
+2
*
Add new matrix type
Daniel Gavin
2021-11-07
1
-0
/
+2
*
Add support for b32, b64 keywords
Daniel Gavin
2021-09-28
1
-0
/
+2
*
Fix incorrect handling of functions in when clauses using ODIN_OS
Daniel Gavin
2021-09-28
1
-2
/
+1
*
Fix odin changes
Daniel Gavin
2021-08-22
1
-0
/
+2
*
fix some defer free bugs and fix new json api
Daniel Gavin
2021-08-19
1
-4
/
+0
*
handle the parser changes in core + linux still not working
DanielGavin
2021-05-17
1
-1
/
+1
*
fix read on large files
DanielGavin
2021-05-11
1
-1
/
+8
*
add all functions in proc group if call len(args) == 0
Daniel Gavin
2021-05-09
1
-0
/
+1
*
make now works again
Daniel Gavin
2021-05-09
1
-11
/
+4
*
signatures and returns are not lazily created when needed
Daniel Gavin
2021-05-06
1
-3
/
+6
*
started lazy creating signatures for procedures
Daniel Gavin
2021-05-06
1
-0
/
+182
*
refractored global expressions
Daniel Gavin
2021-05-02
1
-6
/
+7
*
started on untyped proc overloading handling
Daniel Gavin
2021-04-28
1
-0
/
+1
*
start working on the procedure overloading
Daniel Gavin
2021-04-28
1
-0
/
+19
[next]