aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Automatically add shared collection.DanielGavin2024-02-2228-136/+173
* Change the template of vscode extension for `ols.json`DanielGavin2024-02-221-0/+1
* Add force_inline to basic completion.deadwanderer2024-02-161-0/+1
* Fix issues with check on multiple paths.Daniel Gavin2024-02-092-5/+9
* checker_path is now an arrayDanielGavin2024-02-083-140/+158
* Start working on profilesDanielGavin2024-02-074-42/+57
* Improve checkerDanielGavin2024-02-072-3/+24
* Ignore base collection in checkerDanielGavin2024-02-031-2/+2
* Forgot to add the builtin package correctly after moving to base collectionDanielGavin2024-02-031-1/+1
* 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 stackover...DanielGavin2023-12-291-2/+4
* | 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 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
* 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