-
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 #91203
Rollup of 7 pull requests #91203
Commits on Nov 10, 2021
-
Disable aarch64 outline atomics with musl for now.
The introduced dependency on `getauxval`causes linking problems with musl, see rust-lang#89626.
Configuration menu - View commit details
-
Copy full SHA for bd287fa - Browse repository at this point
Copy the full SHA bd287faView commit details
Commits on Nov 20, 2021
-
Reduce prominence of item-infos
- Remove border. - Reduce size of emoji slightly. - Remove details disclosure for unstable reason. This was inconsistent with our other details disclosures, and the detail revealed was usually better explained by clicking on the issue link.
Configuration menu - View commit details
-
Copy full SHA for e6ab982 - Browse repository at this point
Copy the full SHA e6ab982View commit details
Commits on Nov 22, 2021
-
Partially stabilize
duration_consts_2
Methods that were only blocked on `const_panic` have been stabilized. The remaining methods of `duration_consts_2` are all related to floats, and as such have been placed behind the `duration_consts_float` feature gate.
Configuration menu - View commit details
-
Copy full SHA for 88b0d7c - Browse repository at this point
Copy the full SHA 88b0d7cView commit details
Commits on Nov 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 08a500f - Browse repository at this point
Copy the full SHA 08a500fView commit details
Commits on Nov 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5872009 - Browse repository at this point
Copy the full SHA 5872009View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ba92fe - Browse repository at this point
Copy the full SHA 0ba92feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e6ced3 - Browse repository at this point
Copy the full SHA 1e6ced3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ba4838 - Browse repository at this point
Copy the full SHA 2ba4838View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c77b56 - Browse repository at this point
Copy the full SHA 3c77b56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9447d1f - Browse repository at this point
Copy the full SHA 9447d1fView commit details -
rustdoc: Add test for mixing doc comments and attrs
This is a step toward adding more test coverage to make it easier to remove the distinction between collapsed and uncollapsed doc values.
Configuration menu - View commit details
-
Copy full SHA for 2e0bc33 - Browse repository at this point
Copy the full SHA 2e0bc33View commit details -
Rollup merge of rust-lang#89542 - jhpratt:stabilize-duration-const-fn…
…s, r=oli-obk Partially stabilize `duration_consts_2` Methods that were only blocked on `const_panic` have been stabilized. The remaining methods of `duration_consts_2` are all related to floats, and as such have been placed behind the `duration_consts_float` feature gate.
Configuration menu - View commit details
-
Copy full SHA for 658c148 - Browse repository at this point
Copy the full SHA 658c148View commit details -
Rollup merge of rust-lang#90044 - rusticstuff:disable_arm_outline_ato…
…mics_for_musl, r=workingjubilee Restrict aarch64 outline atomics to glibc for now. The introduced dependency on `getauxval` causes linking problems with musl, making compiling any binaries for `aarch64-unknown-linux-musl` impossible without workarounds such as using lld or adding liblibc.rlib again to the linker invocation, see rust-lang#89626. This is a workaround until libc>0.2.108 is merged.
Configuration menu - View commit details
-
Copy full SHA for cbe563a - Browse repository at this point
Copy the full SHA cbe563aView commit details -
Rollup merge of rust-lang#90420 - GuillaumeGomez:rustdoc-internals-fe…
…ature, r=camelid Create rustdoc_internals feature gate As suggested by ``@camelid`` [here](rust-lang#90398 (comment)), since `doc_keyword` and `doc_primitive` aren't meant to be stabilized, we could put them behind a same feature flag. This is pretty much what it would look like (needs to update the tests too). The tracking issue is rust-lang#90418. What do you think ``@rust-lang/rustdoc`` ?
Configuration menu - View commit details
-
Copy full SHA for a6a1d7c - Browse repository at this point
Copy the full SHA a6a1d7cView commit details -
Rollup merge of rust-lang#91075 - jsha:chill-item-info, r=GuillaumeGomez
Reduce prominence of item-infos Fixes rust-lang#59853 - Remove border. - Reduce size of emoji slightly. - Remove details disclosure for unstable reason. This was inconsistent with our other details disclosures, and the detail revealed was usually better explained by clicking on the issue link. Demo: https://rustdoc.crud.net/jsha/chill-item-info/std/mem/union.MaybeUninit.html#method.slice_assume_init_ref Compare vs: https://doc.rust-lang.org/nightly/std/mem/union.MaybeUninit.html#method.slice_assume_init_ref <img src="https://user-images.githubusercontent.com/220205/142717815-09828c9e-6ff4-445a-8ccc-31e028fd4985.png" width=700>
Configuration menu - View commit details
-
Copy full SHA for 9390b50 - Browse repository at this point
Copy the full SHA 9390b50View commit details -
Rollup merge of rust-lang#91151 - name1e5s:chore/process_test, r=m-ou-se
Fix test in std::process on android closes rust-lang#10380
Configuration menu - View commit details
-
Copy full SHA for a81f361 - Browse repository at this point
Copy the full SHA a81f361View commit details -
Rollup merge of rust-lang#91179 - GuillaumeGomez:a-color, r=jsha
Fix more <a> color Fixes rust-lang#91175. Another bug I saw is: ![Screenshot from 2021-11-24 11-41-27](https://user-images.githubusercontent.com/3050060/143239845-f173cfeb-8f5c-4215-a5af-b71d4e1bcd84.png) I fixed it as well. r? ``@jsha``
Configuration menu - View commit details
-
Copy full SHA for 3bc8fc8 - Browse repository at this point
Copy the full SHA 3bc8fc8View commit details -
Rollup merge of rust-lang#91199 - camelid:test-mixing-docs, r=Guillau…
…meGomez rustdoc: Add test for mixing doc comments and attrs This is a step toward adding more test coverage to make it easier to remove the distinction between collapsed and uncollapsed doc values.
Configuration menu - View commit details
-
Copy full SHA for ae9681e - Browse repository at this point
Copy the full SHA ae9681eView commit details