aboutsummaryrefslogtreecommitdiff
path: root/src/server
Commit message (Collapse)AuthorAgeFilesLines
...
* | New poly resolve systemDanielGavin2023-12-284-557/+704
|/
* Fix issue with variables assigning in global space to procedures.DanielGavin2023-12-171-2/+17
|
* Fix issue with not using builtin symbols when in another package.DanielGavin2023-12-141-8/+5
|
* Merge pull request #275 from laytan/better-bitset-completionDanielGavin2023-11-281-80/+159
|\ | | | | better bitset completion
| * better bitset completionLaytan Laats2023-11-281-80/+159
| |
* | Add new config for "enable_procedure_snippet"DanielGavin2023-11-254-28/+52
|/
* Procedure types do no longer insert `()`DanielGavin2023-11-114-49/+90
|
* Remove errors caused by parsing builtin odin files.DanielGavin2023-11-044-28/+31
|
* Remove writing semantic nodes for untyped and basic value symbolsDamian Tarnawski2023-10-261-19/+3
| | | | | | | | | | The result semantic token types were often incorrect for constants and literals. Syntax grammars do a decent job here, but were being overridden by the semantic tokens. I'm not yet familiar enough with the codebase to fix this properly, instead of just removing it.
* Improve check in parses header for robustness.DanielGavin2023-09-301-4/+4
|
* Fix issue with swizzleDanielGavin2023-09-261-15/+19
|
* Have index expr return boolean as second resultDanielGavin2023-09-261-6/+10
|
* Fix issue with goto in comp_lit valueDanielGavin2023-09-191-9/+13
|
* Fix issue with maybe(string) in OlsConfigDanielGavin2023-09-192-10/+17
|
* Fix not writing the bit_set correcty in hover and completionDanielGavin2023-09-171-1/+9
|
* Support new changes in OdinDanielGavin2023-09-141-3/+1
|
* Simplify the ols config load for both the json and file.DanielGavin2023-09-021-107/+93
|
* Fix issues with union switch and also now using the renamed package nameDanielGavin2023-09-013-29/+46
|
* Add support for generics in struct that use arraysDanielGavin2023-09-011-19/+57
|
* more fixesDanielGavin2023-08-161-36/+34
|
* TypoDanielGavin2023-08-151-0/+4
|
* Add fixes to varadic args for inlay hintsDanielGavin2023-08-151-0/+25
|
* Fix issues with not being able to resolve non mutable functions in other ↵DanielGavin2023-08-151-13/+41
| | | | functions.
* Add support for tag stmts.DanielGavin2023-08-131-2/+2
|
* update for switch _ inWalther Chen2023-08-091-1/+1
|
* Make it compile with the latest odin versionDanielGavin2023-08-061-7/+2
|
* Fix issue with enable hover wasn't default if you used the settings through ↵DanielGavin2023-08-061-0/+3
| | | | editor.
* Fix more issues with bitset inferenceDanielGavin2023-07-281-0/+2
|
* Fix issue where unresolved symbol didn't get the pkg updated.DanielGavin2023-07-261-2/+1
|
* Merge branch 'master' of https://github.com/DanielGavin/olsDanielGavin2023-07-261-1/+1
|\
| * clone the string, it was allocated with the temp_allocatorryuukk2023-07-251-1/+1
| |
* | Symbols that have @private on package is ignored when selecting from package.DanielGavin2023-07-261-0/+4
|/
* Fix issues with enums infer call exprDanielGavin2023-07-251-0/+2
|
* Remember to clean up collections when reloading them.DanielGavin2023-07-241-3/+16
|
* Merge branch 'master' into patch-6DanielGavin2023-07-247-100/+297
|\
| * Save the client name for specific client handlingDanielGavin2023-07-243-15/+24
| |
| * Merge branch 'master' into patch-10DanielGavin2023-07-241-35/+49
| |\
| | * Fix format_to_label_details out of bounds sliceDanielGavin2023-07-241-33/+45
| | |
| | * Fix issues with bitsets not completing in vulkan.DanielGavin2023-07-241-0/+2
| | |
| * | and not orryuukk2023-07-241-1/+1
| | |
| * | hack for sublime text bugryuukk2023-07-241-1/+11
| |/
| * unwrap ident in switch typeDanielGavin2023-07-231-1/+1
| |
| * Fix inlay hints for -> calls, and also fix reference in for in range.DanielGavin2023-07-172-10/+34
| |
| * Merge branch 'master' of https://github.com/DanielGavin/olsDanielGavin2023-07-093-92/+144
| |\
| | * Forgot file...DanielGavin2023-07-081-0/+141
| | |
| | * more work on fake methodsDanielGavin2023-07-082-92/+3
| | |
| * | remember to save the symbol value when resolving the unresolved symbolDanielGavin2023-07-091-0/+1
| |/
| * Add hack for type_ofDanielGavin2023-07-051-9/+20
| |
| * Merge pull request #221 from ryuukk/format_configDanielGavin2023-07-052-1/+5
| |\ | | | | | | Handle 'enable_format' from ols config
| | * Handle 'enable_format' from ols configryuukk2023-07-052-1/+5
| | |