rust/src/librustdoc
Alex Crichton b53764c73b std: Clean out deprecated APIs
Removes all unstable and deprecated APIs prior to the 1.8 release. All APIs that
are deprecated in the 1.8 release are sticking around for the rest of this
cycle.

Some notable changes are:

* The `dynamic_lib` module was moved into `rustc_back` as the compiler still
  relies on a few bits and pieces.
* The `DebugTuple` formatter now special-cases an empty struct name with only
  one field to append a trailing comma.
2016-03-12 12:31:13 -08:00
..
clean Auto merge of #32133 - alexcrichton:linkchecker, r=brson 2016-03-11 04:38:04 -08:00
html rustbuild: Fix stage1 rustdoc 2016-03-08 13:44:14 -08:00
build.rs bootstrap: Add directives to not double-link libs 2016-02-11 11:12:32 -08:00
Cargo.toml bootstrap: Add a bunch of Cargo.toml files 2016-02-11 11:12:32 -08:00
core.rs Auto merge of #32133 - alexcrichton:linkchecker, r=brson 2016-03-11 04:38:04 -08:00
doctree.rs Abstract away differences between Vec and ptr::P in HIR 2015-12-18 00:52:56 +03:00
externalfiles.rs Add generic conversion traits 2015-03-23 15:01:45 -07:00
flock.rs Rename sunos to solaris 2016-01-31 19:01:30 +03:00
fold.rs This doesn't seem necessary? 2016-03-04 19:40:01 +01:00
lib.rs std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
markdown.rs Use --cfg when running doctests 2015-12-15 18:03:55 +09:00
passes.rs Auto merge of #32055 - mitaa:rdoc-strip-priv-imports, r=alexcrichton 2016-03-06 17:08:36 +00:00
plugins.rs std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
test.rs std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
visit_ast.rs Simplify if let/match expressions 2016-03-04 19:07:35 +01:00