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
...
*
|
Add support for filewatching from the client
DanielGavin
2025-04-05
1
-82
/
+77
|
/
*
Update `requests.odin` for dynamic literals.
G'lek Tarssza
2025-01-07
1
-0
/
+1
*
Add exclude path for workspace symbols.
DanielGavin
2024-12-30
1
-8
/
+6
*
Check if `shared` exists, if it doesn't then don't save it as collection.
DanielGavin
2024-10-27
1
-4
/
+7
*
Merge branch 'master' into master
DanielGavin
2024-08-10
1
-272
/
+71
|
\
|
*
Change odinfmt to use 120 characters instead. Add support for infering Maybe ...
DanielGavin
2024-08-10
1
-272
/
+70
*
|
Add documentation for enabling references and fix enable_rename config flag
Brad Lewis
2024-08-04
1
-1
/
+1
|
/
*
Change checker default settings
DanielGavin
2024-07-27
1
-1
/
+1
*
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
|
\
[prev]
[next]