gingerBill
|
9bd7f023b2
|
Split up init_preload into specific parts
|
2018-06-03 11:38:02 +01:00 |
|
gingerBill
|
12b870ba66
|
Use const & for Array<AstNode *> parameters
|
2018-06-03 10:30:31 +01:00 |
|
gingerBill
|
ced818ad54
|
Remove dead code from checker
|
2018-06-02 11:58:35 +01:00 |
|
gingerBill
|
642aa0bc4b
|
Refactor: use CheckerContext rather than Checker in type checking part
|
2018-05-28 15:57:53 +01:00 |
|
gingerBill
|
45b3067068
|
Remove tmp_allocator from Checker
|
2018-05-28 14:15:08 +01:00 |
|
gingerBill
|
5c52ffe24e
|
Reorganize runtime package
|
2018-05-27 21:22:25 +01:00 |
|
gingerBill
|
4d052d5119
|
Remove code relating to default struct values
|
2018-05-20 17:31:46 +01:00 |
|
gingerBill
|
e25c72ecdd
|
Fix #219 and #220
|
2018-05-14 17:05:52 +01:00 |
|
gingerBill
|
e597a8d72e
|
Fix issues with exact integer bounds and remove dead code
|
2018-05-13 17:38:35 +01:00 |
|
gingerBill
|
18a9fa7355
|
Improve minimal dependency system
|
2018-05-12 10:27:55 +01:00 |
|
gingerBill
|
30f5a3bb93
|
Move cycle checking to much earlier on in the semantic stage
|
2018-03-23 20:48:30 +00:00 |
|
gingerBill
|
991479fbf9
|
Remove allocator parameter to types.cpp functions
|
2018-03-23 16:01:23 +00:00 |
|
gingerBill
|
5bf0f9d630
|
Fix type cycle bug
|
2018-03-23 15:23:14 +00:00 |
|
gingerBill
|
584dffea14
|
Remove dead code; fix referencing of a type assertion in a selector expression
|
2018-03-04 09:25:02 +00:00 |
|
gingerBill
|
41b6d215bb
|
Fix using determination order
|
2018-03-03 20:07:12 +00:00 |
|
gingerBill
|
69062ba3ab
|
More code tidying with Array
|
2018-02-25 20:24:38 +00:00 |
|
gingerBill
|
d63885a495
|
array_make
|
2018-02-25 19:23:52 +00:00 |
|
gingerBill
|
731dad480d
|
Fix issue regarding nullptr Type *
|
2018-02-18 14:37:58 +00:00 |
|
gingerBill
|
c4d2d287fc
|
#complete switch; Removal of dyncall
|
2018-02-17 11:54:08 +00:00 |
|
gingerBill
|
6a85546b76
|
Fix #187
|
2018-02-14 21:46:39 +00:00 |
|
gingerBill
|
0ae3484171
|
Fix zero value initialization in IR
|
2018-02-11 11:13:52 +00:00 |
|
gingerBill
|
92780e2683
|
distinct keyword for type declarations
|
2018-02-05 22:46:30 +00:00 |
|
gingerBill
|
c1728914c6
|
Fix typos #type_alias
|
2018-02-04 21:34:45 +00:00 |
|
gingerBill
|
83d90f1463
|
Extra check for type_info cycle checking
|
2018-01-28 09:51:52 +00:00 |
|
gingerBill
|
88ba6d8015
|
enum #export
|
2018-01-21 14:30:48 +00:00 |
|
gingerBill
|
419ab6f00c
|
Named return value act as variables; Code reorganization
|
2018-01-17 19:07:38 +00:00 |
|
gingerBill
|
6b3c4cc379
|
Remove u128 and i128
|
2018-01-13 22:26:37 +00:00 |
|
gingerBill
|
860a5c3e86
|
"Fix" LLVM boolean bug (more like a bodge)
|
2017-12-22 18:14:35 +00:00 |
|
gingerBill
|
ac277a1cce
|
Revert map to be a value type and not a reference type
(Implement code for "const ref" parameters)
|
2017-12-21 20:59:23 +00:00 |
|
gingerBill
|
a69ea58388
|
map is internally backed by a pointer (i.e. a "reference type")
|
2017-12-17 19:25:35 +00:00 |
|
gingerBill
|
30530d058c
|
Remove struct #ordered
|
2017-12-17 14:53:40 +00:00 |
|
gingerBill
|
32a502d14e
|
using x in bar;
|
2017-12-17 11:44:26 +00:00 |
|
gingerBill
|
f7e9649be4
|
Disable struct field reordering (for the time being)
|
2017-12-12 18:21:40 +00:00 |
|
gingerBill
|
fd1f6ec75c
|
Merge branch 'master' into explicit-overloading
|
2017-12-11 11:13:22 +00:00 |
|
gingerBill
|
6b0d7cb26c
|
Fix issue #162 regarding empty unions
|
2017-12-11 11:08:02 +00:00 |
|
gingerBill
|
3c6f90e552
|
Fix proc groups from import names
|
2017-12-10 11:35:11 +00:00 |
|
gingerBill
|
1a75dfe075
|
Remove vector type (will be replaced by something else in the future)
|
2017-11-30 20:34:42 +00:00 |
|
gingerBill
|
cfabc0e61f
|
Remove using in arrays; Remove _ non-exported struct fields
Start determining slow parts of the compiler
|
2017-11-28 22:12:33 +00:00 |
|
gingerBill
|
3268f43340
|
Update ABI for basic types
|
2017-11-27 20:37:09 +00:00 |
|
gingerBill
|
05e374934d
|
Change proc ABI for Odin specific types
|
2017-11-27 20:18:06 +00:00 |
|
gingerBill
|
f6a56c2f82
|
Remove #const; Minor fixes
|
2017-11-12 20:15:17 +00:00 |
|
gingerBill
|
dffa791607
|
In error messages, remove with '; Fix error messages for switch`
|
2017-11-12 19:00:48 +00:00 |
|
gingerBill
|
5ce6555721
|
Allow for default arguments after a variadic parameter
|
2017-11-12 17:55:16 +00:00 |
|
gingerBill
|
66ee2cb6ed
|
#const value procedure parameters; $N for polymorphic array lengths
|
2017-11-05 18:26:24 +00:00 |
|
gingerBill
|
e7999f8450
|
Foreign context cleanup
|
2017-11-03 23:20:30 +00:00 |
|
gingerBill
|
414486829a
|
Add string_set.cpp; Code clean up
|
2017-10-30 20:26:05 +00:00 |
|
gingerBill
|
3e05be8eb8
|
@(default_calling_convention = ...) for foreign blocks
|
2017-10-29 18:09:05 +00:00 |
|
gingerBill
|
a43b89f36e
|
#alias type declarations; core library additions; _global import name for the global scope
|
2017-10-29 11:35:21 +00:00 |
|
gingerBill
|
b3b688fa50
|
Fix issue #123
|
2017-10-15 10:09:50 +01:00 |
|
Ginger Bill
|
4e42d7df43
|
Minor code reorganization
|
2017-10-08 12:27:03 +01:00 |
|