Skip to content

Rollup of 9 pull requests #76152

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

Closed
wants to merge 26 commits into from
Closed
Changes from 2 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
2d6ab12
Liballoc extend use intra doc link
pickfire Aug 28, 2020
7be129e
Add missing hyphen
camelid Aug 28, 2020
c7e428e
Liballoc vec doc use associated function
pickfire Aug 29, 2020
7ee5155
GH-66816: Removes disable before return
aszenz Aug 29, 2020
eb2bb99
GH-66816: Process before enabling search
aszenz Aug 29, 2020
d504d55
Keep doc standard for Vec DrainFilter
pickfire Aug 29, 2020
d727442
Remove brackets in drain filter docs
pickfire Aug 29, 2020
12b4cf8
Use assertions on Vec doc
pickfire Aug 29, 2020
237c500
Use explicit intra-doc link in path for Vec resize
pickfire Aug 29, 2020
be8b5eb
Reuse description from drain_filter
pickfire Aug 29, 2020
2d1ab83
Remove empty vec assertion flow distrupt
pickfire Aug 29, 2020
8a92718
Switch to intra-doc links in core/src/{convert,iter}/mod.rs
nixphix Aug 27, 2020
01d95f2
resolve comments
nixphix Aug 27, 2020
7ea4c28
add i32::MAX link
nixphix Aug 30, 2020
523fea4
revert Some(Item) link
nixphix Aug 30, 2020
0175c43
Update README.md
mark-i-m Aug 30, 2020
00d459a
Update MinGW instructions to include ninja
CDirkx Aug 30, 2020
c8bc4f2
Rollup merge of #75969 - nixphix:docs/mod, r=jyn514
matklad Aug 31, 2020
df594e2
Rollup merge of #76023 - pickfire:patch-4, r=jyn514
matklad Aug 31, 2020
275d0c5
Rollup merge of #76033 - camelid:patch-7, r=Dylan-DPC
matklad Aug 31, 2020
1403170
Rollup merge of #76052 - aszenz:GH-66816_removes_disable_attribute_be…
matklad Aug 31, 2020
9d3208a
Rollup merge of #76055 - pickfire:patch-9, r=jyn514
matklad Aug 31, 2020
c4e4e29
Rollup merge of #76058 - pickfire:patch-11, r=jyn514
matklad Aug 31, 2020
7e13583
Rollup merge of #76069 - pickfire:patch-16, r=jyn514
matklad Aug 31, 2020
3600965
Rollup merge of #76117 - mark-i-m:patch-1, r=petrochenkov
matklad Aug 31, 2020
a7b086e
Rollup merge of #76134 - CDirkx:patch-1, r=nagisa
matklad Aug 31, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
This directory contains the source code of the rust project, including:
- `rustc` and its tests
- The test suite
- The bootstrapping build system
- Various submodules for tools, like rustdoc, rls, etc.

Expand Down