| Age | Commit message (Collapse) | Author | Lines |
|
./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this also repairs the unsoundness in typing of unpack_slice,
which was silently converting a const ptr to an imm one.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #2048
|
|
|
|
Issue #1981
|
|
Preparation for #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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|