rust/src/librustuv
Patrick Walton 67deb2e65e libsyntax: Remove the use foo = bar syntax from the language in favor
of `use bar as foo`.

Change all uses of `use foo = bar` to `use bar as foo`.

Implements RFC #47.

Closes #16461.

[breaking-change]
2014-08-18 09:19:10 -07:00
..
access.rs std: Stabilize unit, bool, ty, tuple, arc, any 2014-07-26 13:12:20 -07:00
addrinfo.rs c_str: replace .with_ref with .as_ptr throughout the codebase. 2014-06-29 21:15:26 +10:00
async.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
file.rs librustc: Implement lifetime elision. 2014-07-19 13:10:58 -07:00
homing.rs Rename recvfrom -> recv_from, sendto -> send_to. 2014-07-02 08:21:42 +09:00
idle.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
lib.rs testsuite: implement #[reexport_test_harness_name] to get access to the 2014-08-09 13:00:58 +10:00
macros.rs Updates with core::fmt changes 2014-05-15 23:22:06 -07:00
net.rs native, rustuv: Fix spawning with empty args 2014-08-05 19:54:54 -07:00
pipe.rs libsyntax: Remove ~self and mut ~self from the language. 2014-07-24 07:26:03 -07:00
process.rs io::process::Command: add fine-grained env builder 2014-07-10 12:16:16 -07:00
queue.rs libsyntax: Remove the use foo = bar syntax from the language in favor 2014-08-18 09:19:10 -07:00
rc.rs std: Stabilize unit, bool, ty, tuple, arc, any 2014-07-26 13:12:20 -07:00
signal.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
stream.rs Fix misspelled comments. 2014-08-01 19:42:52 -04:00
timeout.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
timer.rs Fix spelling errors. 2014-07-03 12:54:51 -07:00
tty.rs rustuv: Don't zero-out data on clones 2014-06-29 09:38:07 -07:00
uvio.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
uvll.rs auto merge of #16435 : vadimcn/rust/windows, r=pcwalton 2014-08-15 00:46:19 +00:00