about summary refs log tree commit diff
path: root/src/libstd/sys/unix/android.rs
AgeCommit message (Expand)AuthorLines
2020-07-27mv std libs to library/mark-167/+0
2020-06-10Migrate to numeric associated constsLzu Tao-1/+1
2020-01-02Use drop instead of the toilet closure `|_| ()`Lzu Tao-3/+3
2019-11-29Format libstd/sys with rustfmtDavid Tolnay-22/+29
2019-02-28libstd => 2018Taiki Endo-5/+5
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2016-10-14Android: Fix unused-imports warningTobias Bucher-1/+2
2016-10-14Only use Android fallback for {ftruncate,pread,pwrite} on 32 bitTobias Bucher-0/+24
2016-10-12Remove unnecessary `unsafe` blockTobias Bucher-20/+16
2016-10-11Fix Android compilation `io::Error` -> `io::ErrorKind`Tobias Bucher-2/+2
2016-10-09Use `try_into` and move some functionsTobias Bucher-6/+7
2016-10-09Dynamically detect presence of `p{read,write}64` on AndroidTobias Bucher-6/+35
2016-04-27std: Add compatibility with android-9Alex Crichton-0/+119