| Age | Commit message (Collapse) | Author | Lines |
|
Fixes #3261
Fixes #3443
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Only called for string patterns.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
There was half-working support for them, but they were never fully
implemented or even approved. Remove them altogether.
Closes #3410
|
|
Closes #2855
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
circumstances
|
|
Doesn't work cross-crate yet.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #3302
|
|
|
|
|
|
|
|
|
|
|
|
extern mod {
f();
}
is now allowed, and puts f in the enclosing scope. (Requires a
link_name attribute to be really useful...)
|