| Age | Commit message (Collapse) | Author | Lines |
|
to libextra
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
core/std/syntax/rustc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also touch up use of 'pub' and move some tests around so the tested functions
don't have to be 'pub'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
LinearMap is quite a bit faster, and is fully owned/sendable without
requiring copies. The older std::map also doesn't use explicit self and
relies on mutable fields.
|
|
|
|
|
|
|
|
|
|
|
|
This'll be less confusing for anyone who works on match in future.
|
|
contain at least two components. r=graydon
|
|
|
|
|
|
rs=refactoring
|
|
|
|
Closes #3201.
|
|
|
|
|
|
|
|
|
|
|