Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
39d51d0
thread parking: fix docs and examples
RalfJung Aug 26, 2025
1cb749a
support integer literals in `${concat()}`
cyrgani Sep 7, 2025
c776fbf
check before test for hardware capabilites in bits 32~63 of usize
h3fang Sep 8, 2025
be284b6
add some comments to clarify the fix
h3fang Sep 8, 2025
de359c5
fix typos in comment
h3fang Sep 8, 2025
469a80e
all tidy extra checks now print what they do in present tense
lolbinarycat Sep 8, 2025
a9d884d
tidy: py:lint extra check now works with --bless
lolbinarycat Sep 8, 2025
c19d81b
tidy extra checks that interact with --bless now all recommend using it
lolbinarycat Sep 8, 2025
8222f7d
tidy extra checks: use Error::FailedCheck correctly
lolbinarycat Sep 8, 2025
d2f21b8
Adds AArch64 GCS support
CrooseGit Sep 1, 2025
1a13522
Update `browser-ui-test` version to `0.22.2`
GuillaumeGomez Sep 9, 2025
6f295a3
initial implementation of the darwin_objc unstable feature
jbatez Jun 5, 2025
7ade636
Extends branch protection tests to include GCS
CrooseGit Sep 2, 2025
661289b
Updates arch64 llvm-19 CI to use GCC15
CrooseGit Sep 10, 2025
5a36fe2
Improve suggestion in case a bare URL is surrounded by brackets
GuillaumeGomez Sep 10, 2025
3205e4d
Add new ui tests for `rustdoc::bare_urls`
GuillaumeGomez Sep 10, 2025
7966ae0
Simplify code for `find_raw_urls`
GuillaumeGomez Sep 10, 2025
458f387
Bump miow to 0.60.1
dpaoliello Sep 10, 2025
9fe101b
Remove unused import from sys/pal/hermit/os.rs
mkroening Sep 10, 2025
af5355c
Implement `Socket::take_error` for Hermit
mkroening Sep 10, 2025
0928026
rwlock tests: fix miri macos test regression
RalfJung Sep 11, 2025
8d1403c
Change the default value of `gcc.download-ci-gcc` to `true`
Kobzol Sep 11, 2025
bfd5a26
Correctly handle literal search on paths
GuillaumeGomez Sep 11, 2025
04a1dd1
Add regression test for literal search on paths
GuillaumeGomez Sep 11, 2025
18d0dcb
fix config for poison macro test
connortsui20 Sep 11, 2025
256aa0d
Fix `libgccjit` symlink when we build GCC locally
Kobzol Sep 11, 2025
6354c51
update doc comment
connortsui20 Sep 11, 2025
1793eec
test: remove an outdated normalization for rustc versions
cuviper Sep 11, 2025
4c849c7
fix typo in comment
h3fang Sep 12, 2025
8d71adc
Rollup merge of #145660 - jbatez:darwin_objc, r=jdonszelmann,madsmtm,…
Zalathar Sep 12, 2025
8711abb
Rollup merge of #145895 - RalfJung:unpark, r=joboet
Zalathar Sep 12, 2025
d9b5a27
Rollup merge of #146308 - cyrgani:concat-integer-literals, r=jackh726
Zalathar Sep 12, 2025
65043ac
Rollup merge of #146323 - h3fang:issue-146230-fix, r=Amanieu
Zalathar Sep 12, 2025
917580c
Rollup merge of #146332 - lolbinarycat:tidy-extra-checks-regularize, …
Zalathar Sep 12, 2025
dd65613
Rollup merge of #146338 - CrooseGit:dev/reucru01/AArch64-enable-GCS, …
Zalathar Sep 12, 2025
2909b06
Rollup merge of #146374 - GuillaumeGomez:update-browser-ui-test, r=Gu…
Zalathar Sep 12, 2025
e801cc7
Rollup merge of #146413 - GuillaumeGomez:rustdoc-bare-urls, r=lolbina…
Zalathar Sep 12, 2025
1ea2b71
Rollup merge of #146426 - dpaoliello:miow, r=lqd
Zalathar Sep 12, 2025
fb84707
Rollup merge of #146432 - hermit-os:hermit-take_error, r=joboet
Zalathar Sep 12, 2025
1f45016
Rollup merge of #146433 - RalfJung:rwlock-miri, r=tgross35
Zalathar Sep 12, 2025
564bdc0
Rollup merge of #146435 - Kobzol:gcc-download-default-true, r=Guillau…
Zalathar Sep 12, 2025
374ab44
Rollup merge of #146439 - connortsui20:fix-sync-macro-attr, r=RalfJung
Zalathar Sep 12, 2025
3f65d9d
Rollup merge of #146448 - GuillaumeGomez:fix-literal-search-paths, r=…
Zalathar Sep 12, 2025
bfc33ef
Rollup merge of #146449 - Kobzol:gcc-fix-symlink, r=GuillaumeGomez
Zalathar Sep 12, 2025
e59873b
Rollup merge of #146455 - cuviper:no-rustc-version, r=jieyouxu
Zalathar Sep 12, 2025
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update browser-ui-test version to 0.22.2
  • Loading branch information
GuillaumeGomez committed Sep 9, 2025
commit 1a13522b56be87ed9d30e4727472da57cdc9ab3c
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"browser-ui-test": "^0.22.0",
"browser-ui-test": "^0.22.2",
"es-check": "^6.2.1",
"eslint": "^8.57.1",
"eslint-js": "github:eslint/js",
Expand Down
Loading