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
|
0d665c637f
|
using in importation statements
|
2017-12-17 11:17:54 +00:00 |
|
gingerBill
|
367013f589
|
Change Map and PtrSet grow rate
|
2017-12-12 23:39:20 +00:00 |
|
gingerBill
|
c980a30bad
|
Merge branch 'checker-optimizations' into explicit-overloading
# Conflicts:
# examples/demo.odin
|
2017-12-12 21:22:46 +00:00 |
|
gingerBill
|
78b459590c
|
Print nil for nil procedures in fmt.odin
|
2017-12-12 21:21:55 +00:00 |
|
gingerBill
|
054e241033
|
Localize checker data
|
2017-12-12 20:23:36 +00:00 |
|
gingerBill
|
f7e9649be4
|
Disable struct field reordering (for the time being)
|
2017-12-12 18:21:40 +00:00 |
|
gingerBill
|
3703ca4df4
|
Explicit procedure group; Remove implicit procedure overloading
|
2017-12-09 18:11:36 +00:00 |
|
gingerBill
|
41b8281c73
|
Set type of a procedure grouping to nullptr
|
2017-12-06 11:13:00 +00:00 |
|
gingerBill
|
ba8371104d
|
Set procedure grouping type to t_invalid
|
2017-12-06 11:01:52 +00:00 |
|
gingerBill
|
f0de994059
|
Make core library use procedure groupings rather than normal overloading
|
2017-12-04 22:01:51 +00:00 |
|
gingerBill
|
05ad38ae2d
|
Fix procedure grouping
|
2017-12-03 23:19:25 +00:00 |
|
gingerBill
|
596a2c8355
|
Procedure grouping foo :: proc[foo16, foo32];
|
2017-12-03 23:03:40 +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
|
74fa7ca25d
|
New slice memory layout (ptr+len); byte
|
2017-11-26 18:36:46 +00:00 |
|
gingerBill
|
5a9223afda
|
nil_allocator; Fix IR type checking assert; append_string
|
2017-11-26 15:25:45 +00:00 |
|
gingerBill
|
9bd8bdaa5a
|
Disable all cyclic importations
|
2017-11-13 23:53:01 +00:00 |
|
gingerBill
|
dffa791607
|
In error messages, remove with '; Fix error messages for switch`
|
2017-11-12 19:00:48 +00:00 |
|
gingerBill
|
ae3672608d
|
Fix link_name overriding
|
2017-11-09 23:36:10 +00:00 |
|
gingerBill
|
e5c39fb2a9
|
Fix opening file without close; Minor fixes
|
2017-11-09 22:58:44 +00:00 |
|
gingerBill
|
66ee2cb6ed
|
#const value procedure parameters; $N for polymorphic array lengths
|
2017-11-05 18:26:24 +00:00 |
|
gingerBill
|
04b917a60a
|
More code clean up
|
2017-11-04 10:53:47 +00:00 |
|
gingerBill
|
e6c99cd289
|
Cleanup attribute handling
|
2017-11-04 10:26:56 +00:00 |
|
gingerBill
|
e7999f8450
|
Foreign context cleanup
|
2017-11-03 23:20:30 +00:00 |
|
gingerBill
|
0b29e42adb
|
link_prefix; thread_local; fix link_name for file-scope variables
|
2017-11-03 23:11:06 +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
|
1eb9994d88
|
Attributes; @(link_name="foo")
|
2017-10-29 15:46:23 +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
|
71729c2855
|
Add anonymous using import names with an underscore (#127)
`using import _ "foo.odin"`
|
2017-10-18 22:29:14 +01:00 |
|
gingerBill
|
56f7a859df
|
Refactor code to remove entity flag for export
|
2017-10-15 16:16:16 +01:00 |
|
gingerBill
|
3d8bf36a30
|
foreign export block
```
foreign export {
my_i32: i32;
my_foo :: proc() -> i32 {
return 123;
}
}
```
|
2017-10-15 16:05:42 +01:00 |
|
gingerBill
|
85f7c2d040
|
Change foreign_library to foreign import
|
2017-10-15 15:21:56 +01:00 |
|
gingerBill
|
26ea8f6dcb
|
Syntax: Replace foreign_system_library "kernel.lib" to foreign_library "system:kernel.lib"; Remove keyword: foreign_system_library
|
2017-10-15 12:11:33 +01:00 |
|
gingerBill
|
e05fe1837d
|
Fix minimal dependency generation for polymorphic structs (related to issue #121)
|
2017-10-15 11:21:48 +01:00 |
|
Ginger Bill
|
bbb0e14633
|
Fix using import to work correctly
|
2017-10-12 20:28:32 +01:00 |
|
Ginger Bill
|
4e42d7df43
|
Minor code reorganization
|
2017-10-08 12:27:03 +01:00 |
|
Ginger Bill
|
580ee5cc4a
|
Fix using on import names
|
2017-10-08 11:08:15 +01:00 |
|
Ginger Bill
|
56a98a483f
|
Better error messages for import cycles
|
2017-10-08 10:58:16 +01:00 |
|
Ginger Bill
|
df7a4eda8a
|
Allow for cyclic import but disallow cyclic using import and export
|
2017-10-07 11:37:43 +01:00 |
|
Ginger Bill
|
c1e720a49b
|
match to switch; Optional semicolons after "import" statements
|
2017-10-01 17:09:57 +01:00 |
|
Ginger Bill
|
96bf6a5bcb
|
Fix cyclic importation error printing
|
2017-09-23 20:47:02 +01:00 |
|
Ginger Bill
|
c43d66c286
|
Use comma for struct field separators (disallow nesting)
|
2017-09-21 23:18:28 +01:00 |
|
Ginger Bill
|
3bfaac0844
|
Fix decimal.odin assignment bug
|
2017-09-20 22:59:46 +01:00 |
|
Ginger Bill
|
14d0cbf6d7
|
Fix load order of files (again)
|
2017-09-20 21:42:42 +01:00 |
|
Ginger Bill
|
d2c1c719bd
|
Fix file load order and allow when statements at file scope
|
2017-09-20 20:38:32 +01:00 |
|
Ginger Bill
|
333db4dc94
|
Fix issues #95 and #96
|
2017-09-13 22:20:27 +01:00 |
|
Ginger Bill
|
cbcf4b6071
|
Fix issue #94
|
2017-09-11 22:49:26 +01:00 |
|