rust/src/libextra
Chris Morgan 0369a41f0e Rename files to match current recommendations.
New standards have arisen in recent months, mostly for the use of
rustpkg, but the main Rust codebase has not been altered to match these
new specifications. This changeset rectifies most of these issues.

- Renamed the crate source files `src/libX/X.rs` to `lib.rs`, for
  consistency with current styles; this affects extra, rustc, rustdoc,
  rustpkg, rustuv, std, syntax.

- Renamed `X/X.rs` to `X/mod.rs,` as is now recommended style, for
  `std::num` and `std::terminfo`.

- Shifted `src/libstd/str/ascii.rs` out of the otherwise unused `str`
  directory, to be consistent with its import path of `std::ascii`;
  libstd is flat at present so it's more appropriate thus.

While this removes some `#[path = "..."]` directives, it does not remove
all of them, and leaves certain other inconsistencies, such as `std::u8`
et al. which are actually stored in `src/libstd/num/` (one subdirectory
down). No quorum has been reached on this issue, so I felt it best to
leave them all alone at present. #9208 deals with the possibility of
making libstd more hierarchical (such as changing the crate to match the
current filesystem structure, which would make the module path
`std::num::u8`).

There is one thing remaining in which this repository is not
rustpkg-compliant: rustpkg would have `src/std/` et al. rather than
`src/libstd/` et al. I have not endeavoured to change that at this point
as it would guarantee prompt bitrot and confusion. A change of that
magnitude needs to be discussed first.
2013-11-03 23:49:01 +11:00
..
num extra: Add getter methods to extra::rational::Ratio 2013-10-24 23:05:03 +09:00
terminfo Rename files to match current recommendations. 2013-11-03 23:49:01 +11:00
arc.rs libextra: Make arc::get and arc::new inline too. 2013-10-24 13:50:21 -07:00
arena.rs Removed Unnecessary comments and white spaces #4386 2013-10-23 01:10:50 +05:30
base64.rs auto merge of #9810 : huonw/rust/rand3, r=alexcrichton 2013-10-23 08:31:21 -07:00
bitv.rs Removed Unnecessary comments and white spaces #4386 2013-10-23 01:10:50 +05:30
c_vec.rs Removed Unnecessary comments and white spaces #4386 2013-10-23 01:10:50 +05:30
comm.rs Implement a basic event loop built on LittleLock 2013-10-24 23:49:11 -07:00
container.rs
dlist.rs Removed Unnecessary comments and white spaces #4386 2013-10-23 01:10:50 +05:30
ebml.rs Remove std::io once and for all! 2013-10-24 14:22:34 -07:00
enum_set.rs Assorted cleanups suggested by reviewers. 2013-10-29 09:09:20 -07:00
flate.rs std::rand: add distributions::Range for generating [lo, hi). 2013-10-23 10:40:06 +11:00
future.rs Register new snapshots 2013-10-28 16:56:24 -07:00
getopts.rs Removed unnecessary comments and white spaces as suggested 2013-10-23 01:10:50 +05:30
glob.rs Removed Unnecessary comments and white spaces #4386 2013-10-23 01:10:50 +05:30
hex.rs
json.rs Remove the extension traits for Readers/Writers 2013-10-28 10:16:45 -07:00
lib.rs Rename files to match current recommendations. 2013-11-03 23:49:01 +11:00
list.rs
priority_queue.rs Removed Unnecessary comments and white spaces #4386 2013-10-23 01:10:50 +05:30
ringbuf.rs Removed Unnecessary comments and white spaces #4386 2013-10-23 01:10:50 +05:30
semver.rs Remove even more of std::io 2013-10-24 14:21:57 -07:00
serialize.rs
smallintmap.rs Removed Unnecessary comments and white spaces #4386 2013-10-23 01:10:50 +05:30
sort.rs std::rand: add distributions::Range for generating [lo, hi). 2013-10-23 10:40:06 +11:00
stats.rs Remove even more of std::io 2013-10-24 14:21:57 -07:00
sync.rs Allow fail messages to be caught, and introduce the Any trait 2013-10-28 08:50:32 +01:00
task_pool.rs Removed Unnecessary comments and white spaces #4386 2013-10-23 01:10:50 +05:30
tempfile.rs Removed Unnecessary comments and white spaces #4386 2013-10-23 01:10:50 +05:30
term.rs Remove even more of std::io 2013-10-24 14:21:57 -07:00
test.rs Give test and main tasks better names 2013-11-01 09:16:11 -07:00
time.rs Remove even more of std::io 2013-10-24 14:21:57 -07:00
treemap.rs Forbid type parameters in inner statics 2013-10-30 19:52:00 -07:00
unicode.rs
url.rs Another round of test fixes and merge conflicts 2013-10-24 14:22:35 -07:00
uuid.rs Remove std::io from ebml 2013-10-24 14:21:58 -07:00
workcache.rs Remove the extension traits for Readers/Writers 2013-10-28 10:16:45 -07:00