rust/src/librustdoc
Niko Matsakis 3b1399df2d Make calling def_id on a DefSelfTy an error; the previous defids that
were returned, either the trait or the *self type itself*, were not
particularly representative of what the Def is (a type parameter).
Rewrite paths to handle this case specially, just as they handle the
primitive case specifically. This entire `def_id` codepath is kind of a
mess.
2015-10-01 10:37:19 -04:00
..
clean Make calling def_id on a DefSelfTy an error; the previous defids that 2015-10-01 10:37:19 -04:00
html move direct accesses of node to go through as_local_node_id, unless 2015-10-01 10:37:19 -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
flock.rs
fold.rs
lib.rs Miscellaneous cleanup for old issues. 2015-09-20 11:37:08 +01:00
markdown.rs
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
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 move direct accesses of node to go through as_local_node_id, unless 2015-10-01 10:37:19 -04:00