aboutsummaryrefslogtreecommitdiff
path: root/src/check_decl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* IR now builds with the new package systemgingerBill2018-05-271-3/+7
* Add file scopes for the packagesgingerBill2018-05-271-2/+1
* Add basic package support (no IR support yet)gingerBill2018-05-261-2/+2
* Minimal Type Info Dependency handlinggingerBill2018-05-121-0/+5
* Change semantics for `distinct`ness for pointers, arrays, dynamic arrays, and...gingerBill2018-05-121-1/+1
* Move cycle checking to much earlier on in the semantic stagegingerBill2018-03-231-2/+7
* Remove allocator parameter to `types.cpp` functionsgingerBill2018-03-231-6/+6
* Fix type cycle buggingerBill2018-03-231-3/+17
* `deprecated` attribute for procedure declarationsgingerBill2018-03-031-0/+1
* `array_make`gingerBill2018-02-251-3/+2
* auto_castgingerBill2018-02-181-0/+1
* Fix zero value initialization in IRgingerBill2018-02-111-1/+1
* `distinct` keyword for type declarationsgingerBill2018-02-051-18/+57
* Fix minimum dependency generation for foreign entitiesgingerBill2018-01-281-0/+1
* Fix issue with proc group cycles #176gingerBill2018-01-281-1/+4
* Fix #178gingerBill2018-01-281-0/+1
* Change Map and PtrSet grow rategingerBill2017-12-121-0/+16
* Disable struct field reordering (for the time being)gingerBill2017-12-121-8/+3
* Fix proc groups from import namesgingerBill2017-12-101-4/+7
* Explicit procedure group; Remove implicit procedure overloadinggingerBill2017-12-091-15/+83
* Procedure grouping `foo :: proc[foo16, foo32];`gingerBill2017-12-031-0/+46
* Update demo.odingingerBill2017-12-031-0/+3
* In error messages, remove ` with '; Fix error messages for `switch`gingerBill2017-11-121-32/+32
* Fix link_name overridinggingerBill2017-11-091-4/+4
* More code clean upgingerBill2017-11-041-16/+11
* Cleanup attribute handlinggingerBill2017-11-041-179/+21
* Custom thread local modelsgingerBill2017-11-031-7/+14
* `link_prefix`; `thread_local`; fix `link_name` for file-scope variablesgingerBill2017-11-031-2/+61
* Add string_set.cpp; Code clean upgingerBill2017-10-301-7/+71
* `@(default_calling_convention = ...)` for `foreign` blocksgingerBill2017-10-291-4/+11
* Attributes; @(link_name="foo")gingerBill2017-10-291-12/+85
* #alias type declarations; core library additions; `_global` import name for t...gingerBill2017-10-291-8/+28
* Refactor code to remove entity flag for exportgingerBill2017-10-151-3/+3
* Remove name mangling for `foreign export` variablesgingerBill2017-10-151-2/+2
* `foreign export` blockgingerBill2017-10-151-3/+7
* `match` to `switch`; Optional semicolons after "import" statementsGinger Bill2017-10-011-1/+8
* Reserve the link_name `main`Ginger Bill2017-09-301-0/+4
* Allow for multiple library collections; Store AstFile as pointerGinger Bill2017-09-101-1/+1
* Global variable dependency initialization orderingGinger Bill2017-08-201-21/+15
* v0.6.0v0.6.0Ginger Bill2017-07-301-4/+6
* `transmute(type)x`; Minor code clean upGinger Bill2017-07-301-9/+7
* Minor Simplification of threading demoGinger Bill2017-07-291-1/+4
* Fix polymorphic element types usage; Empty `union` as opaque typeGinger Bill2017-07-201-5/+18
* Change internals from `Record` to `Struct`Ginger Bill2017-07-201-1/+1
* Update internals of a Union and TupleGinger Bill2017-07-201-1/+1
* Polymorphic type specialization for proceduresGinger Bill2017-07-171-8/+10
* Rudimentary support for parametric polymorphic typesGinger Bill2017-07-131-1/+1
* Change precedence order for types e.g. ^T(x) == ^(T(x))Ginger Bill2017-07-131-1/+1
* `cast(Type)expr`; Fix overloaded procedure determination on assignmentGinger Bill2017-07-111-0/+14
* Compiler Internal Changes: TypeRecord_Union -> Type_UnionGinger Bill2017-07-101-5/+0