| Age | Commit message (Collapse) | Author | Lines |
|
|
|
This is needed for a lot of Apple libraries, as Apple tends to put a lot of
globals in dynamic libraries.
|
|
|
|
|
|
This results in a lot of warnings in rustc. I left them in because
many are bugs and we should fix our code, but Graydon asked that
I not touch every file in the codebase.
|
|
|
|
Closes #3220
|
|
|
|
|
|
|
|
This gets rid of a gratuitous `match check`.
|
|
This allows for eliminating a match check.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
There is also code for ~Trait and &Trait, but these are currently (incorrectly)
synonyms for "as @Trait" and "as &Trait".
|
|
|
|
|
|
|
|
|
|
|
|
"with" is still accepted for backwards compatibility.
|
|
debugging messages
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
places
|
|
|
|
|
|
|
|
Require comma separators for all expression types except the plain block
|
|
|
|
|
|
|
|
we now detect inconsistent modes, binding names, and various other errors.
typeck/trans integration is mostly done.
borrowck not so much.
more tests needed.
|
|
|
|
|
|
|
|
This is a step on the way to moving the function "proto" sigil out front.
|
|
|
|
|
|
|