-
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 9 pull requests #73770
Rollup of 9 pull requests #73770
Commits on Jun 18, 2020
-
bootstrap: Configurable musl libdir
Make it possible to customize the location of musl libdir using musl-libdir in config.toml, e.g., to use lib64 instead of lib.
Configuration menu - View commit details
-
Copy full SHA for 5c20ef4 - Browse repository at this point
Copy the full SHA 5c20ef4View commit details
Commits on Jun 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7cac209 - Browse repository at this point
Copy the full SHA 7cac209View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55d207a - Browse repository at this point
Copy the full SHA 55d207aView commit details -
Co-authored-by: Bastian Kauschke <bastian_kauschke@hotmail.de>
Configuration menu - View commit details
-
Copy full SHA for cb8c94c - Browse repository at this point
Copy the full SHA cb8c94cView commit details
Commits on Jun 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f44b8b9 - Browse repository at this point
Copy the full SHA f44b8b9View commit details
Commits on Jun 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5232e20 - Browse repository at this point
Copy the full SHA 5232e20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b368db - Browse repository at this point
Copy the full SHA 8b368dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a355a2 - Browse repository at this point
Copy the full SHA 1a355a2View commit details
Commits on Jun 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 42062a5 - Browse repository at this point
Copy the full SHA 42062a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f8bec9 - Browse repository at this point
Copy the full SHA 6f8bec9View commit details -
Generate docs for links to private items when passed --document-private
- Pass around document_private a lot more - Add tests + Add tests for intra-doc links to private items + Add ignored tests for warnings in reference links
Configuration menu - View commit details
-
Copy full SHA for 20552c8 - Browse repository at this point
Copy the full SHA 20552c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6742382 - Browse repository at this point
Copy the full SHA 6742382View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb152ea - Browse repository at this point
Copy the full SHA cb152eaView commit details -
Rollup merge of rust-lang#72771 - jyn514:rustdoc, r=Manishearth
Warn if linking to a private item Closes rust-lang#72769 r? @GuillaumeGomez
Configuration menu - View commit details
-
Copy full SHA for 8ec8776 - Browse repository at this point
Copy the full SHA 8ec8776View commit details -
Rollup merge of rust-lang#73456 - tmiasko:musl-libdir, r=Mark-Simulacrum
bootstrap: Configurable musl libdir Make it possible to customize the location of musl libdir using musl-libdir in config.toml, e.g., to use lib64 instead of lib.
Configuration menu - View commit details
-
Copy full SHA for eca643d - Browse repository at this point
Copy the full SHA eca643dView commit details -
Rollup merge of rust-lang#73579 - RalfJung:doc-missing-links, r=shepm…
…aster add missing doc links The doc comments contain ``[`size_of_val`]`` but the link target was missing.
Configuration menu - View commit details
-
Copy full SHA for 0633d28 - Browse repository at this point
Copy the full SHA 0633d28View commit details -
Rollup merge of rust-lang#73627 - ssomers:btree_iter_min_max, r=Mark-…
…Simulacrum Shortcuts for min/max on double-ended BTreeMap/BTreeSet iterators Closes rust-lang#59947: a performance tweak that might benefit some. Optimizes `min` and `max ` on all btree double-ended iterators that do not drop, i.e. the iterators created by: - `BTreeMap::iter` - `BTreeMap::iter_mut` - `BTreeMap::keys` and `BTreeSet::iter` - `BTreeMap::range` and `BTreeSet::range` - `BTreeMap::range_mut` Also in these (currently) single-ended iterators, but obviously for `min` only: - `BTreeSet::difference` - `BTreeSet::intersection` - `BTreeSet::symmetric_difference` - `BTreeSet::union` Did not do this in iterators created by `into_iter` to preserve drop order, as outlined in rust-lang#62316. Did not do this in iterators created by `drain_filter`, possibly to preserve drop order, possibly to preserve predicate invocation, mostly to not have to think about it too hard (I guess maybe it wouldn't be a change for `min`, which is the only shortcut possible in this single-ended iterator).
Configuration menu - View commit details
-
Copy full SHA for b3c2a4a - Browse repository at this point
Copy the full SHA b3c2a4aView commit details -
Rollup merge of rust-lang#73691 - ajpaverd:bootstrap-windows-73689, r…
…=Mark-Simulacrum Bootstrap: detect Windows based on sys.platform Closes rust-lang#73689.
Configuration menu - View commit details
-
Copy full SHA for eff76f3 - Browse repository at this point
Copy the full SHA eff76f3View commit details -
Rollup merge of rust-lang#73694 - poliorcetics:self-upper-keyword, r=…
…Mark-Simulacrum Document the Self keyword Partial fix of rust-lang#34601. Document the `Self` keyword. This contains simple examples of the places where `Self` can be used.
Configuration menu - View commit details
-
Copy full SHA for f52542a - Browse repository at this point
Copy the full SHA f52542aView commit details -
Rollup merge of rust-lang#73718 - poliorcetics:super-keyword, r=shepm…
…aster Document the super keyword Partial fix of rust-lang#34601. Quite short, just a small example and a link to the reference. @rustbot modify labels: T-doc,C-enhancement
Configuration menu - View commit details
-
Copy full SHA for 050ebb0 - Browse repository at this point
Copy the full SHA 050ebb0View commit details -
Rollup merge of rust-lang#73728 - oli-obk:const_prop_cleanup, r=wesle…
…ywiser Document some invariants correctly/more r? @wesleywiser
Configuration menu - View commit details
-
Copy full SHA for 8675c3b - Browse repository at this point
Copy the full SHA 8675c3bView commit details -
Rollup merge of rust-lang#73765 - kraai:remove-blank-line, r=jonas-sc…
…hievink Remove blank line
Configuration menu - View commit details
-
Copy full SHA for 657ad9e - Browse repository at this point
Copy the full SHA 657ad9eView commit details