Commit Graph

  • 64bd884d94 Add "none" calling convention gingerBill 2019-02-23 14:42:44 +00:00
  • a07232ea63 Fix missing break in switch statement for deferred_in in the IR gingerBill 2019-02-23 14:11:48 +00:00
  • 79b585ada8 Add minor additions to mem, sync, and sys/win32 gingerBill 2019-02-21 21:45:33 +00:00
  • f917935f9d Disallow compound literals for struct #raw_union (fix) gingerBill 2019-02-19 10:04:36 +00:00
  • 222e5c8ae9 Delete path_linux.odin Brendan Punsky 2019-02-14 20:25:13 -05:00
  • dbd0638853 Fix untyped ternary string IR conversion gingerBill 2019-02-14 11:11:05 +00:00
  • 772dc47f55 Oops, I forgot to stage core/strings/strings.odin Brendan Punsky 2019-02-12 17:30:46 -05:00
  • 0777351482 Added path lib "core:path", as well as single- and multiple-splitset string split proc variants to "core:string" Brendan Punsky 2019-02-12 17:27:54 -05:00
  • 53d8216311 Reorganize package mem gingerBill 2019-02-10 22:15:34 +00:00
  • 6a0c3d5599 Add default_parser procedure to package odin_parser gingerBill 2019-02-10 22:05:18 +00:00
  • 9647fb2a4b Add Stack and Small_Stack allocators to package mem gingerBill 2019-02-10 22:04:58 +00:00
  • 42f936742e Add extra dead code elimination gingerBill 2019-02-10 21:23:02 +00:00
  • e2d4667639 Fix data layout issue on Windows; Remove unused loads in SSA gingerBill 2019-02-10 20:51:19 +00:00
  • b74d828af7 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2019-02-09 22:34:37 +00:00
  • e16409f88a Fix package odin_parser bugs gingerBill 2019-02-09 22:34:27 +00:00
  • 6571f07c7e Fixed typo in copy_sign_f64. thebirk 2019-02-08 12:51:36 +01:00
  • 4b7a09b92e Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2019-02-06 22:45:04 +00:00
  • 26fb1fa18c Fix lead_comment issue is package odin_parser gingerBill 2019-02-06 22:44:54 +00:00
  • 24c43d33bb Export LLVM path on macOS (CI) Mikkel Hjortshøj 2019-02-06 19:08:32 +01:00
  • 7343f0c7ff Fix recursive variable in makefile on macOS Mikkel Hjortshøj 2019-02-06 18:56:02 +01:00
  • 3c8cda514b Fix makefile for macOS Mikkel Hjortshøj 2019-02-06 18:49:21 +01:00
  • bc954df80e Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2019-02-06 16:07:32 +00:00
  • e1ae359a77 Replace redundant code gingerBill 2019-02-06 16:06:48 +00:00
  • c9602953aa last fixes to bats and README Mikkel Hjortshoej 2019-02-05 20:51:59 +01:00
  • 0185b43c2f Create CI files Mikkel Hjortshoej 2019-02-05 18:59:10 +01:00
  • bc5c37ebb1 Extra checks to reduce mem.zero calls gingerBill 2019-02-06 13:47:52 +00:00
  • 0133dd9034 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2019-02-06 13:33:52 +00:00
  • a194aa5a9e Minimize mem.zero use gingerBill 2019-02-06 13:33:31 +00:00
  • 766f3e259f Merge pull request #334 from odin-lang/ThisDrunkDane-patch-1 gingerBill 2019-02-05 22:21:27 +00:00
  • 6092cc0497 Add issue templates Mikkel Hjortshøj 2019-02-05 21:19:56 +01:00
  • fa5d00521b Remove inline from many of the mem.* procedures gingerBill 2019-02-04 12:15:51 +00:00
  • d1e29400d3 Merge pull request #331 from thebirk/fix-out-linux gingerBill 2019-02-02 23:14:26 +00:00
  • 2dc7aaec82 Merge pull request #332 from thebirk/fix-big-string-printing gingerBill 2019-02-02 23:14:08 +00:00
  • b7242f9d4b Fix #322, now correctly printing big strings. thebirk 2019-02-02 00:11:41 +01:00
  • 7ea7fc10db Fixed macOS not compiling. thebirk 2019-02-01 15:33:27 +01:00
  • 141da818ba Merge pull request #330 from thebirk/fix-out-linux gingerBill 2019-02-01 14:25:36 +00:00
  • dc3d62d437 Fixed -out dropping extension on linux. thebirk 2019-02-01 15:12:20 +01:00
  • dee28d998f Allow for @indent for attributes that don't require any parameters; Add -ignore-unknown-attributes gingerBill 2019-01-30 14:24:14 +00:00
  • 96ef6aa7f3 Merge pull request #327 from Tetralux/tet/pass-args-to-run gingerBill 2019-01-29 22:12:01 +00:00
  • 238a40321a inline certain mem.* procedures gingerBill 2019-01-29 22:08:48 +00:00
  • 1aea59a0fc Fix typo in parser.cpp gingerBill 2019-01-29 21:53:36 +00:00
  • c6dee52abe Finish up package odin_parser gingerBill 2019-01-29 21:53:16 +00:00
  • 1e180d611d Allow 'odin run program.odin -- <args-for-program.exe> Tetralux 2019-01-21 12:29:32 +00:00
  • e452765d28 Patch minor IR bug gingerBill 2019-01-28 12:13:37 +00:00
  • 2b80683fc7 Vet odin/* packages gingerBill 2019-01-27 19:01:33 +00:00
  • 5f840ea2fc package odin_parser gingerBill 2019-01-26 20:17:03 +00:00
  • c72427fd1e package odin_parser gingerBill 2019-01-26 20:14:06 +00:00
  • 44b959648c Pass any and union "by pointer" to make the tag a pointer gingerBill 2019-01-26 20:13:43 +00:00
  • a96bf08266 Fix tokenizer.odin bugs gingerBill 2019-01-24 21:40:09 +00:00
  • ebaf48c07d Fix subtyping rules for heavily nested using in structs gingerBill 2019-01-24 21:17:30 +00:00
  • c197a27185 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2019-01-24 15:53:27 +00:00
  • 5ccccf8816 Add package odin/token; package odin/tokenizer gingerBill 2019-01-24 15:53:17 +00:00
  • 345e790f52 Remove dead code gingerBill 2019-01-24 15:52:51 +00:00
  • fd529b97be Merge pull request #324 from Tetralux/tet/ptr-endianness gingerBill 2019-01-18 14:24:19 +00:00
  • be1a3488a4 Initial support for GetVersionExA Jeroen van Rijn 2019-01-18 13:24:40 +01:00
  • 46c610d6e5 Fix printing IR of integer as a pointer with endianness. Tetralux 2019-01-16 17:07:43 +00:00
  • db2eff6847 Fix typo in json/parser.odin gingerBill 2019-01-14 20:44:27 +00:00
  • e047d9eb5e Update package json parser to store the end position on the values gingerBill 2019-01-14 15:51:52 +00:00
  • 3113e8c892 Minimize buffer size for write_u64 and write_i64 gingerBill 2019-01-13 21:40:18 +00:00
  • 19e37c852e Change deferred_* scoping behaviour for if gingerBill 2019-01-13 20:51:26 +00:00
  • 8fc24fd6f2 Replace deferred with deferred_none, deferred_in, deferred_out gingerBill 2019-01-13 19:34:08 +00:00
  • 493f11521d Check for _ for import names too gingerBill 2019-01-13 17:44:38 +00:00
  • 3363e2c199 Change import name determination rules Use custom name if given, then directory name, then the package name gingerBill 2019-01-13 11:54:25 +00:00
  • cf94d1735d Add extra explicit entity usage gingerBill 2019-01-13 11:24:03 +00:00
  • d9245a6af3 Update Makefile to reflect build.sh gingerBill 2019-01-13 11:19:01 +00:00
  • d453b9a5b1 Fix checking _ constant declarations with a procedure gingerBill 2019-01-10 11:22:52 +00:00
  • 5af20aa467 Make encoding/json use []byte rather than string gingerBill 2019-01-07 23:08:38 +00:00
  • cd2c4c02e1 Merge pull request #320 from thebirk/add-diff-to-time gingerBill 2019-01-07 15:52:33 +00:00
  • 6c21e99832 json.marshal gingerBill 2019-01-06 23:32:50 +00:00
  • 08598b9425 Support NaN and Infinity for JSON5 gingerBill 2019-01-06 22:25:02 +00:00
  • 6295f6747f strings.write_quoted_string gingerBill 2019-01-06 22:16:14 +00:00
  • 64f84ef9a3 fmt.printf("%q", str); (quotes strings) gingerBill 2019-01-06 22:11:45 +00:00
  • d1b9f3ac74 package json; JSON5 support gingerBill 2019-01-06 21:48:13 +00:00
  • d732a51587 Add json.is_valid file gingerBill 2019-01-06 20:44:52 +00:00
  • 9487f8c92e Add json.is_valid gingerBill 2019-01-06 20:44:39 +00:00
  • c5def60224 Begin work on package json gingerBill 2019-01-06 20:37:12 +00:00
  • ca2220214e Added diff() to core:time. thebirk 2019-01-06 19:40:57 +01:00
  • 6e6a053823 Add strings.destroy_builder gingerBill 2019-01-06 17:59:42 +00:00
  • 686e0ef3d1 Merge pull request #319 from mattt-b/master gingerBill 2019-01-06 15:22:21 +00:00
  • 594238a86c Reorganize fmt and strings; Replace fmt.String_Buffer with strings.Builder gingerBill 2019-01-06 14:41:42 +00:00
  • c60766f8e6 Vet time_linux matt 2019-01-06 05:25:27 -07:00
  • 5acea1bceb Source_Code_Location.hash; %#v printing for Source_Code_Location; allow typeid for map keys gingerBill 2019-01-05 15:56:47 +00:00
  • aac643f476 Remove debug printing text gingerBill 2019-01-05 11:30:13 +00:00
  • 37edbfeb74 Add missing types for min dep gingerBill 2019-01-05 11:18:43 +00:00
  • 51da3e469b Add win32 cursor stuff gingerBill 2019-01-05 11:16:14 +00:00
  • 9156af2bab Add missing types to minimum dependency checking gingerBill 2019-01-05 11:15:23 +00:00
  • 3a18ae3978 Remove alignment experiment gingerBill 2019-01-04 17:39:20 +00:00
  • f294c1adee ir_print: Ignore load's align (experimental idea as it might not be needed) gingerBill 2019-01-04 10:39:39 +00:00
  • bb93a8b131 Fix TODO ParameterValue_Location gingerBill 2019-01-04 10:19:39 +00:00
  • 5bfe5ad82e Remove unused directive gingerBill 2019-01-03 12:21:11 +00:00
  • dd28fe6e82 Update CEL gingerBill 2019-01-03 00:12:24 +00:00
  • cda0f4d8f3 Fix using struct cycle check gingerBill 2019-01-02 23:55:21 +00:00
  • 0546b5c218 Add sys/win32/comdlg32.odin gingerBill 2019-01-02 20:51:48 +00:00
  • 61a3e50d1b Reorganize sys/win32 gingerBill 2019-01-02 19:17:27 +00:00
  • 75aeb02c39 Merge pull request #315 from thebirk/fix-bud-for-lazy-bill gingerBill 2019-01-02 15:20:35 +00:00
  • a32f024d94 Fixed bug for Bill because he is a lazy boi. thebirk 2019-01-02 16:18:55 +01:00
  • 37d993c417 Merge pull request #314 from thebirk/int_from_arg_fix gingerBill 2019-01-02 15:01:45 +00:00
  • bcbb59dc11 Fixed int_from_arg not consuming argument. thebirk 2019-01-02 15:56:35 +01:00
  • c1ec45dc0a Update sys/win32; Add Menu stuff gingerBill 2019-01-01 20:18:48 +00:00
  • 0778d18bc7 Fix using with bit_field gingerBill 2019-01-01 15:11:54 +00:00