aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* odinfmt fixes, plus fix signatures with shared type not showing sigature corr...Daniel Gavin2021-12-055-60/+350
* Start working on goto with multiple locations(packages), and fix some odinfmt...Daniel Gavin2021-12-024-20/+41
* odinfmt: Fix newline bug in call expressions.Daniel Gavin2021-12-011-1/+5
* Fix out of bounds error when fallback parsingDaniel Gavin2021-12-011-0/+4
* change env name to ODIN_ROOTDaniel Gavin2021-12-011-4/+4
* add vendor automaticallyDaniel Gavin2021-12-011-0/+5
* support linux and windows getenvDaniel Gavin2021-12-011-1/+5
* Support environment variable to specify core path.Daniel Gavin2021-12-011-0/+12
* Use the rootUri if workspace folders are not available.Daniel Gavin2021-12-014-15/+15
* More odinfmt fixes.Daniel Gavin2021-11-301-5/+9
* odinfmt: Add support for multi pointersDaniel Gavin2021-11-301-1/+7
* Handle single ret typed procedures correctly when breaking.Daniel Gavin2021-11-301-2/+1
* odinfmt: alignment for comp literals, structs, enums, and new call expression...Daniel Gavin2021-11-302-28/+105
* Add alignment on simple comp_litDaniel Gavin2021-11-292-38/+103
* decide on newline style based on OSDaniel Gavin2021-11-281-9/+23
* Make sure to newline the end of file.Daniel Gavin2021-11-281-2/+4
* remove temp check codeDaniel Gavin2021-11-281-1/+1
* Add formatter to olsDaniel Gavin2021-11-287-7/+1714
* Fix signatures in procedures not showing the return typeDaniel Gavin2021-11-252-4/+13
* Fix out of bounds error with implicit completionDaniel Gavin2021-11-241-0/+4
* Fix issues with not being able to use the local variables when overloading.Daniel Gavin2021-11-121-6/+10
* Add Any_Int attribute support - make function now infers correctly again.Daniel Gavin2021-11-101-11/+19
* Remove println from previous debugging sessionDaniel Gavin2021-11-081-4/+0
* Fix generic error where '0' was inferred as boolean rather than integer.Daniel Gavin2021-11-082-6/+12
* Fix completion error in make generics, and also fixed completion in switch stmt.Daniel Gavin2021-11-081-10/+8
* Add new matrix typeDaniel Gavin2021-11-073-3/+8
* Merge branch 'master' into new-odin-versionDaniel Gavin2021-10-211-1/+5
|\
| * Fix bug where context.* was not resolved correctly.Daniel Gavin2021-10-141-1/+5
* | Fix new the odin json version.Daniel Gavin2021-10-022-6/+6
|/
* Uncomment code after issue 1129 was fixed.Daniel Gavin2021-10-021-6/+0
* Add support for b32, b64 keywordsDaniel Gavin2021-09-282-1/+3
* Add Multi_Pointer_Type support.Daniel Gavin2021-09-282-0/+6
* Fix incorrect handling of functions in when clauses using ODIN_OSDaniel Gavin2021-09-281-2/+1
* check only the builtin on the source packageDaniel Gavin2021-09-102-8/+9
* Fix enum semantic token not hightlighting correctlyDaniel Gavin2021-09-082-1/+12
* Add arena in static indexing, and add tests to check the builtin indexed files.Daniel Gavin2021-09-072-6/+13
* Add new tests + uncomment some code until it is fixed in odinDaniel Gavin2021-09-061-0/+11
* fix odin changesDaniel Gavin2021-08-232-2/+2
* Fix odin changesDaniel Gavin2021-08-229-13/+43
* remember to check the usings imported into procedureDaniel Gavin2021-08-201-1/+13
* Forgot to set the optional comma flag...Daniel Gavin2021-08-201-0/+1
* Fixed bug for not showing errors.Daniel Gavin2021-08-202-3/+84
* typo...Daniel Gavin2021-08-191-1/+1
* update main.odinDaniel Gavin2021-08-191-16/+13
* typoDaniel Gavin2021-08-191-4/+4
* Replace clone with a string mapDaniel Gavin2021-08-192-5/+4
* Forgot to clone names in indexingDaniel Gavin2021-08-191-3/+3
* fix some defer free bugs and fix new json apiDaniel Gavin2021-08-198-72/+96
* moving the analysis code to it's own analysis package to prepare for referenc...Daniel Gavin2021-07-3013-299/+385
* references workDaniel Gavin2021-07-261-0/+1