| Age | Commit message (Collapse) | Author | Lines |
|
|
|
Remove deprecated modes from libstd/time.rs
|
|
|
|
|
|
unsafe/closure interactions.
|
|
I've changed the unique string arguments to slices, and internally use
references to tm enums. These changes are self-contained and so likely
don't step on any of @graydon's feet for a change!
|
|
|
|
Closes #3245
|
|
|
|
|
|
|
|
|
|
Bitvfixes
|
|
|
|
|
|
|
|
|
|
|
|
This involved some other changes:
- add a managed<T> wrapper that makes send_map usable from @-data
- implement map<K,V> for managed<send_map>
Unit tests are coming.
|
|
|
|
cause operations to return incorrect results.
|
|
|
|
|
|
Fixes #2806
Fixes #3197
Fixes #3138
|
|
|
|
|
|
|
|
|
|
|
|
|
|
types in core::pipes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#2282, #3154)
|
|
|
|
|
|
|
|
|