Skip to content

Commit 7089d59

Browse files
committed
---
yaml --- r: 136182 b: refs/heads/try c: 2487e16 h: refs/heads/master v: v3
1 parent 9125789 commit 7089d59

File tree

4 files changed

+12
-382
lines changed

4 files changed

+12
-382
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: b5ba2f5517b1f90d07969ca3facdf5132e42436c
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 749ff5e76a0d08837964e44c66654679a3a88bb8
5-
refs/heads/try: 382f1bceb4e2a0496171f52d114a98ff8a86f9b7
5+
refs/heads/try: 2487e164aeeeedaba78f597724a137959b1fb299
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/src/librustrt/lib.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ pub mod c_str;
5858
pub mod exclusive;
5959
pub mod local;
6060
pub mod local_data;
61-
pub mod local_heap;
6261
pub mod mutex;
6362
pub mod rtio;
6463
pub mod stack;
@@ -105,9 +104,8 @@ pub static DEFAULT_ERROR_CODE: int = 101;
105104

106105
/// One-time runtime initialization.
107106
///
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.
111109
pub fn init(argc: int, argv: *const *const u8) {
112110
// FIXME: Derefing these pointers is not safe.
113111
// Need to propagate the unsafety to `start`.

branches/try/src/librustrt/local_heap.rs

Lines changed: 0 additions & 345 deletions
This file was deleted.

0 commit comments

Comments
 (0)