Commit Graph

  • 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
  • 9f039c323e Update FUNDING.yml gingerBill 2019-06-20 09:29:18 +01:00
  • b0dd3ac599 v0.10.0 v0.10.0 gingerBill 2019-06-02 12:27:36 +01:00
  • b38a8cfb12 Move internal 128-bit stuff to a windows specific file gingerBill 2019-06-01 12:26:54 +01:00
  • 4c79b52867 Update README.md gingerBill 2019-05-30 18:08:35 +01:00
  • 6dba05b00d Update README.md gingerBill 2019-05-30 18:07:54 +01:00
  • 32a29d627a Create FUNDING.yml gingerBill 2019-05-30 17:42:15 +01:00
  • caf9bc6be9 Pedantic conversions on query data gingerBill 2019-05-29 16:59:28 +01:00
  • 654740d5b1 Fixes to ABI gingerBill 2019-05-29 16:49:26 +01:00
  • b894e2b378 Fix bit set size with 128-bit integers gingerBill 2019-05-28 20:57:02 +01:00
  • c40acd008e Add i128/u128 support for bit sets gingerBill 2019-05-28 20:53:56 +01:00
  • 3d2279fba0 Support 128-bit integers i128 u128 gingerBill 2019-05-28 20:27:45 +01:00
  • 2b080dbbc2 sync_atomic_* make most ordering parameters compile-time constant gingerBill 2019-05-28 15:57:06 +01:00
  • 9cadd58465 Improve tokenizer slightly gingerBill 2019-05-28 14:44:32 +01:00
  • 65e9b4d5f0 Update parsers gingerBill 2019-05-28 12:55:55 +01:00
  • fb3d73cb20 Make core library use a..<b rather than doing a..b-1 gingerBill 2019-05-28 12:52:20 +01:00
  • 222941727f Add ..< operator for ranges; Add extra checking for bit set assignments gingerBill 2019-05-28 12:45:20 +01:00
  • 5697d6df74 -go-to-definitions (OGTD file format) gingerBill 2019-05-26 15:16:45 +01:00
  • 426c1ed6f4 -compact flag for 'odin query' gingerBill 2019-05-25 20:28:49 +01:00
  • 458ec5922e odin query gingerBill 2019-05-25 20:24:19 +01:00
  • f5fdd031f9 Fix polymorphic procedure return by pointer values #374 gingerBill 2019-05-19 10:45:27 +01:00
  • ceb58ae04f Change import name rules gingerBill 2019-05-19 10:01:35 +01:00
  • 868603f617 Merge pull request #375 from Zilarrezko/master gingerBill 2019-05-19 09:55:03 +01:00
  • d2faa9bef1 make_builder function now properly uses given allocator Zilarrezko 2019-05-18 18:57:34 -07:00
  • b1663a14e9 Add an error for C-style pointer selector expressions using '->' when parsing gingerBill 2019-05-09 22:59:17 +01:00
  • 3fc60930e6 Fix constant representability rules gingerBill 2019-05-09 22:46:50 +01:00
  • 665734f04f Fix package odin/parser gingerBill 2019-05-09 16:35:35 +01:00
  • 16f3bc2c0b Allow comparisons with bit field values gingerBill 2019-05-09 13:18:57 +01:00
  • 71a733e3b5 Allow booleans to be assigned to a 1-bit bit field value gingerBill 2019-05-09 13:04:15 +01:00
  • a66612e8ae Remove test code gingerBill 2019-05-09 11:07:26 +01:00
  • 00c0ce45b3 Fix bug with clamp gingerBill 2019-05-06 18:29:22 +01:00
  • ab0afa548b Fix ||= and &&= gingerBill 2019-05-06 11:32:35 +01:00
  • ea1690b7a1 Improve type inference for variadic parameters gingerBill 2019-05-04 14:01:04 +01:00
  • a5ff983266 Fix parapoly related bugs #370 gingerBill 2019-05-04 13:11:56 +01:00
  • a46a1f5f34 Minor change to bit_field assignment rules gingerBill 2019-05-04 13:02:15 +01:00
  • 40135cbc66 Add float64_range and float32_range to package math/rand gingerBill 2019-04-28 20:35:14 +01:00
  • c61fd3a70a Modify type_set_offsets to patch minor bug gingerBill 2019-04-28 20:34:51 +01:00
  • 45fbc4e8c5 Add #load to package odin/parser gingerBill 2019-04-21 22:36:52 +01:00
  • 9ce8f124bb Slight change to determine_path_from_string rules gingerBill 2019-04-20 16:52:09 +01:00
  • 63bbb9b62f Change the file name rules for imports (use / rather than \ on windows) gingerBill 2019-04-20 16:47:28 +01:00
  • 56c4039e72 #load directive (request from #368) (Basic implementation) gingerBill 2019-04-20 15:05:35 +01:00
  • 0755dfbd5d Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2019-04-19 11:39:12 +01:00
  • 2780f82f30 Fix is_operand_value to support more addressing modes gingerBill 2019-04-19 11:39:01 +01:00
  • 5dcb5c2ba3 Merge pull request #367 from kevinw/fix-json-parsing Jeroen van Rijn 2019-04-06 16:35:46 +02:00
  • 9d552d04ea Merge pull request #358 from kevinw/master Jeroen van Rijn 2019-04-06 16:34:01 +02:00