| Age | Commit message (Collapse) | Author | Lines |
|
This gets rid of a gratuitous `match check`.
|
|
|
|
|
|
|
|
|
|
compilation of hello world.
|
|
|
|
|
|
|
|
This commit breaks the item-printing functionality. It will return in a faster
form.
|
|
|
|
tag_paths
|
|
|
|
|
|
|
|
There is also code for ~Trait and &Trait, but these are currently (incorrectly)
synonyms for "as @Trait" and "as &Trait".
|
|
|
|
|
|
|
|
|
|
This reverts commit 0101125a962abae18525d6014cd26ad10bbb96e6.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is a step on the way to moving the function "proto" sigil out front.
|
|
|
|
|
|
|
|
|
|
API is (for now) mostly by value, there are options to use it by
reference if you like. Hash and equality functions must be pure
and by reference (forward looking to the day when something
like send_map becomes the standard map).
|
|
|
|
|
|
have self types; write self types into metadata
|
|
|
|
|
|
(Also "interface" -> "trait" in error messages.)
|
|
|
|
|