rust/src/libextra
Alex Crichton dd98f7089f Implement feature-gating for the compiler
A few features are now hidden behind various #[feature(...)] directives. These
include struct-like enum variants, glob imports, and macro_rules! invocations.

Closes #9304
Closes #9305
Closes #9306
Closes #9331
2013-10-05 20:19:33 -07:00
..
crypto extra: Remove usage of fmt! 2013-09-30 23:21:18 -07:00
num extra: fix BigInt on 32bit machines 2013-10-05 13:59:06 -07:00
terminfo auto merge of #9675 : sfackler/rust/lint, r=alexcrichton 2013-10-02 13:26:36 -07:00
arc.rs syntax: Remove usage of fmt! 2013-09-30 23:21:19 -07:00
arena.rs extra: Remove usage of fmt! 2013-09-30 23:21:18 -07:00
base64.rs Migrate users of 'loop' to 'continue' 2013-10-01 15:53:13 -07:00
bitv.rs extra: Remove usage of fmt! 2013-09-30 23:21:18 -07:00
c_vec.rs test: Fix rustdoc and tests. 2013-09-23 18:23:22 -07:00
comm.rs extra: Remove usage of fmt! 2013-09-30 23:21:18 -07:00
container.rs std: merge rand::{Rng,RngUtil} with default methods. 2013-09-23 00:11:42 +10:00
dlist.rs extra: Remove usage of fmt! 2013-09-30 23:21:18 -07:00
ebml.rs remove the float type 2013-10-01 14:54:10 -04:00
enum_set.rs rename std::iterator to std::iter 2013-09-09 03:21:46 -04:00
extra.rs Implement feature-gating for the compiler 2013-10-05 20:19:33 -07:00
fileinput.rs Migrate users of 'loop' to 'continue' 2013-10-01 15:53:13 -07:00
flate.rs remove the float type 2013-10-01 14:54:10 -04:00
flatpipes.rs extra: Remove usage of fmt! 2013-09-30 23:21:18 -07:00
future.rs extra: Remove usage of fmt! 2013-09-30 23:21:18 -07:00
getopts.rs Check enums in missing_doc lint 2013-10-02 08:57:03 -07:00
glob.rs Migrate users of 'loop' to 'continue' 2013-10-01 15:53:13 -07:00
hex.rs Migrate users of 'loop' to 'continue' 2013-10-01 15:53:13 -07:00
io_util.rs extra: change XXX to FIXME and elaborate on comments 2013-08-21 17:17:47 -07:00
json.rs remove the float type 2013-10-01 14:54:10 -04:00
list.rs Check enums in missing_doc lint 2013-10-02 08:57:03 -07:00
md4.rs rm obsolete integer to_str{,_radix} free functions 2013-08-20 22:05:03 -04:00
priority_queue.rs Migrate users of 'loop' to 'continue' 2013-10-01 15:53:13 -07:00
rc.rs switch Drop to &mut self 2013-09-16 22:19:23 -04:00
ringbuf.rs extra: Remove usage of fmt! 2013-09-30 23:21:18 -07:00
rl.rs librustc: Fix merge fallout. 2013-09-23 18:23:23 -07:00
semver.rs Check enums in missing_doc lint 2013-10-02 08:57:03 -07:00
serialize.rs remove the float type 2013-10-01 14:54:10 -04:00
smallintmap.rs extra: Remove usage of fmt! 2013-09-30 23:21:18 -07:00
sort.rs remove the float type 2013-10-01 14:54:10 -04:00
stats.rs extra: Remove usage of fmt! 2013-09-30 23:21:18 -07:00
sync.rs extra: Remove usage of fmt! 2013-09-30 23:21:18 -07:00
task_pool.rs Update the compiler to not use printf/printfln 2013-09-26 17:05:59 -07:00
tempfile.rs std: merge rand::{Rng,RngUtil} with default methods. 2013-09-23 00:11:42 +10:00
term.rs extra: Remove usage of fmt! 2013-09-30 23:21:18 -07:00
test.rs remove the float type 2013-10-01 14:54:10 -04:00
time.rs extra: remove commented out 'X' and 'x' formats 2013-10-05 17:30:26 -04:00
treemap.rs extra: Remove usage of fmt! 2013-09-30 23:21:18 -07:00
unicode.rs Fix building problems in extra::unicode. 2013-08-03 19:57:31 +09:00
url.rs Migrate users of 'loop' to 'continue' 2013-10-01 15:53:13 -07:00
uuid.rs Check enums in missing_doc lint 2013-10-02 08:57:03 -07:00
workcache.rs extra: Remove usage of fmt! 2013-09-30 23:21:18 -07:00