aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAgeFilesLines
* Treat //+build ignore as private fileDanielGavin2024-07-111-0/+3
* Merge branch 'master' into renameDanielGavin2024-07-111-30/+32
|\
| * add configuration for specific inlay hintsLaytan Laats2024-07-111-30/+32
* | Working on generic issues.DanielGavin2024-06-301-0/+29
* | Merge branch 'master' into renameDanielGavin2024-06-052-16/+23
|\|
| * Added NetBSD supportAndreas T Jonsson2024-06-051-1/+1
| * Start fixing memory leaks on tests.DanielGavin2024-06-041-15/+21
* | More work on renamingDanielGavin2024-05-291-0/+12
|/
* Add validation when calculating the offset for token_range.DanielGavin2024-05-211-1/+6
* Use filepath.abs on ols executable pathDanielGavin2024-05-021-1/+1
* New config to only call check on saved package.Daniel Gavin2024-04-251-29/+30
* Move packages to new base collectionFeoramund2024-04-171-1/+2
* Merge pull request #349 from laytan/use-odin-root-commandDanielGavin2024-04-161-10/+39
|\
| * use the new `odin root` command to resolve the builtin collectionsLaytan Laats2024-04-151-10/+39
* | support bit_fieldsLaytan Laats2024-04-151-0/+38
|/
* Add b8 and b16 types as keywordsdeadwanderer2024-04-031-0/+2
* Support relative typeDanielGavin2024-03-261-2/+4
* Support longer words in fuzzy and return 0, if above that.DanielGavin2024-03-191-3/+4
* checker_path is now an arrayDanielGavin2024-02-081-1/+1
* Start working on profilesDanielGavin2024-02-071-0/+7
* Merge branch 'master' into polyDanielGavin2024-01-191-3/+2
|\
| * Support new change to odin allocator modelDanielGavin2024-01-181-3/+2
* | New poly resolve systemDanielGavin2023-12-281-8/+27
|/
* 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-251-0/+2
|/
* TypoDanielGavin2023-09-171-4/+6
* Simplify the ols config load for both the json and file.DanielGavin2023-09-021-1/+2
* Symbols that have @private on package is ignored when selecting from package.DanielGavin2023-07-261-0/+6
* Remember to write the basic directive correct when building proc signature.DanielGavin2023-07-241-197/+200
* Save the client name for specific client handlingDanielGavin2023-07-241-0/+1
* Add new setting to enable fake methods for testingDanielGavin2023-07-021-0/+1
* Handle '==' and '!=' for 'when' directiveryuukk2023-06-261-2/+11
* Use InitializeOptions as the global setting, and override if specified throug...DanielGavin2023-05-291-0/+5
* Fix compiler errors after Odin updateDanielGavin2023-04-051-2/+2
* Have to wrap the pointers back again in generic functionsDanielGavin2023-04-021-7/+7
* Start working on labeldetailsDanielGavin2023-03-101-0/+1
* More accurately auto complete ObjC proceduresLucas Perlind2023-01-241-3/+16
* start working on supporting objc codeDanielGavin2023-01-231-0/+73
* handle .Alloc_Non_Zeroed in latest OdinPhil2022-11-031-1/+1
* Add new config to disable the `core:odin/parser` errorsDaniel Gavin2022-10-271-0/+1
* Add support for matrix typesDaniel Gavin2022-10-271-1/+1
* Handle typeid as a typeDaniel Gavin2022-10-271-1/+2
* fallback on returning the original textDaniel Gavin2022-10-271-1/+1
* Add more logging on get_case_sensitive_pathDaniel Gavin2022-10-271-10/+3
* Remove the virtual code that is no longer used.Daniel Gavin2022-10-182-12/+1
* Fix signature print issue, and switch stmt in a switch type stmt.Daniel Gavin2022-10-021-0/+3
* Add support for where with ODIN_ARCHDaniel Gavin2022-09-011-8/+15
* Forgot some filesDaniel Gavin2022-08-301-0/+1
* fix odinfmt bugsDaniel Gavin2022-08-211-2/+1