File tree Expand file tree Collapse file tree 4 files changed +12
-382
lines changed
branches/try/src/librustrt Expand file tree Collapse file tree 4 files changed +12
-382
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: b5ba2f5517b1f90d07969ca3facdf5132e42436c
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 749ff5e76a0d08837964e44c66654679a3a88bb8
5
- refs/heads/try: 382f1bceb4e2a0496171f52d114a98ff8a86f9b7
5
+ refs/heads/try: 2487e164aeeeedaba78f597724a137959b1fb299
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
8
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
Original file line number Diff line number Diff line change @@ -58,7 +58,6 @@ pub mod c_str;
58
58
pub mod exclusive;
59
59
pub mod local;
60
60
pub mod local_data;
61
- pub mod local_heap;
62
61
pub mod mutex;
63
62
pub mod rtio;
64
63
pub mod stack;
@@ -105,9 +104,8 @@ pub static DEFAULT_ERROR_CODE: int = 101;
105
104
106
105
/// One-time runtime initialization.
107
106
///
108
- /// Initializes global state, including frobbing
109
- /// the crate's logging flags, registering GC
110
- /// metadata, and storing the process arguments.
107
+ /// Initializes global state, including frobbing the crate's logging flags,
108
+ /// and storing the process arguments.
111
109
pub fn init ( argc : int , argv : * const * const u8 ) {
112
110
// FIXME: Derefing these pointers is not safe.
113
111
// Need to propagate the unsafety to `start`.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments