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
/
generic-associated-types
Age
Commit message (
Expand
)
Author
Lines
2025-09-28
reword note
Esteban Küber
-1
/
+1
2025-09-28
Point at lifetime requirement origin in more cases
Esteban Küber
-0
/
+5
2025-08-25
support non-defining uses in HIR typeck
lcnr
-22
/
+5
2025-08-14
it's not a borrow checker limitation :<
lcnr
-5
/
+5
2025-08-13
rework `add_placeholder_from_predicate_note`
lcnr
-5
/
+9
2025-08-13
also consider HR bounds
lcnr
-0
/
+6
2025-08-06
Fortify generic param default checks
León Orell Valerian Liehr
-6
/
+6
2025-07-15
Gate things properly
Michael Goulet
-2
/
+40
2025-07-15
Consider outlives assumptions when proving auto traits for coroutine interiors
Michael Goulet
-97
/
+23
2025-07-10
Check assoc consts and tys later like assoc fns
Mu001999
-9
/
+13
2025-06-30
Avoid looking at HIR for trait and impl items
Oli Scherer
-12
/
+15
2025-06-30
Check variances in the non-hir wfchecker
Oli Scherer
-8
/
+8
2025-06-30
Unconditionally run `check_item_type` on all items
Oli Scherer
-3
/
+13
2025-06-22
Implement DesugaringKind::FormatLiteral
mejrs
-2
/
+1
2025-05-27
Use more detailed spans in dyn compat errors within bodies
Oli Scherer
-6
/
+6
2025-05-26
Deduplicate dyn compatibility violations due to coercion
Michael Goulet
-87
/
+17
2025-05-23
Do not try to confirm non-dyn compatible method
Michael Goulet
-35
/
+1
2025-05-08
normalization: avoid incompletely constraining GAT args
lcnr
-1
/
+38
2025-04-17
Rollup merge of #139854 - fmease:modern-diag-for-lt-in-ty, r=davidtwco
Matthias Krüger
-2
/
+7
2025-04-15
Improve parse errors for lifetimes in type position
León Orell Valerian Liehr
-2
/
+7
2025-04-14
Move `has_self` field to `hir::AssocKind::Fn`.
Nicholas Nethercote
-2
/
+2
2025-04-11
Improve `AssocItem::descr`.
Nicholas Nethercote
-18
/
+18
2025-04-08
UI tests: add missing diagnostic kinds where possible
Vadim Petrochenkov
-36
/
+36
2025-04-03
add `TypingMode::Borrowck`
lcnr
-8
/
+18
2025-03-14
Do not suggest using `-Zmacro-backtrace` for builtin macros
Esteban Küber
-2
/
+0
2025-03-11
Implement `#[define_opaque]` attribute for functions.
Oli Scherer
-9
/
+15
2025-02-17
Deeply normalize associated type bounds before proving them
Michael Goulet
-3
/
+27
2025-02-10
Show diff suggestion format on verbose replacement
Esteban Küber
-10
/
+15
2025-01-31
Rollup merge of #135860 - fmease:compiler-mv-obj-save-dyn-compat-ii, r=jieyouxu
Matthias Krüger
-21
/
+21
2025-01-30
error pattern to correct line
lcnr
-3
/
+2
2025-01-27
Remove all dead files inside tests/ui/
León Orell Valerian Liehr
-407
/
+0
2025-01-26
Compiler: Finalize dyn compatibility renaming
León Orell Valerian Liehr
-289
/
+21
2025-01-22
Refactor dyn-compatibility error and suggestions
Taylor Cramer
-193
/
+195
2025-01-03
Do not project when there are unconstrained impl params
Michael Goulet
-67
/
+1
2024-12-12
Tweak multispan rendering
Esteban Küber
-4
/
+1
2024-12-07
Tweak wording
Esteban Küber
-4
/
+4
2024-12-07
Do not talk about "trait `<Foo = Bar>`"
Esteban Küber
-4
/
+4
2024-12-07
Use trait name instead of full constraint in suggestion message
Esteban Küber
-11
/
+11
2024-12-07
reword trait bound suggestion message to include the bounds
Esteban Küber
-15
/
+15
2024-12-03
Remove generic_associated_types_extended feature gate
Michael Goulet
-63
/
+290
2024-11-29
Rename `-Zparse-only`.
Nicholas Nethercote
-2
/
+2
2024-11-21
Stop being so bail-y in candidate assembly
Michael Goulet
-2
/
+21
2024-10-29
Remove detail from label/note that is already available in other note
Esteban Küber
-7
/
+7
2024-10-15
Be better at reporting alias errors
Michael Goulet
-6
/
+9
2024-10-15
Make sure the alias is actually rigid
Michael Goulet
-2
/
+10
2024-10-10
UI tests: Rename "object safe" to "dyn compatible"
León Orell Valerian Liehr
-1
/
+1
2024-10-02
Handle `rustc-hir-analysis` cases of `rustc::potential_query_instability` lint
ismailarilik
-11
/
+11
2024-09-27
Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-...
Matthias Krüger
-20
/
+20
2024-09-27
Cleanup some known-bug issues
Jack Huey
-3
/
+3
2024-09-25
Compiler: Rename "object safe" to "dyn compatible"
León Orell Valerian Liehr
-20
/
+20
[next]