Commit Graph

15674 Commits

Author SHA1 Message Date
gingerBill
13b8607cc3 Add _internal_sort_from_indices_permuation 2025-10-07 14:15:40 +01:00
gingerBill
af8c698b97 use ctx 2025-10-07 13:24:13 +01:00
gingerBill
9e068c254b Fix typos 2025-10-07 13:22:15 +01:00
gingerBill
85e37f2f7e Add missing nil 2025-10-07 13:18:30 +01:00
gingerBill
b90c806386 Remove context._internal usage 2025-10-07 12:42:50 +01:00
gingerBill
f40fc2792f Replace normal sort procedure with a simpler unified type-erased one 2025-10-07 12:38:01 +01:00
gingerBill
1400952530 Merge examples 2025-10-07 12:07:40 +01:00
gingerBill
d14576e843 Space to tabs 2025-10-07 12:00:59 +01:00
gingerBill
56f275bc71 Fix typo 2025-10-07 11:52:49 +01:00
gingerBill
1a90b06fac Improve documentation for core:reflect 2025-10-07 11:49:56 +01:00
gingerBill
a4a74442ce Add some basic docs to Default_Temp_Allocator 2025-10-07 10:41:52 +01:00
gingerBill
47cfee1f62 Add docs to nil_allocator and panic_allocator 2025-10-07 10:38:50 +01:00
gingerBill
d343afbad5 Improve core_builtin.odin docs 2025-10-07 10:34:48 +01:00
gingerBill
66401b2e73 Minor formatting changes 2025-10-07 10:16:13 +01:00
gingerBill
787c3a7298 Remove @(require_results) on find_aux 2025-10-07 09:50:05 +01:00
gingerBill
fb93713f24 Add @(rodata) and @(require_results) to core:text/match 2025-10-07 09:45:54 +01:00
gingerBill
5a12ccef44 Add unicode.simple_fold; Finish (strings|bytes).equal_fold 2025-10-07 09:40:54 +01:00
gingerBill
1708cb556a Improve docs for core:bufio; Rename scanner_scan -> scan (keep alias of old name) 2025-10-07 09:10:55 +01:00
gingerBill
185e7cd538 Merge pull request #5760 from harold-b/hb.fix-objc-block-name-collision
Fix Objective-C block symbols naming conflict across modules
2025-10-06 13:27:47 +01:00
gingerBill
bc9e6f852e Merge pull request #5762 from A1029384756/llvm-14-entry-fix
[llvm-14-entry-fix] bitcast context pointer to match types for llvm 14
2025-10-06 13:26:52 +01:00
gingerBill
408f318541 Merge pull request #5744 from FrancisTheCat/master
Fix srgb <-> linear rgb conversion functions in `core:math/linalg`
2025-10-06 13:26:39 +01:00
Jeroen van Rijn
9a0b0bc3ff Merge pull request #4896 from cstrachan88/master
Fixed json null value parsing
2025-10-06 13:00:28 +02:00
A1029384756
866486fa1c [llvm-14-entry-fix] bitcast context pointer to match types for llvm 14 2025-10-06 00:12:31 -04:00
Courtney Strachan
69ad94d8a8 Followup fix to #4895 2025-10-05 19:22:04 -07:00
Courtney Strachan
6de2d6e8ca Merge branch 'odin-lang:master' into master 2025-10-06 02:41:44 +01:00
Harold Brenes
e79e53dbbd Use module-prefixed naming scheme for tracking
objc block instead of shared id counter.
2025-10-05 16:14:32 -04:00
Harold Brenes
86f9c920da Fix Objective-C block symbols naming conflict across modules.
Fix assert triggered when there's checker errors and
 Objective-C method implementations.
2025-10-05 15:53:42 -04:00
gingerBill
0f97382fa3 Merge pull request #5759 from Creativty/fix_wasm_undefined_this_mem
Fix #5225 wasm odin.js undefined this.mem
2025-10-05 20:33:36 +01:00
gingerBill
3f7fc1e9bf Merge pull request #5738 from jakubtomsu/fix-simd-ptr-transmute
[LLVM backend] SIMD vector transmute only uses bitcast when the elements aren't pointers
2025-10-05 20:27:23 +01:00
gingerBill
810ca89253 Merge pull request #5727 from harold-b/hb.intrinsics.objc_super
Add intrinsics.objc_super and Automatically emit objc_msgSend calls
2025-10-05 20:27:01 +01:00
xenobas
3edf964b55 Fix #5225 wasm odin.js undefined this.mem 2025-10-05 20:18:41 +01:00
Jeroen van Rijn
7237747ee7 Try fix macOS Intel nightlies. 2025-10-05 15:19:58 +02:00
Jeroen van Rijn
138cc7da1f Merge pull request #5749 from samwega/deprecate_c_procs
Deprecate c procs
2025-10-05 13:32:04 +02:00
Jeroen van Rijn
3ad7240d3d Merge pull request #5755 from alsakandari/fix-regression
Remove a debug printf that caused regression
dev-2025-10
2025-10-05 11:38:18 +02:00
Yhya Ibrahim
89a5e93818 Remove a debug printf that caused regression 2025-10-05 09:56:03 +03:00
Jeroen van Rijn
9ed125bcf6 Merge pull request #5752 from connnnal/tprint-comment
Remove inaccurate tprint concern
2025-10-04 16:50:13 +02:00
connnnal
c6300de0d1 Remove inaccurate tprint concern 2025-10-04 14:58:28 +01:00
samwega
9da10dece2 fix: another itoa() used in path_linux.odin had to be replaced with write_int() 2025-10-03 22:26:24 +03:00
samwega
9e9d41ddfd fix: cars i64 instead of int 2025-10-03 22:17:25 +03:00
samwega
83d36451a3 os_linux.odin was using itoa, changed to use write_int() 2025-10-03 22:13:03 +03:00
samwega
bbf297f265 fix: copy/paste error 2025-10-03 21:18:38 +03:00
samwega
2af3f280bf Tetralux asked for int_tostring() to also be deprecated, use write_int() instead. 2025-10-03 21:14:54 +03:00
samwega
01bbd981ad short C names deprecated (itoa, ftoa), C reimplementations of atoi and atof deprecated as parse_int() and parse_f64() are preferable 2025-10-03 20:54:18 +03:00
Jeroen van Rijn
6d8f4b85a8 Merge pull request #5745 from samwega/master
digit_to_int in strconv.odin
2025-10-02 20:11:57 +02:00
samwega
54805c600e After discord debate: replaced rtoi and utoi with just digit_to_int and simple comment 2025-10-02 20:45:00 +03:00
Franz Hoeltermann
a39697d84c Fix srgb <-> linear rgb conversion functions in core:math/linalg and add implementations for vector3 2025-10-02 17:31:59 +02:00
Jeroen van Rijn
b2e695e634 Merge pull request #5742 from samwega/utoi_and_rtoi_strconv
feat: added rtoi & utoi to core/strconv/strconv.odin
2025-10-02 14:53:58 +02:00
samwega
84e8b8d1ad fix: copy/paste replaced tabs with spaces 2025-10-02 15:45:21 +03:00
samwega
7eb26d8eac feat: added rtoi & utoi procs for converting a rune and a u8 character respectively to int 2025-10-02 15:21:44 +03:00
Jakub Tomsu
588513a510 bitcast only non-pointer-like-element simd vectors, handle others like other aggregate types 2025-10-01 15:54:32 +02:00