gingerBill
|
83b7dd122a
|
Type erase for append_elems
|
2024-07-14 23:20:50 +01:00 |
|
gingerBill
|
b0fbaf24a0
|
Type erase append_elem
|
2024-07-14 23:16:11 +01:00 |
|
gingerBill
|
1c3240b6b5
|
Add #force_no_inline
|
2024-07-14 23:09:58 +01:00 |
|
gingerBill
|
7673d478b6
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2024-07-14 23:09:17 +01:00 |
|
gingerBill
|
15fb4ded2a
|
type erase resize and reserve internals
|
2024-07-14 23:09:10 +01:00 |
|
Jeroen van Rijn
|
03cb585845
|
Merge pull request #3908 from NicknEma/Intrusive-list-docs
Write docs for `core:container/intrusive/list` package
|
2024-07-14 23:28:53 +02:00 |
|
gingerBill
|
9d84e00502
|
Clean up unquote code
|
2024-07-14 22:25:26 +01:00 |
|
gingerBill
|
7703b37a1b
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2024-07-14 22:23:52 +01:00 |
|
gingerBill
|
95a695e4cd
|
Fix #3926
|
2024-07-14 22:23:46 +01:00 |
|
gingerBill
|
02408b713a
|
Merge pull request #3910 from VladPavliuk/json-add-int-key-map-support
Allow to `marshal` and `unmarshal` maps with int keys
|
2024-07-14 22:00:01 +01:00 |
|
gingerBill
|
251fa477af
|
Fix type
|
2024-07-14 21:39:33 +01:00 |
|
gingerBill
|
15a0655988
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2024-07-14 21:37:41 +01:00 |
|
gingerBill
|
399c3ab067
|
Reduce the size of runtime.Type_Info
|
2024-07-14 21:37:35 +01:00 |
|
Jeroen van Rijn
|
65dab3a3b1
|
Merge pull request #3925 from Feoramund/fix-no-return-switch
Fix compiler crash when switching on no value
|
2024-07-14 21:26:46 +02:00 |
|
Feoramund
|
b38237e8f0
|
Fix compiler crash when switching on no value
|
2024-07-14 14:59:00 -04:00 |
|
NicknEma
|
63276a85ba
|
Fixed grammar and expanded info
Fixed points made by Jeroen.
|
2024-07-14 18:18:12 +02:00 |
|
VladPavliuk
|
3f8712edb0
|
Merge branch 'master' into json-add-int-key-map-support
|
2024-07-14 18:22:20 +03:00 |
|
gingerBill
|
e7d37607ef
|
Fix parameter to none
|
2024-07-14 16:05:47 +01:00 |
|
gingerBill
|
6feace2351
|
Add pseudo flag -fast-build
|
2024-07-14 16:05:07 +01:00 |
|
gingerBill
|
a867378418
|
Default to -o:minimal again
|
2024-07-14 15:55:26 +01:00 |
|
gingerBill
|
11e2aa2d51
|
Improve error message
|
2024-07-14 15:31:40 +01:00 |
|
gingerBill
|
556355ef05
|
Disallow global use of target specific procedure calls
|
2024-07-14 15:30:40 +01:00 |
|
gingerBill
|
5de6016e7f
|
Clean up os2.File.impl usage
|
2024-07-14 15:26:59 +01:00 |
|
gingerBill
|
2d56e3805b
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2024-07-14 15:09:38 +01:00 |
|
gingerBill
|
4f73b35da5
|
Make os2.File a more generic interface
|
2024-07-14 15:09:33 +01:00 |
|
Jeroen van Rijn
|
76b0562acd
|
Merge pull request #3923 from laytan/fix-off-by-one-in-queue-back
Fix off-by-one in queue `back` and `back_ptr` procs
|
2024-07-14 16:09:16 +02:00 |
|
Laytan Laats
|
d90d7ed002
|
Fix off-by-one in queue back and back_ptr procs
|
2024-07-14 16:00:55 +02:00 |
|
gingerBill
|
3d38f14202
|
Use fstat on os2.File directly
|
2024-07-14 14:51:22 +01:00 |
|
gingerBill
|
d1450e3d88
|
Fix styling issues
|
2024-07-14 14:44:22 +01:00 |
|
gingerBill
|
eff46c2e5f
|
Merge pull request #3919 from colrdavidson/growing_workpool
move to a growing workstealing queue
|
2024-07-14 14:39:49 +01:00 |
|
gingerBill
|
8319917898
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2024-07-14 14:07:42 +01:00 |
|
gingerBill
|
2e0c5fefde
|
Reuse the slice value too for variadic parameters (LLVM >= 13)
|
2024-07-14 14:07:36 +01:00 |
|
Jeroen van Rijn
|
88823c4024
|
Merge pull request #3921 from Ronaldr1985/master
Fix logic bug in core/encoding/ini/ini.odin
|
2024-07-14 14:48:47 +02:00 |
|
gingerBill
|
6959554040
|
Calculate size and alignment, and reuse memory for all variadic calls within a procedure body
|
2024-07-14 13:44:47 +01:00 |
|
gingerBill
|
0a530b5ce8
|
Add error for #no_capture being reserved for future use
|
2024-07-14 13:20:12 +01:00 |
|
gingerBill
|
8650180ccc
|
Change Odin calling convention to not do a copy on byval for SysV
|
2024-07-14 12:59:55 +01:00 |
|
gingerBill
|
5027c7081e
|
Reuse slice variable for variadic parameters
|
2024-07-14 12:50:33 +01:00 |
|
gingerBill
|
3533094cc2
|
Restrict #no_capture to pointer-like types only
|
2024-07-14 12:44:13 +01:00 |
|
gingerBill
|
5ce6676914
|
Make #no_capture map to nocapture
|
2024-07-14 12:41:16 +01:00 |
|
gingerBill
|
3dff83f3dc
|
Mock out #no_capture for future use
|
2024-07-14 12:39:30 +01:00 |
|
gingerBill
|
8642d719f0
|
Imply #no_capture to all variadic parameters
|
2024-07-14 12:19:47 +01:00 |
|
gingerBill
|
891cf54b5c
|
Add f16 to #c_vararg promotion rules
|
2024-07-14 12:03:34 +01:00 |
|
gingerBill
|
3ba19d94cf
|
Add #no_capture to core:odin/ast
|
2024-07-14 11:58:26 +01:00 |
|
gingerBill
|
c7bd954752
|
Add more uses of #no_capture
|
2024-07-14 11:56:04 +01:00 |
|
Ronald
|
7e4e3429d7
|
Fix logic bug in core/encoding/ini/ini.odin
The load_map_from_path had incorrect logic where it would return false
for ok when err was equal to nil and true when there was an error.
|
2024-07-14 11:48:34 +01:00 |
|
gingerBill
|
edc793d7c1
|
Add #no_capture args: ..T to reuse the backing array stack memory
|
2024-07-14 11:39:05 +01:00 |
|
gingerBill
|
f98a7b84df
|
Merge pull request #3914 from VladPavliuk/json-add-ignore-tag-support
Add support of `ignore` tag for `json.marshal`
|
2024-07-14 10:38:15 +01:00 |
|
gingerBill
|
0050cb9471
|
Merge pull request #3918 from flysand7/file-handle-inheritance2
[os2/file]: Fixes related to handle inheritance
|
2024-07-14 10:36:10 +01:00 |
|
Colin Davidson
|
64feb7599e
|
move to isize
|
2024-07-14 00:33:40 -07:00 |
|
Colin Davidson
|
4420128dc1
|
handle steal-fail vs steal-empty
|
2024-07-14 00:29:58 -07:00 |
|