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
/
associated-inherent-types
Age
Commit message (
Expand
)
Author
Lines
2025-09-18
internal constraints are better than placeholder outlives
lcnr
-0
/
+51
2025-08-22
Region inference: Use outlives-static constraints in constraint search
Amanda Stjerna
-4
/
+2
2025-06-30
Avoid looking at HIR for trait and impl items
Oli Scherer
-10
/
+11
2025-06-24
Make missing lifetime suggestion verbose
Michael Goulet
-3
/
+6
2025-06-18
Reviews
Boxy
-7
/
+13
2025-06-17
Dont replace escaping bound vars in item sigs
Boxy
-61
/
+15
2025-06-17
Test whether we use DeepRejectCtxt
Boxy
-0
/
+54
2025-06-17
Don't build `ParamEnv` and do trait solving in `ItemCtxt`s
Boxy
-99
/
+336
2025-06-05
Move opaque type checks from the hir item types visitor onto the wfcheck of t...
Oli Scherer
-8
/
+8
2025-05-06
Preserve generic args in suggestions for ambiguous associated items
León Orell Valerian Liehr
-1
/
+7
2025-05-05
Deeply normalize in the new solver in WF
Michael Goulet
-16
/
+2
2025-04-08
UI tests: add missing diagnostic kinds where possible
Vadim Petrochenkov
-2
/
+2
2025-03-11
Implement `#[define_opaque]` attribute for functions.
Oli Scherer
-2
/
+3
2025-03-05
Rollup merge of #137633 - compiler-errors:no-implied-bounds-hack-unless-bevy,...
许杰友 Jieyou Xu (Joe)
-2
/
+20
2025-03-04
Only use implied bounds hack if bevy, and use deeply normalize in implied bou...
Michael Goulet
-2
/
+20
2025-03-04
mgca: Lower all const paths as `ConstArgKind::Path`
Noah Lev
-9
/
+9
2025-02-21
More sophisticated span trimming
Michael Goulet
-3
/
+2
2025-02-10
Show diff suggestion format on verbose replacement
Esteban Küber
-8
/
+12
2025-01-31
Manually walk into WF obligations in BestObligation proof tree visitor
Michael Goulet
-0
/
+2
2024-12-27
Spruce up the docs of several queries related to the type/trait system and co...
León Orell Valerian Liehr
-2
/
+2
2024-11-03
use backticks instead of single quotes when reporting "use of unstable librar...
dianne
-2
/
+2
2024-08-24
Get rid of predicates_defined_on
Michael Goulet
-10
/
+0
2024-07-23
Improve the impl and diag output of lint type_alias_bounds
León Orell Valerian Liehr
-8
/
+9
2024-07-23
Don't suppress lint type_alias_bounds for ty aliases containing inherent asso...
León Orell Valerian Liehr
-20
/
+44
2024-07-14
Use ordinal number in argument error
long-long-float
-1
/
+1
2024-06-12
Rollup merge of #125978 - fmease:cleanup-hir-ty-lowering-consolidate-assoc-it...
Jubilee
-2
/
+2
2024-06-04
Cleanup: HIR ty lowering: Consolidate assoc item access checking
León Orell Valerian Liehr
-2
/
+2
2024-05-29
Stop proving outlives constraints on regions we already reported errors on
Oli Scherer
-11
/
+1
2024-05-28
Allow type_of to return partially non-error types if the type was already tai...
Oli Scherer
-16
/
+3
2024-05-16
Report better WF obligation leaf obligations in new solver
Michael Goulet
-4
/
+7
2024-04-19
Let inherent associated types constrain opaque types during projection
Oli Scherer
-0
/
+18
2024-03-20
Bless test fallout (duplicate diagnostics)
Michael Goulet
-3
/
+18
2024-03-10
Mark some next-solver-behavior tests explicitly with revisions
Michael Goulet
-4
/
+15
2024-03-10
Ignore tests w/ current/next revisions from compare-mode=next-solver
Michael Goulet
-0
/
+1
2024-03-07
Merge collect_mod_item_types query into check_well_formed
Oli Scherer
-33
/
+31
2024-03-01
Don't grab variances if we're invariant
Michael Goulet
-0
/
+31
2024-02-29
Make infer higher ranked equate use bidirectional subtyping in invariant context
Santiago Pastorino
-2
/
+24
2024-02-16
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
许杰友 Jieyou Xu (Joe)
-29
/
+29
2024-02-14
Continue compilation after check_mod_type_wf errors
Oli Scherer
-3
/
+39
2024-01-26
Use only one label for multiple unsatisfied bounds on type (astconv)
Esteban Küber
-4
/
+1
2024-01-19
use implied bounds compat mode in MIR borrowck
lcnr
-10
/
+1
2024-01-17
Don't use compat versions of implied bounds in ImpliedOutlivesBounds query
Jack Huey
-1
/
+10
2024-01-13
Bless tests
George-lewis
-0
/
+4
2024-01-11
Silence follow up errors if astconv already errored
Oli Scherer
-15
/
+14
2024-01-09
Avoid silencing relevant follow-up errors
Oli Scherer
-11
/
+51
2023-12-22
Update test outputs
Eric Holk
-1
/
+8
2023-12-14
update use of feature flags
lcnr
-1
/
+1
2023-11-25
Get rid of infer vars in inherent assoc types selection by using probe
Santiago Pastorino
-0
/
+14
2023-11-25
Do not erase late bound regions, replace them with placeholders
Santiago Pastorino
-1
/
+10
2023-11-24
Show number in error message even for one error
Nilstrieb
-24
/
+24
[next]