gingerBill
|
71b32ae117
|
Update demo.odin
|
2019-10-06 19:20:00 +01:00 |
|
gingerBill
|
939459b635
|
Change implicit semicolon rules for record types within procedure bodies; Update package odin/*
|
2019-10-06 19:16:55 +01:00 |
|
gingerBill
|
562b518394
|
Change print*_err to eprint* in core library
|
2019-10-06 18:54:29 +01:00 |
|
gingerBill
|
d62503d031
|
Change precedence for in and notin to match + - | ~
|
2019-10-06 18:14:02 +01:00 |
|
gingerBill
|
4e8a801b35
|
strings.split; strings.index; eprint* over print*_err;
|
2019-10-06 18:13:15 +01:00 |
|
gingerBill
|
e1b711b3b3
|
Update demo.odin with more information
|
2019-10-06 15:07:16 +01:00 |
|
gingerBill
|
6c69e8c043
|
Make typeid semantics consistent across variables and constants
|
2019-10-06 14:55:25 +01:00 |
|
gingerBill
|
7fa2d25eea
|
Fix #complete switch with pointer case doesn't compile #416
|
2019-10-05 10:22:41 +01:00 |
|
gingerBill
|
dae514a2c9
|
Fix Using any in if statement asserts compiler #441
|
2019-10-05 09:40:05 +01:00 |
|
gingerBill
|
068993a819
|
Remove os_osx.odin
|
2019-10-01 20:55:15 +01:00 |
|
gingerBill
|
66ae4e5afc
|
Change ODIN_OS string for osx from "osx" to "darwin" to allow for other platforms
|
2019-10-01 20:38:50 +01:00 |
|
gingerBill
|
218d1131e8
|
Change how foreign imports work for mac
|
2019-09-29 09:25:33 +01:00 |
|
gingerBill
|
f4f6e9ad49
|
Fix -debug crash on windows caused by missing debug info for files.
|
2019-09-25 21:07:56 +01:00 |
|
gingerBill
|
48ab7f876c
|
Fix Implicit Selector Expressions do not work for parameteric struct parameters. #438
|
2019-09-25 20:52:47 +01:00 |
|
gingerBill
|
4cef160c87
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2019-09-17 19:47:13 +01:00 |
|
gingerBill
|
68582c5ad1
|
Add suggestions to errors on casts and assignments.
|
2019-09-17 19:47:04 +01:00 |
|
gingerBill
|
a9a2dafca5
|
Merge pull request #430 from nakst/master
New Essence OS layer; cross-compiling improvements
|
2019-09-09 14:39:35 +01:00 |
|
gingerBill
|
da3467c25f
|
Merge pull request #434 from odin-lang/ThisDrunkDane-patch-1
Make `odin run` return the process exit code
|
2019-09-08 20:28:10 +01:00 |
|
gingerBill
|
5fc42bf9c9
|
Update demo.odin
|
2019-09-08 19:15:12 +01:00 |
|
gingerBill
|
42bbd31df1
|
Disallow where clauses on non-polymorphic records
|
2019-09-08 19:03:57 +01:00 |
|
gingerBill
|
c7cc38b7d8
|
Remove assert
|
2019-09-08 15:47:57 +01:00 |
|
gingerBill
|
4afc78efc6
|
Add where clauses to struct and union
|
2019-09-08 12:12:41 +01:00 |
|
Mikkel Hjortshøj
|
bc34083c9c
|
Also return on unix
|
2019-09-08 01:10:54 +02:00 |
|
Mikkel Hjortshøj
|
08dd8414c1
|
Make odin run return the process exit code
|
2019-09-08 01:09:04 +02:00 |
|
gingerBill
|
d54255505a
|
Fix Compiler does not complain about missing semicolon #433
|
2019-09-04 18:10:02 +01:00 |
|
gingerBill
|
d4914c3546
|
Fix Ir panic on using append() from within anonymous function #432
|
2019-09-04 18:06:02 +01:00 |
|
gingerBill
|
772c8779fa
|
Clean up thread pool code
|
2019-09-03 22:11:21 +01:00 |
|
gingerBill
|
c92b2e9612
|
Fix semaphore posting
|
2019-09-03 21:17:46 +01:00 |
|
gingerBill
|
1af143b749
|
Fix debug mode for build.bat
|
2019-09-02 21:16:17 +01:00 |
|
gingerBill
|
1370c10d1b
|
Fix Converting addresses to function pointers produces llvm-opt error #431
|
2019-09-02 18:59:07 +01:00 |
|
gingerBill
|
1348d8a8cd
|
Improve thread pool (volatile hints, etc)
|
2019-09-02 18:49:23 +01:00 |
|
gingerBill
|
495aaacb81
|
Fix build.bat
|
2019-09-02 18:35:00 +01:00 |
|
nakst
|
22e982c8fb
|
New Essence OS layer; cross-compiling improvements
|
2019-09-02 16:46:50 +01:00 |
|
gingerBill
|
6d614ef07c
|
Remove thread naming on thread pool
|
2019-09-01 23:16:01 +01:00 |
|
gingerBill
|
723f351a6d
|
Remove custom allocator for thread pool
|
2019-09-01 23:13:29 +01:00 |
|
gingerBill
|
c93872cc13
|
Thread pool fixes
|
2019-09-01 22:57:53 +01:00 |
|
gingerBill
|
97dece15d7
|
Minor changes
|
2019-09-01 22:18:55 +01:00 |
|
gingerBill
|
657103c4cf
|
ThreadPool for the parser
|
2019-09-01 20:02:39 +01:00 |
|
gingerBill
|
b9d3129fb3
|
where clauses for procedure literals
|
2019-08-31 20:13:28 +01:00 |
|
gingerBill
|
b311540b16
|
Make require_results an attribute rather than a suffix tag for procedures
|
2019-08-31 14:48:56 +01:00 |
|
gingerBill
|
07ced1cf0e
|
Fix variable dependency ordering issues caused by procedure literals
|
2019-08-31 11:12:41 +01:00 |
|
gingerBill
|
a1d4ea7718
|
Merge pull request #425 from thebirk/parser-threading
Fixed parser creating a new thread for each file.
|
2019-08-29 20:44:48 +01:00 |
|
thebirk
|
f921a91fc8
|
Properly removed the semaphore.
|
2019-08-29 20:35:12 +02:00 |
|
thebirk
|
4dade34603
|
Removed unused semaphore on Parser.
|
2019-08-29 20:34:09 +02:00 |
|
thebirk
|
d76249d90b
|
Cleaned up parse_packages and the worker proc.
|
2019-08-29 20:27:38 +02:00 |
|
gingerBill
|
d118fc569a
|
Add intrinsincs.type_is_quaternion
|
2019-08-29 16:45:36 +01:00 |
|
gingerBill
|
2dc39a5cbd
|
Improve demo.odin
|
2019-08-29 15:25:46 +01:00 |
|
gingerBill
|
c89fc35e94
|
Fix global variable initialization ordering
(related to #427)
|
2019-08-29 14:36:42 +01:00 |
|
gingerBill
|
614d209824
|
Add debug information for quaternion types (fixes #428)
|
2019-08-29 10:39:03 +01:00 |
|
gingerBill
|
f1a7b31209
|
Fix nested raw_union with using #428
|
2019-08-28 13:34:55 +01:00 |
|