rust/src/libgreen
bors fe8bc17801 auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton
This change registers new snapshots, allowing `*T` to be removed from the language. This is a large breaking change, and it is recommended that if compiler errors are seen that any FFI calls are audited to determine whether they should be actually taking `*mut T`.
2014-06-28 20:11:34 +00:00
..
basic.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
context.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
coroutine.rs green: Switch field privacy as necessary 2014-03-31 15:47:36 -07:00
lib.rs auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton 2014-06-28 20:11:34 +00:00
macros.rs libstd: Remove ~str from all libstd modules except fmt and str. 2014-05-22 14:42:01 -07:00
message_queue.rs std,green: Mark some queue types as NoShare 2014-05-21 16:36:57 -07:00
sched.rs auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton 2014-06-28 20:11:34 +00:00
simple.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
sleeper_list.rs green: Switch field privacy as necessary 2014-03-31 15:47:36 -07:00
stack.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
task.rs auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton 2014-06-28 20:11:34 +00:00