]> git.lizzy.rs Git - rust.git/commitdiff
rollup merge of #22459: alexcrichton/feature-names
authorAlex Crichton <alex@alexcrichton.com>
Tue, 17 Feb 2015 23:16:22 +0000 (15:16 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 18 Feb 2015 01:26:59 +0000 (17:26 -0800)
Conflicts:
src/rustbook/main.rs

1  2 
src/librustc_driver/lib.rs
src/librustc_llvm/lib.rs
src/libstd/old_io/mod.rs
src/libterm/lib.rs
src/rustbook/main.rs

Simple merge
Simple merge
Simple merge
index 276e2f3ca38b6bded9e573425c849b75ec0a5d75,81534dbe4c4c2734b18c660219a45ee8f2e23e2e..6cd96769ed2f07d795e1e4c4464fe6f5cd0b9750
  #![feature(box_syntax)]
  #![feature(collections)]
  #![feature(int_uint)]
- #![feature(io)]
- #![feature(path)]
+ #![feature(old_io)]
+ #![feature(old_path)]
  #![feature(rustc_private)]
  #![feature(staged_api)]
 -#![feature(std_misc)]
  #![feature(unicode)]
  #![feature(env)]
  #![cfg_attr(windows, feature(libc))]
index cfd4379497a05e4de91f29cfc1a206b4abf307ee,c0e9cac2813d8945cca21e6577176ef326de34b2..ace57f0ac2c0b9351e6df4860955697cedd209b4
  #![feature(box_syntax)]
  #![feature(collections)]
  #![feature(core)]
- #![feature(io)]
+ #![feature(old_io)]
  #![feature(os)]
- #![feature(path)]
 +#![feature(env)]
+ #![feature(old_path)]
  #![feature(rustdoc)]
  
  extern crate rustdoc;