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
/
traits
/
non_lifetime_binders
Age
Commit message (
Expand
)
Author
Lines
2023-04-11
Erase lifetimes above ty::INNERMOST when probing ambiguous types
Michael Goulet
-1
/
+6
2023-04-09
Rollup merge of #108843 - compiler-errors:non_lifetime_binders-method-probe, ...
Matthias Krüger
-0
/
+27
2023-03-20
Enforce non-lifetime-binders in supertrait preds are not object safe
Michael Goulet
-0
/
+80
2023-03-17
Erase escaping late-bound regions when probing for ambiguous associated types
Michael Goulet
-0
/
+29
2023-03-13
Don't ICE for late-bound consts across AnonConstBoundary
Michael Goulet
-0
/
+30
2023-03-07
Instantiate instead of erasing binder when probing param methods
Michael Goulet
-0
/
+27
2023-03-05
Rollup merge of #108744 - compiler-errors:non_lifetime_binders-bad-copy-clone...
Matthias Krüger
-0
/
+33
2023-03-04
Don't ICE when encountering bound var in builtin copy/clone bounds
Michael Goulet
-0
/
+33
2023-03-03
Rollup merge of #108553 - compiler-errors:non-lt-late-bound-in-anon-ct, r=pet...
Matthias Krüger
-0
/
+38
2023-02-28
Only look for param in generics if it actually comes from generics
Michael Goulet
-0
/
+18
2023-02-28
Deny capturing late-bound non-lifetime param in anon const
Michael Goulet
-0
/
+38
2023-02-21
Rollup merge of #108295 - compiler-errors:wtf-is-this, r=cjgillot
Matthias Krüger
-5
/
+5
2023-02-21
Rollup merge of #108202 - compiler-errors:non_lifetime_binders-type-match-ice...
Matthias Krüger
-0
/
+25
2023-02-21
Specify what 'this' actually is
Michael Goulet
-5
/
+5
2023-02-18
Make sure test_type_match doesn't ICE with late-bound types
Michael Goulet
-0
/
+25
2023-02-18
Pretty placeholders using their names
Michael Goulet
-5
/
+7
2023-02-18
Collapse placeholders to root universe in canonicalizer if not preserving uni...
Michael Goulet
-2
/
+44
2023-02-18
Don't ICE on bound types in sized conditions
Michael Goulet
-0
/
+41
2023-02-18
Adjust tracking issue for non_lifetime_binders
Michael Goulet
-4
/
+4
2023-02-16
Deny some late-bound ty/ct in some positions, add tests
Michael Goulet
-0
/
+156
[prev]