Commit Graph

  • 66e3e6b062 Update pinned nightly Fenrir 2018-02-15 21:29:08 -0700
  • 49dc1a5e06 Updates for Rust 1.24 Fenrir 2018-02-15 21:15:14 -0700
  • 8e800951df Fix TcpStream::wait_timeout Fenrir 2018-02-13 12:49:15 -0700
  • 3315dec931 Don't use ioctl for TcpStream::connect_timeout Fenrir 2018-02-13 00:25:33 -0700
  • 6d4cb6df3d Don't output an extra newline when panicking Fenrir 2018-02-12 22:40:30 -0700
  • ab992b1ead Clean up the README a bit more Fenrir 2018-02-11 22:07:47 -0700
  • 3ad0909b25 Reorganize the list a bit Fenrir 2018-02-11 20:54:37 -0700
  • 590868e84c Add list of supported modules Fenrir 2018-02-11 20:44:47 -0700
  • b987c05d30 Fix memory leak in Soc::init Fenrir 2018-02-11 18:29:41 -0700
  • efbe9809cc Add documentation for Soc Fenrir 2018-02-11 16:34:21 -0700
  • 43c251c10b Add Soc::init_with_buffer_size Fenrir 2018-02-11 16:24:09 -0700
  • 745dd51df0 Add Soc service Fenrir 2018-02-11 15:52:24 -0700
  • 48ee173596 Stub out set_cloexec Fenrir 2018-02-11 15:51:57 -0700
  • dcccdcc090 Filter out glibc symbols Fenrir 2018-02-11 15:08:01 -0700
  • 5f24919d63 Update travis config Fenrir 2018-02-11 03:02:21 -0700
  • 05e87af948 Remove build script from examples Fenrir 2018-02-11 02:42:22 -0700
  • 1dffa9cc16 Link libctru in ctru-sys Fenrir 2018-02-11 02:33:17 -0700
  • acb5ca0bf5 We aren't linux Fenrir 2018-02-10 17:35:36 -0700
  • d46f9f4565 Update examples Fenrir 2018-02-06 23:45:56 -0700
  • 224ed678db Add wait_for_vblank function Fenrir 2018-02-06 23:45:48 -0700
  • fc0e124f43 Use bitflags 1.0 for button presses Fenrir 2018-02-06 23:06:43 -0700
  • 16be4ef715 Fix unsoundness in Console's API Fenrir 2018-01-21 23:12:55 -0700
  • c272b282ba Update nightly to 2018-01-26 Fenrir 2018-01-26 08:36:47 -0700
  • 27d8949831 repr_align stabilized Fenrir 2018-01-26 08:33:55 -0700
  • 5c6da77fa3 core::ops::Place is unsafe now Fenrir 2018-01-26 08:32:43 -0700
  • bf6ef666d1 Increase reader count + style fixes Fenrir 2018-01-25 00:02:17 -0700
  • 128c323a7e Notify all threads when the write-lock goes out of scope Fenrir 2018-01-24 00:53:46 -0700
  • f8aca7b2b1 Fix mutex try_lock logic Fenrir 2018-01-24 00:25:47 -0700
  • 4977dcb167 Initial rwlock impl Fenrir 2018-01-23 23:23:59 -0700
  • 7795eee8c3 Add debug svc printing to the default panic hook Fenrir 2018-01-23 00:07:58 -0700
  • 14594b6281 Remove macOS files that were accidentally included Fenrir 2018-01-22 00:30:50 -0700
  • c1573807d5 Restore thread APIs that were accidentally deleted Fenrir 2018-01-22 00:30:33 -0700
  • d1475d0d2c Ensure that the sysroot uses its own libc Fenrir 2018-01-21 19:00:05 -0700
  • 623cd2a34c Update Travis for the latest nightly Fenrir 2018-01-21 17:00:16 -0700
  • 23be3f4885 Recreate ctr-std from latest nightly Fenrir 2018-01-21 14:06:28 -0700
  • 681dfb425e Update CI for Rust nightly-2017-12-01 + other fixes Fenrir 2017-12-01 22:18:30 -0700
  • cbafc1a01b Better workaround for the `feature(rustc_private)]` issue Fenrir 2017-12-01 22:10:56 -0700
  • 8ba058552b Patch `std` to be compatible with Rust nightly-2017-12-01 Fenrir 2017-12-01 21:57:34 -0700
  • 9f5d769afa Update bindings for libctru v1.4.0 Fenrir 2017-11-18 17:47:38 -0700
  • e5d15c3139 Merge pull request #44 from FenrirWolf/panic-unwind Ronald Kinard 2017-08-02 00:46:21 -0500
  • b2ba0fa9af Properly set up main thread Fenrir 2017-08-01 15:24:05 -0600
  • a563a07c78 Update pinned nightly to 2017-07-31 Fenrir 2017-08-01 00:29:36 -0600
  • 5f0fc0c001 Add unwinding strategy for panics Fenrir 2017-07-31 23:23:20 -0600
  • 776a722c83 Merge pull request #41 from FenrirWolf/panic-reboot Ronald Kinard 2017-07-31 21:25:35 -0500
  • 9f575ccd71 Merge pull request #42 from FenrirWolf/hid-update Ronald Kinard 2017-07-31 14:35:59 -0500
  • 28c95a990c Fix documentation Fenrir 2017-07-29 21:48:34 -0600
  • f70d1c9706 Update examples Fenrir 2017-07-29 15:39:11 -0600
  • 0a070b8ba9 Trigger reboot after panicking Fenrir 2017-07-29 18:07:22 -0600
  • 81db0773d0 Bump version Fenrir 2017-07-29 15:41:40 -0600
  • 88f81df3ae Refactor HID module Fenrir 2017-07-27 20:19:11 -0600
  • 4e629ea378 Update bitflags Fenrir 2017-07-26 23:44:06 -0600
  • e426984672 Merge pull request #40 from FenrirWolf/thread-fix Ronald Kinard 2017-07-26 14:30:16 -0500
  • bbd4d28af1 Merge pull request #38 from FenrirWolf/examples Ronald Kinard 2017-07-26 11:16:30 -0500
  • 390e15a143 Merge pull request #39 from panicbit/travis_fix Ronald Kinard 2017-07-26 11:15:15 -0500
  • d0794af6ff travis: Build examples properly panicbit 2017-07-26 18:05:01 +0200
  • 174b908ce7 Merge pull request #37 from panicbit/travis_fix Ronald Kinard 2017-07-26 10:45:36 -0500
  • 163f6bb69e travis: allow unbound variables again panicbit 2017-07-26 15:33:34 +0200
  • fb64a5525f travis: build examples panicbit 2017-07-26 15:07:50 +0200
  • 55f56517e4 Print thread name in panic msg Fenrir 2017-07-26 03:00:57 -0600
  • 361c812e6a Thread fixes + module update Fenrir 2017-07-26 01:53:40 -0600
  • c159576e6d Add examples directory Fenrir 2017-07-25 20:12:21 -0600
  • 838ef34d4c Don't run cargo test for CI panicbit 2017-07-26 04:11:30 +0200
  • 23e9e4ef98 Merge pull request #36 from FenrirWolf/errDisp Ronald Kinard 2017-07-25 13:57:22 -0500
  • cbe41e5304 Enable old panic behavior for Citra Fenrir 2017-07-25 10:49:26 -0600
  • 1a3e3c7be9 Merge pull request #35 from panicbit/travis_ci Ronald Kinard 2017-07-25 08:14:07 -0500
  • d36057aee0 Use Error applet to display panics Fenrir 2017-07-24 22:50:08 -0600
  • 59b0b6de00 Update to new panic ABI Fenrir 2017-07-24 19:48:21 -0600
  • f7cb0d88be Fix missing stability attribute Fenrir 2017-07-24 19:35:49 -0600
  • eb759c8cc4 Add travis config panicbit 2017-07-24 22:08:18 +0200
  • c5e74a81a9 Merge pull request #34 from panicbit/nightly_update Ronald Kinard 2017-07-24 12:46:13 -0500
  • 54d7fc6c88 Use rust3ds/alloc_system3ds again panicbit 2017-07-20 21:10:09 +0200
  • 123d53ffbe Merge branch 'master' into nightly_update panicbit 2017-07-20 00:08:34 +0200
  • 9ce04f4092 Merge pull request #2 from FenrirWolf/nightly-update-patch panicbit 2017-07-19 07:52:07 +0200
  • 7b7d98d3d3 Use alloc_system3ds again Fenrir 2017-07-18 23:07:35 -0600
  • 917e044010 Merge pull request #33 from FenrirWolf/ctrulib-1.3.0 Ronald Kinard 2017-07-14 13:50:39 -0500
  • 22a855e41a Use -lctrud for debug builds Fenrir 2017-07-13 23:45:50 -0700
  • ad54bcd9a5 Update bindings for libctru 1.3.0 Fenrir 2017-07-13 23:11:53 -0700
  • 393ef5f8a9 Merge branch 'master' into nightly_update panicbit 2017-07-11 03:21:47 +0200
  • a9ea24a372 Merge pull request #31 from FenrirWolf/ctrulib-update Ronald Kinard 2017-07-10 16:31:38 -0500
  • c5bbf130b3 Remove rustc_private workaround Fenrir 2017-07-10 11:42:48 -0600
  • 1fc8156d31 Fix ctru-rs build script Fenrir 2017-07-07 17:33:02 -0600
  • 370650f4b6 Go back to using pre-generated bindings Fenrir 2017-06-13 01:14:35 -0600
  • a572fa0a5a Update libraries for ctru-sys changes Fenrir 2017-06-06 17:10:20 -0600
  • 0f919b248f Handle linking in ctru-rs build script Fenrir 2017-06-06 15:20:26 -0600
  • cf1f07558a Use bindgen for ctru_sys bindings Fenrir 2017-06-06 15:05:51 -0600
  • e0221d9f29 Remove ctr-libc dep from ctr-std panicbit 2017-07-10 17:31:44 +0200
  • d53dc9ae57 Merge branch 'master' into nightly_update panicbit 2017-07-10 17:20:32 +0200
  • 9ecf14ee08 Merge pull request #32 from FenrirWolf/libc-update Ronald Kinard 2017-07-10 10:03:38 -0500
  • ae25aa5845 Merge pull request #1 from FenrirWolf/collections-update panicbit 2017-07-10 05:16:35 +0200
  • 03d5b453b9 update collections module Fenrir 2017-07-09 20:21:38 -0600
  • 2538d230b8 Add default allocator symbols panicbit 2017-07-09 23:54:59 +0200
  • d86fadb6c7 ctr-std: Migrate to the new liballoc API panicbit 2017-07-09 21:37:35 +0200
  • 78ca2a83a7 ctr-std: Add heap allocator shim panicbit 2017-07-09 21:32:29 +0200
  • 72df21a4b3 ctr-std: Use liballoc from rust-src panicbit 2017-07-09 20:03:00 +0200
  • 5027a3446b Update target json panicbit 2017-07-09 19:57:17 +0200
  • 30c52fc9de Update README Fenrir 2017-07-07 18:13:28 -0600
  • 4b5b6223c5 ctru-rs: workaround for xargo/sysroot issue Fenrir 2017-07-07 12:21:12 -0600
  • eec80b496b Use libc from crates.io Fenrir 2017-07-07 11:39:39 -0600
  • 9749018832 Merge pull request #30 from kentaromiura/compile_again Ronald Kinard 2017-05-16 14:59:11 -0500
  • 6df8c7af93 More changes needed after today's rustup update Cristian Carlesso 2017-05-16 10:34:08 +0100