gingerBill
|
cdcb64b0d0
|
Add missing -strict-style check
|
2023-06-26 17:06:42 +01:00 |
|
gingerBill
|
3c0f1caa41
|
Fix #2606
|
2023-06-26 17:03:40 +01:00 |
|
gingerBill
|
8182ba4ee0
|
Improve internal names for parapoly records
|
2023-06-26 16:48:43 +01:00 |
|
gingerBill
|
3d9328fd79
|
Default to panic allocator for wasm targets
|
2023-06-26 15:55:52 +01:00 |
|
gingerBill
|
6c6f9f7d25
|
Fix fmt implementation for js
|
2023-06-26 15:55:35 +01:00 |
|
gingerBill
|
c8f475174e
|
Fix tests for -strict-style
|
2023-06-26 15:51:08 +01:00 |
|
gingerBill
|
3dec55f009
|
Replace x in &y Use &v in y syntax through core & vendor for switch/for statements
|
2023-06-26 15:42:57 +01:00 |
|
gingerBill
|
00d60e28c2
|
Allow switch &v in ... work to be consistent with for &e in ...
|
2023-06-26 15:41:53 +01:00 |
|
gingerBill
|
ea00619c3b
|
for &e, i in array and for k, &v in map (alternative to passing the iterable by pointer)
|
2023-06-26 15:20:40 +01:00 |
|
gingerBill
|
5a6d5374d7
|
Update WebGL procedures to contextless calling convention
|
2023-06-22 14:30:02 +01:00 |
|
gingerBill
|
c48057081e
|
Fix nullptr entity case
|
2023-06-21 14:39:23 +01:00 |
|
gingerBill
|
ea76e09ea7
|
Fix empty varargs
|
2023-06-21 14:30:39 +01:00 |
|
gingerBill
|
c9fb078c0f
|
Handle #c_vararg
|
2023-06-21 14:07:14 +01:00 |
|
gingerBill
|
1800030356
|
Correct deferred procedures
|
2023-06-21 14:01:46 +01:00 |
|
gingerBill
|
43ba2c6226
|
Fix constant parameter passing
|
2023-06-21 12:10:07 +01:00 |
|
gingerBill
|
735181dc0e
|
Remove unnecessary indent
|
2023-06-21 01:33:37 +01:00 |
|
gingerBill
|
8a890fd3d3
|
Remove new_and_improved in the name
|
2023-06-21 01:32:35 +01:00 |
|
gingerBill
|
15e31e47fa
|
Remove in order requirement for named parameters
|
2023-06-21 01:24:57 +01:00 |
|
gingerBill
|
9b54b99bf6
|
Use positional and named arguments within the core library
|
2023-06-21 01:17:05 +01:00 |
|
gingerBill
|
67ca9166d3
|
Allow named arguments variadic expansion ..
|
2023-06-21 01:03:21 +01:00 |
|
gingerBill
|
b2ced834ba
|
Minor code reshuffle
|
2023-06-21 00:43:51 +01:00 |
|
gingerBill
|
18746c1444
|
Refactor call argument checking to a single procedure
|
2023-06-21 00:40:02 +01:00 |
|
gingerBill
|
09f366bec7
|
Correct purely named argument handling
|
2023-06-21 00:03:56 +01:00 |
|
gingerBill
|
3998d0c81e
|
Make error checks diverging where possible
|
2023-06-20 22:55:47 +01:00 |
|
gingerBill
|
2a002c3882
|
Fix scoring for untyped ternary expressions
|
2023-06-20 22:55:33 +01:00 |
|
gingerBill
|
fb756e3463
|
Correct procedure group handling
|
2023-06-20 21:02:57 +01:00 |
|
gingerBill
|
3c5661b51b
|
Allow for positional and named arguments in procedure calls
|
2023-06-20 20:29:40 +01:00 |
|
gingerBill
|
26e06ba6a6
|
Correct check_call_arguments_new_and_improved logic
|
2023-06-20 16:08:26 +01:00 |
|
gingerBill
|
7c57dde255
|
Start work on parapoly args for new and improved
|
2023-06-20 13:47:10 +01:00 |
|
gingerBill
|
9ec927b9e9
|
Try to get make everything work with parapoly
|
2023-06-20 00:30:29 +01:00 |
|
gingerBill
|
15a0d9f900
|
Begin to handle split arguments correctly
|
2023-06-19 23:46:06 +01:00 |
|
gingerBill
|
f26e3c6509
|
Improve proc group selection with named arguments
|
2023-06-19 22:26:43 +01:00 |
|
gingerBill
|
6568625dea
|
Fix line error printing for error messages
|
2023-06-19 22:12:47 +01:00 |
|
gingerBill
|
427f212170
|
Begin work in procedure calls
|
2023-06-19 13:56:00 +01:00 |
|
gingerBill
|
2992ca5df1
|
Basic support for new procedure code (non-polymorphic, non-proc-group)
|
2023-06-15 01:37:55 +01:00 |
|
gingerBill
|
242d3b3c4d
|
Begin work allowing mixture of named and unnamed
|
2023-06-14 15:40:52 +01:00 |
|
gingerBill
|
c66ac9725e
|
Separate out logic for checking mixture of named and unnamed parameters
|
2023-06-14 14:56:33 +01:00 |
|
gingerBill
|
feacc5cd11
|
Basic enforcement of ordered named arguments/parameters for procedures
|
2023-06-14 14:03:08 +01:00 |
|
gingerBill
|
3a761395be
|
Add basic optimization for comparisons against the empty string ""
|
2023-06-14 12:49:33 +01:00 |
|
gingerBill
|
a78d6fe0b3
|
Use i64 instead of int for internal procedures
|
2023-06-14 12:31:57 +01:00 |
|
gingerBill
|
08e466938f
|
Merge branch 'master' into new-io
|
2023-06-14 12:07:04 +01:00 |
|
gingerBill
|
fc4a5e61c2
|
Add ODIN_IGNORE_MSVC_CHECK check to build.bat
|
2023-06-13 13:21:15 +01:00 |
|
gingerBill
|
e9608c9d05
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2023-06-13 13:15:05 +01:00 |
|
gingerBill
|
581eebb197
|
Fix a race condition when produced anonymous procedure literals with -use-separate-modules
|
2023-06-13 13:14:59 +01:00 |
|
gingerBill
|
296674e18b
|
Rename ODIN_DISALLOW_RTTI to ODIN_NO_RTTI; Remove dead command line flags
|
2023-06-12 14:53:05 +01:00 |
|
gingerBill
|
52a926dd90
|
Deprecate -disallow-rtti in favour of -no-rtti
|
2023-06-12 14:49:00 +01:00 |
|
gingerBill
|
2022a7615a
|
Make all id suffixes use atomics where possible
|
2023-06-12 14:10:18 +01:00 |
|
gingerBill
|
dca0fae781
|
Improve lb_generate_anonymous_proc_lit (again)
|
2023-06-12 13:42:51 +01:00 |
|
gingerBill
|
e16c6c1b6b
|
Replace procedure strings.concatenate
|
2023-06-12 12:58:47 +01:00 |
|
gingerBill
|
ede9881458
|
Keep compilers happy
|
2023-06-12 12:54:36 +01:00 |
|
gingerBill
|
a7f8c78358
|
Change how "$anon" mangling works to use an atomic value instead
|
2023-06-12 12:52:17 +01:00 |
|
gingerBill
|
420f93ce78
|
Ignore BSD's for stream.odin
|
2023-06-08 22:38:15 +01:00 |
|
gingerBill
|
2a212a7556
|
Put stream into the impl
|
2023-06-08 17:00:38 +01:00 |
|
gingerBill
|
145a7a24e8
|
Use io.Stream as the internal interface for os2.File
|
2023-06-08 16:55:01 +01:00 |
|
gingerBill
|
6c040497ef
|
Update os2 to new io.Stream
|
2023-06-08 16:45:13 +01:00 |
|
gingerBill
|
9ee4b76cd9
|
Just make the io.Reader etc aliases
|
2023-06-08 16:38:57 +01:00 |
|
gingerBill
|
3f6775e29b
|
Update to new io interface
|
2023-06-08 16:35:24 +01:00 |
|
gingerBill
|
21c1618d94
|
Add botan libraries to all/all_vendor.odin
|
2023-06-08 00:28:35 +01:00 |
|
gingerBill
|
d37699f51a
|
Add bsd to mem/virtual
|
2023-06-07 23:07:31 +01:00 |
|
gingerBill
|
d82bfa98a7
|
Remove redundant comments
|
2023-06-07 23:01:08 +01:00 |
|
gingerBill
|
9b15bda055
|
Add missing packages to examples/all
|
2023-06-07 22:48:39 +01:00 |
|
gingerBill
|
635842b322
|
Add more text packages to examples/all
|
2023-06-07 22:40:46 +01:00 |
|
gingerBill
|
7dc09ed450
|
Add ODIN_COMPILE_TIMESTAMP (unix timestamp in nanoseconds)
|
2023-06-07 15:49:12 +01:00 |
|
gingerBill
|
349641e95f
|
Fix #2572
|
2023-06-07 13:08:15 +01:00 |
|
gingerBill
|
9941ec85d8
|
Fix #2578 (check for fallthrough)
|
2023-06-07 12:18:21 +01:00 |
|
gingerBill
|
ef944b903b
|
"Fix" #2580
|
2023-06-07 12:13:20 +01:00 |
|
gingerBill
|
7a1ab62987
|
Fix endianness for wasm64p32
|
2023-06-07 01:19:40 +01:00 |
|
gingerBill
|
295cfc905c
|
Fix typo in wasm64p32 abi
|
2023-06-07 00:53:31 +01:00 |
|
gingerBill
|
204924927a
|
Ignore non-variable parameters
|
2023-06-07 00:35:11 +01:00 |
|
gingerBill
|
f622a8393c
|
Change ABI for wasm64p32 on slices and structs
|
2023-06-07 00:30:14 +01:00 |
|
gingerBill
|
d75df7fd8a
|
Rename procs
|
2023-06-07 00:12:54 +01:00 |
|
gingerBill
|
2bc5e0ebd7
|
Fix non-constant compound literals of slices
|
2023-06-07 00:10:39 +01:00 |
|
gingerBill
|
ca6cef9a7d
|
Fix wasm intrinsics; fix len for strings and slices
|
2023-06-06 23:11:42 +01:00 |
|
gingerBill
|
1c2a30d7e9
|
Fix constant slice initialization for wasm64p32
|
2023-06-06 22:51:51 +01:00 |
|
gingerBill
|
4a75a1e839
|
Merge branch 'master' into separate-int-word-sizes
|
2023-06-06 22:42:04 +01:00 |
|
gingerBill
|
d6f45e4d76
|
Fix fmt for js
|
2023-06-06 22:38:43 +01:00 |
|
gingerBill
|
356f66784f
|
Fix @(default_calling_convention) check on wasm
|
2023-06-06 22:36:36 +01:00 |
|
gingerBill
|
0defd1d141
|
Correct printing in fmt for ODIN_ERROR_POS_STYLE
|
2023-06-06 11:17:34 +01:00 |
|
gingerBill
|
24ed07b6d5
|
Add error requiring an explicit calling convention for foreign procedures
|
2023-06-06 11:12:14 +01:00 |
|
gingerBill
|
ecad730945
|
Fix map_get typo
|
2023-06-06 11:08:09 +01:00 |
|
gingerBill
|
efb7fd919b
|
Minor fix to internal using logic with LLVM causing a compiler bug
|
2023-06-06 10:58:36 +01:00 |
|
gingerBill
|
788f3c22bf
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2023-05-31 22:23:53 +01:00 |
|
gingerBill
|
c194dfbdf7
|
Remove thread.init_context = context
|
2023-05-31 22:23:47 +01:00 |
|
gingerBill
|
6fe2df1d7d
|
Add more documentation to numerous @builtin procedures in package runtime
|
2023-05-30 23:42:21 +01:00 |
|
gingerBill
|
5376d32772
|
Parse leading comment above attribute for value declarations
|
2023-05-30 23:06:04 +01:00 |
|
gingerBill
|
2924e478ee
|
Improve check_decl_attributes logic for is_runtime
|
2023-05-30 20:36:43 +01:00 |
|
gingerBill
|
297700ad11
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2023-05-30 20:26:27 +01:00 |
|
gingerBill
|
9d29914304
|
Don't strip builtin attribute form AST
|
2023-05-30 20:26:22 +01:00 |
|
gingerBill
|
837ba6c33b
|
Minor change to #reverse for logic; add comments explaining it
|
2023-05-30 00:21:40 +01:00 |
|
gingerBill
|
3ab01dbc00
|
Fix type switch debug information on -o:none
|
2023-05-30 00:05:52 +01:00 |
|
gingerBill
|
c241edaa30
|
Add missing procedure for #reverse on strings
|
2023-05-30 00:05:24 +01:00 |
|
gingerBill
|
e0530df98a
|
Support #reverse for strings
|
2023-05-29 23:45:21 +01:00 |
|
gingerBill
|
c1eb536726
|
Change to "contextless" from "c"`
|
2023-05-29 23:30:48 +01:00 |
|
gingerBill
|
b848ae7abb
|
Improve error message for #reverse on an interval
|
2023-05-29 23:27:42 +01:00 |
|
gingerBill
|
f07453d0ae
|
Support #reverse on #soa arrays
|
2023-05-29 23:24:03 +01:00 |
|
gingerBill
|
97490c6445
|
Basic support for #reverse for in on normal arrays
|
2023-05-29 23:17:06 +01:00 |
|
gingerBill
|
1247d36a12
|
Fix #2562 caused by inlining of procedure call
|
2023-05-29 22:57:42 +01:00 |
|
gingerBill
|
f3a463000d
|
Fix #2561 - ARM64 ABI bug for homogenous structs with more than 4 elements
|
2023-05-29 22:50:28 +01:00 |
|
gingerBill
|
8b825b23b1
|
Add missing comma
|
2023-05-29 15:18:38 +01:00 |
|
gingerBill
|
d2f62730bc
|
Fix #2560
|
2023-05-29 14:55:27 +01:00 |
|