Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
db5c82c
Remove `rfail` support from incremental tests
Zalathar Apr 3, 2026
9d6dcc5
Rollup merge of #154751 - Zalathar:rfail, r=wesleywiser
jhpratt Apr 6, 2026
5de1fd5
Rollup merge of #154901 - rustbot:docs-update, r=ehuss
jhpratt Apr 6, 2026
a51f720
Auto merge of #154916 - jhpratt:rollup-RkdDmtW, r=jhpratt
bors Apr 7, 2026
53ef8be
Auto merge of #154758 - WaffleLapkin:aliassss, r=lcnr
bors Apr 7, 2026
e2dbaf1
Document the `-quick` job suffix
Kobzol Apr 7, 2026
b863dab
Rollup merge of #150965 - chenyukang:yukang-fix-doc-search-150921, r=…
JonathanBrouwer Apr 7, 2026
22ec453
Rollup merge of #153999 - Zoxc:rem-TaggedQueryKey-def_kind-uses, r=pe…
JonathanBrouwer Apr 7, 2026
1b813ca
Rollup merge of #154146 - Zoxc:cycle-split-diag, r=petrochenkov
JonathanBrouwer Apr 7, 2026
7167a44
Rollup merge of #154147 - mati865:raw-dylib-extern-types, r=petrochenkov
JonathanBrouwer Apr 7, 2026
dbe5194
Rollup merge of #154812 - kaepr:fira-mono-license, r=notriddle,lolbin…
JonathanBrouwer Apr 7, 2026
e1014c6
Rollup merge of #154880 - ferrocene:jyn/download-rustc-improvements, …
JonathanBrouwer Apr 7, 2026
84fee8e
Rollup merge of #154886 - chenyukang:yukang-fix-cfg-sugg, r=JonathanB…
JonathanBrouwer Apr 7, 2026
6573687
Rollup merge of #154889 - alexcrichton:update-wasm-component-ld, r=Ma…
JonathanBrouwer Apr 7, 2026
3567bea
Rollup merge of #154928 - guiyuanju:fix-pin-doc, r=chenyukang
JonathanBrouwer Apr 7, 2026
fcb2f6f
Rollup merge of #154942 - aerooneqq:delegation-unlowered-path-ice, r=…
JonathanBrouwer Apr 7, 2026
d71b2bf
Rollup merge of #153269 - fmease:gci-reach-no-eval, r=BoxyUwU
JonathanBrouwer Apr 7, 2026
547a9b4
Rollup merge of #154506 - ujjwalvishwakarma2006:migrate-transmute-tes…
JonathanBrouwer Apr 7, 2026
f09ae78
Rollup merge of #154673 - Kobzol:try-job-quick, r=jieyouxu
JonathanBrouwer Apr 7, 2026
48d28e6
Rollup merge of #154761 - Vastargazing:add-regression-tests-cmp-argum…
JonathanBrouwer Apr 7, 2026
7b7a3ff
Rollup merge of #154795 - ZuseZ4:autodiff-general-docs, r=oli-obk
JonathanBrouwer Apr 7, 2026
2138eea
Rollup merge of #154808 - JonathanBrouwer:attr_cleanup, r=jdonszelmann
JonathanBrouwer Apr 7, 2026
bb6e8ea
Rollup merge of #154825 - Lars-Schumann:non-zero-const-step, r=jhpratt
JonathanBrouwer Apr 7, 2026
4b0e32f
Rollup merge of #154837 - moturus:motor-os-abort, r=jhpratt
JonathanBrouwer Apr 7, 2026
a1d5d0e
Rollup merge of #154866 - Kcang-gna:add-regression-test-for-#146514, …
JonathanBrouwer Apr 7, 2026
83cdf19
Rollup merge of #154922 - tgross35:builtins-inverse-trig, r=RalfJung
JonathanBrouwer Apr 7, 2026
532f964
Rollup merge of #154931 - aerooneqq:delegation-small-cleanup, r=petro…
JonathanBrouwer Apr 7, 2026
e7b0940
Rollup merge of #154950 - davidtwco:scalable-no-cfg, r=RalfJung
JonathanBrouwer Apr 7, 2026
8848fec
Auto merge of #154734 - weihanglo:update-cargo, r=weihanglo
bors Apr 7, 2026
0ce6ad6
Auto merge of #154958 - JonathanBrouwer:rollup-PEahluH, r=JonathanBro…
bors Apr 7, 2026
67209b2
Auto merge of #147802 - nnethercote:chunk_domain_size, r=Mark-Simulacrum
bors Apr 7, 2026
8572b41
Auto merge of #148486 - kpreid:vec-iter-drop, r=jhpratt
bors Apr 8, 2026
4018651
Prepare for merging from rust-lang/rust
invalid-email-address Apr 8, 2026
4eefc65
Merge ref '30d0309fa821' from rust-lang/rust
invalid-email-address Apr 8, 2026
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 rust-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9602bda1dd0c1bbf5787e398385bbac81fd532f8
30d0309fa821f7a0984a9629e0d227ca3c0d2eda
5 changes: 4 additions & 1 deletion src/tests/ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,10 @@ Such a try build will not execute any tests, and it will allow compilation warni
It is useful when you want to
get an optimized toolchain as fast as possible, for a Crater run or performance benchmarks,
even if it might not be working fully correctly.
If you want to do a full build for the default try job,

The CI job executed in fast try builds has a special suffix (`-quick`),
to distinguish it from a full build of the default try job.
If you want to do the full build instead,
specify its job name in a job pattern (explained below).

If you want to run custom CI jobs in a try build and make sure that they pass all tests and do
Expand Down
4 changes: 2 additions & 2 deletions src/tests/compiletest.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,9 @@ then runs the compiler for each revision, reusing the incremental results from p

The revisions should start with:

* `rpass` — the test should compile and run successfully
* `rfail` — the test should compile successfully, but the executable should fail to run
* `cfail` — the test should fail to compile
* `cpass` — the test should compile successully
* `rpass` — the test should compile and run successfully

To make the revisions unique, you should add a suffix like `rpass1` and `rpass2`.

Expand Down
Loading