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
...
*
Merge pull request #128 from igordreher/diagnostics
DanielGavin
2022-08-01
2
-146
/
+174
|
\
|
*
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
5
-3
/
+80
*
Memory optimizations
Daniel Gavin
2022-07-31
4
-20
/
+22
*
Merge pull request #127 from nico-bb/master
DanielGavin
2022-07-31
6
-40
/
+79
|
\
|
*
Update visit.odin
nico-bb
2022-07-31
1
-1
/
+1
|
*
generate new snapshot for demo.odin
nico-bb
2022-07-31
1
-35
/
+35
|
*
cons refactor and another attempt at comment alignment with block stmt
nico-bb
2022-07-31
5
-5
/
+44
|
/
*
Merge pull request #126 from nico-bb/master
DanielGavin
2022-07-30
4
-129
/
+230
|
\
|
*
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
3
-4
/
+60
*
|
Merge branch 'master' of github.com:DanielGavin/ols
Daniel Gavin
2022-07-30
5
-2
/
+34
|
\
|
|
*
Merge pull request #125 from nico-bb/master
DanielGavin
2022-07-29
3
-2
/
+12
|
|
\
|
|
*
Added another test for ternary_when expression
nico-bb
2022-07-29
2
-0
/
+2
|
|
*
Fix ternary when expression + added the test to snapshot
nico-bb
2022-07-29
3
-2
/
+10
|
|
/
|
*
Merge pull request #124 from nico-bb/master
DanielGavin
2022-07-28
2
-0
/
+22
|
|
\
|
|
*
Fixed resolving polymorphic procedure signature
nico-bb
2022-07-28
2
-0
/
+22
|
|
/
*
|
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
*
CI
Daniel Gavin
2022-07-27
1
-1
/
+2
*
CI added for odinfmt
Daniel Gavin
2022-07-27
8
-18
/
+45
*
Merge branch 'master' of github.com:DanielGavin/ols
Daniel Gavin
2022-07-27
1
-5
/
+29
|
\
|
*
Merge pull request #123 from nico-bb/master
DanielGavin
2022-07-27
1
-5
/
+29
|
|
\
|
|
*
Update snapshot.odin
nico-bb
2022-07-27
1
-2
/
+2
|
|
*
Refactor how test output is compared with the snapshot
nico-bb
2022-07-27
1
-5
/
+29
|
|
/
*
/
Fix snapshot error in procedures.odin
Daniel Gavin
2022-07-27
2
-2
/
+2
|
/
*
workaround odin bug
Daniel Gavin
2022-07-27
3
-6
/
+13
*
odinfmt: comment fixes and tests
Daniel Gavin
2022-07-27
5
-33
/
+100
*
Typo
Daniel Gavin
2022-07-27
1
-1
/
+4
*
can't use arena on darwin, so instead made the ring buffer really large
Daniel Gavin
2022-07-26
1
-3
/
+6
*
Switching to virtual arena instead of ring buffer
Daniel Gavin
2022-07-26
2
-2
/
+8
*
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
2
-0
/
+43
*
Merge branch 'master' of github.com:DanielGavin/ols
Daniel Gavin
2022-07-23
2
-3
/
+3
|
\
|
*
Merge pull request #121 from nico-bb/master
DanielGavin
2022-07-22
2
-3
/
+3
|
|
\
|
|
*
Update requests.odin
nico-bb
2022-07-22
1
-1
/
+1
|
|
*
Update build.odin
nico-bb
2022-07-22
1
-2
/
+2
|
|
/
*
|
Typo
Daniel Gavin
2022-07-23
1
-2
/
+1
*
|
Add support for `~` in collections
Daniel Gavin
2022-07-23
1
-6
/
+11
|
/
*
odinfmt: Improve breaking of proc types with single return result
Daniel Gavin
2022-07-21
4
-12
/
+21
*
Refractor nest procedure for odinfmt
Daniel Gavin
2022-07-20
4
-46
/
+49
*
Add better handling of ternary expressions
Daniel Gavin
2022-07-20
3
-10
/
+10
*
Added many new snapshot tests to odinfmt + fixed call_expression nesting
Daniel Gavin
2022-07-20
13
-29
/
+5240
*
Fix regression and added it to snapshot.
Daniel Gavin
2022-07-18
3
-9
/
+22
*
Added new suffix type to handle newline comments in odinfmt.
Daniel Gavin
2022-07-18
8
-19
/
+78
*
Forgot file...
Daniel Gavin
2022-07-17
1
-1
/
+2
*
Fix regression and added to snapshot
Daniel Gavin
2022-07-17
3
-4
/
+31
*
Merge branch 'master' of github.com:DanielGavin/ols
Daniel Gavin
2022-07-14
1
-1
/
+1
|
\
|
*
Merge pull request #119 from thePHTest/master
DanielGavin
2022-07-14
1
-1
/
+1
|
|
\
[prev]
[next]