| Age | Commit message (Collapse) | Author | Lines |
|
core: removing repeated code in os.rs homedir() test
|
|
Bitvfixes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Remove deprecated modes from os.rs
|
|
add syntax highlighting file for kate editor
|
|
|
|
|
|
There used to be two distinct code paths. Now there is one.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
Windows dir on windows, as per .NET
|
|
|
|
can find one, and none otherwise.
|
|
#3213.
|
|
|
|
|
|
|
|
cause operations to return incorrect results.
|
|
|
|
|
|
|
|
|
|
Fixes #2806
Fixes #3197
Fixes #3138
|
|
|
|
#3156.
|
|
|
|
|
|
|
|
|
|
values or none if both are none
|
|
|
|
|
|
|
|
|
|
|