| 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also:
- report illegal move/ref combos whether or not ref comes first
- commented out fix for #3387, too restrictive and causes an ICE
|
|
|
|
circumstances
|
|
|
|
Doesn't work cross-crate yet.
|
|
Now you can write:
extern {
f() -> int;
}
and f will be accessible in the enclosing scope.
|
|
|
|
|
|
|
|
|
|
|