aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Bring in all the cratesFenrir2017-01-2110-1448/+0
|
* We stdlib nowFenrir2017-01-212-5/+11
|
* Fixes for latest nightlies (Rust 1.16.0)Fenrir2017-01-021-0/+1
|
* Regenerate raw service bindingsFenrir2016-10-281-48/+0
|
* Use bitflags for fs servicesFenrir2016-10-282-8/+34
|
* Minor console refactorFenrir2016-10-281-25/+12
|
* Split out libstd crateFenrir2016-10-2828-11864/+21
|
* libstd prelude, take 2Fenrir2016-10-2721-106/+136
|
* Fix deprecation and stablization warningsFenrir2016-10-153-6/+2
| | | | The question mark feature was stablized and the Reflect marker trait was deprecated
* Remove libc OS error functionsFenrir2016-10-063-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 pathFenrir2016-10-061-95/+0
| | | | Because we are, in fact, not Windows.
* Add io module from libstdFenrir2016-10-0613-2/+5490
| | | | Also includes CString and CStr modules
* Add memchrFenrir2016-10-061-0/+397
|
* Add error module from libstdFenrir2016-10-062-0/+460
|
* Merge pull request #10 from FenrirWolf/filesystemRonald Kinard2016-10-0310-24/+6655
|\ | | | | Initial fs service support
| * Fix documentation errorsFenrir2016-10-031-7/+12
| |
| * Make OpenOptions logic slightly less uglyFenrir2016-10-021-3/+1
| |
| * update unicode methods in wtf8 moduleFenrir2016-10-021-7/+14
| |
| * Remove unwrap from append logicFenrir2016-09-301-9/+4
| |
| * Add append and truncate modes to OpenOptionsFenrir2016-09-291-7/+52
| | | | | | | | Also, fix an incorrect method description for DirEntry
| * Documentation for the FS serviceFenrir2016-09-291-5/+298
| |
| * Add create_dir_all functionFenrir2016-09-291-16/+25
| |
| * Fix DirEntry's metadata() methodFenrir2016-09-281-12/+13
| |
| * Add metadata struct and functionsFenrir2016-09-271-9/+46
| |
| * Add read_dir function (directory iteration!)Fenrir2016-09-261-11/+99
| |
| * Add rename functionFenrir2016-09-251-15/+44
| |
| * Add directory create and delete functionsFenrir2016-09-231-0/+39
| |
| * Prolly shouldn't flush on every writeFenrir2016-09-231-1/+1
| |
| * Add alloc_system dependencyFenrir2016-09-211-0/+1
| |
| * Add read_to_end functionFenrir2016-09-211-0/+34
| |
| * Add remove_file functionFenrir2016-09-211-7/+20
| |
| * Refactor File and OpenOptions methodsFenrir2016-09-191-29/+35
| |
| * Add write method to fs FileFenrir2016-09-151-6/+25
| |
| * Add len method to fs Filepanicbit2016-08-201-0/+12
| |
| * Add read method to fs Filepanicbit2016-08-201-1/+28
| |
| * Delete functions that were removed from ctrulibFenrir2016-08-181-20/+0
| |
| * minor cleanupFenrir2016-08-181-2/+2
| |
| * Add OpenOptionsFenrir2016-08-131-65/+118
| |
| * Add FS moduleFenrir2016-08-122-0/+190
| |
| * Add Path and OsString APIsFenrir2016-08-127-4/+5754
| |
* | Fix Console fmt::Write implpanicbit2016-08-291-0/+4
|/
* improve panic implementationFenrir2016-08-052-7/+53
|
* Implement proper panic messagesFenrir2016-08-052-7/+23
|
* Rename ::new() to ::init()Fenrir2016-08-014-4/+4
|
* remove unnecessary mutable self-borrowsFenrir2016-08-012-2/+2
|
* Use abort() when panickingFenrir2016-08-011-1/+1
|
* Multiple console supportFenrir2016-06-071-8/+16
|
* Remove extern crate alloc and core declarationsFenrir2016-06-071-5/+1
|
* Re-introduced RAII semeantics for {Apt, Hid, Sdmc}Fenrir2016-06-043-7/+34
|
* Removed std and prelude modulesFenrir2016-06-031-35/+1
|