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
...
*
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
*
partially implement workspace/didChangeConfiguration
ryuukk
2023-06-26
1
-0
/
+27
*
Add experimental workspace symbol
DanielGavin
2023-06-12
1
-2
/
+22
*
add new workspace symbols file
Daniel Gavin
2023-06-11
1
-0
/
+2
*
Add workspace symbol types
Daniel Gavin
2023-06-11
1
-0
/
+14
*
Use InitializeOptions as the global setting, and override if specified throug...
DanielGavin
2023-05-29
1
-12
/
+58
*
Stub out unknown method used by nvim "window/progress"
DanielGavin
2023-05-06
1
-0
/
+11
*
File cache was using the wrong allocator - might fix the issues with semantic...
DanielGavin
2023-04-03
1
-0
/
+4
*
Fix bug where I forgot to clone string
DanielGavin
2023-04-02
1
-1
/
+3
*
Start working on labeldetails
DanielGavin
2023-03-10
1
-2
/
+7
*
start working on supporting objc code
DanielGavin
2023-01-23
1
-3
/
+3
*
Refractor code for locals
DanielGavin
2023-01-16
1
-1
/
+4
*
Add new config to disable the `core:odin/parser` errors
Daniel Gavin
2022-10-27
1
-0
/
+2
*
Use the fallback for vendor even if core exists.
Daniel Gavin
2022-09-06
1
-14
/
+14
*
Add intrinsics builtin to ols
Daniel Gavin
2022-08-30
1
-0
/
+2
*
Add support for renaming and references on identifiers and functions. Fixed b...
Daniel Gavin
2022-08-26
1
-2
/
+4
[prev]
[next]