rust/src/librustrt
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
..
args.rs Replace #[cfg(target_os = "win32")] with #[cfg(target_os = "windows")] 2014-08-12 00:13:43 -07:00
at_exit_imp.rs stabilize atomics (now atomic) 2014-08-04 16:03:21 -07:00
bookkeeping.rs stabilize atomics (now atomic) 2014-08-04 16:03:21 -07:00
c_str.rs librustc: Forbid external crates, imports, and/or items from being 2014-08-16 19:32:25 -07:00
exclusive.rs std: Stabilize unit, bool, ty, tuple, arc, any 2014-07-26 13:12:20 -07:00
lib.rs librustc: Forbid external crates, imports, and/or items from being 2014-08-16 19:32:25 -07:00
libunwind.rs Replace #[cfg(target_os = "win32")] with #[cfg(target_os = "windows")] 2014-08-12 00:13:43 -07:00
local_data.rs librustc: Forbid external crates, imports, and/or items from being 2014-08-16 19:32:25 -07:00
local_heap.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
local_ptr.rs libsyntax: Remove the use foo = bar syntax from the language in favor 2014-08-18 09:19:10 -07:00
local.rs rustrt: Allow dropping a brand-new Task 2014-07-30 07:06:44 -07:00
macros.rs
mutex.rs stabilize atomics (now atomic) 2014-08-04 16:03:21 -07:00
rtio.rs libsyntax: Remove the use foo = bar syntax from the language in favor 2014-08-18 09:19:10 -07:00
stack.rs Replace #[cfg(target_os = "win32")] with #[cfg(target_os = "windows")] 2014-08-12 00:13:43 -07:00
task.rs librustc: Forbid external crates, imports, and/or items from being 2014-08-16 19:32:25 -07:00
thread_local_storage.rs Port Rust to DragonFlyBSD 2014-07-29 16:44:39 +02:00
thread.rs Renamed record_stack_bounds for clarity. 2014-08-05 21:00:31 -07:00
unwind.rs libsyntax: Remove the use foo = bar syntax from the language in favor 2014-08-18 09:19:10 -07:00
util.rs ignore-lexer-test to broken files and remove some tray hyphens 2014-07-21 10:59:58 -07:00