rust/src/librustdoc
Manish Goregaokar a0f5ed957a Rollup merge of #22869 - alexcrichton:stabilize-env, r=aturon
Now that the `std::env` module has had some time to bake this commit marks most
of its APIs as `#[stable]`. Some notable APIs that are **not** stable (and still
use the same `env` feature gate) are:

* `{set,get}_exit_status` - there are still questions about whether this is the
  right interface for setting/getting the exit status of a process.
* `page_size` - this may change location in the future or perhaps name as well.

This also effectively closes #22122 as the variants of `VarError` are
`#[stable]` now. (this is done intentionally)
2015-02-28 19:18:59 +05:30
..
clean Auto merge of #22765 - sanxiyn:dedup-rustdoc, r=alexcrichton 2015-02-27 02:58:15 +00:00
html rustc_resolve: use the visitor model more, remove redundant repeated lookups. 2015-02-24 14:14:16 +02:00
core.rs Separate most of rustc::lint::builtin into a separate crate. 2015-02-28 15:33:59 +11:00
doctree.rs Rename DefTrait to DefaultImpl 2015-02-22 02:14:25 +01:00
externalfiles.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
flock.rs Auto merge of #21959 - dhuseby:bitrig-support, r=brson 2015-02-21 09:20:48 +00: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 #22869 - alexcrichton:stabilize-env, r=aturon 2015-02-28 19:18:59 +05:30
markdown.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
passes.rs Opt for .cloned() over .map(|x| x.clone()) etc. 2015-02-18 00:56:07 +00:00
plugins.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
stability_summary.rs Count and show the deprecated attribute again 2015-02-15 00:39:37 +02:00
test.rs Separate most of rustc::lint::builtin into a separate crate. 2015-02-28 15:33:59 +11:00
visit_ast.rs rustc: combine partial_def_map and last_private_map into def_map. 2015-02-24 14:16:02 +02:00