aboutsummaryrefslogtreecommitdiff
path: root/src/check_decl.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Minor fixesgingerBill2018-09-241-0/+2
|
* Syntactic sugar for anonymous enum within a bit setgingerBill2018-09-111-1/+0
|
* `typeid` as keyword (ready to implement polymorphic name parameters)gingerBill2018-09-021-5/+9
|
* Change memory layout of `map` to be 3 words smallergingerBill2018-08-301-2/+15
|
* Disable non-comparison operations for enum (use `bit_set` for flags)gingerBill2018-08-171-1/+1
|
* Add older demosgingerBill2018-07-291-11/+11
|
* Do `using Foo :: enum` at the `type_decl` stagegingerBill2018-07-291-0/+27
|
* Allow importation of `core:builtin` to get built-in entitiesgingerBill2018-06-171-12/+8
|
* Big renaming: `AstNode` to `Ast`gingerBill2018-06-171-35/+35
|
* Fix type aliasing comparison; Fix gb_utf8_decodegingerBill2018-06-151-10/+0
|
* Use global arena for AstNode allocationsgingerBill2018-06-091-4/+0
|
* Entity aliasing clean upgingerBill2018-06-091-29/+21
|
* Remove dead codegingerBill2018-06-071-3/+4
|
* Remove need for __llvm_coregingerBill2018-06-031-1/+1
|
* Use const & for Array<AstNode *> parametersgingerBill2018-06-031-2/+2
|
* Remove dead code from checkergingerBill2018-06-021-19/+8
|
* Remove clutter parameters and begin parallelizing the type checkergingerBill2018-05-281-11/+26
|
* Refactor: use CheckerContext rather than Checker in type checking partgingerBill2018-05-281-87/+84
|
* Remove `tmp_allocator` from `Checker`gingerBill2018-05-281-17/+12
|
* Parallelize per file rather than per packagegingerBill2018-05-281-2/+2
|
* Single file "main" filegingerBill2018-05-271-1/+1
|
* Move ODIN_* platform constants to `core:os`gingerBill2018-05-271-7/+2
|
* 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, ↵gingerBill2018-05-121-1/+1
| | | | and maps.
* 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
|