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-12-21
Simple modification of diagnostic information
surechen
-0
/
+22
2023-11-24
Show number in error message even for one error
Nilstrieb
-13
/
+13
2023-11-19
Make regionck care about placeholders in outlives components
Michael Goulet
-3
/
+91
2023-11-06
Only check predicates for late-bound non-lifetime vars in object candidate as...
Michael Goulet
-0
/
+19
2023-10-29
On object safety error, mention new enum as alternative
Esteban Küber
-0
/
+3
2023-10-04
Reorder fullfillment errors to keep more interesting ones first
Esteban Küber
-6
/
+6
2023-10-03
non_lifetime_binders: fix ICE in lint opaque-hidden-inferred-bound
León Orell Valerian Liehr
-0
/
+27
2023-09-20
Auto merge of #115486 - compiler-errors:dont-capture-late-pls, r=cjgillot
bors
-4
/
+4
2023-09-10
Point out if a local trait has no implementations
Michael Goulet
-0
/
+5
2023-09-05
Correctly deny late-bound lifetimes from parent in anon consts and TAITs
Michael Goulet
-4
/
+4
2023-08-28
Revert "Suggest using `Arc` on `!Send`/`!Sync` types"
David Tolnay
-1
/
+0
2023-08-16
Don't ICE in is_trivially_sized when encountering late-bound self ty
Michael Goulet
-0
/
+30
2023-08-09
Suggest using `Arc` on `!Send`/`!Sync` types
Esteban Kuber
-0
/
+1
2023-06-26
Account for late-bound vars from parent arg-position impl trait
Michael Goulet
-0
/
+28
2023-06-19
Don't ICE on bound var in reject_fn_ptr_impls
Michael Goulet
-0
/
+40
2023-05-15
Tweaks and a test
Michael Goulet
-0
/
+45
2023-05-12
Note base types of coercion
Michael Goulet
-2
/
+1
2023-05-04
Add test for #110557
Michael Goulet
-0
/
+60
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