index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
incremental
Age
Commit message (
Expand
)
Author
Lines
2025-01-15
add test for issue 135514
Rémy Rakic
-0
/
+40
2024-12-07
Add more info on type/trait mismatches for different crate versions
Esteban Küber
-8
/
+8
2024-12-04
Add failing test
Michael Goulet
-0
/
+25
2024-11-27
Update tests to use new proc-macro header
Eric Huss
-27
/
+5
2024-11-17
fixup some test directives
Chris Denton
-1
/
+1
2024-10-04
Bless incremental tests.
Camille GILLOT
-2
/
+2
2024-09-14
simd_shuffle: require index argument to be a vector
Ralf Jung
-1
/
+4
2024-09-09
Ban non-array SIMD
Scott McMurray
-3
/
+3
2024-08-21
Rollup merge of #127279 - bvanjoi:fix-112680, r=petrochenkov
Matthias Krüger
-0
/
+34
2024-07-31
Do not normalize constants eagerly.
Camille GILLOT
-2
/
+2
2024-07-29
Perform instsimplify before inline to eliminate some trivial calls
DianQK
-1
/
+1
2024-07-05
use old ctx if has same expand environment during decode span
bohan
-0
/
+34
2024-06-20
Auto merge of #126409 - pacak:incr-uplorry, r=michaelwoerister
bors
-0
/
+40
2024-06-19
Allow for try_force_from_dep_node to fail
Michael Baikov
-0
/
+40
2024-06-19
Taint infcx when reporting errors
Oli Scherer
-0
/
+2
2024-05-20
Update tests/incremental/foreign.rs
Ben Kimock
-22
/
+5
2024-04-21
add test for incremental ICE: slice-pattern-const.rs #83085
Matthias Krüger
-0
/
+39
2024-04-06
Add missing -Zquery-dep-graph to the spike-neg incr comp tests
bjorn3
-0
/
+2
2024-04-03
Remove MIR unsafe check
Matthew Jasper
-7
/
+7
2024-04-01
Make sure to insert Sized bound first into clauses list
Michael Goulet
-1
/
+1
2024-03-11
Update test directives for `wasm32-wasip1`
Alex Crichton
-2
/
+0
2024-02-25
fix use of platform_intrinsics in tests
Ralf Jung
-2
/
+2
2024-02-22
[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives
许杰友 Jieyou Xu (Joe)
-496
/
+496
2024-02-13
Auto merge of #120919 - oli-obk:impl_polarity, r=compiler-errors
bors
-4
/
+4
2024-02-12
Make impl_trait_ref into a query also returning more information about the impl
Oli Scherer
-4
/
+4
2024-02-12
Tweak delayed bug mentions.
Nicholas Nethercote
-2
/
+2
2024-02-08
Continue to borrowck even if there were previous errors
Oli Scherer
-1
/
+5
2024-02-01
fix rebase
Esteban Küber
-1
/
+1
2024-02-01
Change incr comp test when adding explicit `Sized` bound
Esteban Küber
-2
/
+2
2024-01-30
hir: Simplify `hir_owner_nodes` query
Vadim Petrochenkov
-849
/
+849
2024-01-20
Track `verbose` and `verbose_internals`
jyn
-3
/
+3
2024-01-16
Bless incremental tests.
Camille GILLOT
-570
/
+533
2023-12-24
Disable opt in incremental test.
Camille GILLOT
-2
/
+2
2023-12-24
Bless incremental tests.
Camille GILLOT
-3
/
+3
2023-12-19
rustc_codegen_ssa: Don't let `IncorrectCguReuseType` errors get lost
Martin Nordholts
-10
/
+14
2023-12-12
tests: CGU tests require build-pass, not check-pass (remove FIXME)
Martin Nordholts
-3
/
+3
2023-12-02
Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.
Nicholas Nethercote
-2
/
+2
2023-10-28
Remove asmjs from tests
Jubilee Young
-5
/
+0
2023-10-06
Bless incremental tests.
Camille GILLOT
-10
/
+10
2023-09-29
Rollup merge of #116263 - ferrocene:pa-more-bare-metal-fixes, r=oli-obk
Matthias Krüger
-0
/
+1
2023-09-29
mark relevant tests as requiring unwinding
Pietro Albini
-0
/
+1
2023-09-28
Unconditionally run `RevealAll` pass and run it earlier
Oli Scherer
-1
/
+1
2023-08-03
Forbid old-style `simd_shuffleN` intrinsics
Oli Scherer
-3
/
+3
2023-07-16
Querify unused trait check.
Camille GILLOT
-2
/
+2
2023-07-10
Bless incremental test.
Camille GILLOT
-1
/
+1
2023-06-01
Implement custom diagnostic for ConstParamTy
Michael Goulet
-4
/
+39
2023-06-01
Auto merge of #112002 - saethlin:enable-sroa, r=oli-obk,scottmcm
bors
-1
/
+2
2023-05-31
Enable ScalarReplacementOfAggregates
Ben Kimock
-1
/
+2
2023-05-31
Only rewrite valtree-constants to patterns and keep other constants opaque
Oli Scherer
-10
/
+3
2023-05-29
Add a test for issue 110457
Maybe Waffle
-0
/
+137
[next]