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

Documentation fixups and tweaks #14348

Merged
merged 3 commits into from
May 23, 2014
Merged

Conversation

alexcrichton
Copy link
Member

No description provided.

The new documentation site has shorter urls, gzip'd content, and index.html
redirecting functionality.

The second of these two functions, `eh_personality`, is used by the failure
mechanisms of the compiler. This is often mapped to GCC's personality function
(see the stdlib implementation for more information), but crates which do not
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it worth linking to the relevant module/functions here?

@huonw
Copy link
Member

huonw commented May 22, 2014

Did you use a tool for detecting the broken links? (Or just really sharp eyes?)

necessary functionality for writing idiomatic and effective rust code.

As an example, here is a program that will calculate the dot product of two
vectors provided from C, using idiomatic rust practices.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/rust/Rust/

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(There's several instances of this in the rest of the docs too.)

@huonw
Copy link
Member

huonw commented May 22, 2014

r=me with comments.

@alexcrichton
Copy link
Member Author

While I wish I had such eagle eyes, I used wget --spider -r -p http://doc.rust-lang.org to find the broken links (and ran it from the aws instance directly to speed it up)

* Change ~ references to Box
* Rewrite examples so they can be compiled an run
* Mention libcore
* Update wording about compiler-required functions
@bors bors closed this May 23, 2014
@bors bors merged commit 711f531 into rust-lang:master May 23, 2014
@alexcrichton alexcrichton deleted the doc.rust-lang.org branch May 23, 2014 01:55
bors added a commit to rust-lang-ci/rust that referenced this pull request Mar 20, 2023
fix: Fix rustc proc-macro handling being broken on the rustc workspace itself

Also addresses rust-lang/rust-analyzer#13591 (comment)
flip1995 added a commit to flip1995/rust that referenced this pull request Mar 20, 2025
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.

4 participants