Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Another round of rustdoc fixes #9577

Merged
merged 6 commits into from
Sep 28, 2013
Merged

Another round of rustdoc fixes #9577

merged 6 commits into from
Sep 28, 2013

Conversation

alexcrichton
Copy link
Member

They're getting smaller each time though!

The highlight of this round is source files in documentation. Still trying to figure out the best syntax-highlighting solution.

@alexcrichton
Copy link
Member Author

Ah, and an example of the libstd documentation can be found at

http://www.contrib.andrew.cmu.edu/~acrichto/doc/std/

All items have source links back to their actual code. Source files can be
omitted with the doc(html_no_source) attribute on the crate. Currently there is
no syntax highlighting, but that will come with syntax highlighting with all
other snippets.

Closes rust-lang#2072
This removes the internal type representation of an `External` type and instead
relies on passing around DefId structures and interpreting them accordingly.

Progress on rust-lang#9539, but there's still the problem of a crate => url mapping.
bors added a commit that referenced this pull request Sep 28, 2013
They're getting smaller each time though!

The highlight of this round is source files in documentation. Still trying to figure out the best syntax-highlighting solution.
@bors bors closed this Sep 28, 2013
@bors bors merged commit 88866a4 into rust-lang:master Sep 28, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Oct 6, 2022
[`unnecessary_cast`] add parenthesis when negative number uses a method

fix rust-lang#9563

The issue was probably introduced by 90fe3be

changelog: [`unnecessary_cast`] add parenthesis when negative number uses a method

r? llogiq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants