Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
6f64951
Make `//@ skip-filecheck` a normal compiletest directive
Zalathar Apr 21, 2026
d5f2e98
Support `//@ skip-filecheck` in codegen and assembly tests
Zalathar Apr 21, 2026
6dc7e37
Auto merge of #155343 - dianqk:indirect-by-ref, r=nikic
bors Apr 22, 2026
d84d18e
Rollup merge of #155133 - cuviper:duration_fp_docs, r=the8472
JonathanBrouwer Apr 22, 2026
1cd2cbd
Rollup merge of #154283 - Zoxc:rem-nodes_in_current_session, r=nnethe…
JonathanBrouwer Apr 22, 2026
62fdd07
Rollup merge of #155374 - notriddle:non-static-dep-info, r=fmease
JonathanBrouwer Apr 22, 2026
69c05e5
Rollup merge of #155587 - oli-obk:feed-visibility-no-hash, r=petroche…
JonathanBrouwer Apr 22, 2026
a766e2d
Rollup merge of #155622 - folkertdev:va-arg-llvm-fixes, r=tgross35
JonathanBrouwer Apr 22, 2026
55a35ae
Rollup merge of #155629 - cijiugechu:fn_constness, r=makai410
JonathanBrouwer Apr 22, 2026
d1a7919
Rollup merge of #155632 - nnethercote:split-Metadata, r=mejrs
JonathanBrouwer Apr 22, 2026
4495c6f
Rollup merge of #155639 - oli-obk:builtin-binop-const, r=nnethercote
JonathanBrouwer Apr 22, 2026
5c5ddc4
Rollup merge of #155647 - tshepang:rdg-sync, r=tshepang
JonathanBrouwer Apr 22, 2026
4954a26
Auto merge of #155655 - JonathanBrouwer:rollup-KFUw3UR, r=JonathanBro…
bors Apr 22, 2026
5e581f7
Auto merge of #155550 - zetanumbers:cache_insert_unique, r=oli-obk
bors Apr 22, 2026
f5631fc
Auto merge of #154596 - alexcrichton:update-wasi-sdk, r=jieyouxu
bors Apr 23, 2026
ddc2733
Simplify `Config::track_state`.
nnethercote Apr 23, 2026
91a93de
Auto merge of #155609 - cuviper:thread_pool-seq-cst, r=jieyouxu
bors Apr 23, 2026
92746e8
Rollup merge of #146544 - dianqk:rm-workaround, r=wesleywiser
JonathanBrouwer Apr 23, 2026
ca1efff
Rollup merge of #154819 - cijiugechu:fix-next-solver-inherent-iat-ice…
JonathanBrouwer Apr 23, 2026
1b4b2ee
Rollup merge of #155265 - Apersoma:isqrt-smarter, r=jhpratt,tgross35
JonathanBrouwer Apr 23, 2026
82cad62
Rollup merge of #154481 - ferrocene:hoverbear/flag-off-unused-code, r…
JonathanBrouwer Apr 23, 2026
cdcdf6b
Rollup merge of #155614 - folkertdev:rename-next-arg, r=tgross35
JonathanBrouwer Apr 23, 2026
09f59a1
Rollup merge of #155630 - Zalathar:skip-filecheck, r=jieyouxu
JonathanBrouwer Apr 23, 2026
37d4eb9
Rollup merge of #155641 - Zalathar:no-run-mir-opt, r=jieyouxu
JonathanBrouwer Apr 23, 2026
2b512aa
Rollup merge of #155652 - ChrisDenton:empty-docs, r=jhpratt
JonathanBrouwer Apr 23, 2026
0a914a8
Rollup merge of #155656 - durin42:llvm-23-back-in-kansas, r=nikic
JonathanBrouwer Apr 23, 2026
dfab802
Auto merge of #155674 - JonathanBrouwer:rollup-NG1fnzG, r=JonathanBro…
bors Apr 23, 2026
9026fc5
Auto merge of #155628 - nnethercote:CStore-from_tcx, r=mu001999
bors Apr 23, 2026
152172f
Auto merge of #155671 - nnethercote:simplify-Config-track_state, r=bj…
bors Apr 23, 2026
25e981e
Rollup merge of #153482 - DanielEScherzer:test-references-macros, r=e…
tgross35 Apr 24, 2026
f86dd51
Rollup merge of #155075 - vexide:more-docs, r=ehuss
tgross35 Apr 24, 2026
2f14ef6
Rollup merge of #155685 - Walnut356:ret_type, r=jieyouxu
tgross35 Apr 24, 2026
bba22e0
Rollup merge of #155686 - Walnut356:array_type, r=jieyouxu
tgross35 Apr 24, 2026
3c27a0f
Rollup merge of #155689 - zetanumbers:lock_latch_thread_local, r=Shoy…
tgross35 Apr 24, 2026
cf1b08d
Rollup merge of #155690 - fneddy:fix_classify_union, r=jieyouxu
tgross35 Apr 24, 2026
8e19834
Auto merge of #155710 - tgross35:rollup-skXlTFI, r=tgross35
bors Apr 24, 2026
08fc2df
Prepare for merging from rust-lang/rust
invalid-email-address Apr 24, 2026
82f6a77
Merge ref 'd493b7c5ac63' from rust-lang/rust
invalid-email-address Apr 24, 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
4 changes: 2 additions & 2 deletions examples/rustc-interface-example.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ fn main() {
make_codegen_backend: None,
expanded_args: Vec::new(),
ice_file: None,
hash_untracked_state: None,
track_state: None,
using_internal_features: &rustc_driver::USING_INTERNAL_FEATURES,
};
rustc_interface::run_compiler(config, |compiler| {
Expand All @@ -72,4 +72,4 @@ fn main() {
}
});
});
}
}
4 changes: 2 additions & 2 deletions examples/rustc-interface-getting-diagnostics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ fn main() {
make_codegen_backend: None,
expanded_args: Vec::new(),
ice_file: None,
hash_untracked_state: None,
track_state: None,
using_internal_features: &rustc_driver::USING_INTERNAL_FEATURES,
};
rustc_interface::run_compiler(config, |compiler| {
Expand All @@ -97,4 +97,4 @@ fn main() {
buffer.lock().unwrap().iter().for_each(|diagnostic| {
println!("{diagnostic:#?}");
});
}
}
2 changes: 1 addition & 1 deletion rust-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cf1817bc6ecd2d14ca492247c804bad31948dd56
d493b7c5ac637ed7edf626128b9f14796a2dad20
2 changes: 2 additions & 0 deletions src/tests/directives.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,8 @@ See [Pretty-printer](compiletest.md#pretty-printer-tests).
The following directives affect how certain command-line tools are invoked, in
test suites that use those tools:

- `skip-filecheck` avoids running LLVM's `FileCheck` tool in tests that would normally run it to check output.
- Used by codegen tests, assembly tests, and mir-opt tests.
- `filecheck-flags` adds extra flags when running LLVM's `FileCheck` tool.
- Used by [codegen tests](compiletest.md#codegen-tests),
[assembly tests](compiletest.md#assembly-tests), and
Expand Down
Loading