| Age | Commit message (Collapse) | Author | Lines |
|
|
|
This almost removes the StringRef wrapper, since all strings are
Equiv-alent now. Removes a lot of `/* bad */ copy *`'s, and converts
several things to be &'static str (the lint table and the intrinsics
table).
There are many instances of .to_managed(), unfortunately.
|
|
|
|
to libextra
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also touch up use of 'pub' and move some tests around so the tested functions
don't have to be 'pub'
|
|
|
|
|
|
|
|
|
|
contain at least two components. r=graydon
|
|
|
|
|
|
rs=refactoring
|
|
|
|
This commit replaces nearly all remaining uses of #fmt, #debug, #error,
and #info, and fixes some error messages...
|
|
|
|
|
|
|
|
|
|
|
|
#2907.
|
|
|
|
|
|
|
|
|
|
Per issue #2418.
|