rust/src/librustdoc
Niko Matsakis 01f32ace03 Convert DefId to use DefIndex, which is an index into a list of
paths, and construct paths for all definitions. Also, stop rewriting
DefIds for closures, and instead just load the closure data from
the original def-id, which may be in another crate.
2015-10-01 10:43:07 -04:00
..
clean Convert DefId to use DefIndex, which is an index into a list of 2015-10-01 10:43:07 -04:00
html Convert DefId to use DefIndex, which is an index into a list of 2015-10-01 10:43:07 -04:00
core.rs move direct accesses of node to go through as_local_node_id, unless 2015-10-01 10:37:19 -04:00
doctree.rs Use Names in the remaining HIR structures with exception of... 2015-09-22 19:58:29 +03:00
externalfiles.rs Add generic conversion traits 2015-03-23 15:01:45 -07:00
flock.rs Add netbsd amd64 support 2015-07-01 19:09:14 -07:00
fold.rs rustdoc: Run external traits through filters 2015-04-07 17:54:33 -07:00
lib.rs Miscellaneous cleanup for old issues. 2015-09-20 11:37:08 +01:00
markdown.rs fix rustdoc metadata parsing 2015-07-30 15:51:50 -07:00
passes.rs move direct accesses of node to go through as_local_node_id, unless 2015-10-01 10:37:19 -04:00
plugins.rs Remove all unstable deprecated functionality 2015-08-12 14:55:17 -07:00
test.rs move job of creating local-def-ids to ast-map (with a few stragglers) 2015-10-01 10:28:28 -04:00
visit_ast.rs build up a set of node-ids that we can construct def-ids from 2015-10-01 10:42:37 -04:00