| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | core::fmt::Write support for the console | Fenrir | 2016-06-03 | 2 | -21/+17 | |
| | | ||||||
| * | Overhauled and simplified API. Now apps no longer hang on exit! | Fenrir | 2016-06-02 | 4 | -71/+38 | |
| | | ||||||
| * | Redesigned console API | Fenrir | 2016-06-01 | 1 | -14/+25 | |
| | | ||||||
| * | More experimental console/stdio stuff. | Fenrir | 2016-05-30 | 2 | -8/+20 | |
| | | ||||||
| * | Added stdlib-like export module. Also added extremely basic console support | Fenrir | 2016-05-18 | 9 | -53/+125 | |
| | | ||||||
| * | Added new bindings | Fenrir | 2016-05-02 | 4 | -43/+40 | |
| | | ||||||
| * | Deleted old files | Fenrir | 2016-04-30 | 39 | -2297/+16 | |
| | | ||||||
| * | Compatibility fixes for Rust nightly (1.10.0) | Fenrir | 2016-04-27 | 3 | -4/+0 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | Add Sdmc struct. | Ronald Kinard | 2015-09-17 | 2 | -0/+31 | |
| | | | | | | This won't be useful until we have libstd, but worth making since it's trivial. | |||||
| * | Implement "Srv" struct. | Ronald Kinard | 2015-09-17 | 3 | -10/+26 | |
| | | ||||||
| * | Use From for Screen, Side | Ronald Kinard | 2015-09-17 | 1 | -12/+43 | |
| | | ||||||
| * | Expand gfx into a droppable type. | Ronald Kinard | 2015-09-17 | 4 | -18/+143 | |
| | | | | | | On creation, Gfx will init gfx. On drop, it will exit. You should wrap it in an Rc to move it around. | |||||
| * | Remove more unnecessary link attributes. | Ronald Kinard | 2015-09-17 | 2 | -2/+0 | |
| | | ||||||
| * | Cleanup and lang items. | Ronald Kinard | 2015-09-17 | 27 | -28/+34 | |
| | | | | | Lang items may be removed if we get a libstd. | |||||
| * | No need for implicit core imports anymore | Andor Uhlár | 2015-08-18 | 7 | -19/+0 | |
| | | ||||||
| * | Use annotation for deriving Clone. | Ronald Kinard | 2015-06-11 | 1 | -10/+2 | |
| | | ||||||
| * | Make idiomatic interfaces to a few functions. | Ronald Kinard | 2015-06-11 | 8 | -23/+341 | |
| | | ||||||
| * | Add bindings for several more services. | Ronald Kinard | 2015-06-10 | 20 | -11/+429 | |
| | | ||||||
| * | Add linkage for a large number of ctrulib stuff. | Ronald Kinard | 2015-06-09 | 20 | -2046/+1865 | |
| | | ||||||
| * | Add bindgen-generated ctru binding. | Ronald Kinard | 2015-06-09 | 1 | -0/+1987 | |
| | | ||||||
| * | Initial commit. | Ronald Kinard | 2015-06-09 | 4 | -0/+117 | |