rust/src/librustdoc
Felix S. Klock II eb6856c307 Fixing rustdoc stage1.
See #13983 and #14000.

Fix was originally authored by alexcrichton and then rebased a couple
times by pnkfelix, most recently atop PR 13954.

----

Regarding the change to librustdoc/lib.rs, to do `map_err` before
unwrapping a `TqskResult`: I do not understand how master is passing
without this change or something like it, since `Box<Any:Send>` does
not implement `Show`.  (Is this something that is only a problem for
the snapshot stage0 compiler?)  Still, the change I have put in here
(which was added as part of a rebase after alex's review) seems
harmless to me to apply to rustdoc at all stages, since a call to
`unwrap` is just going to `fail!` on the err case anyway.
2014-05-18 22:56:19 +02:00
..
html core: Update all tests for fmt movement 2014-05-15 23:22:15 -07:00
clean.rs rustdoc: functions in ffi blocks are unsafe 2014-05-15 13:50:28 -07:00
core.rs Add compiler flag to configure output coloring 2014-05-15 13:12:53 +00:00
doctree.rs rustdoc: External module item links to the module contents. Fixes #12926. 2014-04-27 19:54:31 +09:00
flock.rs Fix fallout from std::libc separation 2014-04-04 09:31:44 -07:00
fold.rs Changed iter::Extendable and iter::FromIterator to take a Iterator by value 2014-03-25 21:49:55 +01:00
lib.rs Fixing rustdoc stage1. 2014-05-18 22:56:19 +02:00
markdown.rs libtest: Remove all uses of ~str from libtest. 2014-05-14 18:29:13 -07:00
passes.rs rustdoc: Fix hiding implementations of traits 2014-05-12 19:52:29 -07:00
plugins.rs librustdoc: Remove all ~str usage from librustdoc. 2014-05-12 17:57:26 -07:00
test.rs Fixing rustdoc stage1. 2014-05-18 22:56:19 +02:00
visit_ast.rs rustdoc: Allow forcing inlining of pub use 2014-05-03 02:09:30 -07:00