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
2025-07-04
Fix pretty printing of placeholder types
Michael Goulet
-21
/
+22
2025-06-16
tests: unconstrain params in `non_lifetime_binders`
David Wood
-43
/
+64
2025-05-27
Use more detailed spans in dyn compat errors within bodies
Oli Scherer
-20
/
+3
2025-05-26
Deduplicate dyn compatibility violations due to coercion
Michael Goulet
-20
/
+2
2025-04-08
UI tests: add missing diagnostic kinds where possible
Vadim Petrochenkov
-1
/
+1
2025-04-04
Don't construct preds w escaping bound vars in diagnostic_hir_wf_check
Michael Goulet
-0
/
+83
2025-02-14
Trim suggestion parts to the subset that is purely additive
Michael Goulet
-3
/
+3
2025-02-14
Use underline suggestions for purely 'additive' replacements
Michael Goulet
-9
/
+6
2025-02-10
Show diff suggestion format on verbose replacement
Esteban Küber
-8
/
+12
2025-01-31
Rollup merge of #135860 - fmease:compiler-mv-obj-save-dyn-compat-ii, r=jieyouxu
Matthias Krüger
-3
/
+3
2025-01-30
move non_lifetime_binder tests
lcnr
-0
/
+97
2025-01-26
Compiler: Finalize dyn compatibility renaming
León Orell Valerian Liehr
-3
/
+3
2025-01-22
Refactor dyn-compatibility error and suggestions
Taylor Cramer
-18
/
+21
2024-12-24
chore: fix typos
oliveredget
-1
/
+1
2024-10-29
Remove detail from label/note that is already available in other note
Esteban Küber
-2
/
+2
2024-10-10
UI tests: Rename "object safe" to "dyn compatible"
León Orell Valerian Liehr
-7
/
+7
2024-09-25
Compiler: Rename "object safe" to "dyn compatible"
León Orell Valerian Liehr
-3
/
+3
2024-07-29
Detect non-lifetime binder params shadowing item params
Michael Goulet
-0
/
+62
2024-07-20
Just totally fully deny late-bound consts
Michael Goulet
-9
/
+60
2024-07-16
Add `ConstArgKind::Path` and make `ConstArg` its own HIR node
Noah Lev
-30
/
+0
2024-03-14
Consolidate WF for aliases
Michael Goulet
-1
/
+22
2024-03-10
Ignore tests w/ current/next revisions from compare-mode=next-solver
Michael Goulet
-4
/
+6
2024-02-27
when defining opaques, require the hidden type to be well-formed
lcnr
-1
/
+15
2024-02-21
Add a non-lifetime-binders test
Michael Goulet
-0
/
+60
2024-02-16
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
许杰友 Jieyou Xu (Joe)
-20
/
+20
2024-01-30
Provide more context on derived obligation error primary label
Esteban Küber
-2
/
+2
2024-01-24
Deduplicate more sized errors on call exprs
Esteban Küber
-7
/
+7
2024-01-13
Add a simpler test
Michael Goulet
-0
/
+45
2024-01-13
Make sure to instantiate placeholders correctly in old solver
Michael Goulet
-0
/
+49
2024-01-09
Avoid silencing relevant follow-up errors
Oli Scherer
-1
/
+1
2024-01-01
Deny defaults for higher-ranked generic parameters
León Orell Valerian Liehr
-7
/
+98
2023-12-26
fallback `default` to `None` during ast-loweing for lifetime binder
bohan
-0
/
+30
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
[next]