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
/
impl-trait
/
in-trait
Age
Commit message (
Expand
)
Author
Lines
2023-12-14
update use of feature flags
lcnr
-2
/
+2
2023-12-07
recurse into refs when comparing tys for diagnostics
jyn
-2
/
+2
2023-11-25
Don't ICE when encountering placeholders in implied bounds computation
Michael Goulet
-0
/
+14
2023-11-24
Show number in error message even for one error
Nilstrieb
-27
/
+27
2023-11-04
fallback for `construct_generic_bound_failure`
bohan
-0
/
+25
2023-11-02
Add all RPITITs when augmenting param-env with GAT bounds in check_type_bounds
Michael Goulet
-0
/
+11
2023-10-29
On object safety error, mention new enum as alternative
Esteban Küber
-0
/
+5
2023-10-24
Remove incomplete features from RPITIT/AFIT tests
Michael Goulet
-37
/
+19
2023-10-18
Tweak wording of type errors involving type params
Esteban Küber
-2
/
+2
2023-10-16
Fix outlives suggestion for GAT in RPITIT
Michael Goulet
-0
/
+41
2023-10-13
Test that RPITITs have RPIT scope and not impl-wide scope
Michael Goulet
-0
/
+38
2023-10-13
Stabilize AFIT and RPITIT
Michael Goulet
-118
/
+69
2023-10-11
Rollup merge of #116219 - compiler-errors:relate-alias-ty-with-variance, r=lcnr
Matthias Krüger
-0
/
+14
2023-10-05
Rollup merge of #116296 - compiler-errors:default-return, r=estebank
Jubilee
-2
/
+2
2023-10-05
Auto merge of #116273 - compiler-errors:refine2, r=tmandry
bors
-0
/
+11
2023-10-04
Point to where missing return type should go
Michael Goulet
-2
/
+2
2023-10-04
Relate AliasTy considering variance
Michael Goulet
-0
/
+14
2023-10-03
Bless tests
Michael Goulet
-3
/
+13
2023-09-29
Only trigger refine lint on reachable traits
Michael Goulet
-0
/
+11
2023-09-26
Anonymize binders for refining_impl_trait check
Michael Goulet
-0
/
+13
2023-09-22
Need to use hybrid param-env to make sure implication is not circular
Michael Goulet
-0
/
+42
2023-09-22
Use placeholders to prevent using inferred RPITIT types to imply their own WF...
Michael Goulet
-0
/
+39
2023-09-07
Add note
Michael Goulet
-0
/
+5
2023-09-07
Don't emit refining_impl_trait for private items
Michael Goulet
-43
/
+66
2023-09-07
Use self instead of the actual self ty
Michael Goulet
-2
/
+2
2023-09-07
Implement refinement lint for RPITIT
Michael Goulet
-13
/
+133
2023-09-02
Do not require associated types with Self: Sized to uphold bounds when confir...
Michael Goulet
-1
/
+17
2023-09-02
RPITITs are considered object-safe, they're always on Self:Sized methods
Michael Goulet
-18
/
+29
2023-08-30
Capture lifetimes for associated type bounds destined to be lowered to opaques
Michael Goulet
-0
/
+19
2023-08-28
Auto merge of #115326 - matthiaskrgr:rollup-qsoa8ar, r=matthiaskrgr
bors
-1
/
+0
2023-08-28
Revert "Suggest using `Arc` on `!Send`/`!Sync` types"
David Tolnay
-1
/
+0
2023-08-28
Better error message for object type with GAT
Michael Goulet
-6
/
+12
2023-08-28
Test variances of opaque captures
Michael Goulet
-0
/
+46
2023-08-28
Bless tests
Michael Goulet
-9
/
+32
2023-08-28
RPITITs capture all their lifetimes
Michael Goulet
-58
/
+20
2023-08-09
Suggest using `Arc` on `!Send`/`!Sync` types
Esteban Kuber
-0
/
+1
2023-08-08
Remove dangling tests
Michael Goulet
-800
/
+0
2023-08-08
Install bidirectional outlives predicates for RPITITs (and RPITs) correctly
Michael Goulet
-0
/
+11
2023-08-02
Rollup merge of #114301 - compiler-errors:dont-error-on-missing-region-outliv...
Matthias Krüger
-0
/
+35
2023-08-01
Suppress unnecessary outlives
Michael Goulet
-18
/
+2
2023-07-31
Don't check unnecessarily that impl trait is RPIT
Michael Goulet
-0
/
+51
2023-07-31
Rollup merge of #114267 - compiler-errors:rpitit-opaque-bounds, r=spastorino
Matthias Krüger
-25
/
+1
2023-07-30
Don't install default projection bound for RPITITs
Michael Goulet
-0
/
+26
2023-07-30
Remap explicit item bounds of RPITIT's opaque back to ty::Opaque
Michael Goulet
-25
/
+1
2023-07-29
some nits, bless test
Michael Goulet
-16
/
+2
2023-07-29
Implement assumed_wf_types for RPITITs' implementations
Michael Goulet
-0
/
+29
2023-07-29
Take RPITITs inherit the assumed_wf_types of their parent fn
Michael Goulet
-4
/
+0
2023-07-28
Rollup merge of #114147 - compiler-errors:missing-rpitits, r=spastorino
Matthias Krüger
-0
/
+27
2023-07-27
Add additional test
Michael Goulet
-0
/
+44
2023-07-27
Insert RPITITs that were shadowed by missing ADTs that resolve to type error
Michael Goulet
-0
/
+27
[next]