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
...
|
|
*
Fix column off-by-1 error in check
Feoramund
2024-04-16
1
-1
/
+1
*
|
|
Use json now to parse errors in check
DanielGavin
2024-04-22
1
-132
/
+54
|
/
/
*
|
Handle forward slash for windows after filepath.abs
DanielGavin
2024-04-17
1
-1
/
+6
*
|
Temp disable verbose
DanielGavin
2024-04-17
1
-1
/
+3
*
|
Forgot nightly
DanielGavin
2024-04-17
1
-2
/
+2
*
|
Move to llvm17 for darwin
DanielGavin
2024-04-17
1
-2
/
+2
|
/
*
Merge pull request #349 from laytan/use-odin-root-command
DanielGavin
2024-04-16
2
-42
/
+108
|
\
|
*
use the new `odin root` command to resolve the builtin collections
Laytan Laats
2024-04-15
2
-42
/
+108
*
|
Merge pull request #351 from laytan/bit-field-support
DanielGavin
2024-04-16
12
-7
/
+719
|
\
\
|
*
|
support bit_fields
Laytan Laats
2024-04-15
12
-7
/
+719
|
|
/
*
|
Merge pull request #348 from laytan/fix-use-after-free-in-fake-methods
DanielGavin
2024-04-16
1
-1
/
+11
|
\
\
|
|
/
|
/
|
|
*
fix use after free in fake methods
Laytan Laats
2024-04-15
1
-1
/
+11
*
|
Final path of collection was using temp_allocator instead of allocator
DanielGavin
2024-04-13
1
-8
/
+16
*
|
Merge pull request #344 from RaphGL/add_symlink_support
DanielGavin
2024-04-13
1
-0
/
+6
|
\
\
|
*
|
Added symlinking resolution
RaphGL
2024-04-12
1
-0
/
+6
|
/
/
*
|
Merge branch 'master' of https://github.com/DanielGavin/ols
DanielGavin
2024-04-12
1
-3
/
+3
|
\
|
|
*
Merge pull request #343 from thetarnav/fit_field
DanielGavin
2024-04-09
1
-3
/
+3
|
|
\
|
|
*
Add bit_field keyword to tm grammars
Damian Tarnawski
2024-04-09
1
-3
/
+3
|
|
/
*
/
Change not being able to find ols.json to a warning, not an error
DanielGavin
2024-04-12
1
-3
/
+3
|
/
*
Merge pull request #337 from DanielGavin/objc-fixes
DanielGavin
2024-04-09
5
-15
/
+206
|
\
|
*
Check for len being null in array.
objc-fixes
DanielGavin
2024-04-09
1
-3
/
+5
|
*
Typo
DanielGavin
2024-04-06
1
-4
/
+4
|
*
Call expression should always increment the current argument counter, since a...
DanielGavin
2024-04-06
2
-2
/
+56
|
*
Fix issues with objc completion and hover
DanielGavin
2024-04-06
5
-11
/
+146
*
|
Merge pull request #339 from IsaiahPaget/master
DanielGavin
2024-04-07
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
changed condition in analysis.odin that was affecting type inference in for r...
Isaiah Paget
2024-04-07
1
-2
/
+2
|
*
Merge remote-tracking branch 'origin' into no_type_inference_bug
Isaiah Paget
2024-04-07
5
-3
/
+58
|
|
\
|
|
/
|
/
|
*
|
Fix issues with -> not being parsed correctly with call expression
DanielGavin
2024-04-06
2
-2
/
+50
*
|
Merge pull request #336 from deadwanderer/master
DanielGavin
2024-04-04
1
-0
/
+2
|
\
\
|
*
|
Add b8 and b16 types as keywords
deadwanderer
2024-04-03
1
-0
/
+2
|
/
/
*
|
Merge pull request #335 from thetarnav/enable_procedure_snippet
DanielGavin
2024-04-03
2
-1
/
+6
|
\
\
|
*
|
Add enable_procedure_snippet to ols.json schema
Damian Tarnawski
2024-04-02
2
-1
/
+6
|
/
/
|
*
fixed no type inference using for in loop
Isaiah Paget
2024-04-06
1
-1
/
+1
|
/
*
Add tests
DanielGavin
2024-03-31
1
-1
/
+2
*
Merge branch 'fix-ci'
DanielGavin
2024-03-31
2
-15
/
+16
|
\
|
*
Fix nightly
fix-ci
DanielGavin
2024-03-31
2
-15
/
+16
*
|
Merge pull request #331 from pJotoro/master
DanielGavin
2024-03-30
1
-1
/
+1
|
\
\
|
*
|
Update methods.odin
Jonas Welle
2024-03-30
1
-1
/
+1
|
/
/
*
|
Merge pull request #329 from DanielGavin/fix-ci
DanielGavin
2024-03-28
1
-8
/
+6
|
\
|
|
*
Fix CI for windows
DanielGavin
2024-03-28
1
-8
/
+6
|
/
*
Support relative type
DanielGavin
2024-03-26
5
-8
/
+8
*
Try to use default_allocator
Daniel Gavin
2024-03-26
1
-1
/
+1
*
Try to use runtime.Arena in build.
Daniel Gavin
2024-03-26
1
-3
/
+6
*
odinfmt: Add support for field align.
DanielGavin
2024-03-25
1
-0
/
+5
*
Merge pull request #323 from laytan/update-constants
DanielGavin
2024-03-25
2
-5
/
+49
|
\
|
*
update constants
Laytan Laats
2024-03-22
2
-5
/
+49
*
|
Merge branch 'master' of https://github.com/DanielGavin/ols
DanielGavin
2024-03-25
1
-10
/
+3
|
\
|
|
*
Try to use the context.temp_allocator growing allocator for the build of pack...
Daniel Gavin
2024-03-22
1
-6
/
+2
|
*
Merge pull request #322 from oliverlars/fix-large-file-crash
DanielGavin
2024-03-22
1
-8
/
+5
|
|
\
|
|
*
Remove extraneous whitespace
Oliver Cruickshank
2024-03-22
1
-4
/
+0
[prev]
[next]