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
/
src
/
test
/
ui
/
impl-trait
/
in-trait
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-1013
/
+0
2023-01-08
Mention signature rather than fn pointers when comparing impl/trait methods
Michael Goulet
-10
/
+10
2022-12-17
Account for RPITITs in opt_suggest_box_span
Michael Goulet
-0
/
+60
2022-12-13
Make some diagnostics not depend on the source of what they reference being a...
Oli Scherer
-3
/
+0
2022-12-04
Use parent function WfCheckingContext to check RPITIT.
Camille GILLOT
-0
/
+24
2022-11-22
Delay bug to deduplicate diagnostics
Michael Goulet
-11
/
+1
2022-11-22
Check generics parity between impl and trait before collecting RPITITs
Michael Goulet
-0
/
+39
2022-11-19
Improve spans for RPITIT object-safety errors
Michael Goulet
-6
/
+6
2022-11-09
Emit error in `collecting_trait_impl_trait_tys` on mismatched signatures
Nilstrieb
-0
/
+135
2022-11-01
Fix ICE in default impl error reporting
Michael Goulet
-0
/
+49
2022-11-01
Remap RPITIT substs properly
Michael Goulet
-0
/
+24
2022-11-01
Check for substs compatibility for RPITITs
Michael Goulet
-0
/
+29
2022-10-27
Remap early bound lifetimes too
Michael Goulet
-0
/
+23
2022-10-24
Delay span bug when we can't map lifetimes back in collect_trait_impl_trait_tys
Michael Goulet
-0
/
+37
2022-10-21
Handle RPITITs properly in register_hidden_type
Michael Goulet
-13
/
+50
2022-10-15
Fix subst issues with RPITIT
Michael Goulet
-0
/
+18
2022-10-12
Add broken test for AFIT with RPITIT
Michael Goulet
-0
/
+33
2022-10-05
Fix test for default body with impl
Michael Goulet
-4
/
+10
2022-10-05
Support default-body trait functions with RPITIT
Michael Goulet
-0
/
+15
2022-10-02
Avoid ICE in printing RPITIT type
Michael Goulet
-0
/
+38
2022-09-30
Auto merge of #102164 - compiler-errors:rpitit-foreign, r=TaKO8Ki
bors
-0
/
+20
2022-09-23
Serialize RPITIT values in libs
Michael Goulet
-0
/
+20
2022-09-22
Calculate ProjectionTy::trait_def_id correctly
Michael Goulet
-0
/
+59
2022-09-13
Auto merge of #101615 - compiler-errors:rpitit-perf, r=oli-obk
bors
-10
/
+5
2022-09-12
Rollup merge of #101681 - compiler-errors:rpitit-obj-safety, r=lcnr
Dylan DPC
-0
/
+72
2022-09-12
Rollup merge of #101676 - compiler-errors:rpitit-wf, r=lcnr
Dylan DPC
-0
/
+49
2022-09-11
Only encode RPITIT when trait method has default body
Michael Goulet
-0
/
+9
2022-09-11
Deny RPITIT for object safety
Michael Goulet
-0
/
+72
2022-09-11
Check that the types in RPITITs are WF
Michael Goulet
-0
/
+49
2022-09-10
split compare_predicate_entailment and collect_trait_impl_trait_tys out
Michael Goulet
-10
/
+5
2022-09-09
Tweak feature error, add test
Michael Goulet
-0
/
+18
2022-09-09
Handle generic parameters.
Camille GILLOT
-4
/
+32
2022-09-09
Deeply check that method signatures match, and allow for nested RPITITs
Michael Goulet
-0
/
+83
2022-09-09
Add tests
Michael Goulet
-0
/
+126