rust/src/librustdoc
Kevin Ballard c01a97b7a9 path2: Remove .with_display_str and friends
Rewrite these methods as methods on Display and FilenameDisplay. This
turns

  do path.with_display_str |s| { ... }

into

  do path.display().with_str |s| { ... }
2013-10-15 22:19:53 -07:00
..
html path2: Remove .with_display_str and friends 2013-10-15 22:19:53 -07:00
clean.rs Make Rustdoc strip private fields 2013-10-13 22:28:45 -07:00
core.rs path2: Replace the path module outright 2013-10-15 21:56:54 -07:00
doctree.rs rustdoc: Generate documentation for foreign items 2013-09-26 11:57:25 -07:00
fold.rs Make Rustdoc strip private fields 2013-10-13 22:28:45 -07:00
passes.rs Make Rustdoc strip private fields 2013-10-13 22:28:45 -07:00
plugins.rs path2: Adjust the API to remove all the _str mutation methods 2013-10-15 22:18:30 -07:00
rustdoc.rs path2: Adjust the API to remove all the _str mutation methods 2013-10-15 22:18:30 -07:00
visit_ast.rs rustdoc: Remove usage of fmt! 2013-09-30 23:21:19 -07:00