rust/src/librustdoc
bors 74a7e8b03e Auto merge of #26417 - brson:feature-err, r=steveklabnik
It now says '#[feature] may not be used on the stable release channel'.

I had to convert this error from a lint to a normal compiler error.

I left the lint previously-used for this in place since removing it is
a breaking change. It will just go unused until the end of time.

Fixes #24125
2015-06-20 14:24:19 +00:00
..
clean rustc: replace Repr/UserString impls with Debug/Display ones. 2015-06-19 01:36:20 +03:00
html rustdoc: Update document title when displaying search results 2015-06-18 18:39:31 +02:00
core.rs Auto merge of #26417 - brson:feature-err, r=steveklabnik 2015-06-20 14:24:19 +00:00
doctree.rs syntax: parse const fn for free functions and inherent methods. 2015-05-21 11:47:30 -04:00
externalfiles.rs Add generic conversion traits 2015-03-23 15:01:45 -07:00
flock.rs Test fixes and rebase conflicts, round 2 2015-03-31 15:56:33 -07:00
fold.rs rustdoc: Run external traits through filters 2015-04-07 17:54:33 -07:00
lib.rs More test fixes and fallout of stability changes 2015-06-17 09:07:17 -07:00
markdown.rs Positive case of len() -> is_empty() 2015-04-14 20:26:03 -07:00
passes.rs Structural changes for associated constants 2015-04-23 21:02:25 -06:00
plugins.rs Replace usage of String::from_str with String:from 2015-06-08 16:55:35 +02:00
test.rs Removed many pointless calls to *iter() and iter_mut() 2015-06-10 21:14:03 +01:00
visit_ast.rs rustc: enforce stack discipline on ty::ctxt. 2015-06-19 01:18:42 +03:00