gingerBill
|
6fa3c992b5
`mem.Raw_*` alias `runtime.Raw_*`
|
3 年之前 |
gingerBill
|
12296cec2c
Fix typo
|
4 年之前 |
gingerBill
|
a9f4273514
Make many `mem` procedures `"contextless"`
|
4 年之前 |
gingerBill
|
251da264ed
Remove unneeded semicolons from the core library
|
4 年之前 |
gingerBill
|
a5c31bbee0
Add `map_insert` which returns the pointer to inserted value
|
4 年之前 |
gingerBill
|
aa93305015
Replace usage of `inline proc` with `#force_inline proc` in the core library
|
4 年之前 |
gingerBill
|
86448ee044
Add `raw_data` to replace cases in which `&x[0]` was used
|
5 年之前 |
gingerBill
|
25dd00cd0b
Add complex/quaternion raw layouts to mem/raw.odin
|
6 年之前 |
gingerBill
|
f25818e923
Make procedure parameters just named values rather than copied variables
|
6 年之前 |
gingerBill
|
28583bfff8
Change procedure group syntax from `proc[]` to `proc{}`; deprecate `proc[]` (raises warning currently)
|
6 年之前 |
gingerBill
|
220485a2d2
`typeid` as keyword (ready to implement polymorphic name parameters)
|
7 年之前 |
gingerBill
|
aa542980ce
Change memory layout of `map` to be 3 words smaller
|
7 年之前 |
gingerBill
|
d556fa2cd8
Remove special shared scope for runtime stuff
|
7 年之前 |