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
/
ui
/
type-alias-impl-trait
Age
Commit message (
Expand
)
Author
Lines
2025-09-29
Make replacement suggestion `_` in type verbose
Esteban Küber
-4
/
+7
2025-09-26
allow method calls on opaques
lcnr
-1
/
+7
2025-09-26
use `try_structurally_resolve_type` for method receiver
lcnr
-4
/
+4
2025-09-21
Consider errors in MIR as impossible predicates.
Camille Gillot
-0
/
+170
2025-09-08
remove outdated opaque type test
lcnr
-49
/
+0
2025-08-31
std: fix `SplitPaths` regression
joboet
-0
/
+11
2025-08-26
Rollup merge of #144373 - hkBst:remove-deprecated-1, r=jhpratt
Guillaume Gomez
-3
/
+3
2025-08-26
remove deprecated Error::description in impls
Marijn Schouten
-3
/
+3
2025-08-25
change non-defining use error message
lcnr
-6
/
+58
2025-08-25
support non-defining uses in HIR typeck
lcnr
-20
/
+38
2025-08-23
Auto merge of #145773 - jhpratt:rollup-kocqnzv, r=jhpratt
bors
-4
/
+14
2025-08-22
Separate transmute checking from typeck.
Camille Gillot
-55
/
+24
2025-08-22
On E0277, point at type that doesn't implement bound
Esteban Küber
-4
/
+14
2025-08-20
handle opaque types before region inference
lcnr
-26
/
+16
2025-08-18
nll-relate: improve hr opaque types support
lcnr
-17
/
+10
2025-08-08
borrowck: defer opaque type errors
lcnr
-12
/
+60
2025-07-28
expand: Micro-optimize prelude injection
Vadim Petrochenkov
-2
/
+2
2025-07-23
Update uitest stderrs
Jonathan Brouwer
-1
/
+1
2025-06-25
Add edition checks for some tests that had divergent output
Esteban Küber
-6
/
+100
2025-06-22
Implement DesugaringKind::FormatLiteral
mejrs
-9
/
+10
2025-06-09
Apply nested goals certainty to InspectGoals for normalizes-to
Michael Goulet
-8
/
+8
2025-06-07
Rollup merge of #142045 - estebank:obligation-cause-code-suggestion, r=compil...
Jacob Pratt
-1
/
+6
2025-06-06
Make obligation cause code suggestions verbose
Esteban Küber
-1
/
+6
2025-06-05
Auto merge of #138677 - shepmaster:consistent-elided-lifetime-syntax, r=travi...
bors
-12
/
+2
2025-06-04
Rollup merge of #141968 - oli-obk:wfck-everything-at-once, r=wesleywiser
Matthias Krüger
-26
/
+26
2025-06-04
Replace `elided_named_lifetimes` with `mismatched_lifetime_syntaxes`
Jake Goulding
-12
/
+2
2025-06-03
Add `iter` macro
Oli Scherer
-1
/
+1
2025-06-03
Run wfcheck in one big loop instead of per module
Oli Scherer
-26
/
+26
2025-05-21
Fix tests
Boxy
-0
/
+5
2025-05-20
Just error on recursive opaque ty in HIR typeck
Michael Goulet
-30
/
+36
2025-05-09
more moved tests
lcnr
-0
/
+0
2025-05-09
move (and remove) impl Trait tests
lcnr
-0
/
+30
2025-05-07
Add `DefPathData::OpaqueLifetime` to avoid conflicts for remapped opaque life...
John Kåre Alsaker
-0
/
+42
2025-04-24
norm nested aliases before evaluating the parent goal
lcnr
-1
/
+1
2025-04-17
Rollup merge of #139902 - lcnr:no-opaque-cast-projection, r=oli-obk
Matthias Krüger
-1
/
+4
2025-04-17
check OpaqueCast tests with next-solver
lcnr
-1
/
+4
2025-04-16
Explicitly annotate edition for `unpretty=expanded` and `unpretty=hir` tests
Lukas Wirth
-0
/
+2
2025-04-11
Auto merge of #139578 - ferrocene:pa-compiletest-edition, r=jieyouxu
bors
-4
/
+5
2025-04-11
Improve `AssocItem::descr`.
Nicholas Nethercote
-1
/
+1
2025-04-10
replace `//@ compile-flags: --edition` with `//@ edition`
Pietro Albini
-4
/
+5
2025-04-09
Auto merge of #139555 - petrochenkov:errkind-ann, r=jieyouxu
bors
-28
/
+28
2025-04-08
UI tests: add missing diagnostic kinds where possible
Vadim Petrochenkov
-28
/
+28
2025-04-07
compiletest: Stricter parsing for diagnostic kinds
Vadim Petrochenkov
-1
/
+1
2025-04-03
add `TypingMode::Borrowck`
lcnr
-280
/
+245
2025-03-31
increment depth of nested obligations
lcnr
-23
/
+21
2025-03-30
Remove attribute `#[rustc_error]`
Vadim Petrochenkov
-22
/
+6
2025-03-25
Allow defining opaques in statics and consts
Michael Goulet
-83
/
+40
2025-03-23
fix ICE #138415
Takayuki Maeda
-0
/
+31
2025-03-19
merge opaque types of nested bodies
lcnr
-47
/
+53
2025-03-11
Error on `define_opaques` entries without any opaques actually referenced
Oli Scherer
-2
/
+9
[next]