File tree Expand file tree Collapse file tree 4 files changed +12
-382
lines changed
branches/snap-stage3/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 1
1
---
2
2
refs/heads/master: 74090504219e4e37c1a6d9fdd8600f44b51c7b04
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 382f1bceb4e2a0496171f52d114a98ff8a86f9b7
4
+ refs/heads/snap-stage3: 2487e164aeeeedaba78f597724a137959b1fb299
5
5
refs/heads/try: 14378ea357c06c23607ca61ade44f60a7a64a1c7
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
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