rust/src/rt
Alex Crichton 88593fc3fc Document logging and remove old functions
This adds a large doc-block to the top of the std::logging module explaining how
to use it. This is mostly just making sure that all the information in the
manual's section about logging is also here (in case someone decides to look
into this module first).

This also removes the old console_{on,off} methods. As far as I can tell, the
functions were only used by the compiler, and there's no reason for them to be
used because they're all turned off by default anyway (maybe they were turned on
by default at some point...)

I believe that this is the final nail in the coffin and closes #5021
2013-10-03 09:16:31 -07:00
..
arch Support Win64 context switching 2013-08-26 22:16:54 +09:00
jemalloc jemalloc: use $(AR), not ar 2013-08-19 20:53:02 -04:00
linenoise Fix compilation errors with linenoise 2013-05-25 00:40:12 -05:00
msvc Add some C99 and C++ compatibility headers for MSVC 2011-03-21 10:24:00 -07:00
sundown Expand tidy to prevent binaries from being checked 2013-09-30 10:15:47 -07:00
sync rt: Remove sync.h 2013-08-23 18:38:59 -07:00
util rt: Remove indexed_list 2013-08-23 14:46:23 -07:00
vg rt: Make valgrind Win64-compatible 2013-08-26 22:15:45 +09:00
boxed_region.cpp rt: Remove rust_env 2013-08-16 13:24:24 -07:00
boxed_region.h rt: Don't make memory_region depend on rust_env 2013-04-21 17:42:45 -07:00
memory_region.cpp rt: Remove sync.h 2013-08-23 18:38:59 -07:00
memory_region.h rt: Memory regions are never synchronized now 2013-08-23 18:38:59 -07:00
miniz.cpp Fix MZ_FORCEINLINE define to work with GCC 4.7.1. 2012-08-29 01:18:00 -07:00
rust_android_dummy.cpp rt: add android dummy functions for mman related 2013-06-26 10:25:12 +09:00
rust_android_dummy.h auto merge of #6234 : yichoi/rust/glob-dummy-pull, r=thestinger 2013-05-04 22:09:36 -07:00
rust_builtin.cpp Document logging and remove old functions 2013-10-03 09:16:31 -07:00
rust_globals.h rt: Remove unused parts of rust_globals.h 2013-08-16 13:24:24 -07:00
rust_gpr_base.h add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
rust_rng.cpp Remove the C(++) ISAAC Rng from the old rt. 2013-09-23 00:11:43 +10:00
rust_rng.h Remove the C(++) ISAAC Rng from the old rt. 2013-09-23 00:11:43 +10:00
rust_test_helpers.cpp rt: Remove rust_abi 2013-08-23 18:38:59 -07:00
rust_type.h add type name to the tydesc 2013-09-03 04:44:47 -04:00
rust_upcall.cpp rt: Support SEH/SJLJ personality routine 2013-08-26 22:15:45 +09:00
rust_util.h Remove a little bit of unused C++ 2013-09-26 18:40:13 -07:00
rust_uv.cpp Implement process bindings to libuv 2013-09-18 13:52:18 -07:00
rustrt.def.in Document logging and remove old functions 2013-10-03 09:16:31 -07:00