-
Notifications
You must be signed in to change notification settings - Fork 13k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rustdoc: Allow private modules be included in docs
Made it so that what passes are used is passed onto the renderer so it can intelligently deal with private modules.
- Loading branch information
Showing
2 changed files
with
62 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26107f6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
saw approval from alexcrichton
at scialex@26107f6
26107f6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merging scialex/rust/better-rustdoc = 26107f6 into auto
26107f6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
scialex/rust/better-rustdoc = 26107f6 merged ok, testing candidate = cd75847
26107f6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all tests pass:
success: http://buildbot.rust-lang.org/builders/auto-mac-32-opt/builds/2383
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/2381
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/2374
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/2381
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/2375
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/2374
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/2374
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/2378
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/2371
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/2370
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android-t/builds/2373
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/2035
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/2031
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/2037
success: http://buildbot.rust-lang.org/builders/auto-win-64-opt/builds/874
success: http://buildbot.rust-lang.org/builders/auto-win-64-nopt-t/builds/868
success: http://buildbot.rust-lang.org/builders/auto-win-64-nopt-c/builds/863
26107f6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fast-forwarding master to auto = cd75847