| Age | Commit message (Collapse) | Author | Lines |
|
This is a step on the way to moving the function "proto" sigil out front.
|
|
|
|
|
|
|
|
|
|
|
|
cc #3071
|
|
|
|
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).
|
|
|
|
|
|
|
|
|
|
|
|
Mea culpa for introducing + in the first place.
|
|
pattern match bindings
|
|
|
|
|
|
|
|
have self types; write self types into metadata
|
|
|
|
pretty printing will use them, but indentation is slightly off
if the expr is long
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
handling parse results on the basis of what names the matcher expects to bind, not on what names are actually bound.
|
|
|
|
|
|
pretty-printing failures
This reverts commit f712b2d76b1077a2241916cc3269aa1d83ce3088.
In alt arms, the parser needs to do a little lookahead to determine
whether it's looking at a record literal or a block.
Also there are some indentation issues in the expected source.
|
|
pretty printing will use them, but indentation is slightly off
if the expr is long
|
|
|
|
|
|
|
|
|
|
Closes #2660
|
|
|
|
|
|
|
|
|
|
#2907.
|
|
|