| Age | Commit message (Collapse) | Author | Lines |
|
|
|
This reverts commit d38b97a170eaea47933c30937cee5f525573116d.
(Accidentally checked this in, oops)
|
|
|
|
prototype
|
|
|
|
|
|
|
|
|
|
an explicit variable name. (Step one to changing the defaults)
First step to #3535
|
|
|
|
|
|
|
|
#[legacy_exports];
|
|
This reverts commit 90e3665fa79d32c3188169cfa992516fb36b81a8.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Note that the method foo.each() is not de-moded, nor the other
vec routines.
|
|
demode str"
This reverts commit 1be24f0758d3075d2e7f141f8831bb8a233ce86e.
Not quite ready.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes a bug in methods that &self couldn't be referenced in the
body. Also fixes #2479.
|
|
|
|
|
|
|
|
|
|
also, change DVec() to work with imm vectors rather than mut ones
|
|
|
|
|
|
Fixes #3261
Fixes #3443
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|