gingerBill
|
f917935f9d
|
Disallow compound literals for struct #raw_union (fix)
|
2019-02-19 10:04:36 +00:00 |
|
Brendan Punsky
|
222e5c8ae9
|
Delete path_linux.odin
Delete useless path_linux.odin stub
|
2019-02-14 20:25:13 -05:00 |
|
gingerBill
|
dbd0638853
|
Fix untyped ternary string IR conversion
|
2019-02-14 11:11:05 +00:00 |
|
Brendan Punsky
|
772dc47f55
|
Oops, I forgot to stage core/strings/strings.odin
|
2019-02-12 17:30:46 -05:00 |
|
Brendan Punsky
|
0777351482
|
Added path lib "core:path", as well as single- and multiple-splitset string split proc variants to "core:string"
|
2019-02-12 17:27:54 -05:00 |
|
gingerBill
|
53d8216311
|
Reorganize package mem
|
2019-02-10 22:15:34 +00:00 |
|
gingerBill
|
6a0c3d5599
|
Add default_parser procedure to package odin_parser
|
2019-02-10 22:05:18 +00:00 |
|
gingerBill
|
9647fb2a4b
|
Add Stack and Small_Stack allocators to package mem
|
2019-02-10 22:04:58 +00:00 |
|
gingerBill
|
42f936742e
|
Add extra dead code elimination
|
2019-02-10 21:23:02 +00:00 |
|
gingerBill
|
e2d4667639
|
Fix data layout issue on Windows; Remove unused loads in SSA
|
2019-02-10 20:51:19 +00:00 |
|
gingerBill
|
b74d828af7
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2019-02-09 22:34:37 +00:00 |
|
gingerBill
|
e16409f88a
|
Fix package odin_parser bugs
|
2019-02-09 22:34:27 +00:00 |
|
thebirk
|
6571f07c7e
|
Fixed typo in copy_sign_f64.
|
2019-02-08 12:58:30 +01:00 |
|
gingerBill
|
4b7a09b92e
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2019-02-06 22:45:04 +00:00 |
|
gingerBill
|
26fb1fa18c
|
Fix lead_comment issue is package odin_parser
|
2019-02-06 22:44:54 +00:00 |
|
Mikkel Hjortshøj
|
24c43d33bb
|
Export LLVM path on macOS (CI)
|
2019-02-06 19:08:32 +01:00 |
|
Mikkel Hjortshøj
|
7343f0c7ff
|
Fix recursive variable in makefile on macOS
|
2019-02-06 18:56:02 +01:00 |
|
Mikkel Hjortshøj
|
3c8cda514b
|
Fix makefile for macOS
|
2019-02-06 18:49:21 +01:00 |
|
gingerBill
|
bc954df80e
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2019-02-06 16:07:32 +00:00 |
|
gingerBill
|
e1ae359a77
|
Replace redundant code
|
2019-02-06 16:06:48 +00:00 |
|
Mikkel Hjortshoej
|
c9602953aa
|
last fixes to bats and README
|
2019-02-06 15:53:40 +01:00 |
|
Mikkel Hjortshoej
|
0185b43c2f
|
Create CI files
|
2019-02-06 15:53:40 +01:00 |
|
gingerBill
|
bc5c37ebb1
|
Extra checks to reduce mem.zero calls
|
2019-02-06 13:47:52 +00:00 |
|
gingerBill
|
0133dd9034
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2019-02-06 13:33:52 +00:00 |
|
gingerBill
|
a194aa5a9e
|
Minimize mem.zero use
|
2019-02-06 13:33:31 +00:00 |
|
gingerBill
|
766f3e259f
|
Merge pull request #334 from odin-lang/ThisDrunkDane-patch-1
Add issue templates
|
2019-02-05 22:21:27 +00:00 |
|
Mikkel Hjortshøj
|
6092cc0497
|
Add issue templates
|
2019-02-05 21:19:56 +01:00 |
|
gingerBill
|
fa5d00521b
|
Remove inline from many of the mem.* procedures
|
2019-02-04 12:15:51 +00:00 |
|
gingerBill
|
d1e29400d3
|
Merge pull request #331 from thebirk/fix-out-linux
Fixed macOS not compiling
|
2019-02-02 23:14:26 +00:00 |
|
gingerBill
|
2dc7aaec82
|
Merge pull request #332 from thebirk/fix-big-string-printing
Fix #322, now correctly printing big strings.
|
2019-02-02 23:14:08 +00:00 |
|
thebirk
|
b7242f9d4b
|
Fix #322, now correctly printing big strings.
|
2019-02-02 00:11:41 +01:00 |
|
thebirk
|
7ea7fc10db
|
Fixed macOS not compiling.
|
2019-02-01 15:33:27 +01:00 |
|
gingerBill
|
141da818ba
|
Merge pull request #330 from thebirk/fix-out-linux
Fixed -out dropping extension on linux. Issue #305
|
2019-02-01 14:25:36 +00:00 |
|
thebirk
|
dc3d62d437
|
Fixed -out dropping extension on linux.
|
2019-02-01 15:12:20 +01:00 |
|
gingerBill
|
dee28d998f
|
Allow for @indent for attributes that don't require any parameters; Add -ignore-unknown-attributes
|
2019-01-30 14:24:14 +00:00 |
|
gingerBill
|
96ef6aa7f3
|
Merge pull request #327 from Tetralux/tet/pass-args-to-run
Provide a way to pass arguments to compiled executable during 'odin run program.odin'.
|
2019-01-29 22:12:01 +00:00 |
|
gingerBill
|
238a40321a
|
inline certain mem.* procedures
|
2019-01-29 22:08:48 +00:00 |
|
gingerBill
|
1aea59a0fc
|
Fix typo in parser.cpp
|
2019-01-29 21:53:36 +00:00 |
|
gingerBill
|
c6dee52abe
|
Finish up package odin_parser
|
2019-01-29 21:53:16 +00:00 |
|
Tetralux
|
1e180d611d
|
Allow 'odin run program.odin -- <args-for-program.exe>
|
2019-01-28 17:58:48 +00:00 |
|
gingerBill
|
e452765d28
|
Patch minor IR bug
|
2019-01-28 12:13:37 +00:00 |
|
gingerBill
|
2b80683fc7
|
Vet odin/* packages
|
2019-01-27 19:01:33 +00:00 |
|
gingerBill
|
5f840ea2fc
|
package odin_parser
|
2019-01-26 20:17:03 +00:00 |
|
gingerBill
|
c72427fd1e
|
package odin_parser
|
2019-01-26 20:14:06 +00:00 |
|
gingerBill
|
44b959648c
|
Pass any and union "by pointer" to make the tag a pointer
|
2019-01-26 20:13:43 +00:00 |
|
gingerBill
|
a96bf08266
|
Fix tokenizer.odin bugs
|
2019-01-24 21:40:09 +00:00 |
|
gingerBill
|
ebaf48c07d
|
Fix subtyping rules for heavily nested using in structs
|
2019-01-24 21:17:30 +00:00 |
|
gingerBill
|
c197a27185
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2019-01-24 15:53:27 +00:00 |
|
gingerBill
|
5ccccf8816
|
Add package odin/token; package odin/tokenizer
|
2019-01-24 15:53:17 +00:00 |
|
gingerBill
|
345e790f52
|
Remove dead code
|
2019-01-24 15:52:51 +00:00 |
|