rust/src/librustdoc
Aaron Turon 7ce2d9c3fa libs: stabilize ascii module
This is an initial API stabilization pass for `std::ascii`. Aside from
some renaming to match conversion conventions, and deprecations in favor
of using iterators directly, almost nothing is changed here. However,
the static case conversion tables that were previously public are now private.

The stabilization of the (rather large!) set of extension traits is left
to a follow-up pass, because we hope to land some more general machinery
that will provide the same functionality without custom traits.

[breaking-change]
2014-11-21 14:10:13 -08:00
..
clean rustdoc: fix fallout of ty::t -> Ty<'tcx>. 2014-11-19 06:24:35 +02:00
html libs: stabilize ascii module 2014-11-21 14:10:13 -08:00
core.rs Move trans, back, driver, and back into a new crate, rustc_trans. Reduces memory usage significantly and opens opportunities for more parallel compilation. 2014-11-18 07:32:43 -05:00
doctree.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
externalfiles.rs Deal with the fallout of string stabilization 2014-09-23 18:31:52 -07:00
flock.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
fold.rs Renamed Extendable to Extend 2014-11-08 15:02:09 +01:00
lib.rs std: Stabilize std::fmt 2014-11-18 21:16:22 -08:00
markdown.rs Changed addl_lib_search_paths from HashSet to Vec 2014-09-07 11:42:02 +02:00
passes.rs rustdoc: hide private traits in strip-private pass 2014-10-21 08:49:43 -07:00
plugins.rs Fix rustdoc 2014-09-30 12:52:47 -07:00
stability_summary.rs Fix warnings 2014-11-16 10:40:34 +01:00
test.rs Move trans, back, driver, and back into a new crate, rustc_trans. Reduces memory usage significantly and opens opportunities for more parallel compilation. 2014-11-18 07:32:43 -05:00
visit_ast.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00