rust/src/librustrt
NODA, Kai f27ad3d3e9 Clean up rustc warnings.
compiletest: compact "linux" "macos" etc.as "unix".
liballoc: remove a superfluous "use".
libcollections: remove invocations of deprecated methods in favor of
    their suggested replacements and use "_" for a loop counter.
libcoretest: remove invocations of deprecated methods;  also add
    "allow(deprecated)" for testing a deprecated method itself.
libglob: use "cfg_attr".
libgraphviz: add a test for one of data constructors.
libgreen: remove a superfluous "use".
libnum: "allow(type_overflow)" for type cast into u8 in a test code.
librustc: names of static variables should be in upper case.
libserialize: v[i] instead of get().
libstd/ascii: to_lowercase() instead of to_lower().
libstd/bitflags: modify AnotherSetOfFlags to use i8 as its backend.
    It will serve better for testing various aspects of bitflags!.
libstd/collections: "allow(deprecated)" for testing a deprecated
    method itself.
libstd/io: remove invocations of deprecated methods and superfluous "use".
    Also add #[test] where it was missing.
libstd/num: introduce a helper function to effectively remove
    invocations of a deprecated method.
libstd/path and rand: remove invocations of deprecated methods and
    superfluous "use".
libstd/task and libsync/comm: "allow(deprecated)" for testing
    a deprecated method itself.
libsync/deque: remove superfluous "unsafe".
libsync/mutex and once: names of static variables should be in upper case.
libterm: introduce a helper function to effectively remove
    invocations of a deprecated method.

We still see a few warnings about using obsoleted native::task::spawn()
in the test modules for libsync.  I'm not sure how I should replace them
with std::task::TaksBuilder and native::task::NativeTaskBuilder
(dependency to libstd?)

Signed-off-by: NODA, Kai <nodakai@gmail.com>
2014-10-13 14:16:22 +08:00
..
args.rs Register new snapshots 2014-10-10 22:09:49 -07:00
at_exit_imp.rs Register new snapshots 2014-10-10 22:09:49 -07:00
bookkeeping.rs Register new snapshots 2014-10-10 22:09:49 -07:00
c_str.rs rustrt: Convert statics to constants 2014-10-09 09:44:51 -07:00
exclusive.rs Fallout from renaming 2014-09-16 14:37:48 -07:00
lib.rs auto merge of #17853 : alexcrichton/rust/issue-17718, r=pcwalton 2014-10-10 00:07:08 +00:00
libunwind.rs rustrt: Convert statics to constants 2014-10-09 09:44:51 -07:00
local.rs librustc: Forbid private types in public APIs. 2014-09-22 20:05:45 -07:00
local_data.rs Set the non_uppercase_statics lint to warn by default 2014-10-03 20:39:56 +13:00
local_ptr.rs Fix librustrt 2014-09-30 12:52:46 -07:00
macros.rs std: Extract librustrt out of libstd 2014-06-06 22:19:41 -07:00
mutex.rs Clean up rustc warnings. 2014-10-13 14:16:22 +08:00
rtio.rs Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00
stack.rs rustrt: Convert statics to constants 2014-10-09 09:44:51 -07:00
task.rs tests: remove uses of Gc. 2014-10-02 17:02:15 +03:00
thread.rs Rename the no_split_stack attribute to no_stack_check 2014-10-09 14:24:36 -07:00
thread_local_storage.rs Fix librustrt 2014-09-30 12:52:46 -07:00
unwind.rs Register new snapshots 2014-10-10 22:09:49 -07:00
util.rs rustrt: Convert statics to constants 2014-10-09 09:44:51 -07:00