Commit Graph

  • 3d86fc2f2f Minor adjustments gingerBill 2019-03-15 15:41:06 +00:00
  • 61b07335d8 Fix build error on !Windows. Jeroen van Rijn 2019-03-15 07:37:20 +01:00
  • 712744ef36 Fix ir_copy_value_to_ptr usage in ir_emit_call #350 gingerBill 2019-03-14 23:41:48 +00:00
  • dbcd49acfc Add -pdb-name for custom names of PDBs gingerBill 2019-03-14 23:26:32 +00:00
  • 291bf0c143 Fix #raw_union bug caused by typo #349 gingerBill 2019-03-14 23:25:55 +00:00
  • e398c074db Fix typo Brendan Punsky 2019-03-13 18:37:01 -04:00
  • eadb66c9ef Merge branch 'master' into master Brendan Punsky 2019-03-13 16:45:46 -04:00
  • 9d7e1c17cc Update kernel32.odin Brendan Punsky 2019-03-13 16:44:11 -04:00
  • 775b544326 Update path_windows.odin Brendan Punsky 2019-03-13 16:40:26 -04:00
  • da26e14959 Update path.odin Brendan Punsky 2019-03-13 16:38:02 -04:00
  • bdab5e00da Minor code clean up gingerBill 2019-03-11 19:52:40 +00:00
  • e781056df1 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2019-03-11 09:32:24 +00:00
  • b08d944c33 Fix typo in demo.odin gingerBill 2019-03-11 09:32:15 +00:00
  • 4f24f1172e Stylistic improvements to new comdlg helpers. Jeroen van Rijn 2019-03-09 13:48:48 +01:00
  • 4446a1431a Merge pull request #348 from Kelimion/master Jeroen van Rijn 2019-03-09 12:51:14 +01:00
  • 090937f8af Add convenience functions for open + save dialogs. Jeroen van Rijn 2019-03-09 12:45:17 +01:00
  • d852b0c948 Add win32.get_cwd to return the current working directory Jeroen van Rijn 2019-03-09 11:08:50 +01:00
  • 007a7989b8 Add implicit selector expression examples to demo.odin gingerBill 2019-03-06 20:06:37 +00:00
  • 5c04800831 Add type inference to index expressions for maps gingerBill 2019-03-06 20:01:46 +00:00
  • c634d4a96d Using implicit selector expressions in the core library gingerBill 2019-03-06 19:13:50 +00:00
  • c67ea97845 Add implicit selector expressions for in/notin gingerBill 2019-03-06 19:08:37 +00:00
  • 15d3f4c190 Allow implicit selector expressions in switch statements gingerBill 2019-03-06 16:23:50 +00:00
  • 1b3ec66fa2 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2019-03-06 16:19:55 +00:00
  • ad3b6ab718 Implicit Selector Expressions: .A gingerBill 2019-03-06 16:19:47 +00:00
  • 8c618225bf Merge pull request #347 from Kelimion/master Jeroen van Rijn 2019-03-04 13:46:51 +01:00
  • 1f5ab0b5f1 Fix typo in cel tokeniser. Jeroen van Rijn 2019-03-04 13:41:47 +01:00
  • 1652d5033b Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2019-03-03 12:09:06 +00:00
  • 9b4b20e8b1 package dynlib gingerBill 2019-03-03 12:08:26 +00:00
  • 8fb8b5ed7e Merge pull request #346 from Kelimion/fix-issue-345 Jeroen van Rijn 2019-03-03 13:00:00 +01:00
  • 7bd86bb3ec well, that was a stupid copy/paste bug Jeroen van Rijn 2019-03-02 13:24:11 +01:00
  • b6d6eb6ae2 Fix #345: Panic when using enum as map key Jeroen van Rijn 2019-03-02 13:21:01 +01:00
  • a126d2ba16 Merge remote-tracking branch 'upstream/master' into fix-issue-345 Jeroen van Rijn 2019-03-02 12:31:45 +01:00
  • 6faab8e47a Fix #345: panic when using enum as map key Jeroen van Rijn 2019-02-26 13:51:56 +01:00
  • 76a6757ee9 Add os.file_size_from_path gingerBill 2019-02-25 18:03:44 +00:00
  • 0c8746ada6 Add support for custom keywords in core:odin/* packages gingerBill 2019-02-25 12:41:43 +00:00
  • a0c81c79ad Fix bugs: Array Literals with constant elements; IR printing of raw procedure types gingerBill 2019-02-24 10:30:58 +00:00
  • cdfaa643cc Reimplement -collection; remove static from Odin tokenizer/parser in core library gingerBill 2019-02-23 23:30:03 +00:00
  • 989cc893ef FIX TYPO! gingerBill 2019-02-23 23:25:46 +00:00
  • 2878cd8241 New build flag: -define:foo=123 gingerBill 2019-02-23 23:21:27 +00:00
  • a9ab90bd24 Make static an attribute rather than a keyword prefix gingerBill 2019-02-23 22:17:27 +00:00
  • e551d2b25e Replace foreign export {} with @export gingerBill 2019-02-23 21:39:47 +00:00
  • 38ae2e9efa Allow basic arithmetic operations for vectors gingerBill 2019-02-23 18:05:41 +00:00
  • 684945ea57 Fix calling conventions for simd vector types gingerBill 2019-02-23 17:45:30 +00:00
  • 4c51384ad6 intrinsics.vector type (Experimental) gingerBill 2019-02-23 16:44:16 +00:00
  • 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