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
/
server
/
requests.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disable rename and reference before merging to master.
DanielGavin
2024-07-11
1
-2
/
+2
*
Merge branch 'master' into rename
DanielGavin
2024-07-11
1
-2
/
+10
|
\
|
*
add configuration for specific inlay hints
Laytan Laats
2024-07-11
1
-2
/
+10
*
|
Merge branch 'master' into rename
DanielGavin
2024-06-28
1
-9
/
+8
|
\
|
|
*
Support specifying the os with profile.
DanielGavin
2024-06-28
1
-11
/
+12
*
|
Merge branch 'rename' of https://github.com/DanielGavin/ols into rename
DanielGavin
2024-06-13
1
-6
/
+8
|
\
\
|
*
|
Setup tests for semantic tokens and add one simple test
Damian Tarnawski
2024-06-13
1
-6
/
+8
*
|
|
add prepare rename
DanielGavin
2024-06-13
1
-1
/
+37
|
/
/
*
|
Fix issues with renaming not working by default.
DanielGavin
2024-06-10
1
-1
/
+1
*
|
Reference is now enabled by default.
DanielGavin
2024-06-09
1
-1
/
+1
*
|
More work on renaming
DanielGavin
2024-05-29
1
-2
/
+4
|
/
*
fix switch/for references
Walther Chen
2024-05-17
1
-3
/
+2
*
Merge pull request #368 from thetarnav/semantic-tokens-improvements
DanielGavin
2024-04-26
1
-28
/
+2
|
\
|
*
Multiple improvements to semantic tokens feature
Damian Tarnawski
2024-04-25
1
-28
/
+2
*
|
New config to only call check on saved package.
Daniel Gavin
2024-04-25
1
-1
/
+6
|
/
*
Move packages to new base collection
Feoramund
2024-04-17
1
-3
/
+3
*
Handle forward slash for windows after filepath.abs
DanielGavin
2024-04-17
1
-1
/
+6
*
Merge pull request #349 from laytan/use-odin-root-command
DanielGavin
2024-04-16
1
-32
/
+69
|
\
|
*
use the new `odin root` command to resolve the builtin collections
Laytan Laats
2024-04-15
1
-32
/
+69
*
|
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
*
|
Added symlinking resolution
RaphGL
2024-04-12
1
-0
/
+6
*
|
Change not being able to find ols.json to a warning, not an error
DanielGavin
2024-04-12
1
-3
/
+3
|
/
*
Check global json first before the local one.
DanielGavin
2024-03-10
1
-0
/
+11
*
Add fallback in `odin check` to try all directory with odin code in them.
DanielGavin
2024-03-10
1
-10
/
+2
*
Automatically add shared collection.
DanielGavin
2024-02-22
1
-2
/
+16
*
Fix issues with check on multiple paths.
Daniel Gavin
2024-02-09
1
-1
/
+3
*
checker_path is now an array
DanielGavin
2024-02-08
1
-9
/
+18
*
Start working on profiles
DanielGavin
2024-02-07
1
-5
/
+18
*
Improve checker
DanielGavin
2024-02-07
1
-2
/
+6
*
Forgot to add the builtin package correctly after moving to base collection
DanielGavin
2024-02-03
1
-1
/
+1
*
add base collection
DanielGavin
2024-02-03
1
-3
/
+14
*
Add new config for "enable_procedure_snippet"
DanielGavin
2023-11-25
1
-7
/
+25
*
Remove errors caused by parsing builtin odin files.
DanielGavin
2023-11-04
1
-2
/
+4
*
Improve check in parses header for robustness.
DanielGavin
2023-09-30
1
-4
/
+4
*
Fix issue with maybe(string) in OlsConfig
DanielGavin
2023-09-19
1
-8
/
+15
*
Simplify the ols config load for both the json and file.
DanielGavin
2023-09-02
1
-107
/
+93
*
Fix issue with enable hover wasn't default if you used the settings through e...
DanielGavin
2023-08-06
1
-0
/
+3
*
clone the string, it was allocated with the temp_allocator
ryuukk
2023-07-25
1
-1
/
+1
*
Remember to clean up collections when reloading them.
DanielGavin
2023-07-24
1
-3
/
+16
*
Merge branch 'master' into patch-6
DanielGavin
2023-07-24
1
-8
/
+13
|
\
|
*
Save the client name for specific client handling
DanielGavin
2023-07-24
1
-6
/
+3
|
*
Handle 'enable_format' from ols config
ryuukk
2023-07-05
1
-1
/
+4
|
*
Add new setting to enable fake methods for testing
DanielGavin
2023-07-02
1
-2
/
+13
*
|
Copy collection's key from new config
ryuukk
2023-07-01
1
-2
/
+2
|
/
*
Copy collections from newly received config
ryuukk
2023-06-26
1
-10
/
+15
*
Fixed issue with collections and being correct on change config
DanielGavin
2023-06-26
1
-40
/
+41
*
Finish didChangeConfiguration
DanielGavin
2023-06-26
1
-46
/
+39
*
copy settings
ryuukk
2023-06-26
1
-1
/
+8
[next]