Commit Graph

1020 Commits

Author SHA1 Message Date
gingerBill
bada81159d Add #no_bounds_check to __dynamic_map_* procedures 2018-02-25 12:13:45 +00:00
gingerBill
652da98c70 Fix slice bounds checking 2018-02-25 12:10:19 +00:00
gingerBill
e14e2c3b4d -out and generate executable in the current working directory 2018-02-25 11:49:44 +00:00
gingerBill
f96a897821 Make switch in f { valid 2018-02-25 10:55:18 +00:00
gingerBill
b74ae77745 Merge pull request #197 from bpunsky/context-bug-fix
Context bug fix
2018-02-25 00:13:02 +00:00
Brendan Punsky
564226be02 fixed issues with uninitialized contexts
also, `any_to_bytes` I think, and maybe some bindings in `core:sys/windows.odin`
2018-02-24 18:58:22 -05:00
Brendan Punsky
f6c45fc68a Merge remote-tracking branch 'origin/master' 2018-02-24 14:29:30 -05:00
gingerBill
35ba5771a5 Replace compile_assert with #assert 2018-02-24 19:03:29 +00:00
gingerBill
b2461f7192 Fix issue #195 2018-02-24 18:19:11 +00:00
Brendan Punsky
60a54f404b Auto stash before merge of "master" and "origin/master" 2018-02-22 20:11:17 -05:00
gingerBill
921f261377 Fix os.args on Windows #143 2018-02-22 21:34:09 +00:00
gingerBill
d70a555c1c Fix issue #192 2018-02-22 21:24:38 +00:00
gingerBill
4c339360e9 auto_cast 2018-02-18 15:14:13 +00:00
gingerBill
731dad480d Fix issue regarding nullptr Type * 2018-02-18 14:37:58 +00:00
gingerBill
a0f2357cb3 Minor fix to demo 2018-02-17 19:40:33 +00:00
gingerBill
e86ac75e9c Merge branch 'master' of https://github.com/odin-lang/Odin 2018-02-17 19:24:15 +00:00
gingerBill
f51de2e488 Disallow #complete switch ranges 2018-02-17 19:24:02 +00:00
gingerBill
5efefdcf16 Merge pull request #189 from ThisDrunkDane/master
Pretty readme header
2018-02-17 19:16:51 +00:00
gingerBill
cabb2bb992 Commit 1000 🎉🎂 2018-02-17 19:15:58 +00:00
gingerBill
d560f6c920 Fix compile time issue regarding switch ranges 2018-02-17 19:05:14 +00:00
gingerBill
21432ba96e Clean up range code for switch 2018-02-17 18:34:14 +00:00
gingerBill
c341597657 Remove constant from switch for strings 2018-02-17 18:22:43 +00:00
Mikkel Hjortshøj
2a1420d4e7 Update README.md 2018-02-17 15:03:26 +01:00
Mikkel Hjortshoej
28d88f6af4 rounded logo 2018-02-17 15:03:16 +01: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
2e92d0c821 Remove old procedures 2018-02-13 22:05:25 +00:00
gingerBill
a499a3aa5e Merge pull request #184 from ThisDrunkDane/master
Added widechar versions of functions, plus cursor functions
2018-02-13 22:02:43 +00:00
gingerBill
23ab3c4713 Replace [...] with [?] 2018-02-13 21:59:49 +00:00
gingerBill
da300aa9c3 Fix enum #export does not work with export #185 2018-02-13 18:01:42 +00:00
ThisDrunkDane
e225158a6f Merge branch 'master' of https://github.com/odin-lang/Odin 2018-02-12 06:07:15 +01:00
gingerBill
2ce55783d2 Fix make 2018-02-11 23:47:46 +00:00
gingerBill
14eeee40b2 Update demo.odin v0.8.1 2018-02-11 11:16:17 +00:00
gingerBill
038dea9202 v0.8.1
Fix initialization values for variables
2018-02-11 11:15:53 +00:00
gingerBill
0ae3484171 Fix zero value initialization in IR 2018-02-11 11:13:52 +00:00
gingerBill
54976c3249 v0.8.0 v0.8.0 2018-02-09 18:03:06 +00:00
Mikkel Hjortshoej
4c06b44315 Merge branch 'master' of github.com:odin-lang/odin 2018-02-07 21:23:28 +01:00
Mikkel Hjortshoej
678b58e0b1 Added widechar versions of functions, plus cursor functions 2018-02-07 21:17:59 +01:00
gingerBill
8f913c656c Fix error reporting for assignment to a built-in procedure (#183) 2018-02-07 18:55:01 +00:00
gingerBill
001b48a5c6 Change local variable alignment to 16 bytes for the time being 2018-02-05 23:27:18 +00:00
gingerBill
54929a1b92 Minor context fix 2018-02-05 23:09:34 +00:00
gingerBill
92780e2683 distinct keyword for type declarations 2018-02-05 22:46:30 +00:00
gingerBill
2891988d3b Add extra check to ir_emit_zero_init 2018-02-05 22:26:22 +00:00
gingerBill
c1728914c6 Fix typos #type_alias 2018-02-04 21:34:45 +00:00
gingerBill
ed2f49e8d2 Remove dead code; Fix issue regarding order of evaluation of function parameters (in C++) depending on the compiler (clang vs gcc vs msvc) 2018-02-04 20:07:05 +00:00
gingerBill
8a76a370a9 Merge pull request #182 from ThisDrunkDane/master
Functions, structs and constants related to getting file notifications
2018-02-04 19:49:04 +00:00
Mikkel Hjortshoej
1160fd4331 functions, structs and constants related to getting file notifications 2018-02-03 21:56:15 +01:00
gingerBill
0134c38759 Fix issue #181 2018-02-03 10:32:47 +00:00
gingerBill
d079095517 Fix bug #179 2018-02-03 10:27:33 +00:00
gingerBill
028d628e9f Add extra zero init for IR 2018-01-31 18:27:08 +00:00