Commit Graph

  • 445ed9be2b Use multi-pointers when appropriate gingerBill 2021-08-22 12:54:04 +01:00
  • 8694a0f68a Update signature_parameter_similar_enough for multi pointers gingerBill 2021-08-22 12:31:03 +01:00
  • d3fee9d761 Merge pull request #1093 from odin-lang/multi-pointers gingerBill 2021-08-22 11:50:47 +01:00
  • 36a6805b7c Update doc format for multi-pointers gingerBill 2021-08-22 11:46:26 +01:00
  • 19bf12aa09 Update odin/ast for multi pointers gingerBill 2021-08-22 11:46:12 +01:00
  • 0decdaed1a Merge branch 'master' into multi-pointers gingerBill 2021-08-22 11:28:44 +01:00
  • 93b5befe45 Improve error handling for missing semicolon separators in a for loop gingerBill 2021-08-22 11:27:24 +01:00
  • d72f4a8a79 Correct Multi Pointer Type handling in expressions gingerBill 2021-08-22 00:59:42 +01:00
  • 91247a8fe1 Fix multi pointers for parapoly gingerBill 2021-08-21 23:16:30 +01:00
  • 18a0fa02c5 Add multi pointers to core gingerBill 2021-08-21 23:16:14 +01:00
  • 932f330a51 Add comparisons to LLVM backend for multi pointers gingerBill 2021-08-21 23:12:15 +01:00
  • 6a77fc4cdd Add multi-pointer types [^]T gingerBill 2021-08-21 23:10:21 +01:00
  • 01a888fced Update import path gingerBill 2021-08-21 14:09:48 +01:00
  • f0437a4242 Enforce core:builtin and core:intrinsics for imports gingerBill 2021-08-21 13:44:16 +01:00
  • 32bdad322a Improve parsing for or_return in core:odin/parser gingerBill 2021-08-21 13:43:38 +01:00
  • bf130087e7 Change to strings.clone_from_cstring_bounded gingerBill 2021-08-21 13:43:03 +01:00
  • 38e038a1ab Add strings.clone_from and strings.clone_from_nul_terminated gingerBill 2021-08-21 13:42:06 +01:00
  • 6504607adf Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2021-08-21 13:32:12 +01:00
  • c8378fce95 Add library collection vendor gingerBill 2021-08-21 13:32:07 +01:00
  • 1aeaec8d5c Merge pull request #1091 from Kelimion/win11 Jeroen van Rijn 2021-08-21 14:12:26 +02:00
  • 2aaf927beb Improve error message for Cannot assign value if they have the same name but are from different packages gingerBill 2021-08-21 13:09:23 +01:00
  • bb86b0f526 os: Add Windows 11 detection. Jeroen van Rijn 2021-08-21 14:08:22 +02:00
  • 2f5edebefa Rename mem.reinterpret to mem.reinterpret_copy gingerBill 2021-08-20 10:19:30 +01:00
  • b5cdb331b0 Add mem.reinterpret gingerBill 2021-08-20 10:18:34 +01:00
  • fa4f3aa7ad Correct atomic usage gingerBill 2021-08-19 17:51:19 +01:00
  • a90fe7211c Make global_entity_id atomic gingerBill 2021-08-19 17:44:26 +01:00
  • ac6cc5191a Make ThreadPool.is_running atomic gingerBill 2021-08-19 17:43:15 +01:00
  • 38841dd46e Fix race condition from add_entity_use due to Entity.identifier gingerBill 2021-08-19 17:38:18 +01:00
  • e722af7f61 Remove unneeded disabled warnings from build.bat gingerBill 2021-08-19 15:43:51 +01:00
  • df372dbd5b Migrate and remove more from gb.h gingerBill 2021-08-19 15:38:21 +01:00
  • 5c4d95d539 Move more of gb.h's Synchronization code into common.cpp gingerBill 2021-08-19 15:19:36 +01:00
  • 9ae4de2ab8 Remove unused code from gb.h (which means it is heavily modified now) gingerBill 2021-08-19 15:09:39 +01:00
  • 7845769d4b Remove unused code gingerBill 2021-08-19 15:03:10 +01:00
  • 33239324b8 Improve the C++ to be more correct for clang on Windows, still requiring the same disabled warnings as on *nix gingerBill 2021-08-19 14:44:53 +01:00
  • 82a74ebfa9 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2021-08-19 11:40:32 +01:00
  • 35026000bb Fix deadlock caused by typo gingerBill 2021-08-19 11:40:26 +01:00
  • 55cf3d26bf Merge pull request #1090 from Kelimion/bigint Jeroen van Rijn 2021-08-19 12:13:39 +02:00
  • 23d29be4d8 big: Update license to BSD-3. Jeroen van Rijn 2021-08-19 12:12:50 +02:00
  • 1ad0743a52 big: Nicely align test suite results. Jeroen van Rijn 2021-08-18 16:35:27 +02:00
  • 54af47a138 Remove useless code gingerBill 2021-08-18 23:38:06 +01:00
  • b84ee3ab8f Fix odin test not executing any tests gingerBill 2021-08-18 23:33:27 +01:00
  • e023b96737 Remove json import from demo gingerBill 2021-08-18 22:33:18 +01:00
  • 3fde4616e0 Correct mutex usage for path_to_fullpath; make ThreadPool use BlockingMutex gingerBill 2021-08-18 21:21:30 +01:00
  • 4812006eb8 Update ci.yml Mikkel Hjortshøj 2021-08-18 22:09:44 +02:00
  • 740995df3d Remove attribute parameter for pthread_mutex_init gingerBill 2021-08-18 21:07:06 +01:00
  • aa5c3da414 Make BlockingMutex non-recursive on *nix systems gingerBill 2021-08-18 20:57:03 +01:00
  • d419d81841 Remove unused code gingerBill 2021-08-18 20:48:26 +01:00
  • 08942714a2 Make Arena allocate virtual memory directory; make it use a BlockingMutex gingerBill 2021-08-18 20:46:10 +01:00
  • 3c443babb2 Extra sanity check around static gingerBill 2021-08-18 20:32:54 +01:00
  • 326e5cd046 Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2021-08-18 20:31:39 +01:00
  • 79e98b71d3 Remove dead code, and add an extra mutex gingerBill 2021-08-18 20:31:34 +01:00
  • 96605f700b Merge pull request #1089 from Kelimion/bigint Jeroen van Rijn 2021-08-18 15:36:45 +02:00
  • 38b5e01343 Merge branch 'master' into bigint Jeroen van Rijn 2021-08-18 15:35:49 +02:00
  • 06cde91ba3 big: Enable Toom again. Jeroen van Rijn 2021-08-18 15:35:01 +02:00
  • 3891d6a483 Merge pull request #1088 from Kelimion/bigint Jeroen van Rijn 2021-08-18 15:32:49 +02:00
  • 5fd7a5f32a big: Fix signed multiplication for some inputs. Jeroen van Rijn 2021-08-18 15:24:43 +02:00
  • a01c946c20 Add mutex to Scope lookups and insertions gingerBill 2021-08-18 11:17:14 +01:00
  • 84b0da44db Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2021-08-17 19:54:17 +01:00
  • cdb3a5205c Add mutex for add_type_and_value gingerBill 2021-08-17 19:54:09 +01:00
  • eae98feb7a Merge pull request #1086 from Kelimion/bigint Jeroen van Rijn 2021-08-16 22:19:10 +02:00
  • 3af078e941 Merge branch 'master' into bigint Jeroen van Rijn 2021-08-16 22:16:03 +02:00
  • 48c1f0ab59 big: Disable Toom for a moment. Jeroen van Rijn 2021-08-16 22:13:54 +02:00
  • 19386814b3 Merge pull request #1085 from Kelimion/bigint Jeroen van Rijn 2021-08-16 21:29:40 +02:00
  • 706e58c1c7 big: Add _private_int_mul_toom`. Jeroen van Rijn 2021-08-16 21:17:21 +02:00
  • 9ab94650c8 Allow + in import paths gingerBill 2021-08-16 18:21:58 +01:00
  • fce86ff3d5 Correct struct tag bug gingerBill 2021-08-16 18:17:26 +01:00
  • 0051cd12e2 Make flags atomic for Entity and Type gingerBill 2021-08-16 16:30:49 +01:00
  • df159dbae7 Add some missing files to sync2 for linux and darwin gingerBill 2021-08-16 15:48:54 +01:00
  • 94d298755a Fix race condition when adding a dependency gingerBill 2021-08-16 15:33:26 +01:00
  • 8b49bbb0fc big: Add _private_mul_karatsuba. Jeroen van Rijn 2021-08-16 16:10:10 +02:00
  • 5f072591ba Merge pull request #1082 from odin-lang/or_else-or_return-operator gingerBill 2021-08-16 12:03:43 +01:00
  • e3fef2dade Improve parsing for or_return; allow #force_inline foo() or_return; gingerBill 2021-08-16 11:58:50 +01:00
  • 4c306a6f99 Correct or_return logic for debug printing and expression is not used checking gingerBill 2021-08-16 11:08:37 +01:00
  • 0996cc82a7 Keep -vet happy gingerBill 2021-08-15 23:17:12 +01:00
  • f293d7c997 Update package encoding/json for or_return gingerBill 2021-08-15 23:11:15 +01:00
  • b2097604d5 Add clone_ast for or_else and or_return gingerBill 2021-08-15 23:10:52 +01:00
  • 4e1c9b71f4 Update core:odin/* for or_else and or_return gingerBill 2021-08-15 19:05:55 +01:00
  • 3e2788afdc Add extra example to or_return_operator gingerBill 2021-08-15 18:51:20 +01:00
  • 1a7f508dd9 Improve comment gingerBill 2021-08-15 18:44:50 +01:00
  • dc8cfcf92a Fix typos and improve clarity of or_return_operator gingerBill 2021-08-15 18:36:34 +01:00
  • ac08d37ca0 Add or_return_operator to examples/demo gingerBill 2021-08-15 18:29:49 +01:00
  • 4035fec784 Add more uses of or_return gingerBill 2021-08-15 18:13:56 +01:00
  • b071a07c86 Replace uses of err != nil with or_return where appropriate gingerBill 2021-08-15 17:56:24 +01:00
  • c27b8a71fd Replace err != nil with or_return where appropriate gingerBill 2021-08-15 17:52:10 +01:00
  • b8661e0ae0 Update semi-colon insertion rules for or_return gingerBill 2021-08-15 17:16:37 +01:00
  • 21cbac755e Make or_else and or_return operators (binary and suffix respectively) gingerBill 2021-08-15 17:14:35 +01:00
  • a3a20f09e2 or_return built-in procedure gingerBill 2021-08-15 16:55:30 +01:00
  • d62f189d72 Remove some dead code gingerBill 2021-08-15 15:09:47 +01:00
  • 84713b58e0 Improve error handling for field list prefixes gingerBill 2021-08-15 13:29:44 +01:00
  • 294c8426e6 Minor clean up of parse_field_prefixes gingerBill 2021-08-15 13:18:06 +01:00
  • 7bbc9a4634 Add #any_int directive to replace auto_cast uses on parameters. gingerBill 2021-08-15 12:56:59 +01:00
  • 1cd3b693ae Update LICENSE gingerBill 2021-08-15 12:12:48 +01:00
  • d1b9b06614 Add core:math/big to examples/all gingerBill 2021-08-15 11:14:51 +01:00
  • 19aefa6a40 Add assignment statement to #no_bounds_check etc rules. Correct os_linux.odin usage. gingerBill 2021-08-15 11:14:34 +01:00
  • effecf8595 Fix typo gingerBill 2021-08-15 11:13:59 +01:00
  • d5e3f72a0b Define where #bounds_check/#no_bounds_check can be applied gingerBill 2021-08-15 11:09:41 +01:00
  • 9fb486b2ad Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2021-08-15 11:08:35 +01:00
  • d70fa4329c Move #no_bounds_check to before return gingerBill 2021-08-15 11:08:28 +01:00
  • 3f29a0d6dd Merge pull request #1078 from Kelimion/bigint Jeroen van Rijn 2021-08-14 15:58:27 +02:00
  • 0db86a0638 big: Add workaround for DLL globals bug. Jeroen van Rijn 2021-08-14 13:51:17 +02:00