| Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
|
|
|
|
|
|
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 2ac64d91ac9df242c780d162863c8c0abce448b1.
|
|
|
|
|
|
rationale: if you have an impl for &const ~[T] or &mut ~[T]
and one for &[T], the first will be more likely to work and not lead
to borrowck errors. I could imagine us wanting to offer multiple
impls for methods we select the ptr-to-array when possible and
the slice when necessary. Also, taking a ptr seems like fewer
adaptations than slicing, and we tend to prefer fewer adaptations.
|
|
|
|
|
|
|
|
This reverts commit 3b013cd800ce675a445220105911bbefd2427e47.
|
|
|
|
|
|
|
|
|
|
This reverts commit 044fbea416c8778ec8f653b93941dca6f2e9213e.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Repr types.
|
|
|
|
|
|
Fixes a bug in methods that &self couldn't be referenced in the
body. Also fixes #2479.
|
|
|
|
|
|
|
|
hat tip to @jruderman
|
|
Fixes #2280
|
|
|
|
Fixes #3256.
Fixes #3291.
|
|
|
|
|
|
|
|
|
|
|
|
also, change DVec() to work with imm vectors rather than mut ones
|
|
|