516 Commits (3ea0ba75b0beb9b000d72a9a3d304f924d8217b5)
 

Author SHA1 Message Date
Fenrir 1f35866047 Yet another bugfix 8 years ago
Fenrir 2121f1782f use libc types in Instant impl 8 years ago
Fenrir f6a8aea497 fix Instant impl 8 years ago
Fenrir dcf862c3db use svcGetSystemTick for Instant 8 years ago
Fenrir 2ed837f8e1 ctr-std: Add Time module 8 years ago
Ronald Kinard 193d21e4d2 Merge pull request #19 from FenrirWolf/thread_local 8 years ago
Fenrir 0436b3a945 Add thread local storage support 8 years ago
Ronald Kinard d5af9faac9 Merge pull request #16 from FenrirWolf/collections 8 years ago
Fenrir c8d69a25e7 ctr-std: add collections module 8 years ago
Ronald Kinard 20a7da8cfa Merge pull request #15 from FenrirWolf/std 8 years ago
Fenrir 47e4c16118 ctru-rs: impl Seek for File 8 years ago
Fenrir 2719d9488f ctr-std: Fix panic message formatting 8 years ago
Fenrir 25b2b10ff6 ctru-rs: impl Read and Write for File 8 years ago
Fenrir e6f3d78215 ctru-rs: Add Error module 8 years ago
Fenrir ab1a105174 ctr-libc: remove conditional dependency on std 8 years ago
Fenrir dffce57257 Bring in all the crates 8 years ago
Fenrir 08b71a18cd We stdlib now 8 years ago
Fenrir 119b536353 Update Cargo.toml 8 years ago
Fenrir bacd6c5e04 Fixes for latest nightlies (Rust 1.16.0) 8 years ago
Fenrir 5dc31d60cc Regenerate gpu bindings 8 years ago
Fenrir e4cf305807 Regenerate raw service bindings 8 years ago
Fenrir 4991de6d39 Use bitflags for fs services 8 years ago
Fenrir 63d8c50b48 ctru-sys: recreate types.h and libc bindings 8 years ago
Fenrir d315ac82a1 Minor console refactor 8 years ago
Fenrir 539fa2a425 Split out libstd crate 8 years ago
Fenrir fdbf10cd89 libstd prelude, take 2 8 years ago
Fenrir 1a4c4915d5 Fix deprecation and stablization warnings 8 years ago
Fenrir b1a213f56a Remove libc OS error functions 8 years ago
Fenrir f9a6959e8a Remove [cfg(windows)] stuff from path 8 years ago
Fenrir b1779396be Add io module from libstd 8 years ago
Fenrir 3265624259 Add memchr 8 years ago
Fenrir cbd08e83f8 ctru-sys: add errno function 8 years ago
Fenrir c7e709ffa4 ctru-sys: add proper libc typedefs 8 years ago
Fenrir ae3a6d0d2b Add error module from libstd 8 years ago
Ronald Kinard 901c0561df Update AUTHORS.md 8 years ago
Ronald Kinard b0a0a4d8e7 Update copyright notice. 8 years ago
Ronald Kinard 1876119809 Merge pull request #10 from FenrirWolf/filesystem 8 years ago
Fenrir 20ff414230 Update README.md 8 years ago
Fenrir 82bcf8f305 Fix documentation errors 8 years ago
Fenrir ee0873ab36 Make OpenOptions logic slightly less ugly 8 years ago
Fenrir bef90b4c04 update unicode methods in wtf8 module 8 years ago
Fenrir c3da19784f Remove unwrap from append logic 8 years ago
Fenrir 3987b78ed3 Add append and truncate modes to OpenOptions 8 years ago
Fenrir ed0c883b43 Documentation for the FS service 8 years ago
Fenrir 1fb45b4309 Add create_dir_all function 8 years ago
Fenrir 5e01a58b84 Fix DirEntry's metadata() method 8 years ago
Fenrir 6ab8bd0efd Add metadata struct and functions 8 years ago
Fenrir e7f87b9d8f Add read_dir function (directory iteration!) 8 years ago
Fenrir 6544900c4c Add rename function 8 years ago
Fenrir 93760035f7 Add directory create and delete functions 8 years ago