| Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
|
|
(use llvm default instead)
|
|
lookup
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
#[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.
|
|
|
|
|
|
This reverts commit 3b013cd800ce675a445220105911bbefd2427e47.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #3302
|
|
|
|
libmorestack and return _rust_main and call it from rustc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|