| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
do an ARRAY_COPY() if a user closure is being passed in, because the
closure could mutate the array and the semantics of those functions
should be to return information based on a snapshot
|
|
instead of get(...)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
func(x:Foo,y:Foo)
|
|
|
|
|
|
closed-over variables.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
type padding
|
|
|
|
metamethods for structs/enums instead of metamethod codegen for each struct/enum
defined.
|
|
|
|
better with -Ofast and have more standardized behavior
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|