| Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
circumstances
|
|
Doesn't work cross-crate yet.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
extern mod {
f();
}
is now allowed, and puts f in the enclosing scope. (Requires a
link_name attribute to be really useful...)
|
|
|
|
|
|
|
|
|
|
This is needed for a lot of Apple libraries, as Apple tends to put a lot of
globals in dynamic libraries.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This allows for eliminating a match check.
|
|
|
|
|
|
|
|
|
|
It was getting misparsed as a label.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
There is also code for ~Trait and &Trait, but these are currently (incorrectly)
synonyms for "as @Trait" and "as &Trait".
|
|
|
|
|
|
|
|
than the top of a module.
This is a step on the way to parsing "extern mod foo;"
|
|
|
|
|
|
|
|
|
|
|