| Age | Commit message (Collapse) | Author | Lines |
|
|
|
./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Ports now are represented internally as classes.
|
|
|
|
|
|
|
|
trans now can safely assert that it never sees a type param
|
|
|
|
|
|
Calling peek or recv on channels can fail when the associated port
is dead or unowned.
|
|
|
|
|
|
|
|
|
|
Closes #2048
|
|
|
|
Issue #1981
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Move io, run and rand to core.
- Remove incorrect ctypes module (use libc).
- Remove os-specific modules for os and fs.
- Split fs between core::path and core::os.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Receives on two ports simultaneously
|
|
|
|
|
|
|
|
|
|
Close #1428.
|
|
|