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
...
|
*
[vscode] fix file icon
Felipe Lavratti
2022-09-19
3
-35
/
+80
|
*
[vscode] [minor] change the promise handling style of fs.stat
Felipe Lavratti
2022-09-19
1
-3
/
+5
|
/
*
Update vscode extension version to 0.1.4
Daniel Gavin
2022-09-19
1
-1
/
+1
*
Merge pull request #151 from flplv/fix-debug
DanielGavin
2022-09-19
5
-28
/
+4641
|
\
|
*
[vscode] Fix debugging in vscode ide
Felipe Lavratti
2022-09-18
5
-28
/
+4641
|
/
*
Merge branch 'master' of github.com:DanielGavin/ols
Daniel Gavin
2022-09-14
4
-2
/
+24
|
\
|
*
Merge pull request #149 from nico-bb/master
DanielGavin
2022-09-08
4
-2
/
+24
|
|
\
|
|
*
fix for empty disabled_blocks and added test
nico-bb
2022-09-08
4
-2
/
+24
|
|
/
*
/
Fix new odin changes
Daniel Gavin
2022-09-14
2
-4
/
+43
|
/
*
Use the fallback for vendor even if core exists.
Daniel Gavin
2022-09-06
1
-14
/
+14
*
Add specific handling of `if a, b := my_call_expression()` with breaking
Daniel Gavin
2022-09-03
1
-1
/
+23
*
Merge pull request #146 from kevinsjoberg/fix-odinfmt-build
DanielGavin
2022-09-03
2
-2
/
+2
|
\
|
*
Replace -opt with -o flag
Kevin Sjöberg
2022-09-03
1
-1
/
+1
|
*
Provide a file when building odinfmt
Kevin Sjöberg
2022-09-03
1
-1
/
+1
|
*
Fix deprecation warning
Kevin Sjöberg
2022-09-03
1
-1
/
+1
|
/
*
Add support for where with ODIN_ARCH
Daniel Gavin
2022-09-01
1
-8
/
+15
*
Forgot some files
Daniel Gavin
2022-08-30
6
-3
/
+30
*
Fix issues with locals using calls expressions.
Daniel Gavin
2022-08-30
1
-55
/
+91
*
fix when package is empty
Daniel Gavin
2022-08-30
1
-0
/
+3
*
Remove printf debug
Daniel Gavin
2022-08-30
1
-1
/
+0
*
Add intrinsics builtin to ols
Daniel Gavin
2022-08-30
4
-3
/
+312
*
Make sure to skip files that are not part of your OS.
Daniel Gavin
2022-08-29
1
-0
/
+21
*
Fix issues with not collection non-mutable symbols with procedures in procedu...
Daniel Gavin
2022-08-28
6
-338
/
+613
*
Fix hover bug with default values.
Daniel Gavin
2022-08-26
3
-15
/
+64
*
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
5
-13
/
+72
*
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
50
-2669
/
+6718
*
odinfmt: change how index is formatted when in break mode
Daniel Gavin
2022-08-20
1
-2
/
+9
*
Merge pull request #138 from fabiansperber/add-missing-field_flags
DanielGavin
2022-08-19
1
-0
/
+7
|
\
|
*
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
9
-15
/
+82
*
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
|
\
|
*
Merge pull request #135 from fabiansperber/add-missing-field_flags
DanielGavin
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
|
/
*
Merge branch 'master' of github.com:DanielGavin/ols
Daniel Gavin
2022-08-18
1
-3
/
+3
|
\
|
*
Merge pull request #133 from thePHTest/master
DanielGavin
2022-08-17
1
-3
/
+3
|
|
\
|
|
*
fix build.bat
Phil
2022-08-17
1
-3
/
+3
|
|
/
*
/
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
4
-15
/
+24
*
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
2
-7
/
+72
*
Fix odin changes
Daniel Gavin
2022-08-15
1
-3
/
+3
[prev]
[next]