aboutsummaryrefslogtreecommitdiff
path: root/src
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
| |
* | Merge branch 'master' into polyDanielGavin2024-02-031-4/+6
|\|
| * Align bitsets in comp literals.DanielGavin2024-01-201-4/+6
| |
* | 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
| |
* | Merge branch 'master' into polyDanielGavin2024-01-191-3/+2
|\|
| * Support new change to odin allocator modelDanielGavin2024-01-181-3/+2
| |
* | 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-285-565/+731
|/
* 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
|
* Add support for Or_Branch_ExprDanielGavin2023-12-051-0/+4
|
* Merge pull request #275 from laytan/better-bitset-completionDanielGavin2023-11-281-80/+159
|\ | | | | better bitset completion
| * better bitset completionLaytan Laats2023-11-281-80/+159
| |
* | Merge branch 'master' of https://github.com/DanielGavin/olsDanielGavin2023-11-251-8/+27
|\|
| * respect //+private and the file/package variantLaytan Laats2023-11-121-8/+27
| |
* | Add new config for "enable_procedure_snippet"DanielGavin2023-11-255-28/+54
|/
* Procedure types do no longer insert `()`DanielGavin2023-11-114-49/+90
|
* TypoDanielGavin2023-11-041-6/+4
|
* Fix issue with anon structs in arrays.DanielGavin2023-11-042-7/+14
|
* 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 weith ellipsis with mixed paramsDanielGavin2023-09-271-1/+3
|
* Fix issue with swizzleDanielGavin2023-09-261-15/+19
|
* Have index expr return boolean as second resultDanielGavin2023-09-261-6/+10
|
* Remove printfDanielGavin2023-09-211-1/+0
|
* Fix issues with assignments not formatting like value declsDanielGavin2023-09-211-0/+19
|
* Fix issue with formatting where clause not breaking.DanielGavin2023-09-201-11/+13
|
* Fix issue with goto in comp_lit valueDanielGavin2023-09-191-9/+13
|
* Fix issue with maybe(string) in OlsConfigDanielGavin2023-09-192-10/+17
|
* TypoDanielGavin2023-09-171-4/+6
|
* Fix not writing the bit_set correcty in hover and completionDanielGavin2023-09-171-1/+9
|
* Support new changes in OdinDanielGavin2023-09-142-11/+9
|
* Fix #reverseDanielGavin2023-09-091-0/+4
|
* Simplify the ols config load for both the json and file.DanielGavin2023-09-022-108/+95
|