Commit Graph

  • 1da0668653 Add utf8.rune_index gingerBill 2019-10-26 11:50:01 +01:00
  • c60fb10a6a Move old demos and old stuff to /misc gingerBill 2019-10-26 10:40:17 +01:00
  • 7140f42915 Modify runtime to reduce dependencies on other packages gingerBill 2019-10-23 21:43:13 +01:00
  • ad92fbfd4e Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2019-10-23 21:42:42 +01:00
  • 1416946757 Add token.odin gingerBill 2019-10-23 21:42:28 +01:00
  • 6a8c4ee04c Merge pull request #450 from ThisDrunkDane/master gingerBill 2019-10-21 22:17:05 +01:00
  • 516df9123d Update README.md Mikkel Hjortshøj 2019-10-21 23:08:16 +02:00
  • 818d6dbbea Update README.md with new CI badge Mikkel Hjortshøj 2019-10-21 23:05:18 +02:00
  • 286c5b7b24 Remove old CI runners Mikkel Hjortshoej 2019-10-21 23:01:32 +02:00
  • c0e8113f6f Add github CI action Mikkel Hjortshøj 2019-10-21 19:46:05 +02:00
  • e15dfa8eb6 Fix missing check for zero elements gingerBill 2019-10-20 18:26:30 +01:00
  • f12ded54f2 Support for named indices for array-like compound literals {3 = a, 1 = b} gingerBill 2019-10-20 13:11:28 +01:00
  • b4951c9b39 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2019-10-20 10:50:30 +01:00
  • 9f0a28017d Fix typo in string_to_string16 #444 gingerBill 2019-10-20 10:50:18 +01:00
  • d7c8a3a9dd Merge pull request #445 from Tetralux/patch-2 Mikkel Hjortshøj 2019-10-19 18:57:23 +02:00
  • 10b109e25f Clarify that you can pass a directory to odin build Tetralux 2019-10-19 17:55:05 +01:00
  • 2afe4bea67 Add instrincs.type_is_valid_map_key gingerBill 2019-10-15 22:43:04 +01:00
  • 12ae5ed09e Fix missing typeid conversion case for variadic parameters gingerBill 2019-10-15 20:47:27 +01:00
  • 0bdc3b4f21 Fix Values coerce to typeid #443 gingerBill 2019-10-15 17:54:37 +01:00
  • eaabb888d4 Update Odin Logo gingerBill 2019-10-15 17:42:55 +01:00
  • b53fe14c22 Change error to syntax_error in parser gingerBill 2019-10-13 16:06:41 +01:00
  • 45683703ea Fix System V for certain structs gingerBill 2019-10-13 14:29:56 +01:00
  • 03053a18ce Fix IR generation bug for nested foreign procedure declaration gingerBill 2019-10-13 12:51:47 +01:00
  • 2a6d9e8927 #panic; Minor change to demo.odin; Fix #assert bug at file scope gingerBill 2019-10-13 12:38:23 +01:00
  • fa81061db0 Minor fix to Odin types with System V ABI gingerBill 2019-10-10 21:50:20 +01:00
  • 39b3c8c80f Update System V ABI to for more Odin types gingerBill 2019-10-10 21:39:46 +01:00
  • 3139151935 Minor fix to systemv_distribute_struct_fields gingerBill 2019-10-10 21:24:32 +01:00
  • 672a8f5dbd Add Odin types for System V ABI gingerBill 2019-10-10 21:13:06 +01:00
  • 8672ff1c55 Fix typo in System V ABI determination gingerBill 2019-10-10 20:57:31 +01:00
  • abfa894566 Fix general IR parameter case gingerBill 2019-10-10 20:52:07 +01:00
  • 5b52fed268 Correct (experimental) System V AMD64 ABI support gingerBill 2019-10-10 20:41:16 +01:00
  • 94a638b436 Update README.md Mikkel Hjortshøj 2019-10-10 11:10:10 +02:00
  • 1b8c3ca22a Fix typos and make demo work with -vet gingerBill 2019-10-08 20:28:45 +01:00
  • 71b32ae117 Update demo.odin gingerBill 2019-10-06 19:20:00 +01:00
  • 939459b635 Change implicit semicolon rules for record types within procedure bodies; Update package odin/* gingerBill 2019-10-06 19:16:55 +01:00
  • 562b518394 Change print*_err to eprint* in core library gingerBill 2019-10-06 18:54:29 +01:00
  • d62503d031 Change precedence for in and notin to match + - | ~ gingerBill 2019-10-06 18:14:02 +01:00
  • 4e8a801b35 strings.split; strings.index; eprint* over print*_err; gingerBill 2019-10-06 18:13:15 +01:00
  • e1b711b3b3 Update demo.odin with more information gingerBill 2019-10-06 15:07:16 +01:00
  • 6c69e8c043 Make typeid semantics consistent across variables and constants gingerBill 2019-10-06 14:55:25 +01:00
  • 7fa2d25eea Fix #complete switch with pointer case doesn't compile #416 gingerBill 2019-10-05 10:22:41 +01:00
  • dae514a2c9 Fix Using any in if statement asserts compiler #441 gingerBill 2019-10-05 09:40:05 +01:00
  • 068993a819 Remove os_osx.odin gingerBill 2019-10-01 20:55:15 +01:00
  • 66ae4e5afc Change ODIN_OS string for osx from "osx" to "darwin" to allow for other platforms gingerBill 2019-10-01 20:38:50 +01:00
  • 218d1131e8 Change how foreign imports work for mac gingerBill 2019-09-29 09:25:33 +01:00
  • f4f6e9ad49 Fix -debug crash on windows caused by missing debug info for files. gingerBill 2019-09-25 21:07:56 +01:00
  • 48ab7f876c Fix Implicit Selector Expressions do not work for parameteric struct parameters. #438 gingerBill 2019-09-25 20:52:47 +01:00
  • 1e53a6fa96 updated os_essence.odin nakst 2019-09-18 16:19:19 +01:00
  • 4cef160c87 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2019-09-17 19:47:13 +01:00
  • 68582c5ad1 Add suggestions to errors on casts and assignments. gingerBill 2019-09-17 19:47:04 +01:00
  • a9a2dafca5 Merge pull request #430 from nakst/master gingerBill 2019-09-09 14:39:35 +01:00
  • da3467c25f Merge pull request #434 from odin-lang/ThisDrunkDane-patch-1 gingerBill 2019-09-08 20:28:10 +01:00
  • 5fc42bf9c9 Update demo.odin gingerBill 2019-09-08 19:15:12 +01:00
  • 42bbd31df1 Disallow where clauses on non-polymorphic records gingerBill 2019-09-08 19:03:57 +01:00
  • c7cc38b7d8 Remove assert gingerBill 2019-09-08 15:47:57 +01:00
  • 4afc78efc6 Add where clauses to struct and union gingerBill 2019-09-08 12:12:41 +01:00
  • bc34083c9c Also return on unix Mikkel Hjortshøj 2019-09-08 01:10:54 +02:00
  • 08dd8414c1 Make odin run return the process exit code Mikkel Hjortshøj 2019-09-08 01:09:04 +02:00
  • d54255505a Fix Compiler does not complain about missing semicolon #433 gingerBill 2019-09-04 18:10:02 +01:00
  • d4914c3546 Fix Ir panic on using append() from within anonymous function #432 gingerBill 2019-09-04 18:06:02 +01:00
  • 772c8779fa Clean up thread pool code gingerBill 2019-09-03 22:11:21 +01:00
  • c92b2e9612 Fix semaphore posting gingerBill 2019-09-03 21:17:46 +01:00
  • 1af143b749 Fix debug mode for build.bat gingerBill 2019-09-02 21:16:17 +01:00
  • 1370c10d1b Fix Converting addresses to function pointers produces llvm-opt error #431 gingerBill 2019-09-02 18:59:07 +01:00
  • 1348d8a8cd Improve thread pool (volatile hints, etc) gingerBill 2019-09-02 18:49:23 +01:00
  • 495aaacb81 Fix build.bat gingerBill 2019-09-02 18:35:00 +01:00
  • 22e982c8fb New Essence OS layer; cross-compiling improvements nakst 2019-09-02 16:46:50 +01:00
  • 6d614ef07c Remove thread naming on thread pool gingerBill 2019-09-01 23:16:01 +01:00
  • 723f351a6d Remove custom allocator for thread pool gingerBill 2019-09-01 23:13:29 +01:00
  • c93872cc13 Thread pool fixes gingerBill 2019-09-01 22:57:53 +01:00
  • 97dece15d7 Minor changes gingerBill 2019-09-01 22:18:55 +01:00
  • 657103c4cf ThreadPool for the parser gingerBill 2019-09-01 20:02:39 +01:00
  • b9d3129fb3 where clauses for procedure literals gingerBill 2019-08-31 20:13:28 +01:00
  • b311540b16 Make require_results an attribute rather than a suffix tag for procedures gingerBill 2019-08-31 14:48:56 +01:00
  • 07ced1cf0e Fix variable dependency ordering issues caused by procedure literals gingerBill 2019-08-31 11:12:41 +01:00
  • a1d4ea7718 Merge pull request #425 from thebirk/parser-threading gingerBill 2019-08-29 20:44:48 +01:00
  • f921a91fc8 Properly removed the semaphore. thebirk 2019-08-29 20:35:12 +02:00
  • 4dade34603 Removed unused semaphore on Parser. thebirk 2019-08-29 20:34:09 +02:00
  • d76249d90b Cleaned up parse_packages and the worker proc. thebirk 2019-08-29 20:27:38 +02:00
  • d118fc569a Add intrinsincs.type_is_quaternion gingerBill 2019-08-29 16:45:36 +01:00
  • 2dc39a5cbd Improve demo.odin gingerBill 2019-08-29 15:25:46 +01:00
  • c89fc35e94 Fix global variable initialization ordering (related to #427) gingerBill 2019-08-29 14:36:42 +01:00
  • 614d209824 Add debug information for quaternion types (fixes #428) gingerBill 2019-08-29 10:39:03 +01:00
  • f1a7b31209 Fix nested raw_union with using #428 gingerBill 2019-08-28 13:34:55 +01:00
  • 6a8b3fee38 Removed gb_thread_set_name because it segfaults on linux. thebirk 2019-08-26 20:23:52 +02:00
  • 4551521b2c Im just trying things at this point, Bill should just squash this PR at merge time ;) thebirk 2019-08-26 19:51:33 +02:00
  • 97dfcffa76 Fixed error where the parser would end early. thebirk 2019-08-26 19:09:52 +02:00
  • 6d3feb4531 Fix typo in tokenizer (no actual bug) gingerBill 2019-08-26 16:18:26 +01:00
  • c44d25d14f Fixed parser creating a new thread for each file. thebirk 2019-08-26 16:47:41 +02:00
  • 25dd00cd0b Add complex/quaternion raw layouts to mem/raw.odin gingerBill 2019-08-26 14:40:04 +01:00
  • 01c10aa944 inline for loops (only for 'in' based for loops) gingerBill 2019-08-26 13:54:35 +01:00
  • 4908d1ebdd Update odin_tokenizer to support quaternion literals gingerBill 2019-08-26 11:56:04 +01:00
  • 7bc146e6fd Built-in Quaternions (Not just an April Fool's Joke any more) gingerBill 2019-08-26 11:33:05 +01:00
  • 59ab51acec Fix typo gingerBill 2019-08-23 11:54:23 +01:00
  • cf23954297 Improve #assert to show the procedure and signature it was called with; Allow the ability to print ExactValue correct now. gingerBill 2019-08-23 11:51:04 +01:00
  • d1cc6534cd Remove the rule that made any declaration prefixed with an underscore private to that package. gingerBill 2019-08-23 10:32:05 +01:00
  • 1b454c7ded Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2019-08-23 10:24:25 +01:00
  • 150d4e343d Fix ~(1 << x) type inference bug gingerBill 2019-08-23 10:24:18 +01:00
  • 28ada801a0 Merge pull request #419 from zhibog/master gingerBill 2019-08-16 19:42:03 +01:00
  • a7676bff6e Added an implementation for Base64. Also provides the ability to supply your own alphabet and decoding table. zhibog 2019-08-15 22:05:06 +02:00