rust/src/librustdoc
Alex Crichton 921750b8ac rustc: Make CrateStore private to TyCtxt
This commit removes the `cstore_untracked` method, making the `CrateStore` trait
object entirely private to the `ty/context.rs` module.
2017-09-12 21:14:06 -07:00
..
clean rustc: evaluate fixed-length array length expressions lazily. 2017-09-11 08:41:16 +03:00
html rustc: replace usize with u64 and ConstUsize. 2017-09-11 08:41:15 +03:00
passes Implemented #[doc(cfg(...))]. 2017-08-10 13:43:59 +08:00
build.rs rustc: Make CrateStore private to TyCtxt 2017-09-12 21:14:06 -07:00
Cargo.toml Test rustdoc unit tests. 2017-09-05 11:17:52 -06:00
core.rs rustc: Make CrateStore private to TyCtxt 2017-09-12 21:14:06 -07:00
doctree.rs support default impl for specialization 2017-04-24 10:08:48 +00:00
externalfiles.rs Add markdown-[before|after]-content options 2017-05-08 14:25:01 +02:00
fold.rs use field init shorthand EVERYWHERE 2017-08-15 15:29:17 -07:00
lib.rs rustc: use ty::Const for the length of TyArray. 2017-09-11 08:41:15 +03:00
markdown.rs rustdoc: Don't run Markdown tests twice 2017-07-06 16:47:58 +01:00
plugins.rs use field init shorthand EVERYWHERE 2017-08-15 15:29:17 -07:00
test.rs Remove the cstore reference from Session in order to prepare encapsulating CrateStore access in tcx. 2017-09-12 07:19:06 -07:00
visit_ast.rs rustc: Make CrateStore private to TyCtxt 2017-09-12 21:14:06 -07:00
visit_lib.rs rustc: Flag some CrateStore methods as "untracked" 2017-09-05 07:37:39 -07:00