aboutsummaryrefslogtreecommitdiff
path: root/src/checker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve min-dep for Type InfogingerBill2018-01-281-17/+22
* Add ODIN_DEBUGgingerBill2018-01-281-0/+1
* Fix minimum dependency generation for foreign entitiesgingerBill2018-01-281-15/+25
* Cache type size/align; Improve speed of ir_print.cppgingerBill2018-01-201-1/+1
* Named return value act as variables; Code reorganizationgingerBill2018-01-171-376/+4
* Remove `u128` and `i128`gingerBill2018-01-131-1/+0
* Fix Type info bug for 'llvm bool'gingerBill2017-12-231-0/+3
* "Fix" LLVM boolean bug (more like a bodge)gingerBill2017-12-221-1/+1
* Remove `struct #ordered`gingerBill2017-12-171-1/+4
* using x in bar;gingerBill2017-12-171-2/+1
* `using in` importation statementsgingerBill2017-12-171-32/+88
* Change Map and PtrSet grow rategingerBill2017-12-121-36/+52
* Merge branch 'checker-optimizations' into explicit-overloadinggingerBill2017-12-121-94/+69
|\
| * Localize checker datagingerBill2017-12-121-94/+69
* | Print `nil` for nil procedures in fmt.odingingerBill2017-12-121-0/+2
|/
* Disable struct field reordering (for the time being)gingerBill2017-12-121-1/+36
* Explicit procedure group; Remove implicit procedure overloadinggingerBill2017-12-091-146/+20
* Set type of a procedure grouping to `nullptr`gingerBill2017-12-061-1/+1
* Set procedure grouping type to `t_invalid`gingerBill2017-12-061-1/+1
* Make core library use procedure groupings rather than normal overloadinggingerBill2017-12-041-1/+1
* Fix procedure groupinggingerBill2017-12-031-1/+1
* Procedure grouping `foo :: proc[foo16, foo32];`gingerBill2017-12-031-0/+7
* Remove `vector` type (will be replaced by something else in the future)gingerBill2017-11-301-6/+0
* Remove `using` in arrays; Remove `_` non-exported struct fieldsgingerBill2017-11-281-3/+34
* New slice memory layout (ptr+len); `byte`gingerBill2017-11-261-10/+5
* `nil_allocator`; Fix IR type checking assert; `append_string`gingerBill2017-11-261-1/+0
* Disable all cyclic importationsgingerBill2017-11-131-5/+8
* In error messages, remove ` with '; Fix error messages for `switch`gingerBill2017-11-121-67/+67
* Fix link_name overridinggingerBill2017-11-091-7/+15
* Fix opening file without close; Minor fixesgingerBill2017-11-091-0/+1
* #const value procedure parameters; $N for polymorphic array lengthsgingerBill2017-11-051-9/+9
* More code clean upgingerBill2017-11-041-12/+13
* Cleanup attribute handlinggingerBill2017-11-041-30/+140
* Foreign context cleanupgingerBill2017-11-031-22/+23
* `link_prefix`; `thread_local`; fix `link_name` for file-scope variablesgingerBill2017-11-031-6/+16
* Add string_set.cpp; Code clean upgingerBill2017-10-301-1/+1
* `@(default_calling_convention = ...)` for `foreign` blocksgingerBill2017-10-291-0/+82
* Attributes; @(link_name="foo")gingerBill2017-10-291-3/+11
* #alias type declarations; core library additions; `_global` import name for t...gingerBill2017-10-291-0/+12
* Add anonymous `using import` names with an underscore (#127)gingerBill2017-10-181-1/+5
* Refactor code to remove entity flag for exportgingerBill2017-10-151-5/+9
* `foreign export` blockgingerBill2017-10-151-15/+26
* Change `foreign_library` to `foreign import`gingerBill2017-10-151-9/+9
* Syntax: Replace `foreign_system_library "kernel.lib"` to `foreign_library "sy...gingerBill2017-10-151-22/+29
* Fix minimal dependency generation for polymorphic structs (related to issue #...gingerBill2017-10-151-3/+11
* Fix `using import` to work correctlyGinger Bill2017-10-121-7/+10
* Minor code reorganizationGinger Bill2017-10-081-0/+1
* Fix `using` on import namesGinger Bill2017-10-081-3/+0
* Better error messages for import cyclesGinger Bill2017-10-081-48/+51
* Allow for cyclic `import` but disallow cyclic `using import` and `export`Ginger Bill2017-10-071-36/+49