| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bring in all the crates | Fenrir | 2017-01-21 | 1 | -18/+0 |
| | | |||||
| * | We stdlib now | Fenrir | 2017-01-21 | 1 | -0/+1 |
| | | |||||
| * | Fixes for latest nightlies (Rust 1.16.0) | Fenrir | 2017-01-02 | 1 | -0/+1 |
| | | |||||
| * | Use bitflags for fs services | Fenrir | 2016-10-28 | 1 | -0/+2 |
| | | |||||
| * | Split out libstd crate | Fenrir | 2016-10-28 | 1 | -66/+0 |
| | | |||||
| * | libstd prelude, take 2 | Fenrir | 2016-10-27 | 1 | -11/+50 |
| | | |||||
| * | Fix deprecation and stablization warnings | Fenrir | 2016-10-15 | 1 | -2/+0 |
| | | | | | The question mark feature was stablized and the Reflect marker trait was deprecated | ||||
| * | Add io module from libstd | Fenrir | 2016-10-06 | 1 | -1/+3 |
| | | | | | Also includes CString and CStr modules | ||||
| * | Add error module from libstd | Fenrir | 2016-10-06 | 1 | -0/+4 |
| | | |||||
| * | Add alloc_system dependency | Fenrir | 2016-09-21 | 1 | -0/+1 |
| | | |||||
| * | Add Path and OsString APIs | Fenrir | 2016-08-12 | 1 | -4/+19 |
| | | |||||
| * | improve panic implementation | Fenrir | 2016-08-05 | 1 | -1/+4 |
| | | |||||
| * | Implement proper panic messages | Fenrir | 2016-08-05 | 1 | -7/+1 |
| | | |||||
| * | Use abort() when panicking | Fenrir | 2016-08-01 | 1 | -1/+1 |
| | | |||||
| * | Remove extern crate alloc and core declarations | Fenrir | 2016-06-07 | 1 | -5/+1 |
| | | |||||
| * | Removed std and prelude modules | Fenrir | 2016-06-03 | 1 | -35/+1 |
| | | |||||
| * | More experimental console/stdio stuff. | Fenrir | 2016-05-30 | 1 | -3/+1 |
| | | |||||
| * | Added stdlib-like export module. Also added extremely basic console support | Fenrir | 2016-05-18 | 1 | -3/+48 |
| | | |||||
| * | Added new bindings | Fenrir | 2016-05-02 | 1 | -3/+0 |
| | | |||||
| * | Deleted old files | Fenrir | 2016-04-30 | 1 | -2/+2 |
| | | |||||
| * | Compatibility fixes for Rust nightly (1.10.0) | Fenrir | 2016-04-27 | 1 | -2/+0 |
| | | |||||
| * | Add Sdmc struct. | Ronald Kinard | 2015-09-17 | 1 | -0/+3 |
| | | | | | | This won't be useful until we have libstd, but worth making since it's trivial. | ||||
| * | Implement "Srv" struct. | Ronald Kinard | 2015-09-17 | 1 | -0/+3 |
| | | |||||
| * | Cleanup and lang items. | Ronald Kinard | 2015-09-17 | 1 | -0/+5 |
| | | | | | Lang items may be removed if we get a libstd. | ||||
| * | No need for implicit core imports anymore | Andor Uhlár | 2015-08-18 | 1 | -3/+0 |
| | | |||||
| * | Make idiomatic interfaces to a few functions. | Ronald Kinard | 2015-06-11 | 1 | -18/+3 |
| | | |||||
| * | Add linkage for a large number of ctrulib stuff. | Ronald Kinard | 2015-06-09 | 1 | -0/+2 |
| | | |||||
| * | Initial commit. | Ronald Kinard | 2015-06-09 | 1 | -0/+29 |