aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | Look for intrinsics in base instead of coreFeoramund2024-04-171-1/+1
| | |/
| * | Merge pull request #352 from Feoramund/fix-col-off-by-one-check-errorDanielGavin2024-04-181-1/+1
| |\ \ | | |/ | |/| Fix column off-by-1 error in check
| | * Fix column off-by-1 error in checkFeoramund2024-04-161-1/+1
| | |
* | | Use json now to parse errors in checkDanielGavin2024-04-221-132/+54
|/ /
* | Handle forward slash for windows after filepath.absDanielGavin2024-04-171-1/+6
| |
* | Temp disable verboseDanielGavin2024-04-171-1/+3
|/
* Merge pull request #349 from laytan/use-odin-root-commandDanielGavin2024-04-162-42/+108
|\ | | | | use the new `odin root` command to resolve the builtin collections
| * use the new `odin root` command to resolve the builtin collectionsLaytan Laats2024-04-152-42/+108
| |
* | Merge pull request #351 from laytan/bit-field-supportDanielGavin2024-04-1610-7/+609
|\ \ | | | | | | support bit_fields
| * | support bit_fieldsLaytan Laats2024-04-1510-7/+609
| |/ | | | | | | | | | | They are pretty similar to structs (just a bit simpler) so I piggy backed of that a lot here, added some basic tests and tested the formatting myself.
* | Merge pull request #348 from laytan/fix-use-after-free-in-fake-methodsDanielGavin2024-04-161-1/+11
|\ \ | |/ |/| fix use after free in fake methods
| * fix use after free in fake methodsLaytan Laats2024-04-151-1/+11
| |
* | Final path of collection was using temp_allocator instead of allocatorDanielGavin2024-04-131-8/+16
| |
* | Added symlinking resolutionRaphGL2024-04-121-0/+6
| |
* | Change not being able to find ols.json to a warning, not an errorDanielGavin2024-04-121-3/+3
|/
* Merge pull request #337 from DanielGavin/objc-fixesDanielGavin2024-04-094-14/+59
|\ | | | | Objc fixes
| * Check for len being null in array.objc-fixesDanielGavin2024-04-091-3/+5
| |
| * Call expression should always increment the current argument counter, since ↵DanielGavin2024-04-061-2/+8
| | | | | | | | argument 1 is always the struct type.
| * Fix issues with objc completion and hoverDanielGavin2024-04-064-11/+48
| |
* | changed condition in analysis.odin that was affecting type inference in for ↵Isaiah Paget2024-04-071-2/+2
| | | | | | | | range stmt
* | Merge remote-tracking branch 'origin' into no_type_inference_bugIsaiah Paget2024-04-072-2/+4
|\|
| * Fix issues with -> not being parsed correctly with call expressionDanielGavin2024-04-061-2/+2
| |
| * Add b8 and b16 types as keywordsdeadwanderer2024-04-031-0/+2
| |
* | fixed no type inference using for in loopIsaiah Paget2024-04-061-1/+1
|/
* Merge branch 'fix-ci'DanielGavin2024-03-311-13/+14
|\
| * Fix nightlyfix-ciDanielGavin2024-03-311-13/+14
| |
* | Update methods.odinJonas Welle2024-03-301-1/+1
|/ | | | I can't get it to build without this change.
* Support relative typeDanielGavin2024-03-265-8/+8
|
* Try to use default_allocatorDaniel Gavin2024-03-261-1/+1
|
* Try to use runtime.Arena in build.Daniel Gavin2024-03-261-3/+6
|
* odinfmt: Add support for field align.DanielGavin2024-03-251-0/+5
|
* Merge branch 'master' of https://github.com/DanielGavin/olsDanielGavin2024-03-251-10/+3
|\
| * Try to use the context.temp_allocator growing allocator for the build of ↵Daniel Gavin2024-03-221-6/+2
| | | | | | | | packages.
| * Remove extraneous whitespaceOliver Cruickshank2024-03-221-4/+0
| |
| * Use correct arena free so memory doesnt leakOliver Cruickshank2024-03-221-1/+1
| |
| * Switch static arena to growing arenaOliver Cruickshank2024-03-221-7/+8
| |
* | Add openbsd platformDanielGavin2024-03-251-0/+6
|/
* Support longer words in fuzzy and return 0, if above that.DanielGavin2024-03-191-3/+4
|
* Fix issues with empty parameter names treated as "_" by `core:odin/parser`DanielGavin2024-03-181-12/+5
|
* Fix issues with bitsets in procedures not completing correctlyDanielGavin2024-03-183-10/+11
|
* Support completion and gotos for comp literals in procsDanielGavin2024-03-122-47/+68
|
* Check global json first before the local one.DanielGavin2024-03-101-0/+11
|
* Add fallback in `odin check` to try all directory with odin code in them.DanielGavin2024-03-102-10/+45
|
* Make generics more robust against recursionDanielGavin2024-03-051-3/+45
|
* 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
|