| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bring in all the crates | Fenrir | 2017-01-21 | 5 | -1195/+0 |
| | | |||||
| * | We stdlib now | Fenrir | 2017-01-21 | 1 | -5/+10 |
| | | |||||
| * | Regenerate raw service bindings | Fenrir | 2016-10-28 | 1 | -48/+0 |
| | | |||||
| * | Use bitflags for fs services | Fenrir | 2016-10-28 | 1 | -8/+32 |
| | | |||||
| * | Split out libstd crate | Fenrir | 2016-10-28 | 4 | -10/+9 |
| | | |||||
| * | libstd prelude, take 2 | Fenrir | 2016-10-27 | 1 | -2/+2 |
| | | |||||
| * | Fix documentation errors | Fenrir | 2016-10-03 | 1 | -7/+12 |
| | | |||||
| * | Make OpenOptions logic slightly less ugly | Fenrir | 2016-10-02 | 1 | -3/+1 |
| | | |||||
| * | 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 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 |
| | | |||||
| * | Rename ::new() to ::init() | Fenrir | 2016-08-01 | 2 | -2/+2 |
| | | |||||
| * | remove unnecessary mutable self-borrows | Fenrir | 2016-08-01 | 2 | -2/+2 |
| | | |||||
| * | Re-introduced RAII semeantics for {Apt, Hid, Sdmc} | Fenrir | 2016-06-04 | 2 | -6/+33 |
| | | |||||
| * | core::fmt::Write support for the console | Fenrir | 2016-06-03 | 1 | -1/+1 |
| | | |||||
| * | Overhauled and simplified API. Now apps no longer hang on exit! | Fenrir | 2016-06-02 | 3 | -67/+34 |
| | | |||||
| * | Added stdlib-like export module. Also added extremely basic console support | Fenrir | 2016-05-18 | 4 | -23/+25 |
| | | |||||
| * | Added new bindings | Fenrir | 2016-05-02 | 3 | -40/+40 |
| | | |||||
| * | Deleted old files | Fenrir | 2016-04-30 | 3 | -7/+7 |
| | | |||||
| * | Overhaul Apt service. | Ronald Kinard | 2015-09-17 | 2 | -75/+77 |
| | | | | | | Applications should implement the Application trait and use that to interface with apt. An example is provided in rust3ds-template. | ||||
| * | Add Hid struct. | Ronald Kinard | 2015-09-17 | 2 | -79/+81 |
| | | |||||
| * | Expand gfx into a droppable type. | Ronald Kinard | 2015-09-17 | 2 | -3/+53 |
| | | | | | | On creation, Gfx will init gfx. On drop, it will exit. You should wrap it in an Rc to move it around. | ||||
| * | Cleanup and lang items. | Ronald Kinard | 2015-09-17 | 1 | -3/+4 |
| | | | | | Lang items may be removed if we get a libstd. | ||||
| * | No need for implicit core imports anymore | Andor Uhlár | 2015-08-18 | 1 | -2/+0 |
| | | |||||
| * | Make idiomatic interfaces to a few functions. | Ronald Kinard | 2015-06-11 | 4 | -0/+293 |