Uh oh!
There was an error while loading. Please reload this page.
Rollup of 5 pull requests - #40455
Conversation
This brings back playpen integration for the books.
This adds the same logo and favicon as the rest of the std docs.
Give spans to individual path segments in AST And use these spans in path resolution diagnostics. The spans are spans of identifiers in segments, not whole segments. I'm not sure what spans are more useful in general, but identifier spans are a better fit for resolve errors. HIR still doesn't have spans. Fixesrust-lang#38927 (comment)rust-lang#38890 (comment) r? @nrc@eddyb
Implement placement-in protocol for `HashMap` CC rust-lang#30172 r? @nagisa
…richton Update mdbook to new version This brings back playpen integration for the books. It'd be nice to land this before beta, but realistically that's probably not going to happen...
…hton Add doc attributes to proc_macro crate This adds the same logo and favicon as the rest of the std docs.
…excrichton
Improve wording in the -{W,A,F,D} options
This was so trivial that I'm wondering whether I'm missing something.
Fixesrust-lang#28708.frewsxcv
commented
Mar 12, 2017
@bors r+ p=10 |
bors
commented
Mar 12, 2017
📌 Commit 3b002a8 has been approved by |
rust-highfive
commented
Mar 12, 2017
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @brson (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
bors
commented
Mar 12, 2017
bors
commented
Mar 12, 2017
☀️ Test successful - status-appveyor, status-travis |
HashMap#40390, Update mdbook to new version #40426, Add doc attributes to proc_macro crate #40449, Improve wording in the -{W,A,F,D} options #40453