| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bring in all the crates | Fenrir | 2017-01-21 | 10 | -1448/+0 |
| | | |||||
| * | We stdlib now | Fenrir | 2017-01-21 | 2 | -5/+11 |
| | | |||||
| * | Fixes for latest nightlies (Rust 1.16.0) | Fenrir | 2017-01-02 | 1 | -0/+1 |
| | | |||||
| * | Regenerate raw service bindings | Fenrir | 2016-10-28 | 1 | -48/+0 |
| | | |||||
| * | Use bitflags for fs services | Fenrir | 2016-10-28 | 2 | -8/+34 |
| | | |||||
| * | Minor console refactor | Fenrir | 2016-10-28 | 1 | -25/+12 |
| | | |||||
| * | Split out libstd crate | Fenrir | 2016-10-28 | 28 | -11864/+21 |
| | | |||||
| * | libstd prelude, take 2 | Fenrir | 2016-10-27 | 21 | -106/+136 |
| | | |||||
| * | Fix deprecation and stablization warnings | Fenrir | 2016-10-15 | 3 | -6/+2 |
| | | | | | The question mark feature was stablized and the Reflect marker trait was deprecated | ||||
| * | Remove libc OS error functions | Fenrir | 2016-10-06 | 3 | -277/+13 |
| | | | | | | We aren't actually using any of newlib's error functionality. All of our errors come from ctrulib functions. | ||||
| * | Remove [cfg(windows)] stuff from path | Fenrir | 2016-10-06 | 1 | -95/+0 |
| | | | | | Because we are, in fact, not Windows. | ||||
| * | Add io module from libstd | Fenrir | 2016-10-06 | 13 | -2/+5490 |
| | | | | | Also includes CString and CStr modules | ||||
| * | Add memchr | Fenrir | 2016-10-06 | 1 | -0/+397 |
| | | |||||
| * | Add error module from libstd | Fenrir | 2016-10-06 | 2 | -0/+460 |
| | | |||||
| * | Merge pull request #10 from FenrirWolf/filesystem | Ronald Kinard | 2016-10-03 | 10 | -24/+6655 |
| |\ | | | | | Initial fs service support | ||||
| | * | Fix documentation errors | Fenrir | 2016-10-03 | 1 | -7/+12 |
| | | | |||||
| | * | Make OpenOptions logic slightly less ugly | Fenrir | 2016-10-02 | 1 | -3/+1 |
| | | | |||||
| | * | update unicode methods in wtf8 module | Fenrir | 2016-10-02 | 1 | -7/+14 |
| | | | |||||
| | * | Remove unwrap from append logic | Fenrir | 2016-09-30 | 1 | -9/+4 |
| | | | |||||
| | * | Add append and truncate modes to OpenOptions | Fenrir | 2016-09-29 | 1 | -7/+52 |
| | | | | | | | | | Also, fix an incorrect method description for DirEntry | ||||
| | * | Documentation for the FS service | Fenrir | 2016-09-29 | 1 | -5/+298 |
| | | | |||||
| | * | Add create_dir_all function | Fenrir | 2016-09-29 | 1 | -16/+25 |
| | | | |||||
| | * | Fix DirEntry's metadata() method | Fenrir | 2016-09-28 | 1 | -12/+13 |
| | | | |||||
| | * | Add metadata struct and functions | Fenrir | 2016-09-27 | 1 | -9/+46 |
| | | | |||||
| | * | Add read_dir function (directory iteration!) | Fenrir | 2016-09-26 | 1 | -11/+99 |
| | | | |||||
| | * | Add rename function | Fenrir | 2016-09-25 | 1 | -15/+44 |
| | | | |||||
| | * | Add directory create and delete functions | Fenrir | 2016-09-23 | 1 | -0/+39 |
| | | | |||||
| | * | Prolly shouldn't flush on every write | Fenrir | 2016-09-23 | 1 | -1/+1 |
| | | | |||||
| | * | Add alloc_system dependency | Fenrir | 2016-09-21 | 1 | -0/+1 |
| | | | |||||
| | * | Add read_to_end function | Fenrir | 2016-09-21 | 1 | -0/+34 |
| | | | |||||
| | * | Add remove_file function | Fenrir | 2016-09-21 | 1 | -7/+20 |
| | | | |||||
| | * | Refactor File and OpenOptions methods | Fenrir | 2016-09-19 | 1 | -29/+35 |
| | | | |||||
| | * | Add write method to fs File | Fenrir | 2016-09-15 | 1 | -6/+25 |
| | | | |||||
| | * | Add len method to fs File | panicbit | 2016-08-20 | 1 | -0/+12 |
| | | | |||||
| | * | Add read method to fs File | panicbit | 2016-08-20 | 1 | -1/+28 |
| | | | |||||
| | * | Delete functions that were removed from ctrulib | Fenrir | 2016-08-18 | 1 | -20/+0 |
| | | | |||||
| | * | minor cleanup | Fenrir | 2016-08-18 | 1 | -2/+2 |
| | | | |||||
| | * | Add OpenOptions | Fenrir | 2016-08-13 | 1 | -65/+118 |
| | | | |||||
| | * | Add FS module | Fenrir | 2016-08-12 | 2 | -0/+190 |
| | | | |||||
| | * | Add Path and OsString APIs | Fenrir | 2016-08-12 | 7 | -4/+5754 |
| | | | |||||
| * | | Fix Console fmt::Write impl | panicbit | 2016-08-29 | 1 | -0/+4 |
| |/ | |||||
| * | improve panic implementation | Fenrir | 2016-08-05 | 2 | -7/+53 |
| | | |||||
| * | Implement proper panic messages | Fenrir | 2016-08-05 | 2 | -7/+23 |
| | | |||||
| * | Rename ::new() to ::init() | Fenrir | 2016-08-01 | 4 | -4/+4 |
| | | |||||
| * | remove unnecessary mutable self-borrows | Fenrir | 2016-08-01 | 2 | -2/+2 |
| | | |||||
| * | Use abort() when panicking | Fenrir | 2016-08-01 | 1 | -1/+1 |
| | | |||||
| * | Multiple console support | Fenrir | 2016-06-07 | 1 | -8/+16 |
| | | |||||
| * | Remove extern crate alloc and core declarations | Fenrir | 2016-06-07 | 1 | -5/+1 |
| | | |||||
| * | Re-introduced RAII semeantics for {Apt, Hid, Sdmc} | Fenrir | 2016-06-04 | 3 | -7/+34 |
| | | |||||
| * | Removed std and prelude modules | Fenrir | 2016-06-03 | 1 | -35/+1 |
| | | |||||