aboutsummaryrefslogtreecommitdiff
path: root/src/server
Commit message (Collapse)AuthorAgeFilesLines
* handle the change from core:runtime to base:runtimepolyDanielGavin2024-02-031-10/+10
|
* Merge branch 'master' into polyDanielGavin2024-02-032-8/+39
|\
| * add base collectionDanielGavin2024-02-031-3/+14
| |
| * fix snippetsxb-bx2024-01-301-5/+25
| |
* | Forgot to set ast_context.call.DanielGavin2024-02-011-2/+12
| |
* | Check the builtin before checking the runtimeDanielGavin2024-01-281-12/+23
| |
* | Handle parser not returning valid global decls.DanielGavin2024-01-271-9/+13
| |
* | Remember to clone generics derived exprDanielGavin2024-01-181-1/+4
| |
* | Remove panicDanielGavin2024-01-091-1/+1
| |
* | Add matrix_type to clone nodeDanielGavin2024-01-093-148/+181
| |
* | Increase stdout bufferDanielGavin2024-01-081-1/+1
| |
* | Remember to save the old call stack in ast_context.DanielGavin2023-12-291-0/+10
| |
* | Check for len being nilDanielGavin2023-12-291-14/+15
| |
* | More poly workDanielGavin2023-12-292-7/+93
| |
* | Merge branch 'master' into polyDanielGavin2023-12-291-2/+4
|\|
| * default case should use internal_resolve_type_expression to prevent ↵DanielGavin2023-12-291-2/+4
| | | | | | | | stackoverflows
* | Forgot to check if the first argument is valid on fake methods.DanielGavin2023-12-281-0/+5
| |
* | Fix issue with fake methods not using the aliased package nameDanielGavin2023-12-281-1/+5
| |
* | 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
|/