-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Rollup of 7 pull requests #41411
Rollup of 7 pull requests #41411
Commits on Apr 15, 2017
-
Cleaned up throughout std::path's docs
Part of rust-lang#29368. * added missing links * updated method summaries to use 3rd person style * added missing periods in `Component`'s variant summaries * use standard iterator boilerplate in `Components`' and `Iter`'s docs * added example to `Iter::as_path`, adapted from `Components::as_path`'s example * consolidated examples for `Path::file_name` * some other small fixes
lukaramu committedApr 15, 2017 Configuration menu - View commit details
-
Copy full SHA for 1afe77f - Browse repository at this point
Copy the full SHA 1afe77fView commit details
Commits on Apr 16, 2017
-
Expand and add examples to std::path::{Prefix, PrefixComponent}'s docs
Part of rust-lang#29368.
lukaramu committedApr 16, 2017 Configuration menu - View commit details
-
Copy full SHA for 8c21b60 - Browse repository at this point
Copy the full SHA 8c21b60View commit details
Commits on Apr 17, 2017
-
Restructure and redistribute std::path's module docs
Part of rust-lang#29368. * Added a new summary paragraph about std::path's parsing facilities * Slightly exanded `Component`'s docs * removed the now redundant section on component types from the module docs * moved the section on path normalization during parsing to the docs on `Path::components` * Clarified difference between `Prefix` and `PrefixComponent` in their respecive summary sentences
lukaramu committedApr 17, 2017 Configuration menu - View commit details
-
Copy full SHA for 51ca5fe - Browse repository at this point
Copy the full SHA 51ca5feView commit details -
Expand std::path::Display's docs
Part of rust-lang#29368. * Added explanation for why the struct exists * Added link to where it is created * Added example
lukaramu committedApr 17, 2017 Configuration menu - View commit details
-
Copy full SHA for 32132d9 - Browse repository at this point
Copy the full SHA 32132d9View commit details
Commits on Apr 18, 2017
-
* Closed an unclosed paren * seperator -> separator * deperator -> separator
lukaramu authoredApr 18, 2017 Configuration menu - View commit details
-
Copy full SHA for d6f7577 - Browse repository at this point
Copy the full SHA d6f7577View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43d92bb - Browse repository at this point
Copy the full SHA 43d92bbView commit details -
Fix a few stability attributes
These show up in rustdoc so need to be correct.
Configuration menu - View commit details
-
Copy full SHA for fd325a1 - Browse repository at this point
Copy the full SHA fd325a1View commit details
Commits on Apr 19, 2017
-
Add top level sections to the Unstable Book.
Prior to this commit, the contents of the Unstable Book were assumed to be unstable features. This commit moves features into 'language features' or 'library features' subsections. It also moves the 'linker_flavor' compiler flag into a new 'Compiler Flags' subsection. Even though it was helpful, I removed the tidy check that cross-references the SUMMARY.md links with the Unstable Book directory contents just because it would be difficult to maintain. Relevant PR: rust-lang#41142.
Configuration menu - View commit details
-
Copy full SHA for fea3576 - Browse repository at this point
Copy the full SHA fea3576View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf202c8 - Browse repository at this point
Copy the full SHA bf202c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6b8d9f - Browse repository at this point
Copy the full SHA d6b8d9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24640b3 - Browse repository at this point
Copy the full SHA 24640b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e2a670 - Browse repository at this point
Copy the full SHA 2e2a670View commit details -
I just updated a few links to use https instead of http. Thank you! ^ _ ^
Configuration menu - View commit details
-
Copy full SHA for f7e9041 - Browse repository at this point
Copy the full SHA f7e9041View commit details
Commits on Apr 20, 2017
-
Rollup merge of rust-lang#41295 - frewsxcv:frewsxcxv-unstability, r=s…
…teveklabnik Add top level sections to the Unstable Book. Prior to this commit, the contents of the Unstable Book were assumed to be unstable features. This commit moves features into 'language features' or 'library features' subsections. It also moves the 'linker_flavor' compiler flag into a new 'Compiler Flags' subsection. Even though it was helpful, I removed the tidy check that cross-references the SUMMARY.md links with the Unstable Book directory contents just because it would be difficult to maintain. Relevant PR: rust-lang#41142.
Configuration menu - View commit details
-
Copy full SHA for a97309d - Browse repository at this point
Copy the full SHA a97309dView commit details -
Rollup merge of rust-lang#41348 - lukaramu:std-path-docs, r=frewsxcv
Improve std::path docs Fixes rust-lang#29368. This PR contains a pretty significant redistribution of some of the module docs to more appropriate places, as well as general expansion, clarification, and additional examples. For more details, see the commit descriptions. r? @steveklabnik
Configuration menu - View commit details
-
Copy full SHA for e1168da - Browse repository at this point
Copy the full SHA e1168daView commit details -
Rollup merge of rust-lang#41374 - steveklabnik:update-mdbook, r=frewsxcv
update mdbook Ship some more improvements. r? @rust-lang/docs
Configuration menu - View commit details
-
Copy full SHA for 5eab9ba - Browse repository at this point
Copy the full SHA 5eab9baView commit details -
Rollup merge of rust-lang#41380 - ollie27:stability, r=BurntSushi
Fix a few stability attributes These show up in rustdoc so need to be correct.
Configuration menu - View commit details
-
Copy full SHA for 16710be - Browse repository at this point
Copy the full SHA 16710beView commit details -
Rollup merge of rust-lang#41391 - durka:patch-40, r=petrochenkov
remove disclaimer from bootstrap/README.md
Configuration menu - View commit details
-
Copy full SHA for 80fa798 - Browse repository at this point
Copy the full SHA 80fa798View commit details -
Rollup merge of rust-lang#41398 - aidanhs:aphs-no-git-caches-again, r…
…=alexcrichton Disable git caches again The appveyor ones aren't working anyway (I need to talk to appveyor about them being corrupt) and the travis cache is taking too long to restore and is being killed, which is sometimes causing bad things to happen because the integrity checking made assumptions that restore was atomic. I could fix the integrity checks, but we clearly need a different approach if restore is taking too long. Let's disable it all for now.
Configuration menu - View commit details
-
Copy full SHA for 7b5ec6c - Browse repository at this point
Copy the full SHA 7b5ec6cView commit details -
Rollup merge of rust-lang#41403 - mbrickn:patch-1, r=petrochenkov
Updated links to use https I just updated a few links to use https instead of http. Thank you! 😄
Configuration menu - View commit details
-
Copy full SHA for 1c69895 - Browse repository at this point
Copy the full SHA 1c69895View commit details