| Age | Commit message (Collapse) | Author | Lines |
|
|
|
to libextra
|
|
|
|
fail!() used to require owned strings but can handle static strings
now. Also, it can pass its arguments to fmt!() on its own, no need for
the caller to call fmt!() itself.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
slice_unique
|
|
renamed str::slice -> slice_DBG_UNIQ
changed vec slice method -> to_owned()
renamed vec view method -> slice_V_DBG_BRWD
|
|
|
|
|
|
imports
|
|
|
|
|
|
|
|
librustdoc. rs=deexporting
|
|
But also remove most uses of structural records.
|
|
|
|
module scope. r=tjc
|
|
nearest module scope. r=tjc"
This reverts commit a8d37af2473da79be704c9ce2374f278c47177b6.
|
|
module scope. r=tjc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#2907.
|
|
|
|
|
|
|
|
|
|
|
|
Gets rid of a FIXME -- yay!
|