aboutsummaryrefslogtreecommitdiff
path: root/src/check_decl.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Simplify compiler's `Map` and create a `StringMap` specifically for stringsgingerBill2020-04-131-10/+10
|
* Fix crash on aliasing compiler-only packages (e.g. intrinsics) with `_` at ↵gingerBill2020-04-041-0/+3
| | | | the global scope.
* Merge branch 'master' into llvm-integrationgingerBill2020-03-151-0/+5
|\
| * Add `@require` for global variablesgingerBill2020-03-121-0/+5
| |
* | Fix nested type declarations name generation, to be internally consistentgingerBill2020-03-081-0/+1
|/
* Improve error message on `using` with procedure parameters #568gingerBill2020-02-231-1/+1
|
* Add `-disable-assert` to disable the code generation of the built-in ↵gingerBill2019-12-291-0/+10
| | | | run-time 'assert' procedure
* Add constant literal expressionsgingerBill2019-12-271-1/+1
|
* Fix array lengths with enum value counts.gingerBill2019-12-271-0/+3
|
* Remove addressing mode `Addressing_Immutable`gingerBill2019-12-011-2/+0
|
* Fix Implicit Selector Expressions do not work at the global/package scope #484gingerBill2019-11-201-1/+1
|
* Fix Compiler assertion when applying `using` to `_` procedure parameter. #451gingerBill2019-10-261-2/+1
|
* Make `typeid` semantics consistent across variables and constantsgingerBill2019-10-061-17/+37
|
* Add suggestions to errors on casts and assignments.gingerBill2019-09-171-1/+2
|
* Add `where` clauses to `struct` and `union`gingerBill2019-09-081-1/+1
|
* Fix Ir panic on using append() from within anonymous function #432gingerBill2019-09-041-1/+2
|
* `where` clauses for procedure literalsgingerBill2019-08-311-7/+26
|
* Make `require_results` an attribute rather than a suffix tag for proceduresgingerBill2019-08-311-4/+3
|
* Fix variable dependency ordering issues caused by procedure literalsgingerBill2019-08-311-8/+15
|
* Fix global variable initialization orderinggingerBill2019-08-291-2/+3
| | | | (related to #427)
* `package reflect`; fix substring type bug; fix scoping rules for `using` on ↵gingerBill2019-08-111-43/+75
| | | | procedure parameter
* Change scoping rules to allow for shadowing of procedure parameters but not ↵gingerBill2019-07-271-2/+2
| | | | named return values
* Fix procedure constant declaration value type assignment checkinggingerBill2019-06-211-1/+54
|
* Fixes to ABIgingerBill2019-05-291-1/+1
|
* Add `..<` operator for ranges; Add extra checking for bit set assignmentsgingerBill2019-05-281-1/+1
|
* odin querygingerBill2019-05-251-1/+4
| | | | Output .json file containing information about the program
* Improve type inference for variadic parametersgingerBill2019-05-041-1/+1
|
* `@(private)` for `foreign` blocks; Improve foreign signature similarity rulesgingerBill2019-03-241-25/+45
|
* Add error message for when trying to assign a type to a variable.gingerBill2019-03-221-0/+8
|
* Disallow attributes on alias declarationsgingerBill2019-03-151-2/+12
|
* Make `static` an attribute rather than a keyword prefixgingerBill2019-02-231-1/+6
|
* Replace `foreign export {}` with `@export`gingerBill2019-02-231-5/+6
|
* Replace `deferred` with `deferred_none`, `deferred_in`, `deferred_out`gingerBill2019-01-131-1/+1
|
* `deferred` procedure attributegingerBill2018-12-141-0/+5
|
* `opaque` keyword and typegingerBill2018-11-111-0/+3
|
* Fix `using import` override "bug"gingerBill2018-09-291-1/+10
|
* 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
|