| Age | Commit message (Collapse) | Author | Lines |
|
|
|
also, change DVec() to work with imm vectors rather than mut ones
|
|
|
|
|
|
Fixes #3261
Fixes #3443
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Only called for string patterns.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixing long lines.
|
|
|
|
|
|
This is so that we don't generate 170,000-line LLVM functions in Servo.
|
|
|
|
There is also code for ~Trait and &Trait, but these are currently (incorrectly)
synonyms for "as @Trait" and "as &Trait".
|
|
Conforms to camel case convention and hides it away so it doesn't conflict
with user code
|
|
|
|
|
|
|