Skip to content
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 10 pull requests #94061

Merged
merged 22 commits into from
Feb 16, 2022
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
969fee6
Remove FIXME
jhpratt Dec 28, 2021
b12d926
Add a bit more padding on search padding and reduce its font size
GuillaumeGomez Jan 27, 2022
3960ce6
Make [u8]::cmp implementation branchless
joboet Feb 13, 2022
41a0f8c
Clean up rustdoc command line args doc
GuillaumeGomez Feb 15, 2022
7fa87f2
Clarify confusing UB statement in MIR
fee1-dead Feb 15, 2022
6763cb9
Update browser-ui-test version
GuillaumeGomez Feb 15, 2022
0d2ff61
Fix GUI test
GuillaumeGomez Feb 15, 2022
590ca7e
Add documentation for rustdoc --check option
GuillaumeGomez Feb 15, 2022
92d20c4
Support pretty printing of invalid constants
tmiasko Feb 15, 2022
3158372
Fix inconsistent symbol mangling with -Zverbose
tmiasko Feb 16, 2022
2b75594
Update books
ehuss Feb 16, 2022
ef88c3f
:arrow_up: rust-analyzer
lnicola Feb 16, 2022
6930b66
Rollup merge of #92366 - jhpratt:derive-default-enum, r=Mark-Simulacrum
matthiaskrgr Feb 16, 2022
01f0da2
Rollup merge of #93382 - GuillaumeGomez:search-input-padding, r=jsha
matthiaskrgr Feb 16, 2022
9a42121
Rollup merge of #93962 - joboet:branchless_slice_ord, r=Mark-Simulacrum
matthiaskrgr Feb 16, 2022
75a631d
Rollup merge of #94015 - GuillaumeGomez:check-option, r=notriddle
matthiaskrgr Feb 16, 2022
a5a1ffb
Rollup merge of #94017 - fee1-dead:unub, r=bjorn3
matthiaskrgr Feb 16, 2022
bc4f117
Rollup merge of #94020 - tmiasko:pp, r=oli-obk
matthiaskrgr Feb 16, 2022
847ac55
Rollup merge of #94027 - GuillaumeGomez:update-browser-ui-test, r=not…
matthiaskrgr Feb 16, 2022
237f16d
Rollup merge of #94037 - tmiasko:verbose, r=Mark-Simulacrum
matthiaskrgr Feb 16, 2022
5394714
Rollup merge of #94045 - ehuss:update-books, r=ehuss
matthiaskrgr Feb 16, 2022
be858fa
Rollup merge of #94054 - lnicola:rust-analyzer-2022-02-16, r=lnicola
matthiaskrgr Feb 16, 2022
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/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile
Original file line number Diff line number Diff line change
@@ -72,7 +72,7 @@ ENV PATH="/node-v14.4.0-linux-x64/bin:${PATH}"
# https://github.com/puppeteer/puppeteer/issues/375
#
# We also specify the version in case we need to update it to go around cache limitations.
RUN npm install -g browser-ui-test@0.7.1 --unsafe-perm=true
RUN npm install -g browser-ui-test@0.7.2 --unsafe-perm=true

ENV RUST_CONFIGURE_ARGS \
--build=x86_64-unknown-linux-gnu \