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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add support for renaming and references on identifiers and functions. Fixed b...
Daniel Gavin
2022-08-26
7
-41
/
+152
*
Fix incorrect use of `path` instead of `filepath` pkg
Daniel Gavin
2022-08-23
1
-1
/
+1
*
Fix using with value decl.
Daniel Gavin
2022-08-21
1
-88
/
+171
*
fix odinfmt bugs
Daniel Gavin
2022-08-21
2
-11
/
+36
*
Fix `->` gotos and some odinfmt fixes
Daniel Gavin
2022-08-20
4
-53
/
+55
*
Finally make the move to use odinfmt in ols.
Daniel Gavin
2022-08-20
47
-2599
/
+6597
*
odinfmt: change how index is formatted when in break mode
Daniel Gavin
2022-08-20
1
-2
/
+9
*
Add '#subtype' field flag for struct members
Fabian Sperber
2022-08-19
1
-0
/
+7
*
Fix ternary expression not breaking correctly.
Daniel Gavin
2022-08-19
2
-14
/
+30
*
Renamed field lists
Daniel Gavin
2022-08-18
1
-7
/
+7
*
Merge branch 'master' of github.com:DanielGavin/ols
Daniel Gavin
2022-08-18
1
-3
/
+15
|
\
|
*
Add missing Field_Flags
Fabian Sperber
2022-08-18
1
-3
/
+15
*
|
Change resolve structure to fix debug crash in Odin
Daniel Gavin
2022-08-18
4
-19
/
+48
|
/
*
Fixed comp literal inference with indexed version
Daniel Gavin
2022-08-18
1
-3
/
+2
*
enable hover on default, if not specified in config
Daniel Gavin
2022-08-17
3
-13
/
+20
*
remove file
Daniel Gavin
2022-08-17
1
-78
/
+0
*
rename to windows suffix
Daniel Gavin
2022-08-17
1
-0
/
+78
*
Forgot to add debug check
Daniel Gavin
2022-08-17
1
-1
/
+3
*
Fix rare crash with semantic token
Daniel Gavin
2022-08-17
15
-9
/
+3603
*
Turn of `info` log if not in verbose mode.
Daniel Gavin
2022-08-16
1
-1
/
+16
*
Fix odin changes
Daniel Gavin
2022-08-15
1
-3
/
+3
*
Merge branch 'master' of github.com:DanielGavin/ols
Daniel Gavin
2022-08-15
6
-7
/
+17
|
\
|
*
Merge pull request #131 from IanLilleyT/log_level
DanielGavin
2022-08-13
3
-3
/
+11
|
|
\
|
|
*
changed default log level to info
Ian Lilley
2022-08-12
1
-1
/
+1
|
|
*
translate logger level to diagnostic level
Ian Lilley
2022-08-12
2
-2
/
+10
|
*
|
Merge pull request #132 from IanLilleyT/fix-windows-slash
DanielGavin
2022-08-13
1
-2
/
+2
|
|
\
\
|
|
*
|
fixed slash for windows path
Ian Lilley
2022-08-12
1
-2
/
+2
|
|
|
/
|
*
|
Merge pull request #130 from IanLilleyT/paren_len
DanielGavin
2022-08-13
1
-1
/
+3
|
|
\
\
|
|
*
|
get node length for paren expressions
Ian Lilley
2022-08-12
1
-1
/
+3
|
|
|
/
|
*
/
fixed memory corruption with checker_args
Ian Lilley
2022-08-12
1
-1
/
+1
|
|
/
*
/
Fix hover and go to issue where selector base was the same name as field.
Daniel Gavin
2022-08-15
3
-21
/
+23
|
/
*
support new odin changes.
Daniel Gavin
2022-08-08
2
-4
/
+4
*
add support to `odinfmt.json` config for formatter.
Daniel Gavin
2022-08-08
6
-34
/
+51
*
Remove `#maybe`
Daniel Gavin
2022-08-02
2
-3
/
+0
*
Fixes
Daniel Gavin
2022-08-01
4
-29
/
+43
*
Implement platform independent `run_executable`
Igor Dreher
2022-07-31
2
-146
/
+174
*
odinfmt: change return formatting and fix binary expression issues.
Daniel Gavin
2022-08-01
1
-3
/
+25
*
Memory optimizations
Daniel Gavin
2022-07-31
2
-14
/
+13
*
Update visit.odin
nico-bb
2022-07-31
1
-1
/
+1
*
cons refactor and another attempt at comment alignment with block stmt
nico-bb
2022-07-31
3
-5
/
+30
*
Merge pull request #126 from nico-bb/master
DanielGavin
2022-07-30
2
-128
/
+173
|
\
|
*
Refactor cons procedure and grouped the existing nested cons call
nico-bb
2022-07-30
2
-125
/
+170
|
*
Fix long nested or_return call assignment formatting
nico-bb
2022-07-30
1
-3
/
+3
*
|
Merge branch 'master' of github.com:DanielGavin/ols
Daniel Gavin
2022-07-30
2
-2
/
+4
|
\
|
|
*
Fix ternary when expression + added the test to snapshot
nico-bb
2022-07-29
1
-2
/
+2
|
*
Fixed resolving polymorphic procedure signature
nico-bb
2022-07-28
1
-0
/
+2
*
|
working on supporting references
Daniel Gavin
2022-07-30
7
-155
/
+244
*
|
Fix snippet support check to handle helix editor
Daniel Gavin
2022-07-30
1
-3
/
+3
|
/
*
Growing arena seems buggy - switching back to ring buffer, but with far large...
Daniel Gavin
2022-07-27
1
-2
/
+4
*
Fix snapshot error in procedures.odin
Daniel Gavin
2022-07-27
1
-1
/
+1
[prev]
[next]