gingerBill
|
acc010cba5
|
Add bit_set type
|
2018-08-14 17:07:56 +01:00 |
|
gingerBill
|
8be9b5082c
|
Fix default make parameters for dynamic arrays
|
2018-08-09 18:15:49 +01:00 |
|
gingerBill
|
877a78d6ba
|
Fix make error messages
|
2018-08-08 23:07:51 +01:00 |
|
gingerBill
|
3a1a7b40f9
|
Add runtime messages for make for the len/cap parameters
|
2018-08-08 13:04:40 +01:00 |
|
gingerBill
|
835d7dcab2
|
make as a user-level procedure rather than a built-in procedure
|
2018-08-08 13:04:40 +01:00 |
|
gingerBill
|
462d81430c
|
Fix map runtime issue regarding erasing a key
|
2018-08-05 10:31:20 +01:00 |
|
gingerBill
|
0718f14774
|
Reduce number of range and slice operators #239
Replace .. and ... with : and ..
|
2018-08-01 21:34:59 +01:00 |
|
gingerBill
|
96fc9138d4
|
Do using Foo :: enum at the type_decl stage
|
2018-07-29 11:29:20 +01:00 |
|
gingerBill
|
6512a3e5f2
|
using Foo :: enum {A, B, C}; len(Foo)
|
2018-07-29 10:50:15 +01:00 |
|
gingerBill
|
0e91298fd1
|
Rename free to delete for non pointer types
|
2018-07-08 11:03:56 +01:00 |
|
gingerBill
|
ba67e474d3
|
Make source code compile with 32 bit (but not build 32 bit code)
|
2018-06-15 21:46:03 +01:00 |
|
gingerBill
|
e46662a546
|
Rename os.default_allocator to os.heap_allocator
|
2018-06-03 16:40:58 +01:00 |
|
gingerBill
|
d556fa2cd8
|
Remove special shared scope for runtime stuff
|
2018-06-03 15:06:40 +01:00 |
|
gingerBill
|
398109ac84
|
Remove need for __llvm_core
|
2018-06-03 10:51:43 +01:00 |
|
gingerBill
|
6eb505a677
|
Comment based build tags for packages (basic and temporary)
|
2018-05-28 20:59:06 +01:00 |
|
gingerBill
|
4e203feaf4
|
Change import lookup
|
2018-05-27 23:46:08 +01:00 |
|
gingerBill
|
a513b47780
|
Remove unused packages
|
2018-05-27 23:33:10 +01:00 |
|
gingerBill
|
547a2831c7
|
Clean up name mangling by using unique package names per project
|
2018-05-27 22:09:11 +01:00 |
|
gingerBill
|
5c52ffe24e
|
Reorganize runtime package
|
2018-05-27 21:22:25 +01:00 |
|
gingerBill
|
6aae381e83
|
Move ODIN_* platform constants to core:os
|
2018-05-27 11:03:46 +01:00 |
|
gingerBill
|
eb11edabe0
|
Add file scopes for the packages
|
2018-05-27 00:10:38 +01:00 |
|
gingerBill
|
5b6770f3d2
|
Parse directories to be packages
|
2018-05-21 20:47:52 +01:00 |
|