| Age | Commit message (Collapse) | Author | Lines |
|
This involved adding 'copy' to more generics than I hoped, but an
experiment with making it implicit showed that that way lies madness --
unless enforced, you will not remember to mark functions that don't
copy as not requiring copyable kind.
Issue #1177
|
|
Issue #1076
|
|
Issue #1067
Needs a snapshot to finalize.
|
|
This changes the indexing syntax from .() to [], the vector syntax from ~[] to
[] and the extension syntax from #fmt() to #fmt[]
|
|
|
|
|
|
The compiler would blow up when compiling a structural type
containing a resource.
|