| Age | Commit message (Collapse) | Author | Lines |
|
the same function.
This is a step on the way to "extern mod foo;" and replacing "import" with "use".
|
|
"with" is still accepted for backwards compatibility.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Require comma separators for all expression types except the plain block
|
|
|
|
Closes #2825
|
|
|
|
we now detect inconsistent modes, binding names, and various other errors.
typeck/trans integration is mostly done.
borrowck not so much.
more tests needed.
|
|
|
|
We might need to use is_ident_or_path in a for other places too.
|
|
|
|
|
|
|
|
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
|
|
|
|
|