rust/src/librustdoc
Earl St Sauver 2a320f21d0 Fix playpen links to not all be the same
Fixes #20732, that all links in some modules point to the same code
examples was reported. The ID's generated for documents in
librustdoc are not all unique, which means the code rendered as
text is not being properly selected.

This change removes the unique id generation and instead changes the
frontend code to grab the correct code sample by it's relative
position in the dom.
2015-01-13 22:25:11 -08:00
..
clean Store deprecated status of i/u-suffixed literals. 2015-01-08 11:02:23 -05:00
html Fix playpen links to not all be the same 2015-01-13 22:25:11 -08:00
core.rs Preliminary feature staging 2015-01-07 15:34:56 -08:00
doctree.rs Add syntax for negative implementations of traits 2015-01-04 23:16:13 +01:00
externalfiles.rs sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs 2015-01-03 22:54:18 -05:00
flock.rs std: Redesign c_str and c_vec 2015-01-05 08:00:13 -08:00
fold.rs Fix fallout from change, adding explicit Sized annotations where necessary. 2015-01-02 12:06:59 -05:00
lib.rs rollup merge of #20754: nikomatsakis/int-feature 2015-01-08 09:24:08 -08:00
markdown.rs rustc: Add knowledge of separate lookup paths 2014-12-23 10:08:17 -08:00
passes.rs Fallout of std::str stabilization 2014-12-21 23:31:42 -08:00
plugins.rs Fix rustdoc 2014-09-30 12:52:47 -07:00
stability_summary.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
test.rs rustdoc: Stop adding #[deny(warnings)] to all tests 2015-01-08 18:13:20 -08:00
visit_ast.rs core: split into fmt::Show and fmt::String 2015-01-06 14:49:42 -08:00