| Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
utterly trivial refactoring
|
|
|
|
|
|
|
|
|
|
|
|
This will help with the auto_serialize2 migration. We have to change
ident from a type alias to uint into a unique type. We need to use
a struct instead of a "enum ident = token::str_num" because structs
support constants, but newtypes do not.
|
|
|
|
prototype
|
|
|
|
|
|
|
|
|
|
an explicit variable name. (Step one to changing the defaults)
First step to #3535
|
|
|
|
|
|
#[legacy_exports];
|
|
This reverts commit 90e3665fa79d32c3188169cfa992516fb36b81a8.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|