gingerBill
fcc920ed39
Fix typo
dev-2023-02
2023-02-02 00:24:36 +00:00
gingerBill
4e70256109
Fix when within foreign block (again)
2023-02-02 00:22:54 +00:00
gingerBill
2e4d6d2577
Fix when within foreign blocks at the file scope
2023-02-01 23:41:13 +00:00
gingerBill
51ae21a029
Separate check_stmt code into separate procedures
2023-02-01 23:40:42 +00:00
gingerBill
f59846377d
Improve ternary logic for untyped nil stuff
2023-01-30 15:29:59 +00:00
gingerBill
8e8eb9e5cd
Improve ternary if expression type inference rues
...
Allow for expression like this
`x: union{f32} = f32(123) if cond else nil`
2023-01-30 12:54:11 +00:00
gingerBill
88b578ca11
Add for C++ for loop uses
2023-01-30 12:53:36 +00:00
gingerBill
4cb16db4e9
Remove @(require_results) from one procedure
2023-01-30 12:51:56 +00:00
gingerBill
338d483682
Merge branch 'master' of https://github.com/odin-lang/Odin
2023-01-30 11:58:39 +00:00
gingerBill
0ce59a9e2b
Use C++ for rather than for_array macro
2023-01-29 11:28:36 +00:00
gingerBill
8d43cc840a
Add @(require_results) to package reflect
2023-01-29 11:28:05 +00:00
gingerBill
9ae1bfb69d
Merge pull request #2317 from ftphikari/master
...
vendor/d3d11: fixed function definition
2023-01-28 23:45:23 +00:00
hikari
6ec7284467
vendor/d3d11: fixed function definition
2023-01-29 01:38:28 +02:00
gingerBill
0ccc570ef2
Merge pull request #2316 from Hyp-X/master
...
Fix decimal_to_float_bits for floats >= 1
2023-01-28 23:31:57 +00:00
Hyp-X
a3bb7d3028
Fix decimal_to_float_bits for floats >= 1
2023-01-28 14:40:44 +01:00
gingerBill
c45ca1bfcc
Correct arena_temp_end usage when no allocation ever happens for that arena
2023-01-28 12:09:24 +00:00
gingerBill
94edf89b20
Use a separate arena for heap_allocator
2023-01-28 11:53:05 +00:00
gingerBill
8d6ce0b693
Add mutex to virtual.Arena; add virtual.arena_temp_ignore
2023-01-28 11:51:58 +00:00
gingerBill
ccf4b48865
Add extra checks for multiple assignments when emitting stores
2023-01-27 11:47:00 +00:00
gingerBill
96eae94103
Merge branch 'master' of https://github.com/odin-lang/Odin
2023-01-27 11:12:17 +00:00
gingerBill
db8b2e69dd
Fix slice.reverse
2023-01-27 11:12:10 +00:00
Jeroen van Rijn
82821580c7
Merge pull request #2315 from SentientCoffee/pr/os_read_file_location
...
Add caller location info to `os.read_entire_file()`
2023-01-27 12:00:56 +01:00
Daniel
d23d7cf0f2
Add caller location info to os.read_entire_file()
...
This helps people using the mem.Tracking_Allocator to more easily
pinpoint where they leaked memory in their own code, rather than
having the leaks be reported as if they were in the core library
itself.
2023-01-27 02:42:16 -05:00
gingerBill
450a602230
Fix json.marshal for map[string]string
2023-01-24 12:05:43 +00:00
gingerBill
36764779cf
Add extra add_type_info_type calls
2023-01-23 14:09:55 +00:00
gingerBill
97595c4b50
Use a LUT for shift_left
2023-01-23 14:00:02 +00:00
gingerBill
ea9fe397e5
Fix typo in decimal_to_float_bits
2023-01-23 12:46:03 +00:00
gingerBill
c482432966
Disable arena guards
2023-01-23 12:29:59 +00:00
gingerBill
55176e52fc
Use heap_allocator() with -debug; Reinstate the arena guards
2023-01-23 11:38:18 +00:00
gingerBill
4eb08bb096
Change current requirements for valgrind targets
2023-01-23 10:20:04 +00:00
gingerBill
881ef69063
Use ~{} syntax
2023-01-23 10:14:21 +00:00
gingerBill
761a19689d
Escape $ in asm
2023-01-23 10:09:22 +00:00
gingerBill
f438153b81
Change to use ODIN_VALGRIND_SUPPORT
2023-01-23 09:29:39 +00:00
gingerBill
117c0cceb1
Add helgrind markers to package sync
2023-01-23 09:24:21 +00:00
gingerBill
c949e404c3
Fix bug when . is passed to remove_extension_from_path
2023-01-20 13:01:00 +00:00
gingerBill
3d2a6c5895
Fix #2282 caused by a typo
2023-01-20 11:37:40 +00:00
gingerBill
8f4ffbe1da
Fix #2299 by handling very large value cases correctly
2023-01-20 11:23:15 +00:00
gingerBill
8f3b6738ff
Merge pull request #2273 from ap29600/core_slice_rotate_fix
...
Fix `core:slice.rotate_left`
2023-01-19 11:13:40 +00:00
gingerBill
d50c6d72db
Merge pull request #2310 from Lperlind/staging/ns-application-delegate-fix
...
Fix a few bindings in NSApplicationDelegate
2023-01-19 11:03:21 +00:00
gingerBill
15c5e92d63
Merge pull request #2309 from Lperlind/staging/ns-window-delegate
...
Fully implement NSWindowDelegate
2023-01-19 11:03:02 +00:00
gingerBill
041c7c8284
Remove tools directory
2023-01-19 10:33:46 +00:00
Lucas Perlind
f040ef41cb
Fix a few bindings in NSApplicationDelegate
2023-01-19 21:18:30 +11:00
Lucas Perlind
91ab184175
Fully implement NSWindowDelegate
2023-01-19 19:12:14 +11:00
gingerBill
48a64a2c88
Minor fix to string_compare
2023-01-18 16:48:11 +00:00
gingerBill
7f3795a231
Improve odin doc string printing ( Fixes #2246 )
2023-01-18 16:17:02 +00:00
gingerBill
eb1d00ced6
Fix #2264
2023-01-18 16:05:30 +00:00
gingerBill
f41c91d36b
Fix #2274
2023-01-18 15:41:49 +00:00
gingerBill
6909e0d774
Minor changes to Semaphore to make it trivially copyable
2023-01-18 15:41:39 +00:00
gingerBill
d52921edd4
Merge pull request #2308 from Lperlind/staging/ns-application-delegate
...
(almost) Fully implement NSApplicationDelegate
2023-01-18 12:21:39 +00:00
gingerBill
dcca40033e
Merge pull request #2307 from Sanian-Creations/update_vendor-sdl2
...
Removed multiple "SDL_" prefixes that were missed
2023-01-18 12:21:31 +00:00