Commit Graph

  • 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
  • 4369298e96 Add reflect/types.odin gingerBill 2019-08-13 23:21:51 +01:00
  • a58c29582e Add new stuff to package reflect; fix -vet for odin_parser gingerBill 2019-08-13 23:21:33 +01:00
  • 3ad20a2d2d Remove package types and merge with package reflect gingerBill 2019-08-13 22:59:07 +01:00
  • b86dfa7af7 Fix compiler crash with #defined #417 gingerBill 2019-08-13 22:51:04 +01:00
  • 980890ee8a Make -vet happy on *nix gingerBill 2019-08-13 22:39:53 +01:00
  • 0a63690b39 Fix typo in ? array lengths error gingerBill 2019-08-13 22:34:02 +01:00
  • 0076a4df62 Fix compound literal printing for structs with custom alignment requirements gingerBill 2019-08-13 22:33:05 +01:00
  • 4c065a7e99 Keep -vet happy gingerBill 2019-08-13 22:27:52 +01:00
  • 04036aba9c package reflect; fix substring type bug; fix scoping rules for using on procedure parameter gingerBill 2019-08-11 23:58:49 +01:00
  • b08aa857b3 Remove dead keywords in odin_token gingerBill 2019-08-09 23:01:22 +01:00
  • 2d26278a65 Make structs with the same fields but with different tags distinct types gingerBill 2019-08-09 22:52:19 +01:00
  • 27a3c5449a Fix global variable initialization for certain types. gingerBill 2019-08-09 22:35:48 +01:00
  • 9c63212824 Struct field tags gingerBill 2019-08-09 21:59:58 +01:00
  • 65d41d4248 Fix bit_field comparison against nil #414 gingerBill 2019-08-09 20:31:11 +01:00
  • b04231dd95 Improve implementation of intrinsics.type_* procedures gingerBill 2019-08-04 14:54:23 +01:00
  • 37633c1d2a intrinsics.type_* constant evaluation procedures gingerBill 2019-08-04 11:02:00 +01:00
  • 5877017d30 Add error message for non-constant polymorphic name parameters gingerBill 2019-08-03 10:15:31 +01:00
  • 132fdf14b8 Fix min, max, clamp final type bug gingerBill 2019-08-03 10:07:09 +01:00
  • e7d3001dd1 Fix constant default value error #408 (typo) gingerBill 2019-07-29 18:33:06 +01:00
  • f163181204 Add extra hints for LLVM for implicit reference parameters gingerBill 2019-07-29 10:43:07 +01:00
  • 2c5c8192f8 Fix parsing for procedure literals expression statements; improve assert performance; other minor fixes gingerBill 2019-07-28 22:58:56 +01:00
  • 162c87b1b8 Minor code clean-up gingerBill 2019-07-28 18:44:50 +01:00
  • 77734ea967 Improve the performance of simple array comparisons gingerBill 2019-07-27 11:59:50 +01:00
  • 912fc2890b Fix array comparisons and fix f32 literal LLVM issue regarding accurate representation gingerBill 2019-07-27 11:33:22 +01:00
  • 14059583cd Fix array comparisons gingerBill 2019-07-27 10:44:40 +01:00
  • f3bffb9810 Improvement to the Odin calling conventions to pass certain things by "implicit reference" (const & in C++) gingerBill 2019-07-27 10:20:11 +01:00
  • 540730c0be Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2019-07-27 00:45:44 +01:00
  • 40f0e74b8c Change scoping rules to allow for shadowing of procedure parameters but not named return values gingerBill 2019-07-27 00:45:36 +01:00
  • 5ca0cd60d0 Merge pull request #406 from JoshuaManton/master Mikkel Hjortshøj 2019-07-20 22:21:58 +02:00
  • 96f0a08725 Fix scale_f32 and scale_vec3 from returning the wrong variable. Joshua Mark Manton 2019-07-20 13:15:51 -07:00
  • d85893954d Impl time for macOS Chris Heyes 2019-07-16 22:27:58 +01:00
  • d26033eb23 Revert demo.odin gingerBill 2019-07-15 22:41:25 +01:00
  • c7a70be824 Fix __get_map_key gingerBill 2019-07-15 22:38:51 +01:00
  • 08c490d9ac Fix bounds checking on slices for constant parameters gingerBill 2019-07-15 22:26:51 +01:00
  • 8ee7ee7120 Fix core library for the new procedure parameter addressing mode gingerBill 2019-07-15 22:16:27 +01:00
  • d471a59041 IR fix array comparisons gingerBill 2019-07-15 21:32:38 +01:00
  • f25818e923 Make procedure parameters just named values rather than copied variables gingerBill 2019-07-15 21:18:37 +01:00
  • 3d531be711 Improve type hinting for named parameters in call expressions gingerBill 2019-07-13 15:38:50 +01:00
  • 56d365a4e7 Improve type inference for procedure group parameters gingerBill 2019-07-13 13:34:21 +01:00
  • 308300c1fc Add extra error handling for parsing slices gingerBill 2019-07-09 11:18:50 +01:00
  • 927d6814f2 slice_data_cast gingerBill 2019-07-09 11:09:46 +01:00
  • 7c99f52187 Add minimum requirement of 2 variants for #no_nil gingerBill 2019-07-09 10:49:45 +01:00
  • 4ab9edeb53 union #no_nil gingerBill 2019-07-09 10:28:13 +01:00
  • c5b3d7a736 Update package odin_parser gingerBill 2019-07-07 16:20:58 +01:00
  • d7172e168e Fix target list branch rules for name-labelled block/if statements gingerBill 2019-07-07 16:06:41 +01:00
  • d99ffe604f Fix unions with zero variants gingerBill 2019-07-07 14:38:11 +01:00
  • b77c79294c Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2019-07-07 14:14:36 +01:00
  • 8e722274f0 Disallow blank identifier polymorphic types $_ gingerBill 2019-07-07 14:14:28 +01:00
  • ebe7fc23a5 Merge pull request #400 from asmoaesl/patch-1 gingerBill 2019-06-29 12:09:46 +01:00
  • 4d40f564ef Correct two typos Luke I. Wilson 2019-06-28 20:42:59 -05:00
  • fd62959bf4 Fix procedure constant declaration value type assignment checking gingerBill 2019-06-21 23:11:14 +01:00
  • 8b8cada33e Fix procedure group compiler assert with no matching arguments #393 gingerBill 2019-06-21 22:55:00 +01:00
  • aaa24894b6 Fix double-pointer indexing bug #396 gingerBill 2019-06-21 22:50:29 +01:00
  • 2af19c496e Fix comparison for bit field values #386 gingerBill 2019-06-21 22:48:37 +01:00
  • fea34b32ea Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2019-06-21 22:40:20 +01:00
  • b891c0feab Fix ranges in switch statement for strings gingerBill 2019-06-21 22:40:11 +01:00