| Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
slice_unique
|
|
renamed str::slice -> slice_DBG_UNIQ
changed vec slice method -> to_owned()
renamed vec view method -> slice_V_DBG_BRWD
|
|
|
|
|
|
|
|
|
|
|
|
|
|
rustdoc, and rt. rs=defun
|
|
imports
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fail
Fix merge conflicts - Issue 4524
|
|
|
|
|
|
librustdoc. rs=deexporting
|
|
|
|
|
|
|
|
r=nmatsakis
|
|
- Make `extern fn()` assignable to any closure type, rather than
a subtype.
- Remove unused int_ty_set and float_ty_set
- Refactor variable unification and make it more DRY
- Do fn sub/lub/glb on the level of fn_sig
- Rename infer::to_str::ToStr to infer::to_str::InferStr
- Capitalize names of various types
- Correct hashing of FnMeta
- Convert various records-of-fns into structs-of-fns. This is both
eliminating use of deprecated features and more forwards compatible
with fn reform.
r=pcwalton
|
|
|
|
|
|
|
|
|
|
|
|
|
|
per #3543
|