Commit Graph

  • fdb538538a Merge pull request #2765 from Despacito696969/master Jeroen van Rijn 2023-08-23 16:24:59 +02:00
  • 2feb1bf847 Commit a040be9 but for core:sort Despacito696969 2023-08-23 15:46:32 +02:00
  • 74bbb1167f Fix #2763 Jeroen van Rijn 2023-08-22 20:18:54 +02:00
  • 515163864f Add optional flush := true to many of the core:fmt procedures gingerBill 2023-08-22 17:24:12 +01:00
  • 1cdb975c91 Add attribute @(require) import "foo" to replace/supplement _ :: foo gingerBill 2023-08-22 12:05:25 +01:00
  • cded5babe7 Merge branch 'master' into windows-llvm-13.0.0 gingerBill 2023-08-21 12:19:59 +01:00
  • 691b9d85b1 Merge branch 'master' into windows-llvm-11.1.0 gingerBill 2023-08-21 12:19:54 +01:00
  • cd42d26eb3 Fix variadic parapoly bug gingerBill 2023-08-21 12:19:38 +01:00
  • 5972f88a3b Merge branch 'master' into windows-llvm-13.0.0 gingerBill 2023-08-21 11:34:03 +01:00
  • d163426ff1 Merge branch 'master' into windows-llvm-11.1.0 gingerBill 2023-08-21 11:33:58 +01:00
  • 8bc96652cd Merge branch 'master' of https://github.com/odin-lang/Odin gingerBill 2023-08-21 11:15:22 +01:00
  • 1631a2bac1 Update Tilde gingerBill 2023-08-21 11:15:16 +01:00
  • 501635ca26 Merge pull request #2760 from Lperlind/cocoa-import Jeroen van Rijn 2023-08-21 07:20:35 +02:00
  • edcd335b90 Always include Cocoa for NSFoundation Lucas Perlind 2023-08-21 11:33:26 +10:00
  • 0cb9908f27 Update Tilde gingerBill 2023-08-19 12:26:59 +01:00
  • 61858f5899 Merge pull request #2755 from Lperlind/improve-float-rand gingerBill 2023-08-19 11:07:28 +01:00
  • c5911679d1 Merge pull request #2757 from Kelimion/fix_2756 Jeroen van Rijn 2023-08-18 22:27:03 +02:00
  • 99d6a077fe _buffer_grow: Preserve allocator if already set via init_buffer_allocator Jeroen van Rijn 2023-08-18 22:16:59 +02:00
  • 8b680254ee Better guarantee boundaries of floating point rand Lucas Perlind 2023-08-18 11:14:39 +10:00
  • b873651da7 Merge pull request #2748 from Caedo/js-events-fix gingerBill 2023-08-17 16:40:54 +01:00
  • b185d9e701 Remove pointer magic when creating strings Caedo 2023-08-16 20:33:17 +02:00
  • b635622cac Merge pull request #2751 from Lperlind/rand-doc-float Jeroen van Rijn 2023-08-16 13:48:01 +02:00
  • b31d8b1ad0 Update rand documentation about floats Lucas Perlind 2023-08-16 21:13:56 +10:00
  • 2153cb7e0a Merge pull request #2721 from Kartoffelsaft/dynamic-pool-alloc gingerBill 2023-08-16 12:02:21 +01:00
  • 15033eab28 Fix comparison of two nil unions against each other gingerBill 2023-08-16 11:52:40 +01:00
  • 8b4c530062 Disable HAS_VALGRIND logic for BlockingMutex (fixes #2703) gingerBill 2023-08-16 11:02:09 +01:00
  • 9ff9587b7b Remove unused code in gb.h; Minimize use of heap_allocator() in parser gingerBill 2023-08-16 00:41:49 +01:00
  • d8acbda548 Update to llvm@13 for Mac gingerBill 2023-08-15 21:25:14 +01:00
  • 7e4a65114a fix whitespace Benjamin Findley 2023-08-15 08:49:27 -07:00
  • d9a2d29d00 Update demo.odin to #align(N) style gingerBill 2023-08-15 15:59:38 +01:00
  • 27931249ce Scale by 3/2 rather than 5/4 gingerBill 2023-08-15 15:45:12 +01:00
  • 52318d0e0e Improve heuristic for committing memory with virtual.alloc_from_memory_block gingerBill 2023-08-15 15:42:28 +01:00
  • 8d673789be Align committed to a page size gingerBill 2023-08-15 15:20:23 +01:00
  • 646c4c7458 alloc_from_memory_block to commit amounts equal to multiples of the DEFAULT_PAGE_SIZE gingerBill 2023-08-15 15:12:12 +01:00
  • 2cc22d118d Require parentheses for #align(N) gingerBill 2023-08-15 14:55:02 +01:00
  • 1182f41f99 Fix issues with js events not being initialized properly Caedo 2023-08-15 14:56:04 +02:00
  • 098d1d2b5e Merge pull request #2716 from laytan/add-libraygui-macos-arm64 gingerBill 2023-08-15 11:19:20 +01:00
  • 31c85f0ec5 Merge pull request #2719 from laytan/add-waitgroup-to-wait-proc-group gingerBill 2023-08-15 11:19:09 +01:00
  • 091d1f8c75 Merge pull request #2747 from Pix-xiP/loc-into-strings gingerBill 2023-08-15 11:16:12 +01:00
  • 6c50e6ef34 Use or_return on resize/reserve gingerBill 2023-08-15 11:13:43 +01:00
  • 67f48aca96 Fix _random_u64 gingerBill 2023-08-15 11:06:12 +01:00
  • fc64e787a3 Change to LLVM@13 for ci.yml on Mac gingerBill 2023-08-15 10:55:37 +01:00
  • d13bed9a0a Change algorithm to work on 64-bit integers rather than 32-bit integers internally gingerBill 2023-08-15 10:53:59 +01:00
  • 904c48b11a Fix range comment from (0, n] to [0, n) gingerBill 2023-08-15 10:36:00 +01:00
  • 2ab5eb7213 Strings makes added caller function Pix 2023-08-15 12:31:06 +08:00
  • 5ce541e9ef Intern add location to init. Pix 2023-08-15 12:30:50 +08:00
  • 0cf9c22033 Builder makes added caller location Pix 2023-08-15 12:30:40 +08:00
  • 38e06f13d6 prevent potential segfaults when using large allocations from dynamic pool Benjamin Findley 2023-08-11 11:49:31 -07:00
  • ccc94f6832 add wait group to wait proc group Laytan Laats 2023-08-11 20:21:42 +02:00
  • 589820639c Correct lb_run_function_pass_manager behaviour gingerBill 2023-08-10 14:35:09 +01:00
  • 68b9260c9b add libraygui.a for macos-arm64 Laytan Laats 2023-08-09 00:36:21 +02:00
  • 49b2447113 Merge pull request #2710 from guifes/raygui gingerBill 2023-08-08 16:13:51 +01:00
  • 89c50bbd82 Adhere to -vet-style gingerBill 2023-08-08 16:01:22 +01:00
  • 2b3f3e11d3 Make trailing commas followed by a closing token on the same an error with -vet-style gingerBill 2023-08-08 16:01:08 +01:00
  • 4100cfec86 Fix typo gingerBill 2023-08-08 15:31:17 +01:00
  • cad3a50e4e Add ODIN_PLATFORM_SUBTARGET gingerBill 2023-08-08 15:28:21 +01:00
  • 4d9ee55468 Fix add_constant_switch_case gingerBill 2023-08-08 15:23:01 +01:00
  • b72f009d87 Disallow aliasing of any and typeid gingerBill 2023-08-08 15:10:57 +01:00
  • 2181e0fc27 Make for init; ; {} an error without an explicit cond or post gingerBill 2023-08-08 15:07:00 +01:00
  • cd74cdfdaf Remove switch in in favour of switch _ in gingerBill 2023-08-08 14:57:25 +01:00
  • 49ab935ae9 Disallow for in in favour of for _ in gingerBill 2023-08-08 14:56:12 +01:00
  • 6879c9d8df Tabs for identation and spaces for aligment Guilherme Fernandes 2023-08-08 13:22:26 +01:00
  • 939bf4bb5d Add experimental -subtarget:ios gingerBill 2023-08-08 11:35:51 +01:00
  • 7861dfd667 Fix tilde extension when trying to build as assembly (unsupported currently) gingerBill 2023-08-08 11:16:14 +01:00
  • c5fc28de7d Merge pull request #2714 from wjlroe/fix-cycle-count-intrinsic-on-darwin gingerBill 2023-08-07 23:18:55 +01:00
  • 535d290293 Removing contextual comment Guilherme Fernandes 2023-08-07 22:15:48 +01:00
  • a0dd975686 Adjusting identation Guilherme Fernandes 2023-08-07 22:14:45 +01:00
  • f48531efaf Removing unecessary line Guilherme Fernandes 2023-08-07 18:58:26 +01:00
  • c6a4116082 Fixing return value missing Guilherme Fernandes 2023-08-07 18:57:00 +01:00
  • aecd6b85e6 Improving style Guilherme Fernandes 2023-08-07 18:56:27 +01:00
  • 55439ef293 Fixing minor typo: minValu -> minValue Guilherme Fernandes 2023-08-07 18:55:13 +01:00
  • d4cf103676 Adding whitespaces to detach procedure declaration from category comments Guilherme Fernandes 2023-08-07 18:54:40 +01:00
  • 489fb087a4 Fixing identation to use tabs Guilherme Fernandes 2023-08-07 18:38:11 +01:00
  • ff904ae174 Fixing Error: Redeclaration of 'VERSION' in this scope Guilherme Fernandes 2023-08-07 18:49:17 +01:00
  • d8db5ec7b6 Moving raygui to vendor/raylib Guilherme Fernandes 2023-08-07 18:34:32 +01:00
  • 5d8b78cb88 Fix read_cycle_counter intrinsic on arm64 William Roe 2023-08-07 19:29:42 +01:00
  • 9736402dfd Fix docs typo gingerBill 2023-08-07 15:34:28 +01:00
  • 0600054ad4 Remove temporary assert gingerBill 2023-08-07 15:21:18 +01:00
  • b782fca75b Fix using bug gingerBill 2023-08-07 15:18:45 +01:00
  • 0230b88078 Tilde: #soa pointers gingerBill 2023-08-07 15:11:15 +01:00
  • 55c9fb7c5c Tilde: Begin work on #soa gingerBill 2023-08-07 15:04:03 +01:00
  • 8201a9ce6e Tilde: for in for enum types gingerBill 2023-08-07 14:53:31 +01:00
  • 561a94cc50 Tilde: Fix type info for enums gingerBill 2023-08-07 14:50:06 +01:00
  • 0636887931 Tilde: Add in/not_in for maps gingerBill 2023-08-07 14:43:11 +01:00
  • 0c1b39d881 Mock out map get/set functionality gingerBill 2023-08-07 14:40:42 +01:00
  • 67ffae7e32 Merge pull request #2655 from hchac/stdlib-parser-fixes gingerBill 2023-08-07 11:45:14 +01:00
  • 488a38a96d Merge pull request #2649 from hchac/allow-newline-field-list-separator gingerBill 2023-08-07 11:45:08 +01:00
  • 77e5854a16 Merge branch 'master' into stdlib-parser-fixes gingerBill 2023-08-07 11:02:01 +01:00
  • 2a42dab108 Merge pull request #2661 from Beefster09/fixed-f64-conversion gingerBill 2023-08-07 11:00:42 +01:00
  • 092d103d24 Adding raygui bindings Guilherme Fernandes 2023-08-07 09:41:20 +01:00
  • 12b7df550f Merge pull request #2701 from Alkamist/nanovg-leak-fix gingerBill 2023-08-05 17:07:35 +01:00
  • 006bd2fe17 Merge pull request #2696 from hwchen/hwchen/fix-parse-call-expr-ellipses gingerBill 2023-08-05 17:07:28 +01:00
  • d252768ac5 Merge pull request #2652 from ftphikari/master gingerBill 2023-08-05 16:59:43 +01:00
  • dd7c2c0574 Update demo for #relative multi-pointers gingerBill 2023-08-05 16:09:19 +01:00
  • c91898a888 Remove #relative slices; Replace with #relative multi-pointers gingerBill 2023-08-05 16:05:39 +01:00
  • afa8eb2d6f Fix #2699 gingerBill 2023-08-05 15:04:14 +01:00
  • 1481015dc4 Fix #2690 gingerBill 2023-08-05 15:01:21 +01:00
  • 8cdedd4cd2 Add raw_data(^matrix[R, C]T) -> [^]T gingerBill 2023-08-05 12:35:27 +01:00
  • 985e4eed60 Fix #2697 gingerBill 2023-08-04 16:00:10 +01:00
  • 9d0583e0d2 Add missing import gingerBill 2023-08-04 15:57:50 +01:00