Commit Graph

  • e617cba567 Make ctru-rs compile again Cristian Carlesso 2017-04-30 12:51:23 +0100
  • 96cfbf9c34 Merge pull request #29 from FenrirWolf/condvar_patch Ronald Kinard 2017-03-22 17:15:43 -0500
  • c670414a7b fix condvar impl Fenrir 2017-03-19 23:52:45 -0600
  • 2b547ce605 Merge pull request #27 from FenrirWolf/hashmap Ronald Kinard 2017-03-12 13:22:57 -0500
  • 78754eb290 Add HashMap and HashSet Fenrir 2017-03-07 21:00:18 -0700
  • 276413d9b3 Merge pull request #28 from FenrirWolf/fs Ronald Kinard 2017-03-11 23:21:30 -0600
  • 368ee624e7 Merge pull request #26 from FenrirWolf/thread Ronald Kinard 2017-03-11 23:20:34 -0600
  • 3e1d15c34c Add fs module Fenrir 2017-03-08 01:34:30 -0700
  • ee524875c1 Bump minimum thread stack size Fenrir 2017-03-06 23:18:03 -0700
  • fbd756339c Terminate all threads when panicking Fenrir 2017-03-06 09:50:52 -0700
  • 5df4696763 Ensure child threads have higher priority than main Fenrir 2017-03-05 23:41:03 -0700
  • 5c02db6cb9 Add the rest of std::sync Fenrir 2017-03-05 22:57:34 -0700
  • 5299b505b7 Initial thread support Fenrir 2017-03-05 00:25:16 -0700
  • 70bfc59aab Merge pull request #24 from FenrirWolf/unit_type Ronald Kinard 2017-02-25 21:19:53 -0600
  • 4ecade8af1 Merge pull request #22 from FenrirWolf/stdio Ronald Kinard 2017-02-25 21:19:47 -0600
  • a97d04d63a Use unit type in subsystem structs Fenrir 2017-02-24 17:35:43 -0700
  • d46ab76c6c Merge pull request #23 from panicbit/unmarked_api Ronald Kinard 2017-02-24 13:52:58 -0600
  • 3abf9bdf38 ctr-std: Mark thread::panicking panicbit 2017-02-24 20:42:00 +0100
  • 3f2366df13 implement buffered stdio Fenrir 2017-02-24 01:22:17 -0700
  • 32fc84424d Merge pull request #20 from panicbit/service_ssl Ronald Kinard 2017-02-23 20:00:32 -0600
  • 1cbe822472 Merge pull request #18 from FenrirWolf/time Ronald Kinard 2017-02-23 19:58:09 -0600
  • 1c98cb543b Merge pull request #21 from FenrirWolf/mutex Ronald Kinard 2017-02-23 19:56:00 -0600
  • 1e3655e44a Add sync::mutex Fenrir 2017-02-20 22:24:01 -0700
  • fa59c30f21 Partial sslc service implementation panicbit 2017-02-21 05:08:25 +0100
  • 602f632e4a Overhaul Instant impl Fenrir 2017-02-17 16:24:20 -0700
  • 1f35866047 Yet another bugfix Fenrir 2017-02-04 13:10:53 -0700
  • 2121f1782f use libc types in Instant impl Fenrir 2017-02-03 22:26:11 -0700
  • f6a8aea497 fix Instant impl Fenrir 2017-02-03 21:22:29 -0700
  • dcf862c3db use svcGetSystemTick for Instant Fenrir 2017-02-03 19:11:41 -0700
  • 2ed837f8e1 ctr-std: Add Time module Fenrir 2017-02-02 20:53:27 -0700
  • 193d21e4d2 Merge pull request #19 from FenrirWolf/thread_local Ronald Kinard 2017-02-18 18:50:24 -0600
  • 0436b3a945 Add thread local storage support Fenrir 2017-02-18 01:09:18 -0700
  • d5af9faac9 Merge pull request #16 from FenrirWolf/collections Ronald Kinard 2017-02-01 18:31:14 -0600
  • c8d69a25e7 ctr-std: add collections module Fenrir 2017-02-01 02:01:40 -0700
  • 20a7da8cfa Merge pull request #15 from FenrirWolf/std Ronald Kinard 2017-01-28 23:12:35 -0600
  • 47e4c16118 ctru-rs: impl Seek for File Fenrir 2017-01-28 21:07:11 -0700
  • 2719d9488f ctr-std: Fix panic message formatting Fenrir 2017-01-27 17:22:02 -0700
  • 25b2b10ff6 ctru-rs: impl Read and Write for File Fenrir 2017-01-27 15:55:42 -0700
  • e6f3d78215 ctru-rs: Add Error module Fenrir 2017-01-27 15:53:25 -0700
  • ab1a105174 ctr-libc: remove conditional dependency on std Fenrir 2017-01-24 19:25:43 -0700
  • dffce57257 Bring in all the crates Fenrir 2017-01-21 21:11:02 -0700
  • 08b71a18cd We stdlib now Fenrir 2017-01-19 01:30:05 -0700
  • 119b536353 Update Cargo.toml Fenrir 2017-01-17 23:51:17 -0700
  • bacd6c5e04 Fixes for latest nightlies (Rust 1.16.0) Fenrir 2017-01-02 16:00:23 -0700
  • 5dc31d60cc Regenerate gpu bindings Fenrir 2016-10-28 16:30:29 -0600
  • e4cf305807 Regenerate raw service bindings Fenrir 2016-10-28 16:23:28 -0600
  • 4991de6d39 Use bitflags for fs services Fenrir 2016-10-28 14:43:11 -0600
  • 63d8c50b48 ctru-sys: recreate types.h and libc bindings Fenrir 2016-10-28 13:57:38 -0600
  • d315ac82a1 Minor console refactor Fenrir 2016-10-28 13:00:29 -0600
  • 539fa2a425 Split out libstd crate Fenrir 2016-10-28 12:08:28 -0600
  • fdbf10cd89 libstd prelude, take 2 Fenrir 2016-10-27 14:27:43 -0600
  • 1a4c4915d5 Fix deprecation and stablization warnings Fenrir 2016-10-15 00:26:26 -0700
  • b1a213f56a Remove libc OS error functions Fenrir 2016-10-06 16:48:12 -0700
  • f9a6959e8a Remove [cfg(windows)] stuff from path Fenrir 2016-10-06 02:46:51 -0700
  • b1779396be Add io module from libstd Fenrir 2016-10-06 02:00:22 -0700
  • 3265624259 Add memchr Fenrir 2016-10-06 01:31:27 -0700
  • cbd08e83f8 ctru-sys: add errno function Fenrir 2016-09-05 14:19:58 -0700
  • c7e709ffa4 ctru-sys: add proper libc typedefs Fenrir 2016-09-05 13:47:25 -0700
  • ae3a6d0d2b Add error module from libstd Fenrir 2016-10-05 23:22:24 -0700
  • 901c0561df Update AUTHORS.md Ronald Kinard 2016-10-04 00:42:19 -0500
  • b0a0a4d8e7 Update copyright notice. Ronald Kinard 2016-10-04 00:41:12 -0500
  • 1876119809 Merge pull request #10 from FenrirWolf/filesystem Ronald Kinard 2016-10-03 14:29:01 -0500
  • 20ff414230 Update README.md Fenrir 2016-10-03 11:49:48 -0700
  • 82bcf8f305 Fix documentation errors Fenrir 2016-10-03 11:38:44 -0700
  • ee0873ab36 Make OpenOptions logic slightly less ugly Fenrir 2016-10-02 21:30:16 -0700
  • bef90b4c04 update unicode methods in wtf8 module Fenrir 2016-10-02 21:28:38 -0700
  • c3da19784f Remove unwrap from append logic Fenrir 2016-09-30 00:06:01 -0700
  • 3987b78ed3 Add append and truncate modes to OpenOptions Fenrir 2016-09-29 20:40:22 -0700
  • ed0c883b43 Documentation for the FS service Fenrir 2016-09-29 15:16:45 -0700
  • 1fb45b4309 Add create_dir_all function Fenrir 2016-09-29 03:30:01 -0700
  • 5e01a58b84 Fix DirEntry's metadata() method Fenrir 2016-09-28 01:25:44 -0700
  • 6ab8bd0efd Add metadata struct and functions Fenrir 2016-09-27 23:46:48 -0700
  • e7f87b9d8f Add read_dir function (directory iteration!) Fenrir 2016-09-26 06:17:50 -0700
  • 6544900c4c Add rename function Fenrir 2016-09-24 21:15:27 -0700
  • 93760035f7 Add directory create and delete functions Fenrir 2016-09-23 13:16:47 -0700
  • d28c7affd4 Prolly shouldn't flush on every write Fenrir 2016-09-23 13:18:14 -0700
  • 6c178aa1da Add alloc_system dependency Fenrir 2016-09-21 23:45:35 -0700
  • 1a99cf387f Add read_to_end function Fenrir 2016-09-21 20:40:01 -0700
  • 2836bc3c6e Add remove_file function Fenrir 2016-09-21 16:26:09 -0700
  • 0db7db3f8d Update 3ds.json Fenrir 2016-09-19 22:22:54 -0700
  • edd21380c3 Refactor File and OpenOptions methods Fenrir 2016-09-19 22:22:36 -0700
  • b68d02baa3 Add write method to fs File Fenrir 2016-09-15 22:55:17 -0700
  • 545196e1ad Merge pull request #11 from panicbit/fix/console Ronald Kinard 2016-08-29 11:14:41 -0500
  • 6eeab148d9 Fix Console fmt::Write impl panicbit 2016-08-29 02:44:04 +0200
  • d582acb7f6 Merge pull request #1 from panicbit/filesystem FenrirWolf 2016-08-19 21:19:17 -0700
  • d604db4410 Add len method to fs File panicbit 2016-08-20 04:36:14 +0200
  • 94e927f967 Add read method to fs File panicbit 2016-08-20 04:35:56 +0200
  • ca3658108f Delete functions that were removed from ctrulib Fenrir 2016-08-18 23:45:46 -0700
  • 96a2d13370 minor cleanup Fenrir 2016-08-18 23:16:57 -0700
  • 9c2c664b63 Add OpenOptions Fenrir 2016-08-13 23:36:27 -0700
  • 282445c30a Add FS module Fenrir 2016-08-12 16:03:37 -0700
  • b8a08d5b08 Regenerate raw fs bindings Fenrir 2016-08-12 16:01:17 -0700
  • 0c8a465e93 Add Path and OsString APIs Fenrir 2016-08-12 15:59:22 -0700
  • d1c4e474bf Merge pull request #9 from FenrirWolf/master Ronald Kinard 2016-08-12 17:24:47 -0500
  • 941dca64da improve panic implementation Fenrir 2016-08-05 18:30:38 -0700
  • 189fa64b3f Implement proper panic messages Fenrir 2016-08-05 02:23:52 -0700
  • 62e5cccff3 Rename ::new() to ::init() Fenrir 2016-08-01 21:41:02 -0700
  • aba0449bff remove unnecessary mutable self-borrows Fenrir 2016-08-01 21:32:59 -0700
  • b75b7f804a Use abort() when panicking Fenrir 2016-08-01 21:28:32 -0700
  • 1e66941320 Update bindgen comment Fenrir 2016-08-01 21:26:02 -0700